/* 页面布局 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img, div {
	behavior: url("../Template/Manage/Default/css/iepngfix.htc");
}
html,body {
	height: 100%;
	font-family: "宋体";
	font-size: 12px;

	OVERFLOW-X: hidden;/*  OVERFLOW: hidden;overflow-y:auto;word-break:break-all;*/
	overflow-y:auto;
	SCROLLBAR-FACE-COLOR: #d8e6f8; SCROLLBAR-HIGHLIGHT-COLOR: #f1f7fd; 
	SCROLLBAR-SHADOW-COLOR: #adcaea; SCROLLBAR-DARKSHADOW-COLOR: #f1f7fd; 
	SCROLLBAR-3DLIGHT-COLOR: #abcaeb; SCROLLBAR-ARROW-COLOR: #000099;
	SCROLLBAR-TRACK-COLOR: #ffffff; 
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}

#wrapper {
	width: 100%;
	height: 100%;
}
input,select,textarea {
	font-size: 12px;
}

/* 登录页面 */
.bg {
	background: url(../images/bg.jpg) no-repeat top center #2F72CC;
}
#header {
	height: 85px;
	background: url(../images/header.png);
}
.logo {
	height: 75px;
	background: url(../images/login_logo.jpg) no-repeat;
}
#login {
	position: relative;
	margin: auto;
	width: 1000px;
}
.login_icon {
	float: left;
	padding: 150px 65px 0 0;
	width: 410px;
	text-align: right;
}
.login_from {
	float: left;
	padding: 195px 0 0 52px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.login_from p {
	padding-bottom: 10px;
}
.login_text {
	border: 0;
	padding-left: 5px;
	width: 195px;
	height: 25px;
	background: url(../images/login_text.gif);
	font-size: 14px;
	line-height: 25px;
}
.login_text_2 {
	border: 0;
	padding-left: 5px;
	width: 95px;
	height: 25px;
	background: url(../images/login_text_2.gif);
	font-size: 14px;
	line-height: 25px;
}
.login_btn {
	border: 0;
	padding-top: 2px;
	width: 65px;
	height: 25px;
	background: url(../images/login_btn.gif);
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	line-height: 23px;
}
.help {
	position: absolute;
	top: 15px;
	right: 15px;
}
.help a {
	color: #000099;
	text-decoration: underline;
}
.copyright {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

/* 系统页面 */
.welcome {
	width: 400px;
	margin: 165px auto;
}
.welcome img {
	float: left;
	padding-right: 30px;
	vertical-align: middle;
}
.welcome p {
	font-family: Arial;
	color: #000099;
	line-height: 42px;
}

#main_header {
	padding-bottom: 8px;
	background: url(../images/main_header_bg.jpg) repeat-x;
}
/* 导航 */
#nav {
	height: 75px;
	background: url(../images/logo.jpg) no-repeat;
}
#nav ul {
	float: right;
	padding-top: 8px;
}
#nav li {
	float: left;
	margin-right: 10px;
}
#nav a {
	display: block;
	padding-top: 3px;
	width: 60px;
	height: 62px;
	color: #FFFFFF;
	text-align: center;
}
#nav a:hover {
	background: url(../images/current.gif);
}
#nav a.current {
	background: url(../images/current.gif);
}
#nav img {
	display: block;
	margin: 0 auto 4px auto;
	behavior: url("../Template/Manage/Default/css/iepngfix.htc");
}

.user_bar {
	padding: 2px 15px 0 21px;
	height: 28px;
	background: url(../images/user_bar.gif);
	line-height: 28px;
}
.user {
	float: left;
	width: 50%;
}
.user_btn {
	float: left;
	width: 50%;
	color: #000099;
	text-align: right;
}
.user_btn a {
	color: #000099;
	text-decoration: underline;
}

/* 框架 */
.left {
	width: 200px;
	border-top: #ABCAEB 1px solid;
	border-right: #ABCAEB 1px solid;
	vertical-align: top;
}
.right {
	border-top: #ABCAEB 1px solid;
	border-left: #ABCAEB 1px solid;
	vertical-align: top;
}
.arrow {
	width: 8px;
}

/* 左侧菜单 */
.menu_title {
	padding: 2px 0 0 20px;
	width: 200px;
	height: 28px;
	background: url(../images/menu_title.gif);
	color: #000099;
	font-weight: bold;
	line-height: 28px;
	cursor: pointer;
}
.menu li {
	width: 200px;
	height: 24px;
	padding: 2px 0 0 20px;
	background: url(../images/menu_list.gif);
	line-height: 24px;
}
.menu a {
	padding-left: 20px;
	background: url(../images/menu_arrow.gif) no-repeat;
	color: #000099;
}

/* 右侧内容 */
.content_title {
	padding: 2px 0 0 10px;
	background: url(../images/content_title.gif);
	font-weight: bold;
	line-height: 28px;
}
.content_action {
	padding: 10px 10px 0 10px;
	height: 35px;
}
.content_btn {
	float: left;
}
.content_btn a {
	float: left;
	margin-right: 10px;
	padding-left: 8px;
	background: url(../images/btn_left.gif) no-repeat;
	color: #000099;
}
.content_btn a:hover {
	color: #FF0000;
}
.content_btn span {
	display: block;
	padding: 7px 8px 4px 0;
	background: url(../images/btn_right.gif) no-repeat top right;
}
.content_btn img {
	vertical-align: text-top;
}
/* 搜索框 */
.search {
	float: left;
	width: 50%;
	text-align: right;
}
.search form {
	float: right;
}
.search_text {
	float: left;
	padding-left: 12px;
	width: 113px; /*163px*/
	height: 25px;
	border: 0;
	background: url(../images/search.gif);
	font-family: Verdana;
	font-size: 12px;
	color: #000099;
	line-height: 25px;
}
.search_btn {
	float: left;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: 0;
	background: url(../images/search.gif) right;
}
/* 表格样式 */
.table td {
	padding: 5px 5px 4px 10px;
	border-right: #EFEFEF 1px solid;
	border-bottom: #DBDBDB 1px solid;
}
.table thead {
	background: url(../images/label.gif);
}
.table thead th {
	padding: 2px 0 0 10px;
	border-right: #D2E2F4 1px solid;
	color: #3366CC;
	line-height: 23px;
	text-align: left;
}
tr.odd	{background:#ecf4fc;}
tr.highlight	{background:#fffdd7;}
tr.selected		{background:#fffdd7;}

.page {
	padding: 3px 10px 0 10px;
	height: 28px;
	background: #FAFAFA;
	border-bottom: #D2E2F4 1px solid;
	line-height: 28px;
	text-align: right;
}

.btn {
	padding: 6px 5px 2px 5px;
	background: url(../images/btn.gif);
	border: #9FC1E7 1px solid;
	font-weight: bold;
	color: #000099;
}