/* 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;
	padding:10px;
	border:1px solid #CCC;
	width:300px;
	height:300px;
	background-color:#4b5f7a;
	padding-bottom:30px;
	margin:0;
	color:#CCCCCC;
}

#ibox_wrapper a{
	color:#CCCCCC;
	background-color:inherit;
}

#ibox_wrapper a:hover{
	color:#999999;
	background-color:inherit;
}

#ibox_content {
	background-color:#e5e3d3;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:1px solid #000;
	padding:2px;
	color:#000000;
}

#ibox_content a{
	color:#336699;
	background-color:inherit;
}

#ibox_content a:hover{
	color:#538ac2;
	background-color:inherit;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

.ibox_top{
	background-image:url(../images/ibox1.jpg);
	background-repeat:no-repeat;
	width:489px;
	height:6px;
	margin-top:5px;
	margin-left:5px;
}

.ibox_middle{
	background-image:url(../images/ibox2.jpg);
	background-repeat:repeat-y;
	width:469px;
	margin-left:5px;
	padding:10px;
}

.ibox_bottom{
	background-image:url(../images/ibox3.jpg);
	background-repeat:no-repeat;
	width:489px;
	height:6px;
	margin-left:5px;
}