/* CSS Document
Spurs Style sheet
by Wells Wang , 2006-06-19
*/
/* Middle List, Recent Files*/
.mid_file_list{
	margin: 0px;
	padding: 0px;
}
.mid_file_list li{
	list-style: none;
}
.mid_list_div {
	border-bottom: 1px dashed silver;
	padding:10px;
}
.mid_icon {
	float:left;
	width:150px;
	text-align: center;
}
.mid_info {
	margin-left:155px;
	text-align:left;
}
.mid_filename {
	font-weight: bolder;
	font-size: 11pt;
	font-style: italic;
	line-height: 200%;
}
/*FileDescription*/
.file_desc{
	font-size: 7pt;
	color: #666;
}
.file_desc_2{
  color: #999;
}
/* CategoryList */
.category_list {
	margin: 0px;
	padding: 0px;
}
.category_list li{
	list-style: none;
	width: 120px;
	height:130px;
	float: left;
	margin:3px;
}
.category_div{
	text-align:center;
}
.category_folder{
	margin:auto;
	width: 85px;
	height: 85px;
}
/*File Info*/
.foldername {
	padding: 10px 0 0 5px;
	font-weight: bolder;
	font-size: 14pt;
	float:left;
}
.infoheader {
	background-image: url('images/info.gif');
}
.commentheader {
	background-image: url('images/comment.gif');
}
.infoheader,.commentheader {
	text-align:left;
	font-weight:bolder;
	background-color:#E0E0E0;
	padding:5px 0px 3px 30px;
	background-repeat: no-repeat;
	margin-top:5px;
}
/**/
.imagebox {
	vertical-align: text-bottom;
	border:1px solid silver;
	margin:2px;
}
.imagebox_files {
	vertical-align: text-bottom;
	border:0px;
	margin:3px;
}
.imageboxSelected {
	vertical-align: text-bottom;
	border:3px solid orange;
	margin:0px;
}
.toolbar {
	float:right;
	padding: 5px 0 5px 0 ;
	font-weight: bolder;
	height: 20px;
	border-bottom:1px dotted silver;
	border-left:1px dotted silver;
	text-align:right;
	clear:right;
}
.toolbar_text:link,.toolbar_text:visited,.toolbar_text:active {
	color:#333333;
	text-decoration:none;
	font-weight: bolder;
	margin: 0 10px 0 10px;
}
.toolbar_text:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight: bolder;
	margin: 0 10 0 10;
}

/* File Storage */
.list_h {
	font-weight:bolder;
	background-color:#F0F0F0;
	border-bottom:1px solid #DDDDDD;
	cursor: pointer;
}
.list_right{
	padding-right:3px;
	text-align:right;
}
.list_mouseover {
	background-color:#F0F0F0;
	cursor: pointer;
}
.fontsize {
	margin:20px 20px 0px 20px;
	padding:5px 20px 5px 20px;
	border:1px solid black;
	background-color:#FFFFFF;
	font-weight:bolder;
	text-align:right;
}
/* File Info */
.infoheader {
	background-image: url('images/info.gif');
}
.commentheader {
	background-image: url('images/comment.gif');
}
.infoheader,.commentheader {
	text-align:left;
	font-weight:bolder;
	background-color:#E0E0E0;
	padding:5px 0px 3px 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top:4px;
}

