/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
/*background-color: #000;*/
background-color:#FFFFFF;
cursor: pointer;
z-index:4;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #E1E2E2;
z-index:4;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 522px;
height: 322px;
border: 10px solid #E1E2E2;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #E1E2E2 url(img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Arial;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
text-align: left;
border: 10px solid #E1E2E2;
border-top-style: none;
z-index:4;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(img/closelabel.gif) no-repeat center;
margin: 5px 0;
z-index:4;
}

div#mb_caption {
margin-right: 71px;
}


div.moodalbox_style,.moodalbox_style {color:#626262;
font-family:Arial;
font-size:13px;
font-weight:normal;
line-height:18px;
padding:20px 20px;}
div.moodalbox_style a {color:#005daa; 
	text-decoration:none;}
div.moodalbox_style a:hover {color:#005daa; 
	text-decoration:underline;}
div.moodalbox_style h1.csc-firstHeader, div.moodalbox_style h1 {font-size:20px; line-height:21px; color:#296eb2; font-weight:normal; margin:0px 0 10px 0;}





div.moodalbox_style UL, div.moodalbox_style p UL{ 
	/*list-style-image: url(../layouticons/bulletquad.gif);*/
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin:3px 0 3px 10px;
	padding:0 0 0 0px;
	line-height:18px;
	}
div.moodalbox_style UL LI,div.moodalbox_style p UL LI { 
	/*list-style-image: url(../layouticons/bulletquad.gif);*/
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin:0 0 0px 10px;
	padding:0 0 0 0px;
	line-height:18px;
	}
	
div.moodalbox_style OL,div.moodalbox_style p OL { 
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
	margin:3px 0 3px 15px;
	padding:0 0 0 0px;
	line-height:18px;
	}
div.moodalbox_style OL LI,div.moodalbox_style p OL LI { 
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin:0 0 0px 15px;
	padding:0 0 0 0px;
	line-height:18px;
	}	

div.moodalbox_style UL a,div.moodalbox_style UL LI a, div.moodalbox_style OL a,div.moodalbox_style OL LI a {color: #005daa; text-decoration:none; }
div.moodalbox_style UL a:hover,div.moodalbox_styleUL LI a:hover,
div.moodalbox_style OL a:hover,div.moodalbox_style OL LI a:hover {color: #005daa; text-decoration: underline; }