body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg);
	background-repeat:	repeat-x;
}

#main
{
	position:absolute;
	left:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 900)? "0px" : (((document.documentElement.clientWidth || document.body.clientWidth) - 900) >> 1));
	top:0px;
	width:900px;
	text-align:left;
	z-index:5;
}

#header
{
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/top.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:150px;
	text-align:left;
	padding-top:5px;
	padding-right:10px;
}

#downow
{
	position:absolute;
	top: 99px;
	left: 690px;
	width:206px;
	height:45px;
	cursor:pointer;
}

#buttons
{
	position:absolute;
	top:151px;
	left:0px;
	height:29px;
	width:900px;
	margin-left:0;
	z-index:5;
}

#navbar
{
	position:absolute;
	top:180px;
	left:0px;
	height:40px;
	width:777px;
	border-bottom:solid 1px #e5e5e5;
	text-align:left;
}

#lmenu
{
	position:absolute;
	top:225px;
	left:0px;
	width:160px;
}

#info
{
	width:680px;
	float:right;
	background-color:#ffffff;
	background-image:url(images/info_bg.jpg);
	background-repeat:repeat-x;
	border:solid 1px #bababa;
}

.info_title
{
	padding:5px;
	font-family:Verdana;
	color:#49417c;
	font-weight:bold;
	font-size:18px;
	border:solid 1px #999999;
	border-right:none;
	border-top:none;
	width:auto;
}

.info_main_title
{
	padding:10px;
	background-color:#d6bbfb;
	font-size:12px;
	font-family:Verdana;
	text-align:center;
	font-weight:bold;
	color:#444444;
}


#info_body
{
	position:absolute;
	top:180px;
	left:0px;
	width:900px;
	border:solid 1px #a788df;
	background:#f6edff;
	border-top:none;
	padding:0px;
}

#bottom
{
	width:100%;
	height:43px;
	background:url(images/bottom_bg.jpg);
	text-align:center;
	padding:0px;
	padding-top: 24px;
	margin:0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #777777;
}

#auth
{
	width:192px;
	background-image:url(images/auth.jpg);
	background-color:#8c71da;
	background-repeat:no-repeat;
	border:solid 1px #3b3b3b;
	padding:5px;
	padding-top:50px;
	font-family:Verdana;
	color:#fff;
	font-size:10px;
}

.auth_input
{
	width:120px;
	font-size:10px;
	color:#666666;
}

.auth_submit
{
	width:150px;
	font-size:12px;
	color:#fff;
	background:#c8aded;
	border:solid 1px #eee;
}

.auth_link:link
{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
.auth_link:visited
{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
.auth_link:hover
{
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}

#rpanel
{
	position:absolute;
	top:190px;
	left:783px;
	width:167px;
}

#quick_connection
{
	width:153px;
	padding-top:42px;
	padding-left:7px;
	padding-right:5px;
	background:url(images/title.png);
	background-repeat:no-repeat;
}

#banner
{

}

.top_link:link
{
	color:#5d1010;
	font-size:10px;
	font-family:Verdana;
	text-decoration:none;
}
.top_link:visited
{
	color:#6d1010;
	font-size:10px;
	font-family:Verdana;
	text-decoration:none;
}
.top_link:hover
{
	color:#555555;
	font-size:10px;
	font-family:Verdana;
	text-decoration:none;
}

.td_navbar
{
	font-family:Verdana;
	font-size:10px;
	color:#555555;
	padding:2px;
}

.ul_lmenu
{
	font-family:Verdana;
	font-size:10px;
	color:#383838;
	margin:0px;
	padding-left:30px;
}

.lmenu_link:link
{
	font-family:Verdana;
	font-size:10px;
	color:#383838;
	text-decoration:none;
}
.lmenu_link:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#383838;
	text-decoration:none;
}
.lmenu_link:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#993838;
	text-decoration:none;
}

.icq_num
{
	font-family:Verdana;
	font-size:12px;
	color:#555555;
	font-weight:bold;
}

.icq_panel
{
	font-family:Verdana;
	font-size:10px;
	color:#990000;
}

* html .png
{
    width: expression(this.firstChild.width);
    filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
            this.firstChild.src+"', sizingMethod='image')");

    background: expression("transparent url("+
            this.firstChild.src.replace(".png", ".gif")+") no-repeat");
    background: none !important;
}

* html .png img
{
    behavior: expression(this.style.visibility="hidden");
}

.copy
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#777777;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
}

.copy_link:link
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#777777;
}
.copy_link:visited
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#777777;
}
.copy_link:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#777777;
}

.error {color: #ff0000;}
.report {color: #009900;}

.set { float: left; border-left: 1px solid #999999; border-bottom: 1px solid #999999; padding: 5px; margin: 5px; }
