@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858585;
}
body {
	background-color: #292929;
	background-image: url(body/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	text-align: center;
	overflow: scroll;
}
.f_input {
	background-color: #292929;
	color: #FFF;
	border: 1px solid #FFF;
}
.top {
	background-image: url(body/top_bg_xmas.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 800px;
}
.main {
	background-image: url(body/top_shadow.jpg);
	width: 800px;
	background-repeat: repeat-x;
	background-position: top;
}
.news td {
	padding: 5px;
	font-size: 11px;
}
.top .menu .item {
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #888485;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.top .menu .item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
.top .menu .item:hover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #62C206;
	text-decoration: none;
	font-weight: bold;
}
.top .menu {
	height: 150px;
}
.main a:link {
	color: #61c203;
	text-decoration: none;
}
.main a:hover {
	color: #aef36c;
	text-decoration: none;
}
.main a:visited {
	text-decoration: none;
	color: #61c203;
}
.main a:active {
	text-decoration: none;
}
.top .menu .item:hover {
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #62C206;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(body/top_rollover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.highlight {
	font-weight: bold;
	color: #62C206;
}
.browse {
	
}
.browse .browse_title td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.browse .file_row td{
	
}
.browse .file_row:nth-child(odd) td{
	background-color:#252525;
}
.browse .file_row:hover td{
	color:#FFF;
	background-color:#316300;
}
.browse .file_row .name{
	font-size: 11px;
	font-weight: bold;
}


.browse .dir_row td a{
	color: #CCC;
}
.browse .dir_row:nth-child(odd) td{
	background-color:#252525;
}
.browse .dir_row:hover td{
	color:#FFF;
	background-color:#316300;
}
.browse .dir_row:hover td a{
	color: #FFF;
}
.browse .dir_row .name{
	font-size: 11px;
	font-weight: bold;
}
#lang_selector{
	position: fixed;
	width: 32px;
	top: 0px;
	right: 20px;
	padding: 2px;
	background-color: #30503D;
}
#lang_selector img{
	border: none;
	margin-bottom: 5px;
}