@charset "utf-8";
/* CSS Document */
* {padding: 0; margin: 0;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: 0; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th {
	vertical-align:middle;
	font-family: inherit;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; } 
/* Remove annoying border on linked images. */
a img { border: none; }
a.grey:link,a.grey:visited{color:#656565;text-decoration:none; } 
a.grey:hover {text-decoration:underline;}

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	text-align:center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color:#656565;
}

#login_container{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:#FFF; 
	border:1px solid #CCC;
	border-top:none;
	overflow:hidden
	}
#login_head{
	height:155px;
	background:#FFF url(../images/bg_gray.jpg) repeat-x;	
	}
	
#login_body{
	background:#FFF;
	
	}
#submenu {background:#e3e3e3;width:167px;padding:0px 23px 0px 16px;}
#submenu ul {list-style-type:none;background:#e3e3e3; width:167px;}
#submenu li {float:left; background:#e3e3e3 url(../images/ddbg.jpg) no-repeat;width:161px; }
#submenu li.sub {font-family: "黑体";font-size:14px;padding-left:6px;width:161px;line-height:36px;cursor:pointer; text-decoration:none; font-weight:bold; color:#656565}
#submenu li, #submenu li a {display:block;font-family: "黑体";font-size:14px;padding-left:6px;line-height:36px;cursor:pointer; text-decoration:none; font-weight:bold; color:#656565}
#submenu li a:hover,#submenu li .selectedBigNote{
	color:#B40104;
	}

#login_body .title{
	font-weight:bold;
	color:#000;	
	}
#login_body #login_leftContent{
	float:left;
	width:206px;
    background:#e3e3e3;	
	}

#login_body #login_rightContent{
	float:right;
	width:765px;
	background-color:#FFF;
	
	}
.clearDiv{
	clear:both;
	height:0px;	
	}
#login_body .inputText{
	border:1px solid #cecece;
	width:223px;
	height:20px;	
	}
	
#login_body #login_rightContent #listTable{
	width:100%;
	margin-top:12px;
	}
#login_body #login_rightContent #listTable th{
	height:31px;
	vertical-align:middle;
	font-weight:bold;
	overflow:hidden;
	background:url(../images/title_bg.jpg) repeat-x;
	}
#login_body #login_rightContent #listTable td{
	height:32px;
	border-bottom:1px solid #F2F1ED;
}
#login_body #login_mainContent{
	clear:both;
	}
.orangeFont{
	color:#E76A00;
	
	}
	
#login_foot{
	clear:both;
	background:#FFF url(../images/foot.jpg) no-repeat;
	height:129px;	
	}

