/* CSS Document */




/* menu left start */
#sidebar {
	float: right;
	padding: 0px;
	margin-top: 0px;
	display: inline;
	width: 207px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	height: 100%;
}

.lmzx {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 1px;
	margin-left: 2px;
	background-repeat: repeat-x;
	width: 180px;
	background-color: #52A0BE;
}

.lmztextx {
	background-color: #F7F6F6;
	line-height: 20px;  /* ΌδΈτ */
	padding-left: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 2px;
	width: 183px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #86BDD2;
	border-bottom-color: #86BDD2;
	border-left-color: #86BDD2;
}

.lmztextx a, .lmztextx a:link, .lmztextx a:visited  { color:#245986; text-decoration: none; }
.lmztextx a:hover, .lmztextx a:active { color: #FF9900; text-decoration:underline;}

.SortFolderOpen {
	background-image: url(Sort_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
/*	padding-left: 16px;  in ie7 err*/
	cursor: hand;
	width: 15px;
	background-position: center center;
}
.SortFolderClose {
	background-image: url(Sort_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
	padding-top: 15px;
	background-position: center center;
}
.SortEndFolderOpen {
	background-image: url(SortEnd_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
	padding-top: 15px;
	background-position: center center;
}
.SortEndFolderClose {
	background-image: url(SortEnd_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
	padding-top: 15px;
	background-position: center center;
}
.SortListline {
	padding-left: 16px;
	background-image: url(Sort_Listline.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
}
.SortEndListline { /**/
	padding-left: 16px;
	padding-top: 15px;
}
.SortFile {
	background-image: url(Sort_File.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
	padding-top: 15px;
	background-position: center center;
}
.SortFileEnd {
	background-image: url(Sort_File_End.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
	padding-top: 15px;
	background-position: center center;
}
/* menu left end */

