﻿ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	font: 12px tahoma, Arial, "宋体", Verdana, sans-serif;
	background-color: #ffffff;
    /*overflow:hidden;*/
   overflow-y:auto;
    overflow-x:hidden;
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color:#828282; 
	scrollbar-face-color:#e8f5ff; 
	scrollbar-shadow-color:#828282; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-track-color:#ffffff; 
	scrollbar-arrow-color:#828282;
}

*html, *html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}

a {
	color: #656d77;
	text-decoration: none;
	padding:3px 3px 3px 3px;
}

a:hover {
	color: #286da6;
	text-decoration: none;
}
.spa
{
	padding-left:3px;
}
img {
	border: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
ul {
	list-style-type: none;
}

li
{
	margin-top:6px;
	margin-left:3px;
	white-space:nowrap;
}

input, select, label {
	vertical-align: middle
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}

.white {
	color: white;
}

.black {
	color: black;
}

.gray {
	color: gray;
}

.blue {
	color: blue;
}

.green {
	color: green;
}

.red {
	color: red;
}

.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.hidden {
	display: none;
}

.lineThrough {
	text-decoration: line-through;
}

.pointer {
	cursor: pointer;
}
.middle .main {
	width: 6px;
	height: 100%;
	cursor: pointer;
}

.middle .leftArrow {
	width: 5px;
	border-right: 1px solid #b2d3f4;
	background: url(images/middle_bg.gif) #f1f6fb -6px center no-repeat;
}

.middle .leftArrow:hover {
	background-color: #e8f8f1;
}

.middle .rightArrow {
	width: 5px;
	border-right: 1px solid #b2d3f4;
	background: url(images/middle_bg.gif) #f1f6fb -18px center no-repeat;
}

.middle .rightArrow:hover {
	background-color: #e8f8f1;
}

.login_footer {
	text-align: center; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; display: block; margin-bottom: 10px; color: #666; clear: both; border-top: #e2e5e8 1px solid; padding-top: 2px;
}
.login_footer p 
{
	line-height:25px; text-align:center; 
}

.top
{
	margin:0 auto; width:100%;border-bottom: #e2e5e8 1px solid;background-color:#eaf3f8;
}

.top .logo
{
	border:solid 0px #0000ff;width:23.5%;border-right:solid 1px #e2e5e8;
}

.top .mid
{
	border:solid 0px #0000ff;width:50%;margin-left:23.5%;top:0px;display:block;position:absolute;height:45px;
}

.top .rig
{
	border:solid 0px #ff0000;width:26.5%;float:right;top:0px;display:block;position:absolute;height:45px;right:0px;
}

.p1
{
	line-height: 24px;padding-left:20px;
}

.p2
{
	position:absolute;bottom:0px;padding-left:15px;line-height: 24px;
}

.mainhead
{
	float:left;background-image:url(images/admin_x_bg.gif);width:100%;height:25px;padding:5px 0px 0px;display:block;
}

.clearBoth
{
	clear:both;
}

.toolbar
{
	float:left;display:block;height:30px;width:100%;margin:2px;
}

/*btn1*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae;}
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #9d4; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

p { clear: both; padding-bottom: 2em; }
form { margin-top: 0em; }
form p .btn { margin-right: 1em; }
textarea { margin: 1em 0;}

/*toolbar1*/
.button2 
{ 
border-right:1px solid buttonhighlight; 
border-left:1px solid buttonshadow; 
border-bottom:1px solid buttonhighlight; 
border-top:1px solid buttonshadow 
}

.handin 
{ 
	float:left;
	height:22px; 
	width:2px; 
	border-left:1px solid buttonshadow; 
	border-right:1px solid buttonhighlight 
} 

.handout 
{ 
	float:left;
	height:18px; 
	width:2px; 
	background:url(../images/line.gif);
} 
.into 
{ 
	width:100%; 
	border-right:1px solid buttonhighlight; 
	border-left:1px solid buttonshadow; 
	border-bottom:1px solid buttonhighlight; 
	border-top:1px solid buttonshadow 
} 

.outto,.button1 
{ 
	background-color: #d5eef5; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	border-left: 1px solid #0a7eae; 
	border-right: 1px solid #0a7eae; 
	border-top: 1px solid #0a7eae; 
	border-bottom: 1px solid #0a7eae; 
	background-position: 0%;
	text-decoration:none;
}

.toolbg
{
   float:left;
   background-image:url(../images/toolbarbg.gif);
   height:30px;
   width:100%;
}

.button0
{
	text-decoration:none;
}

.clearLink
{
	text-decoration:none;
}

.login_input{
	line-height: 14px;background: #FFF;height: 14px;width: 200px;border: 1px solid #E0E0E0;vertical-align: middle;padding: 6px;
}

/*主页div布局*/


.Wrapp {margin:0 auto;width:100%;border:solid 1px #ff0000;}

.header{height:50px;margin-bottom:2px;}

.main {height:500px;margin-bottom:5px;}

.nav{float:left;width:135px;height:500px;}

.content{margin:0 103px 0px 138px;height:500px;border:solid 1px #000000;}

.advert{float:right;width:100px;height:500px;}

.footer{height:40px;}


.middle 
{
	float:left;
	width: 6px;
	height: 100%;
	cursor: pointer;
}

.middle .leftArrow 
{
	float:left;
	width: 5px;
	border-right: 1px solid #b2d3f4;
	background: url(images/middle_bg.gif) #f1f6fb -6px center no-repeat;
	height:500px;
}

.middle .leftArr 
{
	float:left;
	width: 5px;
	border-right: 1px solid #b2d3f4;
	height:500px;
}

.middle .leftArrow:hover {
	background-color: #e8f8f1;
}

.middle .rightArrow 
{
	float:left;
	width: 5px;
	border-right: 1px solid #b2d3f4;
	background: url(images/middle_bg.gif) #f1f6fb -18px center no-repeat;
	height:500px;
}

.middle .rightArrow:hover {
	background-color: #e8f8f1;
}

.loginArea{color: #656d77;
	text-decoration: none;
	width:120px;
	padding :3px 3px 3px 3px;
	height:35px;
	margin-left:5px;}

.loginArea:hover {
	color: #286da6;
	text-decoration: none;
	border:solid 1px #a9ccef;
	background-color:#deebf9;
}


.top
{
	float:left;width:100%;border-bottom: #e2e5e8 1px solid;background-color:#eaf3f8;height:45px;
}

.top .logo
{
	float:left;width:245px;
}

.top .mid
{
	height:45px;position:relative;margin-right:20px;
}

.top .righ
{
	float:right;width:220px;padding-top:18px;height:25px;
}


.btn
{
    border-right: #7b9ebd 1px solid;
    padding-right: 2px;
    border-top: #7b9ebd 1px solid;
    padding-left: 2px;
    font-size: 12px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff,  EndColorStr=#cecfde);
    border-left: #7b9ebd 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #7b9ebd 1px solid;
}


.btnover
{
    border: #0000ff 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,  StartColorStr=#ffffff,  EndColorStr=#cecfde);
    border-left: #0000ff 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;

}

.btnnum
{
    border: #efefef 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    cursor: hand;
    color: black;
    padding-top: 2px;

}

.curpointer
{
    cursor:pointer;
}