/*======================================================================*\
|| #################################################################### ||
|| # EoT-Clan BC2 Leaderboard                                         # ||
|| # ---------------------------------------------------------------- # ||
|| # Dieses Copyright darf nicht entfernet werden                     # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # -----------------BC2 Leaderboard is a free Software--------------# ||
|| #                   http://eot-clan.net                            # ||
|| #################################################################### ||
\*======================================================================*/

/*Algemeine Farben*/
body
{ color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	line-height: 13px;
  background: url(../img/bg_v.jpg);
  background-color: #0A0D10;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center center;
	text-align: center;
}
	
/*Link Farbe*/
a{
	color: #ffffff;
	text-decoration: none;}


/*Link Farbe Mouseover*/
a:hover{
	color: #ffbb32;
	text-decoration: none;}


/*Footer des Leaderboards*/
table.footer_leaderboard{
	height: 50px;
  width: 834px;
  border: 1px solid #303030;
	font-size: 11px;
	background: url(../img/gold.png);
	background-repeat: no-repeat;
	background-position:right;
  background-color: #0A0D10;
  margin:auto;
  margin-top:12px;
  text-align: center;
  -moz-border-radius:5px 5px 5px 5px;
  }
  
/*Clanstats auf der Index*/
table.clanstats{
	height: 50px;
  width: 834px;
  border: 1px solid #303030;
	font-size: 11px;
  background-color: #0A0D10;
  margin:auto;
  margin-top:12px;
  text-align: center;
  -moz-border-radius:5px 5px 5px 5px;
  }
  
/*Footer des Leaderboards History und Viewer*/  
table.footer_leaderboard_h{
	height: 50px;
  width: 814px;
  border: 1px solid #303030;
	font-size: 11px;
	background: #0A0D10;
  margin:auto;
  margin-top:12px;
  text-align: center;
  -moz-border-radius:5px 5px 5px 5px;
  }


/*Footer des Leaderboards History und Viewer Link*/ 
table.footer_leaderboard_h a{
	color: #888888;
	text-decoration: none;}


/*Footer des Leaderboards History und Viewer Link Mouseover*/ 
table.footer_leaderboard_h a:hover{
	color: #ffbb32;}

/*Footer des Leaderboards Link*/ 
table.footer_leaderboard a{
	color: #888888;
	text-decoration: none;}

/*Footer des Leaderboards Link Mouseover*/ 
table.footer_leaderboard a:hover{
	color: #ffbb32;}


/*Hintergrund und Body des Viewer und der History*/
.body_leaderboard_viewer
{ width: 830px;
  background-color: #11151A;
  border-left:1px solid #E8E8E8;
  border-right:1px solid #E8E8E8;
  border-bottom:1px solid #E8E8E8;
  border-top:1px solid #E8E8E8;
  margin:auto;
}
  

/*Hintergrund und Body der Index und Detailseite*/
.body_leaderboard
{
	width:850px;
  background: url(../img/bg_transparent.png);
	background-repeat: repeat;
  border-left:1px solid #E8E8E8;
  border-right:1px solid #E8E8E8;
  border-bottom:1px solid #E8E8E8;
  border-top:1px solid #E8E8E8;
  margin:auto;
   }
  


/*Kopf des Tablesorters Javascipt*/     
th.header { 
    background-image: url(../img/small.png);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left;  
} 
     
/*Kopf des Tablesorters Javascipt Pfeil*/     
th.headerSortDown { 
    background-image: url(../img/desc.png); 
} 

/*Kopf des Tablesorters Javascipt Pfeil*/     
th.headerSortUp { 
    background-image: url(../img/asc.png); 
} 


/*Default Tabellen des Leaderboards*/
table.default {
	width:834px;
	font-size: 10px;
	border: 1px solid #303030;
  border-spacing: 0px;
  -moz-border-radius:5px 5px 5px 5px;
  margin-left:8px;
  margin-bottom:12px;
  text-align: center;
}

/*Default Tabellen der History und des Viewers*/
table.default_h {
	width:814px;
	font-size: 10px;
	border: 1px solid #303030;
	margin:auto;
	margin-top:12px;
  border-spacing: 0px;
  -moz-border-radius:5px 5px 5px 5px;
  text-align: center;
}


/*Kopf der Tabellen*/
.head {
	text-align: center;
	background-image: url(../img/navi_bg.png);
	background-repeat: repeat-x; 
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  -moz-border-radius:5px 5px 0px 0px;
  vertical-align: middle;
  }
 
/*Subhead z.b stats.php bei den Fahrzeugen gesamt Kills*/
.subhead {
	text-align: center;
	background-color: #0A0D10;
  font-size: 11px;
  border-top: 1px solid #303030;
  font-weight: bold;
  height: 15px;
}
 
 
/*td class Result*/
.result {
 	border-top:1px solid #303030;
}
/*td für die Index*/
.resultborder {
 border-top:1px solid #303030;
 border-right:1px solid #303030;
 font-size:11px;
}

/*Mouseover der Felder*/
.hov:hover {
 	border-top:1px solid #303030;
 	background-color: #0A0D10;
}

/*Next Rank Progress stats.php*/
.progress2 {
	width: 750px;
	height: 12px;
	border: 1px solid #555555;
	margin: 8px 0px 1px 7px;
	padding: 0px;
	text-align: left;
	display: block;
	 -moz-border-radius:5px 5px 5px 5px;
}

/*Next Rank Progress stats.php*/
.progress_size2 {
	height: 10px;
	font-size: 1px;
	line-height: 0;
	margin: 1px;
	padding: 0px;
	display: block;
	background: #DA8502;
	-moz-border-radius:4px 4px 4px 4px;
}

/*Next Rank Progress index.php*/
.progress {
	width: 100px;
	height: 10px;
	border: 1px solid #555555;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	text-align: left;
	display: block;
	 -moz-border-radius:3px 3px 3px 3px;
}

/*Next Rank Progress index.php*/
.progress_size {
	height: 8px;
	font-size: 1px;
	line-height: 0;
	margin: 1px;
	padding: 0px;
	display: block;
	max-width:99px;
	background: #DA8502;
	-moz-border-radius:2px 2px 2px 2px;
}

/*Progress für die Waffenstats Global*/
.progress_weapon {
	width: 120px;
	height: 11px;
	border: 1px solid #555555;
	margin: 0px 2px 0px 2px;
	padding: 0px;
	text-align: left;
	display: block;
	 -moz-border-radius:3px 3px 3px 3px;
}

/*Progress für die Waffenstats Global*/
.progress_size_weapon {
	height: 9px;
	font-size: 1px;
	line-height: 0;
	margin: 1px;
	padding: 0px;
	display: block;
	max-width:119px;
	background: #DA8502;
	-moz-border-radius:2px 2px 2px 2px;
}

/*Tooltip bei den Spezialisierungen*/
a.tooltip span {display:none; padding:2px 3px; margin-top:27px; margin-left:-110px; width:140px;}
a.tooltip:hover span{display:inline; position:absolute;border:1px solid #303030; background:#0A0D10; color:#ffffff;}
a.tooltipstars span {display:none; padding:2px 3px; margin-top:-60px; margin-left:-120px; width:180px;}
a.tooltipstars:hover span{display:inline; position:absolute; background:#0A0D10; border:1px solid #303030; color:#ffffff;}



.weaponTip {
	-moz-border-radius:30px;
}

/*Button in der Navi*/
span.button{
float:left;
margin-left:2px;
background-image:url(../img/button.png);
width:116px;
height:25px;
background-repeat:no-repeat;
margin-top:3px;
font-size: 9px;
}
 
/*Button in der Navi*/
span.button:hover{
float:left;
margin-left:2px;
background-image:url(../img/button_h.png);
width:116px;
height:25px;
background-repeat:no-repeat;
margin-top:3px;
text-shadow: 0px 0ox 1px orange;
font-size: 9px;
}

/*Input Button im ACP*/
.inputbutton{
margin-left:2px;
background-image:url(../img/inputbutton_n.png);
background-repeat:no-repeat;
width:90px;
height:20px;
border:0px;
margin-top:3px;
color:#ffffff;
font-weight: bold;
font-family: Helvetica,Helvetica;
text-align: left;
font-size: 11px;
}

/*Input Button im ACP*/
.inputbutton:hover{
margin-left:2px;
background-image:url(../img/inputbutton_h.png);
background-repeat:no-repeat;
width:90px;
height:20px;
border:0px;
margin-top:3px;
color:#ffffff;
font-weight: bold;
font-family: Helvetica,Helvetica;
text-align: left;
font-size: 11px;
}

/*Head im Navigations popup*/
.headtool {
	text-align: center;
	background-image: url(../img/navi_bg.png);
	background-repeat: repeat-x; 
  font-size: 10px;
  font-weight: bold;
  height: 11px;
  }
  
  
/*Color der K/D anzeige index stats usw.*/
.positiv {
	color:#00FF00;
}

.negativ {
	color:#ff0000;
}


/*Farbe der Offline Online anzeige*/
.offline {
	color:#d50303;
}

.online {
	color:#00FF00;
}
 
/*Farbe der Stars stats.php (Gesamte sterne/mögliche sterne*/
.s_positiv {
	color:#00ff00;
}

.s_neutral {
	color:orange;
}

.s_negativ {
	color:#D50303;
} 



/*Favoriten Waffen/Fahrzeuge/Pins*/
.fav_stats {
	color: #DA8502; 
	font-weight: bold;
}

/*Eingabe Felder für Texte z.b stats.php Clan signatur*/
.inputfield {
	background:#0C0C0C;
	height:18px;
	width:300px;
	border:1px solid #303030;
	color:#ffffff;
	font-size:11px;
}

/*Eingabe Felder für Time bei den Gadgets stats.php*/
.g_inputfield {
	background:#0C0C0C;
	height:16px;
	width:100px;
	border:1px solid #303030;
	color:#ffffff;
	font-size:10px;
	-moz-border-radius:5px 5px 5px 5px;
	text-align:center
}


/*Suchfeld Server History*/
.s_inputfield {
	background:#0C0C0C;
	border:1px solid #303030;
	color:#ffffff;
	font-size:11px;
	float:left;
	margin-left:5px;
}

/*Sonstiges Farben default orange*/
.sonstige {
	color :orange;
}


/*Eigene Member im Viewer*/
.own_viewer{
 	background-color: #0A0D10;
}

/*Eigene Server in der Server History*/
.own_server{
 	background-color: #0A0D10;
}

/*Zeit in der zuletzt geupdatete spieler*/
.time_player{
 	color: #948f8f;
}

