body
{
	margin:0px;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:13px;
	background-image:url(../images/main_page_bg.jpg);
	background-repeat:repeat-x;
}
a{
	color:#0066cc;
}
a:hover{
	color:#ffa200;
}
#main_menu, #main_menu a
{
	color:#243138;
	text-decoration:none;	
	font-size:14px;
}
#main_menu, #main_menu a
{
	color:#243138;
	text-decoration:none;	
	font-size:14px;
}
#main_menu a:hover
{
	color:#fe730d;
}
.main_menu_parent
{
	cursor:pointer;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
}
.main_menu_child div
{
	cursor:pointer;
	margin-left:15px;
	padding-top:3px;
	padding-bottom:3px;
}
#edit_form_container
{
	border-left:1px solid #fe730d;
	border-right:1px solid #fe730d;
	border-bottom:1px solid #fe730d;
}
#edit_form_container input, #edit_form_container textarea, #edit_form_container select
{
	margin-bottom:8px;
	background: #fff;

}
#edit_form_container .form_text
{
	letter-spacing: 0px;
	font-size:15px;
    padding: .2em;
	background: #fff;
	border: 1px solid #ddd;
	border-top-color: #476c82;
	border-top-width: 2px;
	border-left-width: 2px;
	border-left-color: #476c82;
	border-right-color: #476c82;
}
#edit_form_area{
	width:750px;
	text-align:left;
	margin-top:20px;
	margin-bottom:40px;
	background-image:url(../images/edit_form_container_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
.content_textarea{
	width:650px;
	height:500px;
}
.edit_form_area_pop{
	position:absolute;
	top:120px;
	z-index:581;
}
.sections_list
{
	font-size:14px;
	color:#243138;
	padding:3px;
}
.root_section
{

}
.parent
{
	font-weight:bold;
}
.leaf
{

}
.section
{
	margin-bottom:8px;
	width:250px;
}
.section span
{
	padding:3px;
	cursor:pointer;
}
.sortable_sections
{

}
.active_section_sorting span
{
	background-color:#fe730d;
}
.active_section_sorting_parent
{
	border:1px solid #000000;
}

.tool-tip {
	color: #a31e00;
	z-index: 600;
	border-right: 2px solid #a31e00;
	border-bottom: 2px solid #a31e00;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fe8b16;
	padding: 8px 8px 4px;
	background-color:#ffffff;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color:#ffffff;
}
.full_overlay
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	z-index:427;
}
.info_popover
{
	position:absolute;
	z-index:562;
	background-image:url(../images/help_bg.png);
	background-repeat:no-repeat;	
	width:357px;
	height:290px;
	text-align:left;
}
.info_popover_ie6
{
	position:absolute;
	z-index:562;
	background-image:url(../images/help_bg.gif);
	background-repeat:no-repeat;	
	width:357px;
	height:290px;
	text-align:left;
}
.info_popover_title
{
	display:block;
	height:30px;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	padding-left:27px;
	padding-right:27px;
	cursor:move;
}
.info_popover_content
{
	display:block;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding-left:27px;
	padding-right:27px;
	padding-top:20px;
	padding-bottom:20px;
	cursor:default;
	height:164px;
	width:295px;
	overflow-y:scroll;
}
.info_popover_button_container
{
	position:relative;
	top:8px;
	left:322px;
}

.form_popover
{
	position:absolute;
	z-index:521;
	background-image:url(../images/form_popover_bg.png);
	background-repeat:no-repeat;	
	width:455px;
	height:476px;
	text-align:left;
}
.form_popover_ie6
{
	position:absolute;
	z-index:595;
	background-image:url(../images/form_popover_bg.gif);
	background-repeat:no-repeat;	
	width:455px;
	height:476px;
	text-align:left;
}
.form_popover_title
{
	display:block;
	height:30px;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	padding-left:27px;
	padding-right:27px;
	cursor:move;
}
.form_popover_content
{
	display:block;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding-left:27px;
	padding-right:27px;
	padding-top:20px;
	padding-bottom:20px;
	cursor:default;
	height:352px;
	width:394px;
	overflow-y:scroll;
}
.ie6_form_popover_content
{
	display:block;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding-left:27px;
	padding-right:27px;
	padding-top:20px;
	padding-bottom:20px;
	cursor:default;
	height:352px;
	width:394px;
	overflow-y:scroll;
}
.form_popover_button_container
{
	position:relative;
	top:7px;
	left:435px;
}.form_label
{
	padding-top:4px;
	padding-bottom:4px;
	font-size:18px;
}
.editable_content_region_form_label
{
	width:646px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	color:#ffffff;
	background-color:#233038;
	border-top:2px solid #30424d;
	border-bottom:2px solid #151c21;
}
input 
{
    font: bold 100% Arial, Helvetica, Verdana, sans;
	letter-spacing: -1px;
    color: #000;
    padding: .2em;
    margin: 0 0 .2em 0;
}
input:focus, textarea:focus 
{
	background: #fff;
}
select 
{
	font: bold 102% Arial, Helvetica, Verdana, sans;
	width: auto;
	background: #f3f3f3;
}
.form_text
 {
	background: #f3f3f3;
	border: 1px solid #ddd;
	border-top-color: #476c82;
	border-top-width: 2px;
	border-left-width: 2px;
	border-left-color: #476c82;
	border-right-color: #476c82;
}
.form_submit_button
{
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	background-color:#25343c;
	text-align:center;
	width:86px;
	padding:3px;
	white-space:nowrap;
	cursor:pointer;
	margin-top:12px;
}
.ajax_loading_flash
{
	position:absolute;
	right:0px;
	font-size:18px;
	font-weight:bold;
	border:4px solid #27343c;
	padding:7px;
	z-index:9999;
	color:#ffffff;
	background-color:#27343c;
}
.absolute_center
{
	position:absolute;
}
.pointer
{
	cursor:pointer;
}
.alternating_listing
{
	background-color:#ebebeb;
}
.object_listing_div
{
		padding:5px;
		padding-left:12px;
}
.header_link a
{
	text-decoration:none;
	color:#ffb650;
	font-size:11px;
}
.header_link a:hover
{
	color:#ffffff;
}
.image_thumb
{
	border:1px solid #dddddd;
	background-color:#ffffff;
	padding:5px;
	width:90px;
	height:90px;
}
