/* CSS Document */

/* General Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #454374;
	margin: 0px;
	padding: 0px;
	color: #454374;
}
p {line-height: 140%; margin-top: 0px; margin-bottom: 0px;}
a{color:#9BAF36; text-decoration:none}
a:link{color:#9BAF36; text-decoration:none}
a:visited{color:#9BAF36; text-decoration:none}
a:hover{color:#9BAF36; text-decoration:underline}
h1{font:bold 145% Arial,sans-serif; color:#28287E; margin:0px; padding:0px}
h2{
	font:bold 130% Arial,sans-serif;
	color:#28287E;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h3{font:bold 120% Arial,sans-serif; color:#28287E; margin:0px; padding:0px}
h4{font:bold 110% Arial,sans-serif; color:#28287E; margin:0px; padding:0px}
h5{font:bold 105% Arial,sans-serif; color:#28287E; margin:0px; padding:0px}
h6{font:bold 100% Arial,sans-serif; color:#28287E; margin:0px; padding:0px}
#content_copy li{margin-top: 0px;padding-top: 0px;}
#content_copy ul{list-style-image: url(../images/bullet.gif);margin-top: 0px;padding-top: 0px;}
#content_copy ul ul{list-style-image: url(../images/sub_bullet.gif);}
#content_copy ul ul ul{list-style-image: url(../images/sub_sub_bullet.gif);}
#content_copy ol ol {list-style-image: url(../images/sub_bullet.gif);}
#content_copy ol ol ol{list-style-image: url(../images/sub_sub_bullet.gif);}

.show{display:block; visibility:visible;}
.hide{display:none; visibility:hidden;}







#container{}
#banner_wrap{
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #424372;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#banner_content{
	background-color: #424372;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo_enhance.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header_wrap{
	background-color: #E5E5DB;
	width: 100%;
	float: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 42px;
}
#header_content{
	color: #FFFFFF;
	height: 40px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-left: 210px;
}
#header_content h1{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#header_content h2{
	color: #CDD79B;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content_wrap{
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	float: left;
	background-color: #E5E5DB;
}
#content_content{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content_menu{
	background-color: #E5E5E5;
	float: left;
	width: 190px;
}
#content_copy{
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	padding-left:2px;
	padding-top:29px;
	padding-right:2px;
	padding-bottom:29;
}

#footer_wrap{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
	background-color: #454374;
	text-align: center;
	color: #FFFFFF;
	height: 23px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footer_content{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#disclaimer_wrap{
	color: #A1A1B9;
	float: left;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 30px;
}

/* Content_menu Menu Styles */

#content_menu ul{
margin: 0;
padding: 0;
list-style-type: none;

}
#content_menu a
{
	display: block;
	width: 164px;
	background-color: #8384A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
}
#content_menu a:link, #content_menu a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#content_menu a:hover
{
background-color: #424372;
color: #FFFFFF;
}

#content_menu li .current
{
	display: block;
	width: 164px;
	background-color: #646584;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#content_menu ul ul .current
{
	display: block;
	width: 149px;
	background-color: #C7C8D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
	background-image: url(/images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



#content_menu ul ul a
{
	display: block;
	width: 149px;
	background-color: #C7C8D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
}
#content_menu ul ul a:link, #content_menu ul ul a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#content_menu ul ul a:hover
{
background-color: #B4B4C2;
color: #FFFFFF;
}


.activity {
	border: 1px solid #DBDBDF;
}

.activity_title {
	color: #424372;
	font-size: 11px;
	background-color: #E1E1E4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;

}

.activity_top {
	background-image: url(../images/activity_top.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	color: #424372;
}

.activity_bottom {
	background-image: url(../images/activity_cpd_bottom.jpg);
	background-repeat: no-repeat;
	color: #424372;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


.activity1 {
	border: 1px solid #DBDBDF;
}

.activity_title1 {
	color: #424372;
	font-size: 11px;
	background-color: #E1E1E4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;

}

.activity_top1 {
	background-image: url(../images/activity_top.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	color: #424372;
}

.activity_bottom1 {
	background-image: url(../images/activity_cpd_bottom.jpg);
	background-repeat: no-repeat;
	color: #424372;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


/*
.tabs input{
	background-image: url(../images/tab_off.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 46px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabs input:hover{
	background-image: url(../images/tab_over.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 46px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabs .current input{
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 46px;
	color: #424372;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/

.activity_top th {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDF;
	text-align: left;

}

th {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDF;
	text-align: left;
	padding:5px;
}

.activity td
{
	padding:5px;
}


.activity_bottom th {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDF;
	text-align: center;
}

.form_textfield {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 360px;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#B4B4C2;
	scrollbar-shadow-color:#8384A0;
	scrollbar-face-color:#8384A0;
	scrollbar-highlight-color:#8384A0;
	scrollbar-darkshadow-color:#8384A0;
	scrollbar-3dlight-color:#8384A0;
}
#footer_wrap ul {
	margin: 0;
	padding: 0;
}

#footer_wrap li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-transform: lowercase;
	display: block;
}


#footer_wrap a {
	display: block;
	margin: 0;
	color: #CDD79B;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDD79B;
}
#footer_wrap a:hover {
	color: #FFFFFF;
}
#footer_wrap ul ul {position: absolute; display: none;}

.form_save{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 62px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(/css/images/button_element.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFFFFF;
}

.form_save_red{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 62px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/button_element_red.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFFFFF;
}

.form_input_sm {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 60px;
	height: 16px;
}
.form_input_very_sm {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 40px;
	height: 16px;
}
.form_input {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 150px;
	height: 16px;
}
.required {
	color: #CD3301;
}

.form_textfield {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 380px;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#B4B4C2;
	scrollbar-shadow-color:#8384A0;
	scrollbar-face-color:#8384A0;
	scrollbar-highlight-color:#8384A0;
	scrollbar-darkshadow-color:#8384A0;
	scrollbar-3dlight-color:#8384A0;
}

.show {
	display:block;
	visibility: visible;
}

.hide {
	display: none;
	visibility: hidden;
}





.tabs_cpd input{
	background-image: url(../images/tab_cpd_off.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 85px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabs_cpd .current input{
	background-image: url(../images/tab_cpd_on.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 85px;
	color: #424372;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabs_cpd input:hover{
	background-image: url(../images/tab_cpd_over.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 85px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.warning_lines_TBL{
width:100%;
	background-color: #F2A2A1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD3301;
	border-bottom-color: #CD3301;
	border-left-color: #CD3301;
}
.warning_lines_TRB{
	background-color: #F2A2A1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD3301;
	border-right-color: #CD3301;
	border-bottom-color: #CD3301;
	border-left-color: #EB9EA2;
}


.ie_form_input_sm {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 60px;
	height: 16px;
}
.ie_form_input_very_sm {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 40px;
	height: 16px;
}
.ie_form_input {
	background-color: #FFFFFF;
	border: 1px solid #424372;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424372;
	padding-left: 3px;
	width: 150px;
	height: 16px;
}

.LoginLabel
{
  padding-bottom: 10px;  
  padding-right: 5px;
}

/* XP IE7 theme - Backgrounds */
.CustomTabStyle .ajax__tab_header			{ background:url(/css/images/tab_line.gif) repeat-x bottom; }
.CustomTabStyle .ajax__tab_outer			{ background:url(/css/images/tab_right.png) no-repeat top right; }
.CustomTabStyle .ajax__tab_inner			{ background:url(/css/images/tab_left.png) no-repeat top left; }
.CustomTabStyle .ajax__tab_tab			{ background:url(/css/images/tab.png) repeat-x;color:white; font-weight:bold; }
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer	{ background:url(/css/images/tab_right.png) no-repeat top right; }
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner	{ background:url(/css/images/tab_left.png) no-repeat top left; }
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab	{ background:url(/css/images/tab.png) repeat-x;color:black; font-weight:bold; }
.CustomTabStyle .ajax__tab_active .ajax__tab_outer	{ background:url(/css/images/tab_right_active.png) no-repeat top right; }
.CustomTabStyle .ajax__tab_active .ajax__tab_inner	{ background:url(/css/images/tab_left_active.png) no-repeat top left; }
.CustomTabStyle .ajax__tab_active .ajax__tab_tab	{ background:url(/css/images/tab_active.png) repeat-x ;color:black; font-weight:bold; }

/* XP IE7 theme - Other Styles */
.CustomTabStyle .ajax__tab_header 			{ font-size:11px;height:31px; line-height:22px; }
.CustomTabStyle .ajax__tab_outer			{ height:31px;padding:0 0 0 0;}
.CustomTabStyle .ajax__tab_inner			{ padding:0 6px 0 4px;}
.CustomTabStyle .ajax__tab_tab			{ height:23px; padding:4px 5px;margin:0 !important;}
/*.CustomTabStyle .ajax__tab_body			{ height:390px; width:480px; font-size:11px;border-top:0;margin:0;padding:30px 20px;background-image:url(/media/27286/hp_tabs_bg.png); color:black; background-repeat:no-repeat;} */
.ajax__tab_default .ajax__tab_tab {margin:0px;}

/* Accordion */
.accordionHeader
{
    border: 1px solid #E8E8EA;

    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer; 
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #E8E8EA;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 3px;
}

.cal_Theme1 td
{
    padding:0px;
}

.cal_Theme1 .ajax__calendar_container {
background-color: #e2e2e2; 
border:solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header {
background-color: #ffffff; 
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
color: #004080; 
padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
background-color: #e9e9e9; 
border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center; 
font-weight:bold; 
margin-bottom: 4px; 
margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
color: #004080; 
font-weight: bold; 
background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today {
font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb;
}

.adminmenuitem a
{
background-color: #768727 !important;
}

.adminmenuitem a:hover
{
background-color: #9BAF36 !important;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
