﻿body 
{
	background-color:#f3f3e0;
	font-size:12px;
	text-decoration:none;
}
A:hover
{
	text-decoration:none;
	color:#006600;
	position:relative;
	left:1px;
	top:1px;
}
.header
{
    background-color:#6C6C6C;
    font-size:14px; font-family:方正卡通简体; font-weight:bold;
}
.header1
{
	background-color:#ffffcc;
}
.line1
{
	background-color:#5D7B9D;
}
.line2
{
	background-color:#6C3365;
}
.menu_title
{
	height:24;
	background:url("../Images/main_menu_bg.jpg");
	vertical-align:middle;
	background-color:#00cccc;
	font-size:12px;
}
.menu_broder 
{
	border: 1px solid #666666;
	background-color:#FFFFFF;
}
.table_format
{
	font-size:12px;
}
.modalbackground
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #000000;
    font-weight: bold;
    cursor: not-allowed;
}
.leftGuide
{
	float:left;
	height:20px;
	width:auto;
	font-size:small;
    background:while;
}
.accordionHeader
{
    border: 1px solid #4b76bb;
    font-family:Arial Baltic;
    height:16px;
    font-size:14px;
    font-weight:bold;
    color:white;
    background-color:#4b76bb;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
    float:none;
}
.accordionContent
{
    background-color:#4b76bb;
    border: 0px dashed #4b76bb;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.acdHeader
{
    background-color:#5D7B9D;
    border: 1px solid #5D7B9D;
    font-family:Arial Baltic;
    height:14px;
    font-size:12px;
    font-weight:bold;
    color:#f3f3e0;
    padding: 5px;
    margin-top: 2px;
    cursor:pointer;
    float:none;
}
.acdContent
{
    background-color:#f3f3e0;
    border: 0px dashed #4b76bb;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-decoration:none;
}
.acdHeader1
{
    background-color:#f3f3e0;
    font-family:Arial Baltic;
    height:18px;
    font-size:12px;
    font-weight:bold;
    color:#5D7B9D;
    padding: 5px;
    margin-top: 2px;
    cursor:pointer;
    float:none;
}
.fieldset_bordercolor
{
	border-color:#5D7B9D;
	border-top-width:0.2px;
	border-bottom-width:0.2px;
	border-left-width:0.2px;
	border-right-width:0.2px;
	border-top-style:outset;
	border-bottom-style:outset;
	border-left-style:outset;
	border-right-style:outset;
}
.fontcontent 
{
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	line-height: 18px;
	color:#4F9D9D;
	margin-left:10px;
	text-decoration:none;
}
.legend
{font-weight:bold; color:#006600; font-size:12px;}

.guide
{
	font-size:14px;
	font-family:Arial Baltic;
	font-weight:bold;
	color:White;
}

.GuideTop
{
	width:100%;
	height:100px;
	background-image:url('~/images/bg1.png');
	background-position:center;
}
.pnlTitle
{
    width:80px;
    height:20px;
    vertical-align:middle;
}
.pnlContect
{
	width:760px;
	height:165px;
}
.pnlContect1
{
	width:250px;
	height:65px;
    background:#ccff99;
    margin-top:0px;
    margin-left:0px;
}
.pnlContect2
{
	width:510px;
	height:65px;
	margin:0px;
	float:left;
}
.pnlContect3
{
	width:400px;
	height:65px;
	margin-left:0px;
	margin-top:0px;
}
.imsgeWith
{
	width:100px;
	height:76px;
	margin:0px;
}

/*左边菜单式样*/
#menus
{
	width:80px;/*固定宽度*/
	margin:0 auto;
	padding:0 0 10px 0;
	font-size:12px;
	background:#f3f3e0;
}
#menus dt /*定义列表标题属性*/
{
	text-decoration:none;
	margin:0;
	padding:1px;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #fff; /*添加白色底边*/
}
#menus dd /*定义列表说明属性*/
{
	text-decoration:none;
	font-weight:bold;
	height:20px;
	margin:0;
	padding:0;
	color:#fff;
	font-size:1em;
	border-bottom:1px solid #fff; /*添加白色底边*/
	background:#f3f3e0;
}
#menus a, #menus a:visited
{
	color:#006600;
	text-decoration:none;
	display:block; /*块状显示*/
	padding:5px; /*增加补白,控制字体显示位置*/
}
#menus a:hover
{
	color:White;
	background:#00cc00;
}

#leftlogin
{
	width:40px;
}

.modalbackground
{
    border:1px solid #2f4f4f;
    color:White;
    background-color:#f3f3e0;
    filter:Alpha(opacity=40);
    cursor:pointer;
}

.WatermarkText1
{
	background:#f3f3e0;
	color:Red;
}

.txtDefault
{
	background:#f3f3e0;
	color:Maroon;
}
.drpDefault
{
	background:#f3f3e0;
	color:Maroon;
}