body{
	margin: 0;
	padding: 0;
	padding: 25px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font: 0.7em/1.5 Arial;
}
input, textarea, select, td{
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif; 
}
.no_border{
	border: 0;
}
body.body_only{
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif; 
	margin: 0;
	padding: 0;
	background-image: none;
}
a, a:visited{
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif; 
	color: #00467F; 
	text-decoration: none;
}
a:hover{ 
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif; 
	color: #00467F; 
	text-decoration: underline;
} 
form, img{
	margin: 0;
	padding: 0;
	border: 0;
}
.toggle_dark{ 
	background-color: #E0F2DE; 
}
/**********************************************
* Login Layout
**********************************************/
body.login_layout #applayout{
	margin: 15px;
	padding: 0;
	position: absolute;
	left: 50%;
	right: 50%;
	width: 500px;
	margin-left: -250px;
	
	background:  url(../images/bg_main.gif) top left no-repeat;
	/* border: 1px solid red; */
}
body.login_layout #applayout_header{
	background:  url(../images/bg_top_right.gif) top right no-repeat;
	padding: 6px;
	padding-left: 0;
	margin: 0;
	position: relative;
	right: -6px;
	height: 30px;
}
body.login_layout #applayout_body{
	background:  url(../images/bg_main_right_stretcher.gif) top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding:10px;
	padding-left:6px;
	position:relative;
	right:-6px;
}
body.login_layout #applayout_footer_left{
	background:  url(../images/bg_main_bottom.gif) bottom left no-repeat;
	position:relative;
	top: 5px;
	/* border: 1px solid black; */
}
body.login_layout #applayout_footer_right{
	position:relative;
	right:-6px;
	
	/* border: 1px solid black; */
	display: block;
	padding:6px;
	padding-left:0;
	margin: 0;
	margin-top: -2em;
	
	background:  url(../images/bg_bottom_right.gif) bottom right no-repeat;
}
body.login_layout .frm_header{
	text-align: right;
	padding-right: 10px;
} 
body.login_layout input{
	border: 1px solid #00467F;
	margin: 3px;
}
body.login_layout .action_buttons{
	margin-top: 5px;
}
body.login_layout #page_title{
	padding: 15px;
}
body.login_layout .err{
	padding-bottom: 10px;
}
/**********************************************
* Application Frame
**********************************************/
#applayout{
	background:  url(../images/bg_main.gif) top left no-repeat;
	/* border: 1px solid red; */
}
#applayout_header{
	background:  url(../images/bg_top_right.gif) top right no-repeat;
	padding: 6px;
	padding-left: 0;
	margin: 0;
	position: relative;
	right: -6px;
	height: 50px;
}
#applayout_body{
	background:  url(../images/bg_main_right_stretcher.gif) top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding:10px;
	padding-left:6px;
	position:relative;
	right:-6px;
}
#applayout_footer_left{
	background:  url(../images/bg_main_bottom.gif) bottom left no-repeat;
	position:relative;
	top: 5px;
	/* border: 1px solid black; */
}
#applayout_footer_right{
	position:relative;
	right:-6px;
	
	/* border: 1px solid black; */
	display: block;
	padding:6px;
	padding-left:0;
	margin: 0;
	margin-top: -2em;
	
	background:  url(../images/bg_bottom_right.gif) bottom right no-repeat;
}
/**********************************************
* Company Logo
**********************************************/
#logo{
	float: right;
	padding: 5px;
}
/**********************************************
* Information on login + logout button
**********************************************/
#login_info{
	float: left;
	padding: 5px;
	padding-left: 10px;
	color: #003c79;
	letter-spacing: 1px;
	vertical-align: middle;
}
#login_info_text{
	margin-left: 80px;
	width: 350px;
	line-height: 25px;
	vertical-align: middle;
}
/**********************************************
* Header Tab Navigation Level 1
**********************************************/
#navigation_level_1{
	position: relative;
	height: 23px;
	
	/* border: 1px solid green; */
}
#navigation_level_1 ul{
	background-image: url(../images/spacer_grey.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
	height: 23px;
	width: 100%;
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#navigation_level_1 li{
	float: left;
	margin: 0;
	padding: 0;
	
	margin-right: 2px;
	padding-right: 14px;
	
	background-image: url(../images/tab_off_right_wide.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#navigation_level_1 a{
	letter-spacing: 1px;
	font: 11px Arial;
	
	margin: 0;
	padding: 0;
	
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 14px;
	
	display: block;
	
	background-image: url(../images/tab_off_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	color: #ffffff;
	text-decoration: none;
}
#navigation_level_1 .active, #navigation_level_1 li:hover{
	background-image: url(../images/tab_on_right_wide.gif);
	cursor: pointer;
}
#navigation_level_1 a:hover{
	color: #003c79;
}
#navigation_level_1 .active a, #navigation_level_1 li:hover a{
	color: #003c79;
	background-image: url(../images/tab_on_left.gif);
}
/**********************************************
* Navigation Level 2
**********************************************/
#navigation_level_2{
	position: relative;
	height: 31px;
	border-left: 1px solid #c2c2c0;
	border-right: 1px solid #c2c2c0;
	padding-bottom: 10px;
}
#navigation_level_2 ul{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	
	/* border: 1px solid black; */
	
	background-image: url(../images/navbar_bg.gif);
	background-repeat: repeat-x;
	
	list-style: none;
}
#navigation_level_2 li{
	float: left;
	
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
	padding-right: 14px;
	
	color: #003c79;
}
#navigation_level_2 li a{
	letter-spacing: 1px;
	font: 11px Arial;
	padding-bottom: 6px;
	text-decoration: none;
	color: #003c79;
}
#navigation_level_2 li a:hover, #navigation_level_2 li.active a{
	border-bottom: 2px solid #003c79;
}
/**********************************************
* 3rd Level Tab Navigation
**********************************************/
#navigation_level_3{
	clear: left;
	width: 100%;
	position: relative;
	height: 23px;
}
#navigation_level_3 ul{
	float: left;
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#navigation_level_3 li{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 2px;
}
#navigation_level_3 a{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	
	display: block;
	
	background-image: url(../images/tab2_off_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#navigation_level_3 ul li a:hover, #navigation_level_3 ul li a.active{
	background-image: url(../images/tab2_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
	color: #ffffff;
	cursor: pointer;
}
/**********************************************
* Toolbar
**********************************************/
#toolbar{
	clear: both;
	position: relative;
	
	height: 32px;
	
	background-image: url(../images/toolbar_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	/* border: 1px solid red; */
}
#toolbar ul{
	margin: 0;
	padding: 0;
	
	/* border: 1px solid blue; */
	height: 32px;
	width: 100%;
	
	list-style: none;
	
	background-image: url(../images/toolbar_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#toolbar ul li{
	/* border: 1px solid black; */
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 3px;
}
#toolbar ul li a{
	line-height: 15px;
	
	margin: 0;
	padding: 0;
	padding: 5px;
	padding-left: 25px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	
	text-decoration: none;
	
	background-position: left;
	background-repeat: no-repeat;
}
#toolbar ul li a:hover{
	margin: 0;
	padding: 0;
	padding: 5px;
	padding-left: 25px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	
	text-decoration: underline;
	
	background-position: left;
	background-repeat: no-repeat;
}
/**********************************************
* Action buttons, submit / cancel / logout...etc
**********************************************/
.action_buttons{
	margin: 0;
	padding: 0;
	list-style: none;
}
.action_buttons li{
	float: left;
	margin: 0;
	padding: 0;
	
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 2px;
	
	background-image: url(../images/btn_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.action_buttons li a, .action_buttons li a:visited{
	margin: 0;
	padding: 0;
	
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	display: block;
	background-image: url(../images/btn_bg_wide.gif);
	background-position: right;
	background-repeat: no-repeat;
	
	text-decoration: none;
	font-weight: bold;
	color: #888888;
}
.action_buttons li a:hover{
	color: #FFAB00;
	text-decoration: none;
	font-weight: bold;
}
/**********************************************
* List Tables 
**********************************************/
table.listing {
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif; 
	
	width: 100%;
	border: 1px solid #FFAB00;
	border-top: 0;
}
table.listing th{
	background-color: #FFAB00;
	color: white;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.listing th a{
	color: white;
}
table.listing th a:visited{
	color: white;
}
table.listing th a:hover{
	color: white;
}

/**********************************************
* used to style forms contained in table layout 
**********************************************/
table.addedit_form{
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif; 
	
	width: 100%;
	border: 1px solid #003c79;
	border-top: 0;
}
table.addedit_form th{
	background-color: #00467F;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
table.addedit_form th.header_actions{
	text-align: right;
	font-weight: normal;
}
table.addedit_form th.header_actions a{
	color: white;
}
table.addedit_form td{
	margin: 0;
	padding: 3px;
}
table.addedit_form .frm_header{
	width: 150px;
}
/**********************************************
* Area where content will reside.  
* grey border surrounding
**********************************************/
#content_area{
	font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif; 
	
	border-left: 1px solid #c2c2c0;
	border-right: 1px solid #c2c2c0;
	border-bottom: 1px solid #c2c2c0;
	
	position: relative;
	padding: 25px;
	padding-top: 20px;
}
/**********************************************
* Context Sensitive Menus
**********************************************/
.context_menu{
	clear: left;
	width: 150px;
}
.context_menu ul{
	float: left;
	border: 1px solid #c2c2c0;
	margin: 0;
	padding: 0;	
	
	list-style: none;
	
}
.context_menu ul li{
	float: left;
	width: 150px;
}
.context_menu ul li a, .context_menu ul li a:visited, .context_menu ul li a:link{
	width: 123px;
	float: left;
	line-height: 20px;
	
	display: block;
	padding-left: 27px;
	
	background-color: #ffffff;
	
	background-position: left;
	background-repeat: no-repeat;
}
.context_menu ul li a:hover{
	line-height: 20px;
	width: 123px;
	
	display: block;
	
	background-color: #e0f2de;
	
	text-decoration: none;
}

/**********************************************
* Toolbar / Context Separators
**********************************************/
.context_menu_separator{
	margin: 0;	padding: 0;
	height: 1px;
	background-color: #c2c2c0;
}
.toolbar_menu_separator{
	margin: 0;
	height: 25px;
	background-color: #c2c2c0;
}
/**********************************************
* edit_content page, expandable / collapsable 
* elements
**********************************************/
#frmEditPage{
	width: 100%;
}
#frmEditPage_mainActions{
	width: 100%;
	/* padding-right: 10px; */
}
#frmEditPage_mainActions textarea, iframe{
	width: 99%;
}
#frmEditPage_mainActions_header{
	padding: 7px;
	background-color: #eaeff2;	
}
#frmEditPage_mainActions_header a{
	color: #899CAB;
	font-weight: bold;
}
#frmEditPage_mainActions_header a.active{
	color: #00467F;
	font-weight: bold;
	text-decoration: underline;
}
#frmEditPage_mainActions_footer_options{
	line-height: 25px;
	background-color: #eaeff2;
	color: #00467F;
	padding: 3px;
}
#frmEditPage_sideActions{
	float: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
#frmEditPage_sideActions input{
	width: 196px;
	margin-bottom: 2px;
	border: 1px solid #c2c2c0;
}

#frmEditPage_sideActions a.collapsed, #frmEditPage_sideActions a.expanded{
	padding: 5px;
	margin-bottom: 2px;
	padding-left: 35px;
	
	display: block;
	width: 158px;
	border: 1px solid #c2c2c0;
	text-decoration: none;
	font-weight: bold;
}
#frmEditPage_sideActions a.collapsed{
	background-image: url(../images/rightnav_arrow.gif);
}
#frmEditPage_sideActions a.expanded{
	background-image: url(../images/rightnav_arrowdown.gif);
}
#frmEditPage_sideActions .detailed_info{
	margin-left: 2px;
	margin-bottom: 2px;
	width: 196px;
	border: 1px solid #cad5e0;
}
#frmEditPage_sideActions .detailed_info th{
	height: 17px;
	font-weight: normal;
	text-align: right;
	background-color: #cad5e0;
}
#frmEditPage_sideActions .detailed_info th.config_header{
	font-weight: bold;
	text-align: left;
	background-color: #cad5e0;
}

#frmEditPage_sideActions .detailed_info td{
	height: 16px;
	border-bottom: 1px solid #cad5e0;
}
#frmEditPage_sideActions .detailed_info .header{
	font-weight: bold;
	width: 50px;
}
/**********************************************
* Language Switcher
**********************************************/
#language_switcher{
	position: absolute;
	width: 175px;
	top: 135px;
	right: 55px;
	color: #999999;
	letter-spacing: 1px;
	text-align: right;
}
/**********************************************
* Preview Controller
**********************************************/
#previewController{
	text-align: right;
	position: absolute;
	width: 225px;
	top: 105px;
	right: 55px;
	color: #999999;
	letter-spacing: 1px;
}
/**********************************************
* Generic classes
**********************************************/
.hidden{
	display: none;
	visibility: hidden;
}
.visible{
	display: block;
	visibility: visible;
}
.help_text{
	padding: 3px;
	font-size: 9px;
	color: #828282;
}
#page_title{
	color: #00467F;
	padding: 5px;
	padding-top: 0;
	letter-spacing: 1px;
	font: 14px Arial;
	font-weight: bold;
}
.err{
	color: #ff0000;
}

.errorMessage {
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.checkbox{
	border: 0;
	background-color: #FFFFFF;
}
.grey_text {
	color: #666666;
}

.divbox{
	color: #5F6656;
	border:1px solid #FFAB00;
	border-top: 0;
	background-color: #FFFFFF;
	
}
.divbox_title{
	margin:0;
	padding:3px;
	color: #5B201A;
	background-color: #FFAB00;
	border:1px solid #000000;
	border-bottom:0;
}
table.divbox{
	margin: 0;
	padding: 0;
	width:100%;
	color: #5F6656;
}
table.divbox tr th{
	margin:0;
	padding:3px;
	border-top:1px solid #000000;
	border-bottom: 0;
	background-color: #FFAB00;
	text-align: left;
}
table.divbox tr th.action{
	text-align:right;
	font-weight: normal;
}

