@charset "utf-8";
/* CSS Document */

body {
	background:#eee;
}
table.tabBg {
	background:#fff;
}
body, table, td, tr, th {
	font-size:12px;
	color:#000;
	line-height:20px;
}
div, body {
	margin:0 auto;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0
}
img {
	vertical-align:middle;
	border:0
}
/*字体特殊样式*/
.whitleFont {
	color:#fff;
}
.grayF {
	color:#606465
}
.f14Whitle {
	font-weight:bold;
	color:#fff;
	font-size:14px;
}
.lText {
	color: #E52B00;
}
.yellowF {
	color:#FFEB7A;
}
.yellowF2 {
	color:#FCFFC7;
	text-decoration:none;
}
.yellowF3 {
	color: #FEDD00;
}
.red {
	color:#ff0000;
}
.redLink {
	color:#ff0000;
	text-decoration:underline;
}
.blueF14 {
	font-weight:bold;
	color:#145DAC;
}
.textDisplay {
	margin:0;
	padding:0;
}
.textDisplay li {
	display:inline;
	list-style:none;
	padding:0 10px;
	line-height:33px;
}
/*表单按钮样式*/
.inputText {
	border:1px solid #ccc;
	height:18px;
	line-height:18px;
}
.btnBg {
	width:72px;
	height:26px;
	line-height:26px;
	background:url(images/btnBg.gif) no-repeat;
	text-align:center;
	border:none;
}
.btnBgBlue {
	width:72px;
	height:25px;
	line-height:26px;
	background:url(images/btnBgBlue.gif) no-repeat;
	text-align:center;
	border:none;
	font-weight:bold;
	color:#003265;
}
/*.input{border-top:1px solid #7E7E7E;border-left:1px solid #7E7E7E;height:18px;line-height:18px;}*/
.input {
	border:1px solid #7E7E7E;
	height:18px;
	line-height:18px;
}
.grayBtn {
	border:none;
	background:#eee;
	border-top:1px solid #7D7D7D;
	border-left:1px solid #7D7D7D;
}
.inputArea {
	border:1px solid #7E7E7E;
}
/*布局样式*/
.indexBg {
	width:1002px;
	height:500px;
	margin-top:10%;
	background:#fff;
}
/*表格样式*/
table.Tab {
	border:1px solid #DFECF5;
	border-top:none;
	border-bottom:none;
	background:#fff;
	padding-top:10px;
}
table.Tab1 {
	border:1px solid #ccc;
	border-bottom:none;
	border-left:none;
	margin-top:12px;
	margin-bottom:12px
}
table.Tab1 td {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-collapse:collapse;
	background:#DFECF5;
	padding:4px 6px;
}
table.Tab1 td.leftTdBg2 {
	text-align:right;
}
table.Tab1 td.leftTdBg {
	text-align:right;
	font-weight:bold;
}
table.Tab1 td.rightTdBg {
	background:#F5FAFE
}
table.none {
	border:none;
}
table.none tr {
	border:none;
}
table.none td {
	border:none;
}
/* 链接颜色 */
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #E52B00;
	text-decoration:underline;
}
a:active {
	color:#E52B00;
}
a.LWhite:link {
	color: #fff;
	text-decoration:none;
}
a.LWhite:visited {
	color: #fff;
	text-decoration:none;
}
a.LWhite:hover {
	color: #FEDD00;
	text-decoration:underline;
}
a.LWhite:active {
	color: #FEDD00;
}
#frameset-bottom {
	background:#0379C3;
	color:#fff;
	width:100%;
	line-height:30px;
	font-size:12px;
	padding-left:20px;
}
