@CHARSET "UTF-8";
/* 默认链接样式 */
a:link {
	font-size: 12px; color: #363636; text-decoration: none;
}
a:visited {
	font-size: 12px; color: #363636; text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	font-size: 12px; color: #363636; text-decoration: underline;
}

/* 分页导航链接样式 */
.pageLink:link {
	font-size: 14px; color: #0000ff; text-decoration: none;
}
.pageLink:visited {
	font-size: 14px; color: #0000ff; text-decoration: none;
}
.pageLink:hover {
	font-size: 14px; color: #000000; text-decoration: underline;
}
.pageLink:active {
	font-size: 14px; color: #000000; text-decoration: underline;
}

/* 主菜单导航链接样式 */
.nav:link {
	font-size: 12px; color: #0000ff; text-decoration: none;
}
.nav:visited {
	font-size: 12px; color: #0000ff; text-decoration: none;
}
.nav:hover {
	font-size: 12px; color: #000000; text-decoration: underline;
}
.nav:active {
	font-size: 12px; color: #000000; text-decoration: underline;
}

body {
	margin: 0px;
	color: #4f4f4f;
	font-family: verdana,arial;
	font-size: 9pt;
	scrollbar-face-color: #d4d0c8;
	scrollbar-highlight-color: #d4d0c8;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #e3e3e3;
	scrollbar-darkshadow-color: #333333;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.logo_bg {
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.menu_helper {
	color: #000000;
}

p {
	font-size: 9pt; color: #4f4f4f; line-height: 140%; font-family: verdana,arial;
}

code {
	font-family: verdana,arial;
}

pre {
	border-right: silver 1px solid; padding-right: 1px; border-top: silver 1px solid; display: block; padding-left: 1px; padding-bottom: 1px; border-left: silver 1px solid; padding-top: 1px; border-bottom: silver 1px solid; font-family: verdana,arial; background-color: #eeeeee;
}

hr {
	color: #dee7ec; height: 60%;
}

h1 {
	padding-right: 1px; padding-left: 1px; font-weight: normal; font-size: 14.7pt; padding-bottom: 1px; margin: 0px; color: #5b8302; padding-top: 1px; font-family: 黑体,verdana,arial;
}

h2 {
	padding-right: 1px; padding-left: 1px; font-weight: normal; font-size: 11pt; padding-bottom: 1px; margin: 0px; color: #5b8302; padding-top: 1px; font-family: "黑体"
}

table {
	padding-right: 0px; padding-left: 0px; font-size: 9pt; padding-bottom: 0px; margin: 0px; padding-top: 0px;
}

th {
	font-size: 9pt; vertical-align: middle; height: 24px; text-align: center;
}

td {
	font-size: 9pt;
}

/* 列表页Table样式 */
table.list {
	background-color:#FFFFFF;
	width: 98%;
	text-align: center;
}
table.list th {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top:4px;
	padding-bottom:5px;
	line-height: 20px;
	background: #E8E8E8;
}
table.list th a {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #333336;
	text-align: center;
	padding-top:4px;
	padding-bottom:5px;
	line-height: 20px;
	background: #E8E8E8;
}
table.list th a:hover {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
	text-align: center;
	padding-top:4px;
	padding-bottom:5px;
	line-height: 20px;
	background: #E8E8E8;
}
table.list th a:visited {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top:4px;
	padding-bottom:5px;
	line-height: 20px;
	background: #E8E8E8;
}
table.list td {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #333336;
	text-align: center;
	line-height: 18px;
}

/* 表单元素 */
.radio {
	border-style:none; background-color: transparent;
}

.allbox {
	
}


/* 日期/时间 */
.time {
	font-size: 9px; color: #5b8302; font-family: georgia,verdana,arial; text-decoration: none;
}

.trLineSelected {
	vertical-align: middle; height: 18px; background-color: #bbbbbb; text-align: center;
}

.trLine {
	vertical-align: middle; height: 18px; background-color: #eeeeee;
}

/* 自定义table 奇数行样式 */
.trLine1 {
	vertical-align: middle;
	height: 18px;
	background-color: #ffffff;
}

/* 自定义table 偶数行样式 */
.trLine2 {
	vertical-align:middle; height:18px; background-color: #fafafa;
}

/* displaytag table 奇数行样式 */
.odd {
	vertical-align: middle;
	height: 18px;
	background-color: #ffffff;
}

/* displaytag table 偶数行样式 */
.even {
	vertical-align: middle;
	height: 18px;
	background-color: #fafafa;
}

.text {
	font-size: 9pt; color: #000000;
}

.title {
	font-weight: normal; font-size: 11pt; color: #000000; font-family: "黑体"
}

.msg {
	font-family: georgia,verdana,arial;
	font-size: 14.9px;
	color: #ff0000;
}

.online_number {
	font-size: 14.9px; color: red; font-style: italic;
	font-family: verdana,arial,georgia; text-decoration: none;
}

.copyright {
	
}

.nav_menu {
	font-weight: normal; font-size: 11pt; color: #990000; text-decoration: none
}

/* 导航条样式 */
.nav_label {
	font-weight: normal; font-size: 9pt; color: #CC0000; text-decoration: none
}

.pagenum {
	font-weight: normal; font-size: 18px; color: #ff0000; font-style: italic; font-family: georgia,verdana,arial; text-decoration: none
}

#pagebar {
	padding-right: 0px; border-top: #8cacbb 1px solid; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 4px; background-color: #ffffff; text-align: center
}

#line {
	border-top: #CC0000 1px solid; padding-bottom: 4px
}

#portal-header {
	padding-right: 0px;
	border-top: #8cacbb 1px solid;
	padding-left: 0px; float: none;
	padding-bottom: 0px; margin: 0px;
	padding-top: 0px;
	border-bottom: #8cacbb 1px solid;
	text-align: center
}

#portal-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-bottom: 2px; 
	padding-top: 2px;
	background-color: #5f6e81;
	text-align: center;
}

#portal-navigator {
	background-image: url(../images/tablelist_header.gif);
	height: 25px;
	padding-right: 0px;
	float: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 4px;
	margin-left:10px;
	border-bottom: #dee7ec 1px solid;
	text-align: left;
}

#portal-navigator-top {
	padding-right: 0px;
	padding-left: 4px;
	float: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-bottom: #dee7ec 1px solid;
	text-align: left;
}

#portal-operation {
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 4px;
	text-align: left;
}

select{
   background:#eeeeee; font:normal 12px Tahoma;
}

.file{
	border:1px solid #333336;color:#000000;background:#eeeeee;font:normal 12px Tahoma;height:18px;
}

input.button {
	width: 80px;
	padding: 1px;
	border: 1px solid #5E6E80;
	color: #5E6E80;
	background-color: #E7EFFC;
	font-weight: bold;
}

.textarea {
	border:1px solid #333336;color:#333333;background:#eeeeee;font:normal 12px Tahoma;width:400;height:150px;
}

/* js validation style */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input, input.required, textarea.required {
	;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	width:200px;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

label {
	font-weight: bold;
}
/*list No. style*/
.number{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 20px;
}

/* button 按钮样式 */
.btn_mouse_over{
	font-weight:normal;
	font-size:12px;
	color:red;
	padding-top:2px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	height: 20px;
	border:none;
	cursor:pointer;
}
.btn_mouse_out{
	font-weight:normal;
	color:#000000;
	font-size:12px;
	padding-top:2px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	height: 20px;
	border:none;
}
.toptext {
	color:#363636;
	font-size: 12px;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:0px;
}
.toptext2 {
	color:#CC3300;
	font-size: 12px;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:0px;
	font-weight: bold;
}
#errorimg{
	width: 300px;
	margin:0px auto;
	text-align: center;
	border: 1px dotted #CCCCCC;
	background-color: #f6f6f6;
	padding: 30px;
	margin-top: 60px;
}
.errortext{
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	display: block;
	padding: 10px;
}

.left-title {
	border: 1px solid bbbbbb;
	background-color: #e5e5e5;
	height:30px;
}

.right-title 
{
height:30px;
	background-color: #e5e5e5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;

}

.right-special-title 
{
height:30px;
	background-color: #c5c5c5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	font-weight: bold;
}

.page-title {
	font-size:13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	font-weight: bold;
}

a.table-title:link {
	color: #000000;
	text-decoration: underline;
}
a.table-title:visited {
	color: #000000;
	text-decoration: underline;
}
a.table-title:hover {
	color: #000000;
	text-decoration: underline;

}
a.table-title:active {
	color: #000000;
	text-decoration: underline;

}
legend
{
padding-left:7px;padding-right:7px;color:#333336;font-size:12px;
}

fieldset
{
width:100%;
margin-right:16px;
border:1px   solid   #BCBCBC;
border-top:0px   solid   #BCBCBC;
border-right:0px   solid   #BCBCBC;
border-left:0px   solid   #BCBCBC;
}

.line-0010-bbbbbb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
}

.short-button {
	background-attachment: fixed;
	background-image: url(../images/button_short.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 70px;
	color: #000000;
	padding-top:2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.long-button {
	padding-top:2px;
	background-attachment: fixed;
	background-image: url(../images/button_long.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 95px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.page-go {
	background-attachment: fixed;
	background-image: url(../images/page_go.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 28px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.turn-page-table {
	border: 1px solid bbbbbb;
	background-color: #e5e5e5;
}
.OkMsg{
	padding:5px 5px 5px 25px;
	border:1px solid #00BE00;
	background:#E6FFE6 url(../images/standard_msg_ok.gif) 5px 5px no-repeat;
	color:#000;
	height:18px;
}
.WarningMsg{
	padding:5px 5px 5px 25px;
	border:1px solid #00A8FF;
	background:#E2F5FF url(../images/standard_msg_warning.gif) 5px 5px no-repeat;	
	color:#000;
	height:18px;
}
.ErrorMsg{
	padding:5px 5px 5px 25px;
	border:1px solid #F60;
	background:#FFF2E9 url(../images/standard_msg_error.gif) 5px 5px no-repeat;	
	color:#000;
	height:18px;
}
/* Messages */
div.error, div.message {
	border: 1px solid black;
	padding: 4px;
}

div.error {
/* use a different color for the errors */
	border: 2px solid red;
}

input.down_mouseout{
	BORDER-RIGHT: 1px solid #FFCC66;
	BORDER-TOP: 1px solid #FFAF09;
	BORDER-LEFT: 1px solid #FFAF09;
	BORDER-BOTTOM: 1px solid #FFCC66;
	FONT-SIZE: 12px;
	margin-bottom: 2px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFAF09, EndColorStr=#FFFF66);	CURSOR: hand;
	COLOR: #000000;
	padding:1px 1px 0px 1px;
	height: 24px;
}

input.down_mouseover {
	BORDER-RIGHT: 1px solid #FFCC66;
	BORDER-TOP: 1px solid #FFAF09;
	BORDER-LEFT: 1px solid #FFAF09;
	BORDER-BOTTOM: 1px solid #FFCC66;
	FONT-SIZE: 12px;
	margin-bottom: 2px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFF66, EndColorStr=#FFAF09);	CURSOR: hand;
	COLOR: #000000;
	padding:1px 1px 0px 1px;
	height: 24px;
}
