body {
	background-image: url(images/background.gif);
}


img{
	border: none;
}


#mask {
	z-index: 10000;
	position: fixed;
	left: 0;
	top: 0px;
	opacity: 0.7;
	/* filter: alpha( opacity=60 ); */
	margin-top: 0;
	background-color: #cccccc;
	width: 100%;
	height: 100%;
	display: none;
}
#loading {
	z-index: 20000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -100px;
	background-color: #FFFFFF;
	border: 2px solid black;
	text-align: center;
	width: 200px;
	display: none;
}


#wrap {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 960px;
	border: 8px double #5A5B52;
	background-color: #FFFFFF;
}
#wrap hr {
	height: 1px;
	width: 100%;
	border: 0;
	background-color: gray;
}



#wrap #wrap-logo {
	background-image: url(images/zfos_logo_title.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 165px;
}



#wrap #wrap-top {
	height: 70px;
	background-image: url(images/bg.gif);
	position: relative;
}
#wrap #wrap-top #title {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 40px;
	font-weight: bold;
	font-family: simhei, sans-serif;
	color: rgb(159, 144, 48);
}



#wrap #wrap-content {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	min-height: 180px;
	background-image: url(images/wrap-content-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



#wrap #wrap-content #menu {
	float: left;
	width: 25%;
}
#wrap #wrap-content #menu #blockTitle {
	padding: 3px;
	/*background-color: #B7C9D7;*/
	background-color: #C0C0C0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#wrap #wrap-content #menu #blockContent {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 100%;
	font-size: 12px;
}
#wrap #wrap-content #menu #blockContent ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 25px;
	list-style-type: square;
}
#wrap #wrap-content #menu #blockContent a:link, #wrap #wrap-content #menu #blockContent a:visited {
	color: black;
}


#wrap #wrap-content #menu #blockContent #dirTree {
	font-size: 12px;
}
#wrap #wrap-content #menu #blockContent #dirTree table {
	margin: 0;
	padding: 0;
	max-height: 22px;
	border-collapse: collapse;
	/* min-width: 500px; */
}
#wrap #wrap-content #menu #blockContent #dirTree table td {
	margin: 0;
	padding: 0;
	text-align: left;
}
#wrap #wrap-content #menu #blockContent #dirTree a:link, #wrap #wrap-content #menu #blockContent #dirTree a:visited {
	color : black;
}


#wrap #wrap-content .pageTag, #wrap #wrap-content .curtPageTag {
	margin-right: 5px;
	padding: 2px;
	background-color: #C0C0C0;
	width: 80px;
	float: right;
	text-align: center;
	font-size: 12px;
}
#wrap #wrap-content .curtPageTag {
	font-weight: bold;
}
#wrap #wrap-content .pageTag a:link, #wrap #wrap-content .pageTag a:visited {
	color: black;
}


#wrap #wrap-content #fileList {
	float: right;
	width: 70%;
	padding: 10px;
	border: 2px solid #C0C0C0;
	font-size: 12px;
}
#wrap #wrap-content #fileList img {
	vertical-align: middle;
	border: none;
}
#wrap #wrap-content #fileList table.toolbar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	width: 100%;
	border-bottom: 1px solid #C0C0C0;
}
#wrap #wrap-content #fileList table#content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#wrap #wrap-content #fileList table#content th {
	padding: 0;
	height: 23px;
	/* border-left: 1px solid #AFB2B5; */
	/* border-right: 1px solid #AFB2B5; */
	background-image: url(images/table_bg_1.gif);
}
#wrap #wrap-content #fileList table#content td {
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
#wrap #wrap-content #fileList table#content td.cut {
	opacity: 0.4;
}
#wrap #wrap-content #fileList #usedSizePercentBarOuter {
	width: 200px;
	height: 14px;
	border: 1px solid #000000;
	float: right;
	position: relative
}
#wrap #wrap-content #fileList #usedSizePercentBarOuter #usedSizePercentBarIner {
	position: absolute;
	height: 14px;
	background-color: #3366CC;
	top: 0;
	left: 0;
}
#wrap #wrap-content #fileList #usedSizePercentBarOuter #usedSizePercentBarText {
	position: absolute;
	width: 100%;
	text-align: center;
}
#wrap #wrap-content #fileList a:link, #wrap #wrap-content #fileList a:visited {
	color: black;
	text-decoration: none;
}
#wrap #wrap-content #fileList a:hover {
	text-decoration: underline;
}
#wrap #wrap-content #fileList table#content a:hover {
	text-decoration: none;
}



#wrap #wrap-content #main {
	float: right;
	width: 70%;
	/*border: 1px solid black;*/
}


#wrap #wrap-content h1 {
	padding-left: 25px;
	line-height: 20px;
	background-image: url(images/item01.gif);
	background-repeat: no-repeat; 
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #660000;
}
#wrap #wrap-content h2 {
	padding-left: 19px;
	line-height: 14px;
	background-image: url(images/item02.gif);
	background-repeat: no-repeat; 
	vertical-align: middle;
	margin-left: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #660000;
}
#wrap #wrap-content h3 {
	padding-left: 15px;
	line-height: 10px;
	background-image: url(images/item03.gif);
	background-repeat: no-repeat; 
	vertical-align: middle;
	margin-left: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #660000;
}
#wrap #wrap-content .h1Content {
	margin-left: 15px;
}
#wrap #wrap-content .h2Content {
	margin-left: 30px;
}
#wrap #wrap-content .h3Content {
	margin-left: 45px;
}


#wrap #wrap-content table.normal {
	font-size: 12px;
	border: 1px solid #C0C0C0;
}
#wrap #wrap-content table.normal th, #wrap #wrap-content table.normal td {
	padding: 10px;
}
#wrap #wrap-content table.normal th {
	background-color: #C0C0C0;
}
#wrap #wrap-content table.normal a:link, #wrap #wrap-content table.normal a:visited {
	color: black;
}


#wrap #wrap-content form input[type="text"], #wrap #wrap-content form input[type="password"] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	background-color: transparent;
}
#wrap #wrap-content form input[type="submit"], #wrap #wrap-content form input[type="reset"], #wrap #wrap-content input[type="button"] {
	border: 1px solid #000000;
	background-color: #C0C0C0;
}
#wrap #wrap-content form textarea {
	border: 1px solid #000000;
}
#wrap #wrap-content form select {
	border: 1px solid #000000;
}


#wrap #wrap-content #guide, #wrap #wrap-content #guide a:link, #wrap #wrap-content #guide a:visited {
	text-align: center;
	color: #000000;
	font-size: 12px;
}


#wrap #copyright {
	margin-right: 5px;
	text-align: center;
	font-size: 10px;
	color: #C0C0C0;
}
#wrap #copyright a:link, #wrap #copyright a:visited {
	font-size: 10px;
	color: #C0C0C0;
	text-decoration: none;
}
