@import url(/css/nav.css);
@import url(/css/details.css);
@import url(/css/bandnav.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #BBB;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
	background-image: url(../images/bg850.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-variant: small-caps;
	color: #FFFFFF;
}

#header h1{
	font-size: 250%;
	font-family: serif;
	margin-bottom: 20px;
	text-align: center;
	/*width: 646px;*/
	height: 60px;
	margin: 0 auto 0 auto;
	
	display:none;
}

#header h1 a {
	background-image: url(../images/banner06_2.gif);
	background-repeat: no-repeat;
	height: 60px;
	display: block;
}

#header h1 span {
	display: none;
}

#container {
	/*background: Black url(../images/b_top.gif) no-repeat top;*/
	padding: 0;
	width: 850px;
	text-align: left;
	margin: 10px auto 5px auto;
}


#container h2{
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: left;
	text-transform:capitalize;
}

h3{
	font-size: 130%;
	font-weight: bold;
	text-indent: 0px;
	padding: 10px 0;
	margin: 10px 0 0px 20px;
	background-position: left;
	background-repeat: no-repeat;
}

h3 img{
	margin-bottom: -14px;
	margin-right: 5px;
}

#sk 	{ background-image: url(../images/eraicon_sk.gif); } 
#poaaf	{ background-image: url(../images/eraicon_poaaf.gif); } 
#as 	{ background-image: url(../images/eraicon_as.gif); }  
#ma 	{ background-image: url(../images/eraicon_ma.gif); } 
#hw 	{ background-image: url(../images/eraicon_hw.gif); } 
#tgaog 	{ background-image: url(../images/eraicon_tgaog.gif); } 
#aag 	{ background-image: url(../images/eraicon_aag.gif); }
#cc 	{ background-image: url(../images/eraicon_cc.gif); }
#emdm	{ background-image:url(../images/eraicon_emdm.gif); }
#heol	{ background-image:url(../images/eraicon_heol.gif); }

h4{
	font-size: 90%;
	font-weight: bold;
	text-indent: 0px;
	color: #4A4A4A;
	padding: 2px 0 2px 0;
	margin: 0px 0 0px 0;
	text-transform: uppercase;
}

table {
	border: 0;
	margin: 0;
}

table td{
	padding: 2px 5px 2px 5px;
}

table th{
	padding: 5px 5px 5px 5px;
}

hr {
	height: 1px;
	border: 0px dashed #999999;
	border-width: 1px 0 0 0;
}

ul {
	margin: 5px 15px 5px 20px;
	padding: 0;
}

li {
	margin: 0 0 2px 0;
}

.stats {
	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #252525;
	border-top: 1px solid #303030;
	border-left: 1px solid #353535;
	border-right: 1px solid #131313;
	border-bottom: 1px solid #080808;
}

#content {
	border: 0;
	padding: 0;
	margin: 0 0 5px 0;
}

#content a {
	/*text-decoration: none;
	border-bottom: 1px solid #C8BEA2;*/
	text-decoration: underline;
}

#content a:hover {
	/*border-bottom: 1px dashed #C8BEA2;*/
	text-decoration: none;
}

#content img.image {
	margin-left: 5px;
}

#content #linkList {
	float: right;
	border: 1px dotted Gray;
	margin: 0 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 180px;
	font-size: 10px;
}

#content #linkList h3 {
	text-indent: 5px;
	padding: 2px 0 2px 0;
	margin: 0px 0 3px 0;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
}

#content #linkList h4 {
	background-color: #555;
	color: Black;
	padding: 2px 3px;
	margin: 3px 0 2px;
}

#content #linkList a {
	border: 0px;
	font-style: italic;
}

#content #linkList a:hover {
	text-decoration: underline;
}

#content #breadcrumbs {
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: 40px;
}

#breadcrumbs {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #505050;
	text-transform: uppercase;
	font-variant: normal;
}

#breadcrumbs a {
	color: #757575;
	text-decoration: none;
	border: 0;
	padding: 2px 3px;
}

#breadcrumbs a:hover {
	/*color: #505050;*/
	/*text-decoration: underline;*/
	border: 0;
	background-color: #202020;
}

#footer {
	border-left-width: 0;
	border-right-width: 0;
	border-top: 1px solid #333333;
	border-bottom: 0px solid #333333;
	text-align: left;
	color: #333333;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	clear: both;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

.footerrtext{
	float: right;
	font-size: 80%;
	text-align: right;
	margin: 1px 3px 0 0;
}

#visitors {
	color: #1C1C1C;
	font-size: 70%;
}

#adminlist {
	font-size: 80%;
}

#login {
	border: 1px dashed #A9A9A9;
	background-color: Gray;
	margin: 0 0 0 0;
}

#content .list {
	color: White;
	font-size: 8pt;
	list-style-type: none;
	margin-left: 0px;
	border-collapse: collapse;
}

#content .list h3 {
	text-align: left;
	text-indent: 45px;
	padding: 0px 0;
	margin: 10px 0 0px 0px;
}

#content .list.mm h3 {
	padding:10px 0;
	margin-left: 20px;
}

#content .list .big {
		width: 100%;
}

#content .list a {
	color: #880000;
	text-decoration: none;
	border: 0;
}

#content .list a:hover {
	text-decoration: underline;
	border: 0;
}

#content .list ul {
	list-style-type: none;
}

#content .list .trh.hover,
#content .list .trh:hover {
	background-color: #202020;
	cursor:pointer;
}

#content .list h4 {
margin:0;
padding:0;
}

#content .list .type td {
padding-top:0;
padding-bottom:0;
}

.charhead {
display:none;
}

.adminquestion{
	border: 1px dashed White;
	background-color: Gray;
	color: Black;
	padding: 5px;
	margin: 5px 5px 10px 5px;
}

.stats table{
	background-color: #333333;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

.stats table.emb{
	margin: 0 0 0 0;
}

.stats th{
	background-color: #404040;
	text-align: center;
}

.statsh2{
	color: Red;
	text-align: left;
}

.statstr1{
	background-color: #252525; /* #3C3C3C */
}

.darkform input {
	background-color: Black;
	color: White;
	border: 1px solid #333333;
	padding: 2px;
}

.darkform input:focus {
	background-color: #111;
}

.darkform input.radio {
	border: 0px;
}

.darkform textarea {
	background-color: Black;
	color: White;
	border: 1px solid #333333;
	padding: 2px;
}

.darkform textarea:focus {
	background-color: #111;
}

.darkform input.button 			{ padding: 2px 7px; }
.darkform input.button:hover 	{ background-color: #222; }

#search {
    font-size:1.2em;
    width:400px;
    padding-top:3px;
}


.error{
	font-size: 100%;
	color: Black;
   border: 3px dashed #FF6600;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	background-color: Red;
}
	
.img2{
	margin-bottom: 0px;
	margin-right: 0px;
}
	
.screenshots-scroll {
	overflow: auto;
	background-color: #222;
	border: 0px solid #333;
	height: 310px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.screenshots-scroll-inner {
	white-space: nowrap;
}
.screenshots-scroll-inner img {
	margin: 2px;
}


#bootdetails{
	border: 2px solid Gray;
}

p {
	margin: 10px 0 10px 0;
}

.rules{	padding: 5px; }
.rules li {
	list-style-type: square;
	margin: 0 0 8px 0;
}
.rules li span { font-size: 10pt; }
.rules .description { margin-top: 5px; text-align: justify; }
.rules li li {
	font-size: 8pt;
}

.badtraders li:first-line {
	color: Gray;
}

.pro {
	color: Yellow;
}

.bands {
	clear: both;
}
.bands a {
/*	font-size: 120%;*/
}

.bands p {
	margin-top: -17px;
	margin-left: 30px;
	color: #444444;
	margin-bottom: 5px;
}

.bands h3 {
	font-family: monospace;
	font-size: 190%;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: 0px !important;
	padding: 0;
	color: #333;
	display: inline;
}

.bigletter {
	font-size: 130%;
}

.left {
	width: 49%;
	float: left;
}

.right {
	width: 49%;
	float: right;
}

.rtext{
	float: right;
	text-align: right;
}

.viewall {
	padding-top: 10px;
	clear: both;
	font-size: 130%;
}

.viewall a {
	font-size: 100%;
}

#map {
	background: url(../images/austria_map.gif) no-repeat right top;
}

.list-info-gen {
	color: Gray;
	font-size: 74%;
}

.list-info-note {
	font-style: italic;
}

.list-info-type {
	text-align: right;
}

.list-info-src {
	color: #555555;
}

.exclamation {
	background-color: #2A0000;
	padding: 4px;
	margin: 8px 0px;
	/*font-weight: bold;*/
}

/* LINKLIST */

.links li a {
/*	color: #880000 !important;*/
	text-decoration: none !important;
	border: 0 !important;
	text-align: left;
}

.links li a:hover {
	text-decoration: underline !important;
}

.links li {
	list-style-image: url(../images/pfeil01red.gif);
}

.links2 {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}

.links2 li a {
	color: #C8BEA2;
}

.links2 li {
	list-style-type: none;
	color: gray;
}

/* HOME LAYOUT */

#home_lcol {
	float: left;
	width: 460px;
}

#home_rcol {
	float: right;
	width: 360px;
	border-left: 0px solid #222;
	padding-left: 14px;
	padding-bottom: 10px;
	margin-left:15px;
	margin-bottom: 10px;
	
	background-color:#151515;
}

#home_wants {
clear:left;
}

#home_impstuff {

}


code {
	border: 1px solid #2A2A2A;
	background-color: #151515;
	padding: 5px 7px;
	font-family: "Courier New", Courier, monospace;
	display: block;
}

.subheader {
	font-size: 60%;
	text-transform: uppercase;
	display: block;
}

.additions ul ul {
margin-left: 5px;
margin-top: 2px;
}

.underlined {
text-decoration:underline;
}