/* Login Page */
	form label {float: left; font-size: 13px; width: 90px;}
	form .row {padding-bottom: 5px; clear: left;}

/* Home/Files Pages */
	#tabs-container {background: #fdf7ea; padding: 15px; border: solid 1px #00704a; _overflow: hidden;}
	#tabs-container #tabs {border: 1px solid #d5bd8c; border-right: none; float: left;}
	#tabs-container #tabs .tab {background: #F7EBD3; float: left;}
	#tabs-container #tabs .tab a {border-right: 1px solid #d5bd8c; display: block; font-family: Arial; padding: 5px; text-decoration: none;}
	#tabs-container #tabs .tab a.inactive {color: gray;}
	
	.file-container {margin-bottom: 10px; border: 1px solid #d5bd8c;}
	
	h1.file-title {background: #f7ebd3; font-family: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 15px; margin: 0 0 5px 0; padding: 5px;}
	div.file-download {float: right; padding: 5px 5px 0 0;}
	div.file-date,
	div.file-posted {margin: 0; padding: 2px 0 2px 26px; color: #d11010; font-family: Arial,Helvetica,sans-serif; font-size: 12px;}
	div.file-content {padding: 0 0 10px 26px;}

	
div.cl {clear: both;}

a.green-f7ebd3, a.green-f7ebd3 span {background-image: url('/user/images/button-green-f7ebd3.gif');}
a.green-white, a.green-white span {background-image: url('/user/images/button-green-white.gif');}

a.button {
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	cursor:pointer; 
	display: block;
	display: inline-block; /* IE6  */
	display: -moz-inline-box; /* FF  */
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-right: 20px; 
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

a.button span { 
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	display: inline-block;
	height: 19px;
	line-height: 18px;
	padding-left: 20px; 
}

a.button:hover {background-position: right -22px; color: white; text-decoration: none;} 
a.button:hover span {background-position: left -22px;} 

#tab-userfiles, #tab-adminfiles {background: white;}



#tabmenu{
padding: 20px 0 0 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#tabmenu ul{
font: bold 13px Arial;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#tabmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#tabmenu a {
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
background-color: #0c5039; /*Default menu color*/
border-bottom: 1px solid white;
}

#tabmenu a:hover{
text-decoration: underline; /*Menu hover bgcolor*/
}

#tabmenu .current a { /*currently selected tab*/
background-color: #00704a; /*Brown color theme*/ 
border-color: #00704a; /*Brown color theme*/ 
}

#tabmenuline{
text-indent: 15px;
color: white;
font: normal 11px verdana;
clear: both;
padding: 5px 0px;
width: 100%;
background: #00704a; /*Brown color theme*/
} 


.successupload {border: solid 1px #99c6b7; background: #ebfbf6; margin: 0 0 10px 0; padding: 7px; font-weight: bold; font-family: arial, Helvetica; color: #00704a}