/* ---------- SinglePage ---------- */

.singlePage .body {
	width: 1000px;
	margin: 0px auto;
}

.singlePage .titleBar {
	width: 1000px;
	clear: both;
}

.singlePage .titleBar .left {
	width: 10px;
	height: 55px;
	line-height: 55px;
	float: left;
	background: url(/template/pcweb/images/single_page_bg.gif) no-repeat 0px 0px;
}

.singlePage .titleBar .middle {
	width: 980px;
	height: 55px;
	line-height: 30px;
	float: left;
	font-weight: bold;
	color: #2f2f2f;
	background: url(/template/pcweb/images/single_page_x_bg.gif) repeat-x 0px 0px;
}

.singlePage .titleBar .right {
	width: 10px;
	height: 55px;
	line-height: 55px;
	float: right;
	background: url(/template/pcweb/images/single_page_bg.gif) no-repeat -30px 0px;
}

.singlePage .titleBar .middle .icon {
	width: 15px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
	background: url(/template/pcweb/images/single_page_bg.gif) no-repeat -60px 0px;
}

.singlePage table.inputTable {
	width: 100%;
	word-break: break-all;
}

.singlePage table.inputTable th {
	width: 180px;
	padding: 5px;
	text-align: right;
}

.singlePage table.inputTable td {
	padding: 5px;
	text-align: left;
}

.singlePage table.singlePageDetail {
	padding: 10px;
	border: 1px solid #cccccc;
}

.singlePage .submitButton {
	width: 80px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #cb2b00;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(/template/pcweb/images/single_page_bg.gif) no-repeat -90px 0px;
}

.singlePage .submitButton:hover {
	background: url(/template/pcweb/images/single_page_bg.gif) no-repeat -90px -30px;
}

/* ---------- Pager ---------- */
.mainpager {float:left; width:100%; height:40px;line-height:40px; }

.pagernation {
	float: right;
	clear: both;
}

.pagernation li {
	
	line-height: 37px;
	display: block;
	float: left;
	padding: 0px 5px;
	margin: 0px 3px;
	font-size: 14px;
	border: 1px solid #cccccc;
}

.pagernation li:hover {
	color: #9c2d1a;
	border: 1px solid #9c2d1a;
}

.pagernation li:hover a {
	color: #9c2d1a;
}

.pagernation li a {
	color: #464646;
}

.pagernation li span {
	color: #464646;
}

.pagernation li.currentPage {
	border: 1px solid #9c2d1a;
	background-color: #9c2d1a;
}

.pagernation li.currentPage span {
	font-weight: bold;
	color: #ffffff;
}

.pagernation li.pageInfo {
	margin-right: 5px;
	color: #464646;
	border: none;
	background: none;
}

/* ---------- ErrorPage ---------- */

.errorPage .errorBox {
	height: 87px;
	line-height: 30px;
	width: 347px;
	padding: 80px 38px 33px 115px;
	margin: 100px auto;
	background: url(/template/pcweb/images/error_page_bg.gif) no-repeat 0px 0px;
}

.errorPage .errorMessage {
	line-height: 50px;
	color: #fb6600;
	font-size: 14px;
	font-weight: bold;
}

.errorPage .errorUrl {
	color: #333333;
}

.errorPage .errorUrl a {
	color: #fb6600;
}