/*base css*/
/*-------------------------------------------------重置reset-------------------------------------------------------*/
a:link, a:visited {
	text-decoration:none;
	color:#2898e0;
}
a:hover {
	color:#006cb1;
	text-decoration:underline;
}
input, button, select, textarea {
	outline:none
}
textarea {
	resize:none;
}
body {
	font-size:12px;
	color:#525252;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	height:100%;
	background:#f7f8f8;
}
input::-ms-clear{display:none;}
input {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;	
}
input:text
{
	border:1px solid #ccc;
}
input:password
{
	border:1px solid #ccc;
}
button {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
}
select {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}
textarea {
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}
* {
	margin:0;
	padding:0;
}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border:0;
}
ul,ol {
	list-style:none;
}
textarea {
	font-size:12px;
}
/*-------------------------------------------------Formstyle-------------------------------------------------------*/
/*==================form表单样式1=========================*/
.formStyle {
	width:800;
}
.formStyle input {
	width:150px;
	float:left;
}
.formStyle select {
	width:154px;
	height:20px;
	float:left;
}
.formStyle textarea {
	float:left;
	width:300px;
	height:100px;
}
.formStyle .checkbox {
	width:20px;
}
.formStyle .file {
	width:250px;
}
* html .formStyle .file {
	width:226px;
}
.formStyle li {
	clear:both;
	height:24px;
	margin:0 15px 2px 0;
}
* html .formStyle li {
	height:0;
}
*+html .formStyle li {
	height:auto;
}
.formStyle li label {
	height:24px;
	line-height:24px;
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin-right:10px;
}
.formStyle .loginButton {
	float:left;
	margin:5px 8px 0 0;
}
/*横向排列style*/
.across {
	width:800px;
}
.across li {
	clear:none;
	float:left;
	width:220px;
}
* html .across li {
	margin-right:6px;
}
.across li label {
	text-align:left;
}
/*-------------------------------------------------常用样式genal-------------------------------------------------------*/
/*====隐藏DIV====*/
.hidden {
	display:none;
}
/*===浮动==*/
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/*====清除浮动clear====*/
.clear_float {
	clear:both;
}
/*====半透明窗口alpha====*/
#alphaWindow {
	display:none;
	position:fixed;
	top:0;
	left:0;
	min-width:1000px;
	width:100%;
	min-height:500px;
	height:100%;
	background-color:#000;
	opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	z-index: 1000;
}
/*===========包含浮动元素-不支持IE6===========*/
.clear:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.clear {
	min-height:1px;
}
/*==============*/
/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*//*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }

/*Drop support Internet Explorer 6*/
#warnIE6 {background: #fdfbbd; color:#cf2a24; text-align: left;width:100%;position:absolute;top:0;z-index:99999;}
#warnIE6 .ie6padding {padding:10px 16px;}
#warnIE6-image {float:left;width:124px;height:124px;margin-right: 20px;background:url(../img/ie6nomore.gif) no-repeat 0 0;}
#warnIE6-text {float:left;margin-right: 20px;}
#warnIE6-text .ietitle {font-size: 30px;line-height:normal; font-weight: bold;}
#warnIE6-text .iedesc {font-size: 20px; line-height: 30px;}
a#warnIE6-close {height:16px;width:51px;background: url(../img/ie6nomore-cornerx.jpg) no-repeat;float:right;}
a#getFirefox,a#getIE,a#getSafari,a#getChrome,a#getOpera {width:48px;height:48px;float:left;}
a#getFirefox{background:url(../img/firefox.gif) no-repeat}
a#getIE{background:url(../img/ie.gif) no-repeat}
a#getSafari{background:url(../img/safari.gif) no-repeat}
a#getChrome{background:url(../img/google-chrome.gif) no-repeat}
a#getOpera{background:url(../img/opera.gif) no-repeat}
/*-------------------------------------
zTree Style

version:	3.4
author:		Hunter.z
email:		hunter.z@263.net
website:	http://code.google.com/p/jquerytree/