﻿html,body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	font-size:12px;
	height:100%;
	width:100%;
}

a{color:#000000}
a:link {text-decoration:none;}
a:visited {text-decoration: none;}
a:hover {text-decoration:underline;}
a:active{text-decoration:none;}
ul{margin:0px;padding:0px;}
a img{border: 0px;}

/*common*/
.ulnone{list-style-type:none;}
.center{ margin:0px auto; width: auto}

/*css圆角*/
.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}
.b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}
.b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:1px solid #999;border-right:1px solid #999;}
.b1,.b1b{margin:0 5px;background:#999;}
.b2,.b2b{margin:0 3px;border-width:2px;}
.b3,.b3b{margin:0 2px;}
.b4,.b4b{height:2px;margin:0 1px;}
.d1{background:#F7F8F9;display:block;}
.floatBar{height: 23px;overflow: visible;background-image:url(images/bar.jpg); background-repeat:repeat;position: relative; cursor: move;}
.floatInside{height:auto; background-image:url(images/in.jpg); background-repeat:repeat;position:relative;}
.floatTitle{float:left; margin:3px; display:inline}
/*css圆角*/

/*标题*/
.titlewhite,.titleblack,.titlegray,.titleblue,.titlegreen,.titleorange,.titlered
{
	padding:5px;
	text-align:center; 
	vertical-align:middle; 
	font-weight: bold; 
	font-size:14px;
	margin:0px auto;
}
.titlewhite{color:#ffffff;}
.titlegray{color:#777777;}
.titleblue{color:#3366cc;}
.titlegreen{color:#74b000}
.titleorange{color:#f07a2c}
.titlered{color:#fe2104}
/*a标记样式*/
.ViewLink{color:#3366cc ; font-family: Verdana;font-size: 8pt;}  
.ViewLink:hover {text-decoration:underline;}

.aWhite{color:#ffffff}
.aBlack{color:#000000}
.aGray{color:#777777}
.aBlue{color:#3366cc}
.aGreen{color:#74b000}
.aOrange{color:#f07a2c}
.aRed{color:#fe2104}

/*字体样式*/
.tBlue{color:#3366cc ; font-family: Verdana; font-size: 12px;}
.tWhite{color:#ffffff ; font-family: Verdana; font-size: 12px;}
.tBlack{color:#000000 ; font-family: Verdana; font-size: 12px;}
.tGray{color:#777777 ; font-family: Verdana; font-size: 12px;}
.tGreen{color:#74b000 ; font-family: Verdana; font-size: 12px;}
.tOrange{color:#f07a2c ; font-family: Verdana; font-size: 12px;}

/*字体居中*/
.tCenter
{	text-align:center; 
	vertical-align:middle; 
	margin:0px auto;
}

/*ul做表格*/
.ulTable {
clear:left;
margin:0px;
padding:0px;
list-style-type:none;
}
.ulTable li {
float:left;
display:block;
}

.menuspace
{
	width:1px; height:15px; 
	background:#777777;
}

/*禁止一个div*/
.disableDiv{  }
