Body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, "ËÎÌå";
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

A{TEXT-DECORATION: none;}
A:link{color: #000000;}
A:visited{color: #000000}
A:active {color: #000000}
A:hover{COLOR: #FF6600;position: relative; right: 0px;top: 1px}

TD
{
FONT-FAMILY: ËÎÌå; 
FONT-SIZE: 9pt;
line-height: 150%;
} 

.border
{
border: 1px solid #9E9B9D;
}

.error
{
border: 1px solid #9E9B9D;
margin-top:50px
}

.title_right
{
background:url(../images/labe_menu_bg.gif);height: 30px;
}

.title
{
	font-size: 16px;
	font-weight:bolder;
}

.tdbg
{
	font-size: 12px;
	
}

.tit {
	font-size: 18px;
	font-weight:bolder;
}


/*Tree begin*/
.SortFolderOpen {
	background-image: url(../images/Sort_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortFolderClose {
	background-image: url(../images/Sort_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortEndFolderOpen {
	background-image: url(../images/SortEnd_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortEndFolderClose {
	background-image: url(../images/SortEnd_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortListline {
	padding-left: 16px;
	background-image: url(../images/Sort_Listline.gif);
	background-repeat: repeat-y;
}
.SortEndListline {
	padding-left: 16px;
}
.SortFile {
	background-image: url(../images/Sort_File.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
}
.SortFileEnd {
	background-image: url(../images/Sort_File_End.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
}
/*Tree end*/


div,ul,li{ list-style:none; margin:0px; padding:0px;}
.fullSlide {
	width:100%;
	position:relative;
	height:366px;
	background:#000;
	z-index: -1;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:366px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:366px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:-5px;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:13px;
	height:13px;
	margin:5px;
	overflow:hidden;
	background:#A09874;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#088D92;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(slider-arrow.png) -126px -137px no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
