/* Test css file for file_center templates
   Copyright 2004/12/4, Robert G. Werner
   $Id: style.css 11 2005-01-04 04:25:40Z robertw $
*/


body {
	font-size: 14px;
	color: #333333;
	font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}


hr {
	clear: left;
}

#folder_title {
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	color: #cc0000;
	font-weight: bold;
}

#file_list {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	background: #cccccc;
	color: black;
}

div.root_catagory {
	position: relative;
/*  background-image: url(http://www.redwooddesign.com/images/bg_fc_dark2.gif);   */	
	color: #333333;
	width: 230px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

div.catagory {
	position: relative;
	left: -1px;
	background-image: url(http://www.redwooddesign.com/images/bg_fc_dark.gif);
	color: #000000;
	border: 1px solid #666666;
	width: 220px;
	margin-bottom: 0px;	
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}

div p {
	margin: auto;
	margin-bottom: 2px;
	margin-top: 2px;
}

.file {
	background-image: url(http://www.redwooddesign.com/images/bg_fc_light.gif);
	color: #333333;
	font-size: 11px;
	text-align: left;
}
.file a:hover {
	color: #cc0000;
}

.file a:visited {
	color: #333333;
}
.root_file {
	background: #56584D;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
}

.upload {
	font-size: 10px;
}
.root_upload {
	display: none; 
	font-size: 10px;
}
.root_rename_cat { 
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}
.root_addcat {
	font-size: 10px;
	display: none;
}
.addcat {
	font-size: 10px;
	display: none; 
}
.rename_cat {
	font-size: 10px;
}
