/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	margin:0;
	padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	background: #fff;
	margin:0;
	overflow: hidden;
}

#ibox_content {
	background-color:#fff;
	/*border: 1px solid #999;
	width:420px;
	height: 580px;*/
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	padding: 15px 20px;
	overflow: hidden;
}

#ibox_footer_wrapper {
	display: none;
	}

#ibox_content h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e1e1e1;
	}
	
#ibox_content h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}
#ibox_content h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	}
#ibox_content h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}

#ibox_content a:link, #ibox_content a:visited { color: #990000; }
#ibox_content a:hover { color: #406a84; }

#ibox_footer_wrapper { display: none; }

#ibox_close_btm { 
	display: none; 
	margin-top: 12px; 
	padding-left: 18px;
	background: transparent url('/_images/btn_close.gif') no-repeat 0px 3px;
	}
	
a:link#ibox_close_btm, a:visited#ibox_close_btm { color: #ff3300; text-decoration: none; }
a:hover#ibox_close_btm { color: #0099cc; }

.ilogo {
	float: left;
	display: inline;
	}
.idate {
	float: right;
	display: inline;
	color: #406a84;
	}
	
.messagehead {
	border-top: 1px solid #d8e4eb;
	border-bottom: 1px solid #d8e4eb;
	background: #e5edf2;
	padding: 12px 8px;
	color: #999;
	font-size: 12px;
	}
.messagehead span {
	color: #406a84;
	}
.messagehead div {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
	}
	
.messagecontent {
	margin: 12px 0px 6px 0px;
	padding: 0px 8px;
	height: 360px;
	overflow: auto;
	border-bottom: 1px solid #ccc;
	}