/* in_page_window */
.in_page_window{
	margin: 			0px 0px 10px 0px;
	width:				665px;
	height:				230px;
	border:				2px solid #999999;
	padding:			10px;
	overflow:			-moz-scrollbars-vertical;
	overflow-x:			none;
	overflow-y:			auto;
}

/* template_options */
#template_options{
	margin: 			0px 0px 10px 0px;
	width:				665px;
	height:				230px;
	border:				2px solid #999999;
	padding:			10px;
	overflow:			-moz-scrollbars-vertical;
	overflow-x:			none;
	overflow-y:			auto;
}

/* Step 1 */
#step1_column1{
	width: 				720px;
}
#step1_column2{
	width: 				240px;
}
#tab4{
	padding: 			15px;
}

/* Templates */
#templates_list_wrapper{
	padding: 			15px;
}
#templates_wrapper{
	height: 			640px;
	overflow: 			auto;
}
#tab1_description{
	margin: 			0px 0px 10px 0px;
}
.template_preview_wrapper{
	margin: 			0px 20px 20px 0px;
}
.template_preview{
	text-decoration: 	none;
}
#all_templates{
	width: 				100%;
}
#template_edit_save{
	padding:			5px 0px 0px 0px;
}

/* Graphics and Media */
#media_wrapper{
	border: 			0px solid #000000;
	height: 			560px;
	overflow: 			auto;
}
#upload_file_wrapper{
	padding:			0px 0px 10px 0px;
}
#submit_upload_file{
	margin: 			0px 0px 0px 50px;	/* Prevents the button from overlapping the file field label in Firefox. */
}
.upload_file_thumbnail{
	border: 			1px solid #999999;
	margin: 			0px 10px 10px 0px;
	padding: 			3px;
}
.media_source{
	cursor: 			pointer;
}

/*email_editor_tab_content*/
.form_broadcast_email{
	background-color: 	#ffffff;
	border:				0px solid #990000;
	font: 				14px/16px Verdana, sans-serif, helvetica;
	height:				400px;
	padding:			5px;
	width: 				675px;
}
.form_broadcast_email_plain{
	font: 				14px/16px Verdana, sans-serif, helvetica;
	background-color: 	#eeeeee;
	border:				1px solid 	#999999;
	padding:			5px;
	width: 				570px;
	height:				170px;
}
.yui-navset{
	width: 				714px;	
}
#email_editor_tab_content{
	height: 			630px;
	padding-top: 		6px;
	width: 				700px;
}
#editor_message{
	font: 				12px Arial;
	padding: 			10px 0px 0px 0px;
	text-align: 		center;
}

/* email_template */
.email_template{
	float: 				left;
	margin: 			5px 10px 10px 0px;
	width:				125px;
	text-align: 		center;
}
.email_template_thumbnail{
	margin: 			0px 0px 0px 0px;
	width:				125px;
	height:				150px;
	background-color: 	#999999;
}

/* selected_template */
#selected_template{
	margin: 			5px 0px 10px 0px;
	width:				135px;
	height:				229px;
	border:				2px solid #999999;
	padding:			10px;
}

/* Message */
.message{
	font-size: 			14px;
	color:				#990000;
	padding:			5px 0px 15px 0px;
}

/* Editor */
.yui-skin-sam .yui-toolbar-container .yui-toolbar-editcode span.yui-toolbar-icon {
    background-image: url( "/thirdparty/yui/assets/html_editor.gif" );
    background-position: 0 1px;
    left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-button-editcode-selected span.yui-toolbar-icon {
   background-image: url( "/thirdparty/yui/assets/html_editor.gif" );
    background-position: 0 1px;
    left: 5px;
}
.editor-hidden {
    visibility: hidden;
    top: -9999px;
    left: -9999px;
    position: absolute;
}
textarea {
    border: 0;
    margin: 0;
    padding: 0;
}
