﻿@charset "utf-8";
/* Login Only Edit by Zack.zhou 2009/10/27 ------------------------
/* CSS Document */
/*body*/
html 
{
    overflow:hidden ;
    height:100% ;   
}

body{
 	margin:0;
 	padding:0;
 	color:#515151;
 	background:black;
 	font-size:12px;
 	font-family:Verdana;
	/*background:url(../image/bg.jpg) no-repeat center center ;*/
	width: 100%;
  	display: table; 
  	height:100%;
    background-color:black;
}

em{
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right:5px;
}
/*
//------------------------------
//  a
//------------------------------
*/
a{
	color:#000;
	text-decoration:underline;
}
a:link,a:visited{
	color:#000;
	text-decoration:none;
}
a:hover,a:active{
	color:#cc0000;
	text-decoration:none;
}
.red{
	color:#ff0000;
	text-decoration:none;
}
a.red{
	color:#ff0000;
	text-decoration:underline;
}
.green{
	color:#2b7a0b;
	text-decoration:none;
}
a.green{
	color:#2b7a0b;
	text-decoration:underline;
}
.blue{
	color:#1d5393;
	text-decoration:none;
}
a.blue{
	color:#1d5393;
	text-decoration:underline;
}

/* Edit by Zack.zhou 2009/07/10 */
input{
 font-size:12px;
 color:#000; 
 font-family:Verdana;
}

/* Edit by Zack.zhou 2009/10/27 */
input.input{
	border:1px solid #e1e5e6;
	background:#fff;
	height:16px;
	line-height:16px;
	padding:0 2px;
}

/*
//------------------------------
//  button
//------------------------------
*/
input.button6{
	width:73px;
	height:19px;
	padding-bottom:2px;
	color:#FFF;
	line-height:18px!important;
	text-align:center;
	background:url(../image/btn_blue.gif) no-repeat 50% 0%;
	border:none;
}
* html input.button6{
    line-height:16px;
}
*+html input.button6{
	padding-bottom:2px;
    line-height:15px;
}


/* Edit by Zack.zhou   May 05, 2009 */
.size1{
width:10px!important;
}
.size2{
width:20px!important;
}
.size3{
width:30px!important;
}
.size4{
width:40px!important;
}
.size5{
width:50px!important;
}
.size6{
width:60px!important;
}
.size7{
width:70px!important;
}
.size8{
width:80px!important;
}
.size9{
width:90px!important;
}
.size10{
width:100px!important;
}
.size15{
width:150px!important;
}
.size20{
width:200px!important;
}
.size25{
width:250px!important;
}
.size30{
width:300px!important;
}
.size35{
width:350px!important;
}
.size40{
width:400px!important;
}
.size45{
width:450px!important;
}
.size50{
width:500px!important;
}
.size55{
width:550px!important;
}
.size60{
width:600px!important;
}
.size65{
width:650px!important;
}
.size70{
width:700px!important;
}
.size75{
width:750px!important;
}
.size76{
width:760px!important;
}
.size77{
width:770px!important;
}
.size78{
width:780px!important;
}
.size79{
width:790px!important;
}
.size80{
width:800px!important;
}
.size85{
width:850px!important;
}
.size90{
width:900px!important;
}
.size95{
width:950px!important;
}
.size100{
width:1000px!important;
}

.pb10 {
padding-bottom:10px !important;
}
.pt10 {
padding-top:10px !important;
}
.logintext{
	width:220px;
	padding:0 5px;
	height:35px;
	/*background:url(../image/login_text.jpg) no-repeat;*/
	border:0px;
	vertical-align:middle;
	/*line-height:43px;*/

    border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;
    color:#858585;background-color:#fff;border:1px solid #b0cbdb;
}
.loginin{
	width:113px;
	height:39px;
	/*background:url(../image/login_in.jpg) no-repeat;*/
    background-color:#428bca;
	border:0;color:white;
    width-35{width:35%!important}
    
}
.loginout{
	width:113px;
	height:39px;
	/*background:url(../image/login.jpg) no-repeat ;*/
	border:0;
    background-color:#d15b47;
}
/* Edit by Zack.zhou 2009/10/27 */

.Main-Login {
	border-left: thick inset #d6dbe9;
    border-right: thick outset #d6dbe9;
    border-top: thick inset #d6dbe9;
    border-bottom: thick outset #d6dbe9;
    width:550px;
	height:300px;
	position:absolute;
	top:168%;
	left:51%;
	margin:-235px auto auto -270px;
	overflow:hidden;
}

.divTitle{
    color:#367ba5; 
    font-size:25pt;  
    margin-top:80px;   
    text-align:center;
    font-weight:bold;
}

.divCopyRight{
    color:#fff ;
    text-align:center;
    margin-top:100px;
	padding-top:10px;
}

.Login-BoxImg{
	width:539px;
	height:465px;
	margin:0 auto;
	/*background:url(../image/login_center.png) no-repeat;*/
    background-color:white;
	overflow:hidden;
}
.tablelist-02 {
	margin:0px auto;
	padding:0;
    width: 80%;
    margin-top:50px;
}
.tablelist-02 td {
	color:#4b4b4b;	
	line-height:22px;
	padding:3px 0 0 6px;
	text-align:left;
}
.tablelist-02 td.content1 {
	color:#1D5393;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	padding:5px 0 5px 6px;
	text-align:center;
	background:#F7F7F7 url(../image/ico_dotted_g.gif) repeat-x 50% 44px;
}
.tablelist-02 td.content2 {
	height:85px;
	padding:12px 25px 0 25px;
}
.tablelist-02 td.content2 span{
	display:block;
	margin:0 auto;
	padding:6px 8px;
	font-size:30px;
	font-weight:normal;
	line-height:42px;
	color:#e53101;
	text-align:center;
	background:#FFF;
	border:1px solid #416490;
}
.tablelist-02 td.content3 {
	padding:2px 0 2px 6px;
	text-align:left;
    margin-left:3px;
    border-width:0px;
}
.tablelist-02 td.title3 {
	color:#4b4b4b;
	font-size:14px;
	font-weight:lighter;
	line-height:24px;
	padding:0;
	padding-right:20px;
	text-align:right;
	width:80px;
}
.Main-Login-foot {
	margin:0 auto;
	padding:10px 0 0 0;
	color:#0d4685;
	text-align:center;
}
