body {
	margin: 0px;
	font-size:14px;
}

html {
	overflow-x:hidden;/*禁止水平滚动条*/
	overflow-y: auto;/*下面这行保证鼠标滚轮垂直滚动条滚动*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #ffffff; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #B4C9C6; SCROLLBAR-SHADOW-COLOR: #B4C9C6; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #B4C9C6; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
height: 100%;
}

table {
	border-collapse:collapse;
	font-size:14px;
		/*line-height: 160%;*/

}


.ContentBody{
	padding-left:5px;
}

td {
	font-family: "宋体";
	font-size:14px;
	color: #333333;
}

a{
	color: #333333;
	text-decoration:none;
}

/*
a:hover {
	color: #0099CC;
}
*/
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1639A9;
	text-decoration: underline;
}
a:link {
	color: #333;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #333333;
	text-indent: 10px;
}

.disabledLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #999999;
	text-indent: 10px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display:inline;
}
ul{
    margin:0;
	padding:0;
	list-style-position: inside;
	list-style-type: none;
}
li{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
	border:none;
	
}

/*----------------------------top叶面使用的样式---------------------------------*/

/*顶部样式开始*/

.topbg2 {/*头部循环背景*/
background-image:url(Top/zvingBlue2.png);
	background-repeat: repeat-x;
	width:100%;
	height:40px;	

}
.topbg2 .topbg_title {/*头部背景*/
	background-repeat: no-repeat;
	height:40px;
}
.topbg2 .title {/*头部背景*/
    font-size:20px;
	font-weight:bold;
color:#FFFFFF;
padding-left:50px;


}

.topbg {/*头部循环背景*/
background-image:url(Top/zvingBlue.png);
	background-repeat: repeat-x;
	width:100%;
	height:50px;	

}
.topbg .topbg_title {/*头部背景*/
	background-repeat: no-repeat;
	height:50px;
}
.topbg .title {/*头部背景*/
		font-size:20px;
	font-weight:bold;
color:#FFFFFF;
padding-left:50px;
padding-top:10px;

}
.topbg_nav  {/*头部右侧导航*/
	color:#FFFFFF;
	float:right;
	display:block;
	margin:10px 10px 0px 0px;
	padding-right:-150px;
}
.topbg_nav img {/*头部右侧导航图标右边距*/
	margin-right:5px;
}
.topbg_nav a {/*头部右侧导航链接*/
	color:#FFFFFF;
	text-decoration:none;
}
.topbg_nav a:hover {/*头部右侧导航链接鼠标效果*/
	color:#FFFFFF;
	text-decoration:underline;
}
/*顶部样式结束*/



/*顶部一级目录开始*/
.topmenu {/*头部一级栏目背景*/
	width:100%;
	height:34px;
	background-image:url(Top/topmenu_bg_right.gif);
	background-repeat:repeat-x;
}
.topmenu_lmbg,.topmenu_lmbg a {/*头部一级栏目链接*/
	background-image: url(Top/topmenu_lmbg.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:90px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#0a70b2;
	font-size:14px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	margin:0px 1px;
	margin:-1px 1px\0;/*ie8 bug*/
	float:left;
}
.topmenu_selected{/*头部一级栏目链接鼠标效果/一级栏目当前选中时*/
	background-image: url(Top/topmenu_selected.gif);
	background-repeat:no-repeat;
	background-position: center;
	width:90px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	margin:0px 1px;
	margin:-1px 1px\0;/*ie8 bug*/
	float:left;
}
.topmenu_lmbg a:hover {/*头部一级栏目链接鼠标效果/一级栏目当前选中时*/
	background-image: url(Top/topmenu_selected.gif);
	background-repeat:no-repeat;
	background-position: center;
	width:90px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	margin:0px 1px;
	margin:-0px 1px\0;/*ie8 bug*/
	float:left;
}
.topmenu_bottom {/*头部一级栏目底部边线*/
	background-image:url(Top/topmenu_bg_bottom.gif);
	background-repeat:repeat-x;
	height:2px;
}
/*----------------------------导航菜单结束------------------------------------*/

/*----------------------------bottom叶面使用的样式:背景---------------------------------*/

#bottom {
	font-family: "宋体";
	font-size:14px;
	color: #0077A2;
	text-align: center;
	height: 32px;
	width: 100%;
	background-color: #A3D0E3;
	background-repeat: repeat-x;
	border-top-width:0px;
	border-top-style: solid;
	border-top-color: #008EB8;
	background-image: url(Bottom/bg.gif);
	line-height: 32px;
}
/*----------------------------bottom样式结束------------------------------------*/

/*----------------------------switch叶面使用的样式---------------------------------*/
#switchpic {
	width: 6px;
	cursor:pointer;
	clear: both;
	vertical-align:top;
	margin-top: 0px;
}
/*----------------------------switch样式结束------------------------------------*/


/*----------------------------main叶面使用的样式---------------------------------

#man_zone {
	height: 100%;
	width: 100%;
	background-color:#FFFFFF;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/*border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b4c9c6;
	border-left-color: #b4c9c6;
}*/

/*----------------------------main样式结束------------------------------------*/

#sub_info {
	width: 98%;
	float:left;
	padding: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B4C9C6;
	background-color: #FCFCFC;
	margin: 0px;
}

.left_title_1 {
	background-color: #F3F8F7;
	color:#73938E;
	font-weight:bold;
	line-height:30px;
	text-align:right;
	font-size:14px;
}
.left_title_2 {
	background-color: #fff;
	color:#73938E;
	font-weight:bold;
	line-height:30px;
	text-align:right;
}

/*----------------------------left叶面使用的样式---------------------------------*/

#man_left {
	height: 100%;
	width: 158px;
	background-color:#F6FAFD;
	/*background-image: url(Left/left_nav_bg.jpg);*/
	overflow-x: hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4C9C6;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4C9C6;
	padding: 0px;

}



#main_nav {
	width: 199px;
	background-repeat: repeat-y;
	height:2000px;
}

/*菜单未被单击效果*/
.list_tilte {
	background-image: url(Left/leftlmbg1.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 34px;
	width: 190px;
	padding-left: 30px;
	font-weight: bold;
	font-size:14px;
	color: #2D54A2;
	margin-top: 0px;
	cursor:pointer;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 34px;
}
/*按菜单后效果*/
.list_tilte_onclick {
	background-image: url(Left/leftlmbg2.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	clear: both;
	height: 34px;
	width: 190px;
	padding-left: 30px;
	font-weight: bold;
	font-size:14px;

	color: #2D54A2;
	margin-top: 0px;
	cursor:pointer;
	line-height: 34px;
}

.list_detail {
	margin: 0 auto;
}
.list_detail li{
	list-style-image: url(Left/direct_blue.png);
	/*看看是否可以加上背景background-image: url(Left/leftlmbg2.gif);*/
	list-style-position: inside;
	line-height:25px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size:14px;
    }
#right_main_nav {
	width: 197px;
	background-color: #F6FAFD;
	text-align: left;
	float: left;
}
/*----------------------------left叶面使用的样式结束---------------------------------*/



/*-------------------main页面使用的样式开始-------------------*/
/*gridview上方的add按钮样式*/
.nemo01 {
	BORDER-RIGHT: #c5c5c5 1px solid; BORDER-TOP: #c5c5c5 1px solid;  BORDER-LEFT: #c5c5c5 1px solid; COLOR: #2d2d2d; BORDER-BOTTOM: #c5c5c5 1px solid; FONT-FAMILY: ""; BACKGROUND-COLOR: #f7f7f7
}

.btn3_mouseout {

}
.btn3_mouseover {
}



/*按钮样式*/


/*main页面功能名称样式*/
.td_tilte {
	background-image: url(Main/td_title.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	clear: both;
	height: 36px;
	padding-left: 30px;
	font-weight: bold;
	color: #2D54A2;
	font-size:14px;
	text-align:left;
}

/*表格边框色*/
.table_bordercolor
{
border:1px solid #ddd; border-width:1px 1px 1px 1px;
text-align:left;  
    
}

/*main页面表格标题栏*/
.table_titlebgcolor
{
	background-color:#F7F6F3;
	line-height: 160%;
			border:1px solid #ddd; border-width:0 0 1px 1px;

}

.table_trstyle
{
	line-height: 160%;
	border:1px solid #ddd; border-width:0 0 1px 1px;

}

.GridViewStyle
{    
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid A7A6AA;
    border-top: 2px solid A7A6AA;
    padding: 4px;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{    background-image: url(bg.jpg);	
           	line-height: 160%;
    background-color: #5D7B9D;
    font-weight: bold;
    color: #333333;
}

.GridViewHeaderStyleNoHeaderStyle
{   line-height: 160%;
    background-color: #ffffff;
    color: #333333;
font-weight:normal;
}

.GridViewHeaderStyleNoHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}
.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #FFFFFF;
    color: #333333;
               	line-height: 140%;

}

.GridViewAlternatingRowStyle 
{
    background-color: #F7F6F3;
    color: #284775;
               	line-height: 140%;

}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.td_left
{
	background-color:#F7F6F3;
	line-height: 160%;
			border:1px solid #ddd; border-width:0 0 1px 1px;
    font-size:14px;

}

.td_content
{
	border:1px solid #ddd;
}


.td_content_exam
{
	border:1px solid #ddd;
	font-size:16px;
}


.td_title
{
	background-color:#EAF2FB;
	text-align:right;
	height:24px;
	font-size:14px;
	border:1px solid #ddd; border-width:1px 1px 0 0;

}
.td_title2
{
	background-color:#EAF2FB;
	height:24px;
	font-size:14px;
	border:1px solid #ddd; border-width:1px 1px 0 0;

}



.desktop_bj
{
	
	background: #ccc url(../../images/BlueTheme/main.jpg) left top;background-attachment:fixed
}
/*-------------------main页面使用的样式结束-------------------*/

/*新增弹出窗体的fieldStyle样式*/
.fieldsetWindow {
	padding:10px;
	margin:10px;
	width:94%;
	color:#333; 
	border:#06c dashed 1px;
} 
.legendWindow {
	color:#06c;
	font-weight:800; 
	background:#fff;
} 

.fieldsetWindow2 {
	padding:10px;
	margin:10px;
	width:94%;
	color:#333; 
	border:#990000 dashed 1px;
} 
.legendWindow2 {
	color:#990000;
	font-weight:800; 
	background:#fff;
} 
