﻿html, body
{
    background-color:#3f3f3f;
    margin:0;    
    font-family:Arial;
    font-size:12px;
}
.container-pagina
{
    width:800px;
    background-color:White;
    margin-left:auto;
    margin-right:auto;  
    border-left:1px solid black;
    border-right:1px solid black;  
}
.container-banner
{
    height:59px;
    width:100%;
    background-image:url(../images/banner.jpg);
    color:White;
}
.bannerBut
{
   display:block;
   width:100px;
   height:19px;
   float:left; 
   text-align:center;
   border-left:1px solid #CCFF00;  
   padding-top:35px;
   text-decoration:none;
   color:White;
}
.bannerBut:hover
{
    background-color:#312D2A;
}
.bannerButLast
{
   display:block;
   width:100px;
   height:19px;
   float:left; 
   text-align:center;
   border-left:1px solid #CCFF00;  
   border-right:1px solid #CCFF00;  
   padding-top:35px;
   text-decoration:none;
   color:White;
}
.bannerButLast:hover
{
    background-color:#312D2A;
}

.containter-content
{
    padding:15px 35px 35px 35px;   
}


/* ranking styles */
.titel
{
    font-size:16px;
    font-weight:bold;   
    margin-bottom:10px;
}
.titelSmall
{
    font-size:12px;
    font-weight:bold;   
    margin-bottom:4px;
}
.tdRanking
{
    padding:2px 18px 2px 18px;   
    border:1px solid #DFDFDF;
    text-align:right;
}
.tdRankingTitel
{
    font-size:12px;
    font-weight:bold;
    padding:6px 15px 2px 15px;   
    border:1px solid #DFDFDF;
    text-align:right;
    background-color:#EFEFEF;
}
.MAGE
{
    color:#68CCEF;
    font-weight:bold;
}
.PRIEST
{
    color:#3F3F3F;
    font-weight:bold;
}
.WARRIOR
{
    color:#C69B6D;
    font-weight:bold;
}
.WARLOCK
{   
    color:#9382C9;
    font-weight:bold;
}
.ROGUE
{
    color:#EFC70E;
    font-weight:bold;
}
.SHAMAN
{
    color:#00DFB1;
    font-weight:bold;
}
.PALADIN
{
    color:#F48CBA;
    font-weight:bold;
}
.DRUID
{
    color:#FF7C0A;
    font-weight:bold;
}
.HUNTER
{   
    color:#AAD372;
    font-weight:bold;
}
.DEATHKNIGHT{
	color:#dd1249;
    font-weight:bold;
}
/* raids */
.infoLink
{
    color:#1B75DF;
    text-decoration:none;
    font-weight:normal;
}
.infoLink:hover
{
    color:#9F2A13;
}
/* raidinfo */
.wowitem, .wowitemname {
  font: 10px arial,sans-serif;
  border: 1px solid #a9a9a9;
  padding: 6px;
  width: 270px;
  height:140px;
  background-color: #333333;
  -moz-border-radius: 4px;
  float:left;
  color: White;
}
.ff1eff00{color:#19CF00;font-weight:bold;text-decoration:none;font-size:12px;}
.ff0070dd{color:#0070dd;font-weight:bold;text-decoration:none;font-size:12px;}
.ffa335ee{color:#a335ee;font-weight:bold;text-decoration:none;font-size:12px;}
.editDropStyle
{
    color:White;
    cursor:help;
}
.tablePad
{
    padding-right:5px;
}
/* submit string */
.tbStyle
{
    margin-bottom:0px;   
    border:1px solid #CCFF00;
    font-family:Arial;
    font-size:12px;
}
.btStyle
{   
    border:1px solid #CCFF00;
    background-color:White;
    margin-bottom:0px;   
}

/* admin */
.editDropStyle
{
    color:White;
    text-decoration:none;
}
.editDropStyle:hover
{
    text-decoration:underline;
}
.onTimeYes
{
    border:1px solid green;
    background-color:#BFFFBF;
    margin-bottom:5px;
    font-family:Arial;
    font-size:12px;
}
.onTimeNo
{
    border:1px solid red;
    background-color:#FFBFCB;
    margin-bottom:5px;
    font-family:Arial;
    font-size:12px;
}
.lootbox
{
    border-style:none;
    background-color:#333333;
    color:white;
}

.container-adminpagina
{
    background-color:White;
    margin-right:auto;
    width:900px;    
    margin:auto;
}
.adminContent
{
    padding:25px 25px 25px 25px;
}

hr {
    height: 0;
    border: 0;
    margin-top:10px;
    margin-bottom:10px;
    border-top: 1px dashed black;
}
.tdPlayer
{
    padding:2px 10px 2px 10px;   
    border:1px solid #DFDFDF;
    text-align:right;
}
.tdPlayerTitel
{
    font-size:12px;
    font-weight:bold;
    padding:6px 10px 2px 10px;   
    border:1px solid #DFDFDF;
    text-align:right;
    background-color:#EFEFEF;
}
.timeStyle
{
    padding:10px 10px 10px 10px;
    background-color:#EFEFEF;
    border:1px solid #4F4F4F;
}
.joinStyle
{
    width:150px;
    float:left;
}
.leaveStyle
{
    width:150px;
    float:left;
}