*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma;
}
body
{
	background-color: #000;
	height: 100%;
	overflow: scroll;
}
div#Container
{
	width: 949px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1b1b1b;
	margin-top: 10px;
	min-height: 100%;
}

div#Header
{
	background-image: url('/images/design/header.jpg');
	height: 149px;
}
div#Header h1 a
{
	display: none;
}
div#Menu
{
	margin: 2px 4px;
	background-image: url('/images/design/menubg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	height: 23px;
}
div#MenuCapLeft
{
	float:left;
	background-image: url('/images/design/menubg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 8px;
	height: 23px;
}
div#MenuCapRight
{	
	float:right;
	background-image: url('/images/design/menubg.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 8px;
	height: 23px;
}
ul#MenuButtons li
{
	float: left;
	display: block;
}
ul#MenuButtons li a
{
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul#MenuButtons li a:hover,ul#MenuButtons li a.highlight, a.highlight
{
	color: #aaff50;/*#86f260;*/
	
}

/*CONTENT*/
div.Content
{
	color: #d3d3d3;
	margin: 4px;
	padding: 5px 25px;
	font-size: 12px;	
	background-color: #2f2f2f;
	margin-top: 35px;
}
div.Wrapper
{
	background-color:Transparent;
}
div.Wrapper div.Title
{
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
}
div.Content div.Title
{
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-top: -30px;
}

div.Content p
{
	margin: 10px 0px;
}

div.Content dl.FAQ dt, div.Content dl.LinkList dt
{
	color: #adff2f;
	margin-left: 20px;
	list-style-type: disc;
	display: list-item;
}
div.Content dl.LinkList dt
{
	list-style-type: none;
}
div.Content dl.LinkList dt a
{
	color: #adff2f;
}
div.Content dl.LinkList dt a:hover
{
	color: #ff0;
}
div.Content dl.FAQ dd,  div.Content dl.LinkList dd
{
	margin-left: 20px;	
	margin-bottom: 10px;
}
div.Content ul, div.Content ol
{
	margin-left: 20px;
}

div.Content a:hover
{
	/*text-decoration: underline;*/
	color: #FFFF00;
}

div#Advertisement
{
	margin:5px;
	float: left;
}
div#Download 
{
	margin: 7px;
	margin-left: 738px;
	display: block;
	width: 207px;
	height: 90px;
	background-image: url('/images/design/download.jpg');
}
div#Download a
{
	display: block;
	width: 207px;
	height: 90px;
	text-indent: -1000px;
	overflow: hidden;
}

div.Content a
{
	color: #FFF;
	text-decoration: none;
}
div.Content div.Info
{
	float: right;
	margin-top: -30px;
	font-size: 10px;
}

table.News, table.Texts
{
	width: 100%;
}
table.News tr td, table.Texts tr td
{
	background-color: #2f2f2f;
	padding: 5px;
	width: 20px;
	text-align: center;
	color: #adff2f;
}
table.News tr td+td
{
	width: 150px;
	color: inherit;
}
table.Texts tr td+td
{
	width: 100px;
	color: inherit;
}
table.Texts tr td+td+td
{
	width: 20px;
	color: inherit;
}

table.Texts tr td+td+td+td
{
	width: 100px;
	color: inherit;
}
table.Texts tr td+td+td+td+td
{
	width: auto;
	color: inherit;
}
table.Texts tr td+td+td+td+td+td
{
	width: 100px;
	color: inherit;
}
table.News tr td+td+td
{
	width: auto;
}
table.News tr td+td+td+td
{
	width: 100px;
}

table.Development tr td
{
	background-color: #2f2f2f;
	padding: 5px;
	width: 30px;
	text-align: center;
	color: #adff2f;
}
table.Media
{
	width: 100%;
}
table.Media tr td
{
	background-color: #2f2f2f;
	padding: 5px;	
}
table.Development tr td input,table.Development tr td select
{
	width: 100%;
}
table.Development tr td+td
{
	width: 60px;
	color: inherit;
}
table.Development tr td+td+td
{
	width: auto;
	text-align: left;
}
table.Development tr td.Admin
{
	width: 60px;
}
table.Development tr td+td+td+td
{
	width: 100px;
	width: 120px;
	text-align: center;
}
table.Development tr td.Version
{
	font-size: 12px;
	color: #adff2f;
	padding: 5px;
	width: auto;
	text-align: left;
	background-color:Transparent;
}
p.center
{
	text-align: center;
}
img
{
	border-width: 0px;
}
a img
{	
	border: solid 1px Transparent;
}
a:hover img
{
	border: solid 1px #adff2f;
}


div.Content dl.Media dt span.Info
{
	color: #fff;
	font-size: 10px;	
}
div.Content dl.Media dt
{
	color: #adff2f;
	margin-left: 20px;
	list-style-type: disc;
	display: list-item;
}
div.Content dl.Media dd
{
	margin-left: 20px;	
	margin-bottom: 10px;
	padding:  10px 0;
}
div.Content div.SideBar
{
	float: left;
	width: 200px;
	background-color: #2f2f2f;
	padding: 10px;
}
div.Content div.ContentBar
{
	margin-left: 230px;
	background-color: #2f2f2f;
	padding: 10px;
}


div.ScoreBar
{
	float: left;
	width: 200px;
	height: 12px;
	position: relative;
	background-color: #4f632f;
}
div.ScoreBar div.Bar
{
	position: absolute;
	background-color: #adff2f;	
	height: 12px;
}
div.ScoreBar div.Contra
{
	position: absolute;
	width: 50%;
	left: 0;
	text-align: center;
	color: #000;
	z-index: 100;
	top: -3px;
}
div.ScoreBar div.Pro
{
	position: absolute;
	width: 50%;
	left: 50%;
	text-align: center;
	color: #000;
	z-index: 100;
	top: -3px;
}
div.ScoreBar div.Bar
{
	position: absolute;
	background-color: #adff2f;	
	height: 12px;
}
div.Username
{
	width: 200px;
	float:left;
	text-align: right;
	padding-right: 20px;
	margin-top: -3px;
}
div.Vote
{
	width: 50px;
	float:left;	
}
div.Vote a.ContraBtn em, div.Vote a.ProBtn em
{
	display: none;
}
div.Vote a.ContraBtn, div.Vote a.ProBtn
{
	width: 12px;
	height: 12px;
	float: right;
	display: block;
	margin: 0px 5px;
}
div.Vote a.ContraBtn
{
	background-image: url('/images/design/min.png');
}
div.Vote a.ProBtn
{
	background-image: url('/images/design/plus.png');
}

img.BoxedLeft
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.Avatar
{
	float:left;
	height: 70px;
	width: 60px;
	/*border: solid 1px #adff2f;	*/
	position: relative;
	margin-right: 5px;
}
div.Avatar img
{
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	max-width: 60px;
	max-height: 60px;
}
dl.TeamList dt
{
	color: #adff2f;	
	font-weight: bold;
	padding: 5px;
	padding-left: 70px;
}

dl.TeamList dd
{
	min-height: 70px;
	margin-bottom: 10px;
	background-color: #2F2F2F;
	padding: 5px;
}
dl.TeamList dd div.Tank, dl.TeamList dd div.Division
{
	/*float: right;*/
	font-weight: bold;
}

div.NOBG
{
	background-color: Transparent;
}

form label
{
	float: left;
	width: 180px;
	display: block;
	text-align: right;
}
form.smallLabels label
{
	width: 80px;
}

form.smallLabels input, form.smallLabels select, form.smallLabels textarea
{	
	margin-left: 100px;
	width: 500px;
}
form input.short, form select.short, form textarea.short
{	
	margin-left: 200px;
	width: 200px;
	margin-right: 200px;
}
textarea.bigText
{
	height: 500px;
}
form input, form select, form textarea
{
	display: block;
	width: 400px;
	margin: 5px;
	margin-left: 200px;
}
form textarea
{
	min-height: 100px;	
}
form input.button
{
	width: auto;
	cursor: pointer;
	padding: 0 10px;
}
form span.error
{
	position: absolute;
	margin-left: 600px;
	padding-left: 20px;
	color: #F55;
	font-weight: bold;
}
#Footer
{
	text-align: center;	
	font-size: 10px;
	color: White;
	padding: 10px;
}
.clear
{
	clear: both;
}
/* DOCUMENT CSS */
div.Document dl, div.Document li
{
	margin: 10px 0;
}
div.Document dl.table dt
{
	width: 150px;
	float: left;
	text-align: right;
	clear:left;
}

div.Document dl dt
{
	color: #adff2f;
}
div.Document dl dd
{
	margin-left: 10px;
	margin-bottom: 10px;
}
div.Document dl.table dd
{
	margin-left: 160px;
	clear: right;
}
div.Document h2
{
	font-size: 18px;
}

div.Document h3
{
	font-size: 16px;
	margin: 10px 0;
	display: block;
	border-bottom: solid 1px #adff2f;
}
div.Document code
{
	display: block;
	border: solid 1px #adff2f;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	padding-top: 30px;
	background-image: url('/images/design/code.jpg');
	background-repeat: no-repeat;
	margin: 10px 0;
	white-space: pre;
	overflow:auto;
}
div.Document em
{
	color: #6e972f;
}
ul.folders
{
	list-style-image: url('/images/design/icons/folder.png');
}
ul.folders li.gcf
{
	list-style-image: url('/images/design/icons/gcf.png');
}
p.center
{
	text-align: center;
}
form.donate p
{
	text-align: center;
	width: 100%;
}
form.donate input
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}