﻿*
{
	font-family: 微软雅黑, 黑体,宋体, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	border-collapse: collapse;
}
body, html
{
    margin: 0px;
    padding: 0px;
    scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    scrollbar-darkshadow-color: #ffffff;
    height: 100%;
    background:#F0D1E3;
    /*background-position: center center;
    background-image: url(../Images/default.jpg);
    background-repeat: repeat;*/
}
a:link
{
	text-decoration: none;
	border:none;
	cursor:pointer;
}
a:visited {
	text-decoration: none;
	border:none;
}
a:hover
{
	text-decoration: none;	
}
a:active {
	text-decoration: none;
	border:none;
}
li
{
	list-style-type: none;
	border:none;
}
img
{
	border:0px;
}
.clear
{
	clear:both;
}

.FontLeft
{
    text-align: left;
    text-indent: 12px;
}

/*菜单*/
.menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	/*display: block;*/
	height: 39px;
	font-weight: bold;
	background: transparent url(../Images/bg1.gif) repeat-x top left;
	border-top: 4px solid #7DA92F;
}
.menu ul
{
	margin:0px;
	padding:0px;
	font-weight: bold;	
	height:39px;	
}   
.menu ul li
{
	float:left;
	position:relative;	
	height:30px;
	margin-right:1px;	
	width:100;
	margin-top:6px;	
}
.menu ul li ul li
{
	margin:0px;
	width:80px;
}
.menu ul li a   
{
	color: #666;
	text-decoration: none;
	padding: 10px 10px 0 5px;
	margin:auto 5px auto 5px;	
	height: 30px;
}
.menu ul li ul
{
	display:none;
	position: absolute;
	z-index:999999;
	left:5px;
	top: 25px;
	width:95px;
	background:#fff;
}  
.menu ul li:hover ul
{
	display:block;
	cursor:pointer;
	width:95px;
	background:#fff;	
}    
.menu li ul li /*设置级联菜单样式*/
{
	background:#fff;
}
.menu ul li a:hover
{
    border: 1px outset #7DA92F;
    color: #7DA92F;
}
.menu ul li span    
{
	float:right;
}
.menu ul li span b
{
	margin-top:-10px;
}

.Search
{
	height:18px;
	width:200px;
	background:#FFE6FF;
	border:1px groove;
}
.ImgBtn
{
	border: #fff 0px solid;
	margin: 6px;
	width: 80px;
	height: 20px;
	background: url(../Images/submit.gif) no-repeat;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
	font-weight: bold;
}
.span
{
	color: Red;
	font-weight: bold;
	margin-left:5px;
}

/*分页样式*/
.Close
{
    text-align: right;
    height: 30px;
    vertical-align: middle;
    background: url(../Images/button4.gif);
}

.setPage
{
    margin-top:-5px;
	text-align:right;
	vertical-align:middle;
}
.setPage a {
    border:1px solid #DDD;
    background:#F2F2F2;
    text-decoration:none;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    color:#aaa;
    padding:0px;
}
.setPage a:hover
{
    background: #FFFF66;
    color: white;
}
.setPage input
{
	border:1px solid #BCD7E9;
	line-height:100%;
	background-color:#FFFFFF;
	margin:0 1px 0 1px;
	padding:1px 2px 1px 2px;
}

.setPageBook span,.setPage span
{
	margin-right:1px;
}

/*分页样式2*/
.Page
{
	margin:0 0 0 20px;
	text-align:right;
	vertical-align:middle;
}
.Page b
{
	border: 1px solid #aaa;
	display: inline-block;
	margin: 1px;
	text-decoration: none;
	width: 25px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: blue;
	padding: 1px 2px;
	background-color: #ffffcc;
}
.Page a {
    border:1px solid #DDD;
    background:#F2F2F2;
    display:inline-block;
    margin:1px;
    text-decoration:none;
    width:25px;
    height:20px;
    text-align:center;
    line-height:20px;
    color:#aaa;
    padding:1px 2px;
}
.Page a:hover
{
	border: 1px solid #E5E5E5;
	background: #5E97DE;
	color: white;
}
.Page input
{
	border:1px solid #BCD7E9;
	line-height:100%;
	background-color:#FFFFFF;
	margin:0 2px 0 2px;
	padding:2px 3px 2px 3px;
}

/*出错页*/
#Error
{
    height:200px;
    width:400px;
    top:50%;
    left:50%;
    text-align: center;
	vertical-align: middle;
	position:absolute;
	margin-left:-200px;
	margin-top:-100px;
	font-size:36px;
}

.Search
{
	height:18px;
	width:130px;
	border:1px groove;
}
.view
{
     visibility:visible;
}