@charset "utf-8";
html{height:100%;}
body {
	background-color: #eee;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #5f5f5f;
	margin: 0;
	padding: 0;
	width:100%
}
.top {height:50px; width:100%; background:url(../img/top.jpg); border-bottom:1px solid #1c1c1c;}
.topleft{float:left; width:136px; height:28px; margin-top:12px; margin-left:12px; background:url(../img/logo.png);}
.topfont{float:left; font-size:14px; line-height:50px; color:#ebebeb; padding-left:20px;}
ul, li {
	list-style-type: none;
}
.clear {
	clear: both;
}

.text_black_12 {font-size: 12px;}
.text_red_12 {color: red;}

a:link {font-family: "微软雅黑"; font-size: 12px; color: #5f5f5f; text-decoration: none;}
a:visited {font-family: "微软雅黑"; font-size: 12px; color: #5f5f5f; text-decoration: none;}
a:hover {font-family: "微软雅黑"; font-size: 12px; color: #5f5f5f; text-decoration: none;}

a.text_black_12_line:link {font-family: "微软雅黑"; font-size: 12px; line-height:25px; color:5f5f5f; text-decoration: underline;}
a.text_black_12_line:visited {font-family: "微软雅黑"; font-size: 12px; line-height:25px; color:5f5f5f; text-decoration: underline;}
a.text_black_12_line:hover {font-family: "微软雅黑"; font-size: 12px; line-height:25px; color:5f5f5f; text-decoration: underline;}

a.text_red_12_line:link {color: red; text-decoration: underline;}
a.text_red_12_line:visited {color: red; text-decoration: underline;}
a.text_red_12_line:hover {color: red; text-decoration: underline;}

.logout {
	text-align: center;
	position: absolute;
	top: 12px;
	right: 30px;
	cursor: pointer;
	background: #262626;
	border-radius: 50%;
	width: 28px;
	height: 28px;
}

.left_menu {
	width: 100%;
	height: 100%;
	background: url(../img/sidebar.jpg);
}
.left_menu .head {
	/*width: 92px;*/
	padding: 8px;
	border-top: 1px solid #545454;
	border-bottom: 1px solid #2e2e2e;
	background: #3e3e3e;
}
.left_menu .head img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.left_menu .head a {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #ebebeb;
	line-height: 20px;
}
.menu {
	width: 100%;
	height: 70px;
	padding-top: 20px;
}
.menu ul {
	margin: 0 auto;
}
.menu li {
	width: 120px;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
.menu li a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
}
.bg_1 {
	background-color: #5195c1;
}
.bg_2 {
	background-color: #b86868;
}
.bg_3 {
	background-color: #85b555;
}
.bg_4 {
	background-color: #cc9141;
}
.bg_5 {
	background-color: #5195c1;
}
.bg_6 {
	background-color: #b86868;
}
.time {
	height: 62px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666;
	line-height: 61px;
	padding-left: 50px;
}
.position {
	width: 100%;
	height: 30px;
	border: 1px solid #c3c3c3;
	border-left: 0;
	border-right: 0;
	background-image: url(../img/position_right.jpg);
}
.position .arrow {
	width: 44px;
	height: 30px;
	background-image: url(../img/position_arrow.jpg);
	float: left;
}
.position .right {
	height: 30px;
	line-height: 30px;
	float: left;
}
.position .right a {
	color: #5f5f5f;
	font-family: "微软雅黑";
	text-decoration: underline;
}
#container { /* 主页面居于浏览器正中 */
	position: absolute;
	width: 680px;
	height: 340px;
 left:expression(document.body.clientWidth/2-container.offsetWidth/2);
 top:expression(document.body.clientHeight/2-container.offsetHeight/2);
	border: 0px;
	background-color: #666666;
}
#mainwindow { /* 后台首页-主窗体 */
	position: absolute;
	left: 4px;
	top: 4px;
	width: 672px;
	height: 332px;
	border: 0px;
}
#header { /* 后台首页-头部 */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 672px;
	height: 221px;
	border: 0px;
	background-image: url(../img/headback.jpg);
	padding-top: 3px;
	padding-right: 4px;
	text-align: right;
}
#center { /* 后台首页-中部 */
	position: absolute;
	left: 0px;
	top: 221px;
	width: 672px;
	height: 41px;
	border: 0px;
	background-image: url(../img/centerback.jpg);
	border-right: 1px solid #484848;
	border-left: 1px solid #484848;
	padding-top: 9px;
	padding-left: 240px;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
}
#footer { /* 后台首页-底部 */
	position: absolute;
	left: 0px;
	top: 262px;
	width: 672px;
	height: 70px;
	border: 0px;
	background-image: url(../img/footback.jpg);
}
/* ------------------------------------------表单样式------------------------------------------ */
.form_white_50 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 50px;
	background-color: #ffffff;
}
.form_white_50_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	border: 1px solid #ffffff;
	height: 17px;
	width: 50px;
	background-color: #ffffff;
}
.form_white_50_right_text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FF0000;
	border: 1px solid #ffffff;
	height: 17px;
	width: 50px;
	background-color: #ffffff;
}
/*.form_white_100 {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 100px;
	background-color: #ffffff;
}*/
.form_white_200 {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 200px;
	background-color: #ffffff;
}
/*.form_white_300 {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 300px;
	background-color: #ffffff;
}*/
.form_white_500 {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 500px;
	background-color: #ffffff;
}
.form73080 {
	font-family: "宋体";
	font-size: 12px;
	border: 0px solid #000000;
	height: 80px;
	width: 730px;
	background-color: #FFFFFF;
}
.form_white_100_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 100px;
	background-color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.form_white_100_right_text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FF0000;
	border: 1px solid #ffffff;
	height: 17px;
	width: 100px;
	background-color: #ffffff;
}
.form_white_150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 150px;
	background-color: #ffffff;
}
.form_white_250 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 250px;
	background-color: #ffffff;
}
.form_white_310 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 312px;
	background-color: #ffffff;
}
.form_white_350 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 352px;
	background-color: #ffffff;
}
.form_white_520 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 524px;
	background-color: #ffffff;
}
.form_white_735 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	height: 17px;
	width: 735px;
	background-color: #ffffff;
}
.form_white_70060 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	width: 730px;
	height: 60px;
	background-color: #ffffff;
}
.form_blue_50 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #f2f2f2;
	height: 17px;
	width: 50px;
	background-color: #f2f2f2;
}
.form_blue_50_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	border: 1px solid #f2f2f2;
	height: 17px;
	width: 50px;
	background-color: #f2f2f2;
}
.form_blue_50_right_text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FF0000;
	border: 1px solid #f2f2f2;
	height: 17px;
	width: 50px;
	background-color: #f2f2f2;
}
.form_blue_100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #9eb6ce;
	height: 17px;
	width: 100px;
	background-color: #ffffff;
}
.form_blue_200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #9eb6ce;
	height: 17px;
	width: 200px;
	background-color: #ffffff;
}
.form_blue_300 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #9eb6ce;
	height: 30px;
	width: 300px;
	background-color: #ffffff;
	margin-right: 5px;
	text-align:center;
	line-height:30px;
}
.basicform { /* 系统基本设置文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 200px;
	background-color: #999999;
}
.form {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 120px;
	background-color: #999999;
}
.form1 { /* 150文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 150px;
	background-color: #999999;
}
.form2 { /* 200文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 200px;
	background-color: #999999;
}
.form3 { /* 300文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 300px;
	background-color: #999999;
}
.form4 { /* 30文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 30px;
	background-color: #999999;
}
.formyear { /* 年文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 30px;
	background-color: #999999;
}
.formmonth { /* 月文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 40px;
	background-color: #999999;
}
.formdate { /* 日文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 40px;
	background-color: #999999;
}
.form100 { /* 100文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 20px;
	width: 100px;
	background-color: #999999;
}
.form150_nofram {
	font-family: "宋体";
	font-size: 12px;
	height: 20px;
	width: 150px;
	border: 0px solid #000000;
}
.form0 { /* 区域文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #000000;
	height: 80px;
	width: 500px;
	background-color: #999999;
}
.form73080 { /* 区域文本框 */
	font-family: "宋体";
	font-size: 12px;
	border: 0px solid #000000;
	height: 80px;
	width: 730px;
	background-color: #FFFFFF;
}
.f1 {
	position: relative;
}
.PicBar {
	background-color: #0099CF;
	border: 1px solid #000000;
	height: 12px;
}
