
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: 14px;
	font-weight:bolder;
}

.tdbg
{
	font-size: 12px;
	
}

.tit {
	font-size: 14px;
	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*/

#main {
	width:199px;
	height:auto!important;
	height:500px;
	min-height:500px;
	margin-top: 3px;
}
#leftsidebar {

	width: 199px;
	text-align: left;
}
ul{ padding:0px; margin:0px;}
#menu_list {
	background-image: url(leftmenu_bg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#menu_list li {
	background-image: url(menu_li_line.gif);
	background-repeat: no-repeat;
	height: 27px;
	line-height: 27px;
	width: 180px;
	text-align: center;
	background-position: bottom;
	list-style-type:none;
}

#menu_list li a:hover {
	background-image: url(menu_li_hover.gif);
	background-repeat: no-repeat;
    background-position: 0px 2px;
	display:block;
	height: 27px;
	line-height: 27px;
	width: 180px;
	font-weight: bold;
	color:#fff;
}

a.menu_1 {
	background-image: url(menu_li_hover.gif);
	background-repeat: no-repeat;
    background-position: 0px 2px;
	display:block;
	height: 27px;
	line-height: 27px;
	width: 180px;
	font-weight: bold;
	color:#fff;
}

.container, .container *{margin:0; padding:0;}

.container{width:1003px; height:263px; overflow:hidden;position:relative;}
.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:1003px; height:263px; display:block;}

.slider2{width:2000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}