/* General CSS styles */
body {
	background: #79755A url(gfx/bg.gif) repeat;
	font-family: "Trebuchet MS", trebuchet, serif;
	color: #38362C;
}
a {
	text-decoration: none;
	color: #CD9C0A;
	background: inherit;
}
a:hover {
	color: #F6A50A;
	font-weight: bold;
	background: inherit;
}
input {
	background: #C2BD9A;
	color: inherit;
	border: 1px solid #787560;
}
hr.center {
	border:0px;
	border-bottom: 1px dotted #595642;
	border-top: 1px solid #595642;
	margin-top: 8px;
	margin-bottom: 8px;
}
/*	Divs, boxes */
.header {
	background: url(gfx/banner.jpg) repeat-x;
	font-family: "Trebuchet MS", trebuchet, serif;
	color: #C3B88A;
	height: 124px;
	margin: 0px;
	border: 1px dotted #333;
	margin-bottom: 6px;
}
.header h1 {
	color: #C3B88A;	
	padding: 6px;
}
.login {
	background: #999576;
	padding: 6px;
	margin-bottom: 4px;
}
.filelist{
	padding: 20px;
	background: #999576 ;
	border: 1px dotted #595642;
	font-family: "Trebuchet MS", trebuchet, serif;
	color: #524F3E;
}
.filelist h2 {
	margin-top: 0px;
	color: #D5D09C;
}
.filelist h4 {
	font-family: "Courier New", courier, mono;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	margin: 0px;
}
.filelist a {
	color: #5D5A42;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:0.5px;
}
.filelist a:hover {
	color: #C5B85E;
	text-decoration: none;
}
.createFolder {
	background: #B3AF83 url(gfx/bg_createFolder.gif) repeat-x;
	padding: 4px;
	border: 1px dotted #524F3B;
}
.createFolder h2 {
	margin: 4px;
	font-size:18px;
}
.upload {
	background: #B3AF83 url(gfx/bg_upload.gif) repeat-x;
	padding: 4px;
	border: 1px dotted #474135;
}
.upload h2{
	margin: 4px;
	font-size:18px;
}
.footer {
	background: #474135 url(gfx/bg_footer.gif) repeat-x;
	margin-bottom:0px;
	color: #7F7C64;
	font-size: 12px;
	text-align: right;
	letter-spacing: 1px;
}
.footer a{ 
	text-decoration: none;
	color:#D6AA25;
}
.footer a:hover {
	text-decoration: none;
	color: #F3BE20;
}
.footer img {
	vertical-align: middle;
	margin-right: 2px;
}
.error p{
	color: #53E332;
	background: #2C2718;	
	font-family:"Courier New", Courier, mono;
	font-size: 14px;
	padding: 2px;
}