@charset "utf-8";

/*common*/
html,body{ height:100%; overflow:hidden;}
html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,th,td{margin:0;padding:0;}
ul,li{ list-style:none;}
img{border:none;}
body{font:12px Arial; color:#898888;}
a{ color:#d8933a; text-decoration:none;}
a:hover{ color:#ff6600; text-decoration:underline;}
.f-left{float:left;}
.f-right{float:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
*html .clearfix{ height:1%;}
.clearfix{display:block;}
.green{ color:#226e01;}


/*header*/
#header{ background:transparent url(../images/headerBg.gif) repeat-x scroll 0 0;height:66px;width:100%; margin-bottom:15px;}
.logo{ float:left; background:url(../images/logo.gif) no-repeat 0 0; height:66px; width:632px; cursor:pointer;}

/*content*/
.content{ padding:5px 29px 20px 236px; _padding-left:236px;}
.content a:hover{ color:#2382e4; text-decoration:underline;}

/*login content*/
.logincontent{margin:60px 0px 88px 40px; padding:15px; width:450px; border:1px solid #E7E7E7;}
.logincontent .leftTd{ border-right:1px solid #e7e7e7; width:160px; padding-right:35px;vertical-align:top;}
.logincontent .rightTd{padding-left:35px; vertical-align:top;}
.loginTable{ margin-top:10px;}
.loginTable td{ padding:3px; color:#5f5f5f;}
.loginTable input.inputbg{ border:1px solid #5d8fb2; width:183px;}
.loginTable .btn{ width:96px; height:24px; background:url(../images/login-btn.gif) no-repeat; border:none; color:#434343; cursor:pointer;}
.logincontent h1{ font-size:14px; font-weight:bold; color:#5a5a5a;}
.logincontent h2{ font-size:14px; font-weight:bold; color:#3290d9; height:30px; background:url(../images/login-icon.gif) no-repeat; padding-left:39px; padding-top:5px;}
.logincontent p{ margin-top:20px; color:#a2a2a2; }

/*footer*/
#footer{ background:url(../images/footer-bg.jpg) repeat-x; clear:both; position:relative; margin-top:3px; zoom:1;}
.footercon{ background:url(../images/footerbg.gif) repeat-x center; height:45px;}
.links{ position:absolute; left:21px; top:20px; color:#bfbfbf;}
.links a{ color:#bfbfbf; text-decoration:none; margin:0 5px;}
.links a:hover{ text-decoration:underline;}
.copyrights{ padding-right:27px;position:absolute;right:10px;top:25px; color:#000000;}

/*main*/
#main{ padding:10px 0px 14px 0; clear:both;}