body { 
	/* background: url('images/bg.jpg') bottom left repeat-x;  */
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin:14px; padding:0;	
}

a:link, a:visited { 
	color:#00A1C3;
	text-decoration:none;
}
a:active, a:hover { 
	color:#F68D40;
	text-decoration:underline;
}

.error { 
	margin:10px; padding:10px; 
	background:#FED8D8; border:1px solid #F99A9A;
}

#loginbox td { 
	font-size:25px;
}

#loginbox input { 
	border:1px solid silver;
	font-size:25px;
	width:250px;
	text-align:center;
}

#loginbox .enterbutton { 
	background: #00B8DF;
	border: 1px solid #4E80AA;
	color:white;
}

#header { 
	margin-bottom:14px;
}
#header #logo { 
	float:left;
	width:190px; height:60px;
	margin:0; padding:0;
	background: url('images/logo.gif') no-repeat;
}
#header #clientarea { 
	float:right;
	width:194px; height:60px;
	margin:0;
	background: url('images/clientarea.gif') no-repeat;
}
#header #logo span, #header #clientarea span { display:none; }

#subheader { 
	background:#f3f3f3;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	margin:0 -14px 14px -14px; padding:5px 14px;
	font-size:0.9em;
}

#subheader #welcome { 
	float:left;
}
#subheader #options { 
	float:right;
}

.cleaner { 
	height:1px; clear:both;
}
table { 
	font-size:0.8em;
}

#filetable tr { 
	border-bottom:1px solid #EDEDED;
}
th { 
	text-align:left;
}
td { 
	margin-right:20px;
}

.trdark { background: #F0F0F0;}



.adminbutton { 
padding:10px;
width:70px;
font-weight:bold;
color:white;
position:fixed;
bottom:0; right:0;
text-indent:-9999px;
display:block;
}
.adminbutton:hover { 
text-indent:0;
text-align:center;
background:#00A1C3;
font-weight:bold;
color:white;
}
#uploader { 
margin-left:-40px;
}
