@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF;
	width: 100%;
	margin:0px;
	padding: 0px;
	font-family:"宋体";
	font-size: 14px;
/*	line-height: 18px;*/
	color:#444444;
	word-spacing:normal;
}

body, input, textarea {
	font-size:14px;
	font-family: '宋体';
	font-weight:normal;
}


a {
	color: #0366C9;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

a.linkDefault {
	color: #0366C9;
	text-decoration: none;
}

a.linkDefault:hover {
	color: #CC3300;
	text-decoration: underline;
}

a.button {
	color: #0366C9;
	text-decoration: none;
}

a.button:hover {
	color: #CC3300;
	text-decoration: underline;
}

textarea {
	font-size:14px;
}

.header {
	width: 100%;
}

.headerTopBarContainer {
	width: 100%;
	height: 54px;
	background-color:#F0F0F0;
	color:#0;
}

.headerTopBarCenter{
	font-size: 24px;
	font-weight:bold;
	padding-top: 20px;
	text-align:center;
}

.headerTopBarLeft {
	width: 633px;
	font-size: 24px;
	font-weight:bold;
	padding-left: 20px;
	padding-top: 20px;
	text-align:center;
}

.headerTopBarRight{
	height: 26px;
	width: 156px;
	float: right;
	margin-top: 30px;
	margin-right: 55px;
}


.menuWrapper {
	COLOR: #000; 
	FONT-SIZE: 14px; 
	line-height: 40px;
	height: 40px;
	background-color: #F5F6F6;
	border-bottom: 1px solid #ddd;
}

.menu {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	overflow:hidden;
}

.menuItem {
	display: table-cell;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
/*	width: 100px;*/
}

.menuItem a {
	color: #0;
	text-decoration:none;
}

.menuItemActive a{
	font-weight: bold;
	color: #00DDDD;
}

.menuItem a:hover {
	color: #FF0000;
	text-decoration:underline;
}

.subMenu {
	width: 200px;
	min-height:400px;
	color:#0;
	height:100%;
	background-color:#FFF;
	border-right: 1px solid #EEE;
	float: left;
}

.subMenuItem {
	height: 30px;
	padding-left: 15px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
}

.subMenuItem a {
	color: #0;
	text-decoration:none;
}

.subMenuItemActive {
	background-color:#00CCFF;
}
.subMenuItemActive a {
	font-weight: bold;
	color: #FFFFFF;
}

.subMenuItem A:hover {
	color: #FF0000;
	text-decoration:underline;
}

.pageBody {
	padding:10px;
}

.breadCreamBar {
	background:url(../images/mbg2.jpg);
	height: 38px;
	line-height:38px;
	display: none;
}

.breadCream {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}

.breadCreamItem {
	display: table-cell;
	float: left;
}

.breadCreamItem A{
	color: #0366C9;
	font-size:12px;
	text-decoration:none;
}

.breadCreamItem A:hover, .breadCreamItem A:active {
	color: #CC0000;
	font-size:12px;
	text-decoration:underline;
	
}

#pageMessage {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background:#EEEEEE;
	padding-left: 20px;
	color: #663333;
}

.mainWrapper {
	min-height:200px;
}

.pageShowTitle {
	background-color: #CCCCCC;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.footer {
	clear:both;
	border-top: 1px solid #ddd;
	background-color: #F0F0F0;
	height: 40px;
}

.footerHorizon {
	margin-top: 0px;
	width: 100%;
}

.footerContent {
	padding-top: 10px;
	text-align:center;
}

/**
* 不含网络线
**/

.listTabular {
	border:0px;
	table-layout:fixed;
	background-color:#FFFFFF;
	line-height:18px;
}


.listTabular th, .listTabular td {
	line-height: 1.5;
}

.listTabular > tbody > tr > th, .listTabular > tbody > tr > td {
	padding:2px;
	line-height: 1.5;
	overflow:hidden;
}

.listTabular tr:nth-child(odd) {
	background-color:#F3F3F3
}

.listTabular tr:nth-child(even) {
	background-color:#EEFFFF
}

.listTabular tr:hover {
	background-color:#EEFFDD;
}




.listTable {
	border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px哦) */
	border:solid #666666; /* 设置边框属性；样式(solid=实线)、颜色(#999=灰) */
	border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px*/
	table-layout:fixed;
	background-color:#FFFFFF;
	line-height:18px;
}

.listTable th, .listTable td {
	line-height: 1.5;
}

.listTable > tbody > tr > th, .listTable > tbody > tr > td {
	border:solid #666666;
	border-width:0 1px 1px 0;
	padding:2px;
	line-height: 1.5;
	overflow:hidden;
}

.listTable tr:nth-child(odd) {
	background-color:#F3F3F3
}

.listTable tr:nth-child(even) {
	background-color:#EEFFFF
}

.listTable tr:hover {
	background-color:#EEFFDD;
}


.buttonBar { /* 页面底部的按钮区域 */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
}

form input, form select {
	border: 1px solid #aaaaaa;
}

form input[type=button] {
	border: 1px solid; border-color: #CCC #AAA #999 #CCC;
	color: #000; background: #EEEEEE;
}

.fieldTitle {
	background-color: #EEEEFF;
}

pre.preWrap {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.pageCommandBar {
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.pageCommandBar a {
	color: #333333;
	text-decoration:none;
}

.rightFrameCoreWrapper, .pageCoreWrapper {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
/*	padding: 5px;*/
}

.pagePanel { /* 页面顶部的控制面板　*/
	width:1000px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color:#FFFFFF; 
	margin-bottom:25px; 
	line-height: 25px;
	text-align:left;
}

.tablecell {
	display: table-cell;
	float: left;
	vertical-align:bottom;
}

.saveSuccess {
	background-color:#33FF00
}

.saveError {
	background-color:#FF0000
}

#tblContent1 th, #tblContent1 td{
	border: 0px;
}

.sortAsc {
	background:url(../images/arrowUp1.png) no-repeat right center;
}

.sortDesc {
	background:url(../images/arrowDown1.png) no-repeat right center;
}

.sortNo {
	background:url(../images/arrowUpDown2.png) no-repeat right center;
}

.hide {
	display:none;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.tianPara {
margin-top:20px;margin-bottom:5px;border-bottom:1px solid #333; font-size:18px; font-family:楷体; font-weight:bold;
width: 992px;
margin-left:auto; margin-right:auto;
}

.biTian {
	color: #F00000;
}

.clickable {
	cursor:pointer;
}