/* CSS Document */
body{font:9pt verdana,arial,serif;}
#container{margin:5px;}
#ibox_footer_wrapper a {color:#fff;}
p{color:#666;}
#noticeMenu{margin:0 10px 0 0; padding:0; text-align:right; border:1px solid #000;}
#noticeMenu ul{float:right;}
#noticeMenu ul li{display:inline;}
#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	margin:0;
	padding:0;
	filter:alpha(opacity=2);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:0 10px 50px 10px;
	border:1px solid #000;
	width:300px;
	height:300px;
	background-color:#044474;
	margin:0;
}
*html #ibox_wrapper{padding:20px 10px 20px 10px;}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
	padding:2px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:5px 0 5px 0;top:0px;left:0px;color:#fff; font-size:16pt;
}
#ibox_footer_wrapper a{font-size:9pt;}
h1.notice{font-size:11pt; color:#666; font-family:verdana,arial,serif;}
h2{font-size:10pt; color:#000033;}
table.noticeTbl {width:90%; margin:5px 0;}
table.noticeTbl tr th{background:#044474; color:#fff; padding:2px; text-align:center; border:1px solid #003399; font-size:9pt;}
table.noticeTbl tr td{padding:2px; border:1px solid #ccc;}
