/* WarGods CSS
Author: Tiger */
* {		
	margin: 0;
	padding: 0;
}

html, body {
   margin:0;
   padding:0;
   height:100%;
}

@font-face {
    font-family: Ethnocentric;
    src: url("font/ethnocentric.eot") format("eot"),
   	 url("font/ethnocentric.ttf") format("truetype"),
    	 url("font/ethnocentric.svg#ethnocentric") format("svg"),
    	 url("font/ethnocentric.woff") format("woff");
}

body{
	background-color:black;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}

img {
border:0px;
}

.wrapper {
   min-height:100%;
   position:relative;
}

.header{
	height: 100px;
	padding-bottom: 5px;
	width:100%;
	height: auto;
	background: rgba(0, 0, 0, 0.3);
	border-bottom: 3px solid #00baff;
}

.header1{
	width: 950px;
	text-align:center;
	margin: 0 auto;
}

.body {
   padding-top: 10px;
   padding-bottom:120px;   /* Height of the footer */
}

.footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:95px;   /* Height of the footer */
   
	background: rgba(0, 0, 0, 0.3);
   color:white;

   text-align:center;		
   border-top: 3px solid #00baff;
}

a{
	text-decoration: none;
	color:white;
}

a:hover{
	color:#00baff;
	/*text-shadow: #00baff 1px 1px 6px;*/
}
a:visited{
	text-decoration: none;
	font-family: Arial;
	color:white;
}

.container{
	text-align:center;
	margin: 0 auto;
	
	background: rgba(0, 0, 0, 0.4);
	width: 950px;	
	padding-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bar-container{
	background: rgba(0, 186, 255, 0.8);
	
	margin: 0 auto;
	font-family: Arial;
	width: 940px;	
	font-weight: bold;
	padding-left: 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top: 5px solid #00baff;
	
}

.spacer{
	margin-top:20px;
	margin-bottom:20px;
}

.menu
{
	background: rgba(0, 0, 0, 0.3);
	width: 950px;
	padding-top: 10px;
	padding-bottom: 12px;
	height: auto;
	text-align:center;
	margin: 0 auto;
	
	border-radius: 15px;
	border-top: 4px solid #00baff;
	border-bottom: 4px solid #00baff;
	box-shadow: inset 0px 0px 50px 1px #333;

}

.menu ul{
	display:inline;
	color:#FFF;
	list-style-type: none;
	text-align: center;
}

.menu ul li { 
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

.menu ul li a
{
	font-size: 14.5px;
	text-decoration: none;
	font-family: Ethnocentric;
	color: white;
}

.menu ul li a:hover{
	color:#00baff;
	text-shadow: #00baff 1px 1px 6px;
}

.menu ul li span
{
	color:#00baff;
	text-shadow: 0 0 10px #00baff, 0 0 20px #00baff, 0 0 30px #00baff, 0 0 40px #00baff, 0 0 70px #00baff, 0 0 80px #00baff, 0 0 100px #00baff, 0 0 150px #00baff;
}

p{
	color: white;
	font-family: Arial;
}

input{
	padding: 3px;
	color:white;
	font-family: Arial;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius:2px;
	border-top: 2px solid #00baff;
	box-shadow: inset 0px 0px 10px 1px #00baff;
}
input{
	font-weight: bold;
}
	
input:focus, select:focus, textarea:focus, input:hover, textarea:hover, input:active, textarea:active {
	outline-color: #00baff;
}

.text{
	color:white;
	font-family: Arial;
	font-weight: bold;
	padding: 13px;
	text-align:left;
}

#searchcnt table{
	color:#00baff;
	font-family: Arial;
	font-weight: bold;
	padding: 13px;
	border: 0px;
	margin: 0 auto;
	width: 940px;
	cursor: default;	
}

#searchcnt table tr{
	height: 25px;
	width: 80px;
	text-shadow: 2px 2px 5px #000000;
	text-align: left;	
}

#searchcnt table tr:hover{
	background: rgba(0, 180, 255, 0.4);
}
#searchcnt img{
	   display: block;
    margin-left: auto;
    margin-right: auto;
}
#searchcnt table th{
	color:#ffffff;
	text-align: center;
	text-shadow: 2px 3px 5px #000000;
	padding: 7px;
	border: 1px solid #00baff;
	border-radius: 2px;
	box-shadow: inset 0px 0px 15px 1px #00baff;
	height: 20px;
	width: auto;
}

#searchcnt table td{
	padding: 3px;
}
.cheat{
	color:red;
}
.lastcheat {
	border-radius: 3px;
	border-bottom: 2px solid red; 
}

.lastnocheat {
	border-radius: 3px;
	border-bottom: 2px solid #00baff; 
}

.cheat a{
	text-decoration: none;
	color:red;
}

.cheat a:visited{
	text-decoration: none;
	font-family: Arial;
}

.nocheat a{
	text-decoration: none;
	color:#00baff;
}

.nocheat a:visited{
	text-decoration: none;
	font-family: Arial;
}

#report{
	text-align:left;
	font-weight:bold;
	color: #ffffff;
	font-family: arial;
	padding-top: 10px;
	padding-left:10px;
}

.reporttag{
	border: 1px solid #00baff;
	border-radius: 2px;
	box-shadow: inset 0px 0px 10px 1px #00baff;
	
	text-align:left;
	text-shadow: 2px 2px 5px #00baff;
	margin-left: 10px;
	padding: 5px;
	
	display:inline-block;	
	
}

.reporttagwarning{
	border: 1px solid yellow;
	border-radius: 2px;
	box-shadow: inset 0px 0px 10px 1px yellow;
	
	text-align:left;
	text-shadow: 2px 2px 5px yellow;
	margin-left: 10px;
	padding: 5px;
	
	display:inline-block;	
	
}

.reporttagcheat{
	border: 1px solid red;
	border-radius: 2px;
	box-shadow: inset 0px 0px 10px 1px red;
	
	text-align:left;
	text-shadow: 2px 2px 5px red;
	margin-left: 10px;
	margin-right: 15px;
	
	padding: 5px;
	display:inline-block;	
	
}

.reportq{
	display:inline;	
	padding-left:5px;
	text-align:left;
	color: #ffffff;
}

/* Tooltip */

#tooltip {
	background: #000000;
	opacity:0.8;
	border-top: 1px solid #00baff;
	border-right: 1px solid #00baff;
	border-bottom: 1px solid #00baff;
	border-left: 4px solid #00baff;
	border-radius: 3px;
	color: #ffffff;
	margin: 0px;
	padding: 3px 5px;

	visibility: hidden;
	z-index: 100;
	font: bold 13px Tahoma,  "Myriad Pro",  "Lucida Sans Unicode",  Verdana,  sans-serif;
}

.spoilerbutton {display:block;margin:5px 0;}
.spoiler {overflow:hidden;background: #f5f5f5;}
.spoiler > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.2s ease;}
.spoilerbutton[value="Show"] + .spoiler > div {margin-top:-100%;}
.spoilerbutton[value="Hide"] + .spoiler {padding:5px;} 
