
/* DEFINE IDS, CLASSES THAT USE PNG */
#logo img{behavior: url(/layouts/css/iepngfix.htc);}


/* COMMON
----------------------------------------------- */	
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: black;
	background-color: #FFFFFF;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

a {
	color: #666;
}

p {
	margin: 0 0 12px 0;
}

h1 {
	color: #ec0b8d;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

h3 {
color: #3399cc;
font-size: 16px;
padding: 0;
margin: 5px 0 10px 0;
}

h5, span.H5 {
	color: #5a2149;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

div.hr {
	height: 1px;
	background: url(../img/dots_h.gif) repeat-x top left;
}
div.hr hr {
	display: none;
}

.bolded {
	font-weight: bold;
}

.noBorder {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.requiredStar{
	font-size: 16px;
	color: #c10435;
	padding: 0  1px 0 0;
	line-height: 12px;
}


/*-------------- LAYOUT ----------------------*/

#container {
display: block;
width: 948px;
margin: 20px auto;
background-color: #FFFFFF;
}

/*-------------------------- LEFT MENU -----------------*/
#left_menu {
	position: relative;
	width: 177px;
	height: 691px;
	background: url(../img/left_panel_menu_bg.jpg) top left no-repeat;
}

.top_menutitle {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 36px;
	padding: 15px 2px 0 25px;
	border-bottom: 1px solid #ffffff;
}

.menutitle{
	cursor:pointer;
	height: 31px;
	margin:  1px 0 0 0;
	padding: 8px 2px 0 25px;
	text-align: left;
	color: #56636d;
	background: transparent url(../img/leftmenubg.gif) left no-repeat;
	border-bottom: 1px solid #ffffff;
}


.menutitle.active {
	background: url(../img/leftmenubg_h.gif) left no-repeat;
	font-weight: bold;
	color: #C00000 !important;
}


.submenu{
	text-align: left;
	padding:  5px 2px 2px 20px;
	border: 0px;
	margin: 0px;
	background: #edf1f4; 
}
.submenu_ThirdItem {
	margin: 5px 0 5px 0;
	padding: 0 0 0 20px;
}

.submenu a{
	text-decoration: none;
	font-weight: normal;
	color: #56636d;
}

.submenu_ThirdItem:hover, #active_submenu_item {
	color: #3366CC;
	padding: 0 0 0 20px;
	background: #cfdfeb url(../img/menu_arr2.gif) left repeat-y;
}

.submenu a:hover, .submenu a.active_submenu_item {
color: #3366CC;
}

.left_menu_div {
	min-height:400px;
	height:auto !important;
	height:400px;
}

.left_UnderMenuContent{
	/*position: absolute;
	top: 350px;
	left: 0;*/
	margin-top: 10px;
	width: 175px;
}

/*--------------------    FOOTER   --------------------------------------*/
#footer {
position: relative;
top: 10px;
}

#footer_left {
	float: left;
	font-size: 11px;
	color: #85919A;
}


#footer_right_menu {
	float: right;
}

#footerMenu {
	list-style: none;
	padding: 0px;
	margin: 0px auto; 
}


#footerMenu li {
	float: left;
	font-weight: normal;
	font-size: 11px;
	margin:  0 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	background: url(../img/footer_sep.gif) center left no-repeat;
}

#footerMenu li a {
	display: block;
	text-decoration: none !important;
	color:  #85919A;
}

#footerMenu li a:hover {
	color: #C00000
}

#footerMenu li.first {
	background: none;	
}



a.cms-button{font: normal 18px Tahoma; color: white; text-decoration: none; min-width:20px; width:auto !important; width:20px;}
a.cms-button span.bg{float: left;  display: inline-block; /*width: 8px;*/ padding: 0; cursor:pointer; cursor:hand;}
a.cms-button span.text{display: inline-block; cursor:pointer; cursor:hand;}
* html a.cms-button span.text{float: left;}

a.orange{height:32px; font: normal 18px Tahoma; color: white;}
a.orange span.bg{height:32px; line-height: 32px; background: url(../img/cms-button-orange-l.png) top left no-repeat;}
a.orange span.text{padding: 0 19px 0 14px; height:32px; line-height: 30px; background: url(../img/cms-button-orange-r.png) top right no-repeat;}

a.blue{height:26px; font: normal 14px Tahoma; color: white;}
a.blue span.bg{height:26px; line-height: 26px; background: url(../img/cms-button-blue-l.png) top left no-repeat;}
a.blue span.text{padding: 0 8px 0 5px; height:26px; line-height: 24px; background: url(../img/cms-button-blue-r.png) top right no-repeat;}

a.light-blue{height:16px; font: normal 11px Tahoma; color: #0060b6;}
a.light-blue span.bg{height:16px; line-height: 16px; background: url(../img/cms-button-lightblue-l.png) top left no-repeat;}
a.light-blue span.text{padding: 0 8px 0 5px; height:16px; line-height: 14px; background: url(../img/cms-button-lightblue-r.png) top right no-repeat;}



/*-------------------------------------------------------------------------*/

