legend{
	font-family: "新宋体";
	font-size: 12px;
	color: #004B97;
}
.smallblack {
	font-family: "新宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.small {
	font-family: "新宋体";
	font-size: 12px;
	line-height: 20px;
	color: #004B97;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "新宋体";
	font-size: 12px;
	line-height: 18px;
	SCROLLBAR-FACE-COLOR: #74A6DB;
	SCROLLBAR-SHADOW-COLOR: #D2E9F9; 
	SCROLLBAR-3DLIGHT-COLOR: #D2E9F9;
	SCROLLBAR-ARROW-COLOR: #D2E9F9; 
	SCROLLBAR-DARKSHADOW-COLOR: #D2E9F9;
}
.menu a:visited {
	text-decoration: none;
			color: #1f4e9e;
}
.menu a:hover {
	text-decoration: underline;
			color: #1f4e9e;
}
.menu a:link {
	text-decoration: none;
			color: #1f4e9e;
}
.logout a:visited {
	text-decoration: none;
			color: #1f4e9e;
}
.logout a:hover {
	text-decoration: underline;
			color: #1f4e9e;
}
.logout a:link {
	text-decoration: none;
			color: #1f4e9e;
}
.submenu a:visited {
	text-decoration: none;
			color: #1f4e9e;
}
.submenu a:hover {
	text-decoration: none;
			color: #1f4e9e;

}
.submenu a:link {
	text-decoration: none;
			color: #1f4e9e;
}
.submenu a:active {
	text-decoration: none;
			color: #1f4e9e;
}
.subshopname {
	color: #FFFFFF;
}
.menu {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	font-family: "新宋体";
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #1f4e9e;
}
.submenu {
	background-color:#F4FBFE;
	background-image: url(../images/submenu_bg.gif);
	background-repeat: no-repeat;
	font-family: "新宋体";
	font-size: 12px;
	color: #1f4e9e;
	height: 24px;
	padding-top:4px;
}
.submenu2 {
	font-family: "新宋体";
	font-size: 12px;
	color: #1f4e9e;
	height: 24px;
	padding-top: 4px;
	margin-left:4px;
}
.logout {
	background-image: url(../images/logoutbg.gif);
	background-repeat: no-repeat;
	color: #1f4e9e;
}
.bottom {
	background-image: url(../images/bottombg.jpg);
	background-repeat: repeat-x;
	color: #1F4E9E;
}
.mainbg {
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.head {
	background-image: url(../images/headbg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #668ec2;
}
.main {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8dadd4;
}
fieldset {
	padding: 1em;
	width: 50%;
}
/* TAB页CSS */
div,ul,li{
padding:0;
text-align:center;
}
ul{ list-style:none;}
/*选项卡2*/
#Tab2{
width:90%;
margin:0 auto;
padding:0px;
margin:0 auto;}
/*菜单class*/
.Menubox {
	width:100%;
	/*background:url(<%=request.getContextPath()%>/resources/images/tabbg.gif);*/
	height:28px;
	line-height:28px;
	background-color: #B5D2ED;
}
.Menubox ul{
	margin:0px;
	padding:0px;
	font-size: 12px;
}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:114px;
text-align:center;
color:#000000;
font-weight:bold;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:116px;
border-left:1px solid #A8C29F;
border-top:1px solid #A8C29F;
border-right:1px solid #A8C29F;
background:url(../images/tabhover.gif);
color:#000099;
font-weight:bold;
height:27px;
line-height:27px;
}
.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #A8C29F;
border-top:none;
height:300px;
text-align:left;
padding-top:20px;
/********************************* LiveValidation *************************************/
.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}

