/* CSS Document */

body {
	margin:0 35px; background-color: #393E5E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
	background-position:  center 50%;
	color: 						white;
	background-color:			#5F5B6C;
	/*font-family:				Verdana, Arial, Helvetica, sans-serif;*/
	
}
#container {
	width: 800px;
	height: auto;
	color: #FBED80;
	text-align: left;
	margin: auto;
}
#header {
	background-image: url('img/banner.jpg');
	background-repeat: no-repeat;
	height: 160px;
	margin-top: 0
}
#header h1 {
	margin: 0;
}

#nav {
	height: 24px;
	width: auto;	
	color: #FEE97C;
	}
#nav a {
	display: block;
	height: 22px;
	width: 90px;
	padding-top: 3px;
	margin-right: 1px;
	float: left;
	border: thin #FEE97C solid;
	text-decoration: none;
	text-align: center;
	background-color: Black;
	color: #F69B52;
}

#nav a:hover {
	display: block;
	font-weight: bold;
	color: Yellow;
	background-color: #5F5B6C;
	border: dashed thin #FEE97C;
}
#nav #current {
	font-weight: bold;
	color: Yellow;
	background-color: #5F5B6C;
	border: dashed thin #FEE97C;
}

a {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
#content h3 {
	color: #F69B52;
}
#footer {
	text-align: center;
	color: white;
	font-size: 10px;
}
#col {
	border: medium solid gray;
	background-color: Black;
	color: White;
	float: right;
	width: 160px;
	height: auto;
	text-align: center;
	font-size: 12px;
}
#col h3 {
	margin: 0;
}
#col p {
	clear: both;
	margin: 0;
}
.float-right {
	clear: right;
	float: right;
}

.gallery
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: -40px;
	margin-top: 0px;
}
.gallery a
{
	cursor: hand;
}

.gallery a .preview
{
	display: none;
}
.gallery a:hover .preview 
{
	display: block;
	position: absolute;
	top: -25px;
	left: -35px;
	z-index: 1;
}
.gallery img
{
	background: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
}

.gallery li
{
	background: #CC8547;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	padding: 2px;
	position: relative;
}
.gallery .preview
{
	border: Yellow medium solid;
	width: 220px;
	height: auto;
}


tr.columnheads{
	display:					none;
}
table.groupindex{
	width:						784px;
	font-weight:				bold;
	font-size:					0.9em;
}
table.filelist{
	width:						784px;
}

tr.group{
	font-weight:				bold;
	font-size:					1em;
	padding:					8px 0px 8px 0px;
	background-color:			#393e5e;
}
tr.group td{
	padding:					16px 0px 16px 0px;
}

tr.group a{
	text-decoration:			none;
	color:						yellow;
}

tr.filetype{
	font-weight:				bold;
	font-size:					1em;
	padding:					8px 0px 8px 0px;
	background-color:			#393e5e;
	color:						yellow;
}
td.subgroup{
	font-weight:				bold;
	font-size:					0.9em;
	padding: 					0px 0px 0px 30px;
	background-color:			#393e5e;
}

tr.redundantsubgroup{
	display:					none;
	color: red;
}

td.filerow{
	padding: 					0px 0px 0px 8px;
}

tr.filerow{
	font-size:					0.9em;
	background-color:			#393e5e;
}

#welcome{
	display: none;
}
#logout{
	display: none;
}
.kb{
	display:				;
}

#sort{
	
}
#content{
	width:						784px;
	background-color:			#393e5e;
	overflow:					auto;
}
