@CHARSET "UTF-8";
body {font-size: 12px;}
/*菜单样式*/
div.menu_top a {color: #ffffff;font-size: 14px;border-color: #ffffff;background-color: #709cd2;padding: 3px;margin-left: 1px;margin-top: 1px;}
div.menu_sub a {color: #386583;font-size: 12px;background-color: #c2d8f8;padding: 3px;}
div.menu_sub a:hover {background-color: #9cb5fe;padding: 3px;}
/*对话框样式*/
span.dlg {text-align: cetner;border-color: #599bff;border-width: 1px;border-style: solid;}
table.dlg_titlebar {background-color: #709cd2;padding-left: 4px;padding-top: 1px;padding-bottom: 1px;}
div.dlg_title {	color: #ffffff;	font-size: 14px;font-weight: bold;}
div.dlg_close {	padding: 2px;}
div.dlg_close input {border-style: none;background-color: #c2d8f8;height: 12px;width: 12px;cursor: hand;}
table.msg_dlg td{color: #003366;font-size: 14px; text-align: center;background-color:#cee7ff;}
table.confirm_dlg td{color: #003366;font-size: 14px;text-align: center;	background-color:#cee7ff;}
div.list_record{width:100%;display:inline;}
li.list_record_li{width:23%;display:inline;}

/*文本框样式*/
input.inputtext {
	font-size: 12px;
	border-top: 1px solid #7E9DB9;
	border-bottom: 1px solid #7E9DB9;
	border-left: 1px solid #7E9DB9;
	border-right: 1px solid #7E9DB9;
	height: 20px;
}

/*文本域样式*/
textarea {
	font-size: 12px;
	border-top: 1px solid #7E9DB9;
	border-bottom: 1px solid #7E9DB9;
	border-left: 1px solid #7E9DB9;
	border-right: 1px solid #7E9DB9;
}


/* 下拉选择框 */
.select-class {
	height: 20px;
	font-size: 12px;
	border: 1px solid #7E9DB9;
	background-color: #ffffff;
	cursor: default;;
	font-size: 12px;
}

.select-pop {
	font-size: 12px;
	border: 1px solid #000000;
}

.select-option a {
	text-align: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin: 0px;
	font-family: "宋体", Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	cursor: default;
	vertical-align: middle;
}

.select-option a:hover {
	color: #ffffff;
	cursor: default;
	background-color: #0A246A;
	text-decoration: none;
}

