@charset "utf-8";

/* ----------------------------------------------------------------------------
 * Style Defaults
 * --------------------------------------------------------------------------*/

* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
    background: url('background.jpg') #000;
    background-repeat:no-repeat;
    background-position:top center;
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
}
a, a:visited {
	color: #69f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
} 
h1 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: #225 dotted 2px;
}
h2 {
	color: #69f;	
    border-bottom: dotted #333 2px;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 15px;
}
h2 img {
    display: inline-block;
    position: relative;
    top: 5px;
}
.explination strong {
    color: #69f;
}
h2:first-child {
	margin-top: 0px;
}
h3 {
    margin-bottom: 8px;
    padding-bottom: 3px;
    border-bottom: dotted 2px #111;
    color: #aaa;
}
p {
    margin-bottom: 20px;    
}
ul, ol {
	margin-top: 15px;	
	margin-bottom: 20px;
}
li {
	margin-left: 30px;
}
td {
    vertical-align: top;
}
.rj {
	text-align: right;
} 
.lj {
	text-align: left !important;
}
.cj {
	text-align: center;
}
.dark {
    color: #777 !important;
}
pre {
    background: #111;
    padding: 5px;
    color: #aaf;
    margin-bottom: 15px;
}
img.icon {
    display: inline !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

p.photo-cap {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 35px;
}

p.photo-cap img {
    display: block;
    border: solid 4px #333;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

ol.realList {
    

}

ol.realList li {
    margin-left: 35px;

}

/* ----------------------------------------------------------------------------
 * Main Divs
 * --------------------------------------------------------------------------*/
 
 
#container {
	width: 930px;    
	margin-left: auto;
	margin-right: auto;     
} 

#loggedIn {
    font-size:  11px;
    background: #000;
    position: absolute;
    top: 0px;
    float: left;
}

#debugInfo {
    font-size:  11px;
    color: #6f9;
    background: #000;
    position: absolute;
    top: 20px;
    left: 0px;
}
 
#navbar {	
    margin-top: 105px;
}
    #navbar ul {        
        margin: 0px;        
        padding: 0px;        
    }
    #navbar li {
        list-style-type: none;
        display: inline;
        float: left;
        font-size: 15pt;
        margin: 0px;
        margin-right: 20px;
        padding: 0px;
    }
    #navbar input[type=text] {
        border: solid 2px #000;
        padding: 1px;
        width: 170px;        
        font-size: 1.1em;
        display: inline;
    }
    #navbar form.navsearch {
        display: inline;
        position: relative;
        top: -4px;
        right: -5px;
        float: right;
    }
    #navbar input[type=submit] {
        border: solid 1px;        
        padding: 1px;
        display: inline;        
        font-size: 1.1em;
    }
    #navbar a.me {
       
        color: #888;
        
    }
    #navbar a.little {
        font-size: 13px;
        color: #888;
        
    }
    
    

     
#main {
    padding-top: 45px;
    width: 100%;    
    min-height: 600px;
}

#footer {
    width: 930px;    
	margin-left: auto;
	margin-right: auto;
    padding: 10px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 2px #333;
    font-size: 13px;
    background: #111;
    color: #555;
    margin-bottom: 20px;
    }
    #copyright {
        display: block;
        float: right;
    }

/* ----------------------------------------------------------------------------
 * input
 * --------------------------------------------------------------------------*/

input[type=text], input[type=password], select {
	border: solid 3px #000;
	background: #333;
	color: #eee;
	padding: 5px;
	margin: 5px;
	display: block;
	width: 250px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size: 1.1em;
}

input[type="file"]
{
	padding: 5px;
	margin: 5px;
	margin-bottom: 30px;
	display: block;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size: .9em;

}

input[type=checkbox]
{
    margin: 10px;
   

}


textarea {
border: solid 3px #000;
	background: #333;
	color: #eee;
	padding: 5px;
	margin: 5px;
	display: block;

}

input[type=submit] {
	border: solid 3px #69f;
	background: #47d;
	color: #acf;
	padding: 5px;
	margin: 5px;
	display: block;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size: 1.1em;
}

table.formholder td {
	vertical-align: middle;
	font-size: 1em;
	text-align: right;
}

/* ----------------------------------------------------------------------------
 * chart class
 * --------------------------------------------------------------------------*/

table.chart {	
	width: 100%;
    border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 15px;
}

table.chart img {
	display: inline;
}

table.chart td, th {
	border: 1px #444 solid;
	color: #ccc;	
	padding: 2px;
}

table.chart th {
	background: #111;
    color: #69f;
	text-align: left;
	padding-left: 4px;
}

/* ----------------------------------------------------------------------------
 * history
 * --------------------------------------------------------------------------*/

table.history {
    color: #777;
}
    table.history a {
        color: #ddd;        
    }
    table.history a:hover {
        color: #f66;
    }
    table.history span.date {
        color: #fff;        
    }
    table.history span.clock {
        padding-left: 7px;
        font-size: 10px;
        padding-right: 0px;
    }
    table.history td {
        color: #777;
    }
    table.history td.map {
        color: #aaa;
    }
    td.win {
        font-weight: bold;
        background: #121;
        color: #9f9 !important;    
    }
    td.loss {
        font-weight: bold;
        background: #211;
        color: #f66 !important;    
    }
    table.history td.disconnect, table.history td.desync, table.history td.none {
        font-weight: bold;
        background: #221;
        color: #ff6;    
    }
    img.sat {
        width: 16px;
        border: none !important;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }
table.playerMatches {
        width: 95%;
        color: #999;
        
        margin-bottom: 15px;
        border-collapse:collapse;
    }
    table.playerMatches td {
        vertical-align: middle;
    }
    table.playerMatches img.map {
        padding: 5px;  
        width: 43px;
        margin-bottom: 3px;
        float: left;
        margin-right: 5px;
    }
    table.playerMatches img.map {
        padding: 5px;        
    }
    
    
    
    table.playerMatches .date {
        color: #777;  
         
        font-size: 11px;
    }
    table.playerMatches a {
        color: #ccc;
    }
    table.playerMatches a:hover {
        color: #69f;
    }
    table.playerMatches span.rank {
        font-size: 11px;
    }
    table.playerMatches span.playerN a {
        font-size: 11px;
        
        color: #888;
        padding-bottom: 5px;
    }
    table.playerMatches .win {
        font-weight: bold;
        color: #9f9;    
    }
    table.playerMatches .loss {
        font-weight: bold;
        color: #f66;    
    }
    table.playerMatches .disconnect, table.playerMatches .desync, table.playerMatches .none {
        font-weight: bold;
        color: #ff6;    
    }
    table.playerMatches tr.even td {
        background: #111;
    }
    table.playerMatches span.type {
        font-size: 11px;
    }
    table.playerMatches span.map {
        color: #ccc;
    }

    
/* ----------------------------------------------------------------------------
 * alertOverlay
 * --------------------------------------------------------------------------*/

div.alertOverlay {
    border: solid 2px #69f;
    background: #000;
    padding: 5px;
    position: absolute;
    top: 300px;

}

 
/* ----------------------------------------------------------------------------
 * Search Page
 * --------------------------------------------------------------------------*/
 
ul.searchResults {
    margin-bottom: 40px;
    }
    ul.searchResults li {
        list-style-type: none;
    }
    ul.searchResults li img {
        padding-right: 5px;
        display: inline-block;
        height: 20px;
        position: relative;
        top: 3px;
    }

table.gameChoice { 
    
    }
    table.gameChoice img {
        display: inline-block;
        padding-left: 5px;
        margin-right: 25px;
        position: relative;
        top: 6px;
    
    }

/* ----------------------------------------------------------------------------
* shout box
* --------------------------------------------------------------------------*/
 
ul.shoutBox {

    }
    ul.shoutBox li {
        list-style-type: none;
        margin-left: 0px;
        margin-bottom: 15px;
        border-bottom: solid 2px #111;
        color: #aaa;
    }
    
     ul.shoutBox li .date {
        color: #777;
        font-size: 13px;
     }
     
     ul.shoutBox a {
        color: #fff;
       
     }
     ul.shoutBox a.name, ul.shoutBox a:hover {
        color: #69f;
       
     }
    
/* ----------------------------------------------------------------------------
* com holder
* --------------------------------------------------------------------------*/
 
table.comHolder {
        font-size: 13px;
        color: #777;
        width: 100%;
        margin-bottom: 10px;
    }
     table.comHolder td.picholder {
       width: 50px;
      
       padding-right: 5px;
       
    }
    
    .off-air {
        color: #777;
        font-size: 13px;    
    }
    
     .live {
        color: #f66;
        font-size: 16px;
        font-weight: bold;
    }
  
    span.streamTitle{
      font-size: 17px;
      color: #aaa;
      display: block;
      margin-bottom: 5px;
      margin-top: 20px;
       
    }
    span.tTitle {
        font-size: 17px;
        color: #fff;
    }
    img.troph {
        position: relative;
        top: 3px;
        padding-right: 3px;
    
    }
    .tInfo {
        color: #888;
        font-size: 13px;
        margin-bottom: 0px;
    }
    
    a.tLink {
        float: right;
        font-size: 13px;
    }
    table.tStats {
        color: #888;
        font-size: 13px;
    }
    table.tStats .value {
        color: #ccc;
        padding-left: 7px;
    }
    img.tImg {
        width: 70px;
         border: solid 2px #111;
       
        
        
    }
   
    table.comHolder td {
        vertical-align: top;
       
    }
    table.comHolder a.watch {
        color: #f66;
        
    }
    table.comHolder img.pic {
        width: 70px;
         border: solid 2px #111;
       
    }
    table.comHolder a {
        font-size: 17px;
        color: #fff;
    }
    table.comHolder  a.norm {
        color: #69f;
        font-size: 13px;
        font-weight: normal;
    }
   
    
/* ----------------------------------------------------------------------------
 * Achievements
 * --------------------------------------------------------------------------*/
 
div.longlist {
    height: 600px;
    overflow: auto;
    }
 
div.achievements {
        /*height: 361px;
        overflow: auto; */
        padding-right: 5px;
    }
    div.achievements ul {
        margin-left: 0px;
        margin-top: 0px;
    }
    div.achievements li {
        list-style-type: none;
        margin-left: 0px;
        border-bottom: dotted 2px #111;  
        padding-bottom: 5px;
    }
    div.achievements img {
        display: inline-block;
        position: relative;
        width: 20px;
        top: 2px;
    }
    div.achievements span.date {
        color: #777;
        display: block;
        font-size: 11px;
        float: right;
    }
     div.achievements span.bad {
        color: #fa5;       
    }
    div.achievements span.details {
        color: #777;
        font-size: 13px; 
        margin-left: 25px;
        display: block;
    }
    div.achievements span.open {
        color: #9f9;
    }
    
    div.achievements span.details a{
        color: #aaa;        
    }
    div.achievements span.details a:hover{
        color: #69f;
        text-decoration: none;
    }
    div.achievements .playername {
        float: right;
        position: relative;
        top: 5px;
    }
    
div.achPic {
    float: left;
    width: 175px;
    height: 220px;
    color: #aaa;
    font-size: 12px;
    padding: 5px;   
    }
    div.achPic img {
        display: block;
        
        margin-left: auto;
        margin-right: auto;
    }
    div.achPic img.small {
        width: 20px;
    }
    div.achPic span.title {
        text-align: center;
        color: #eee;
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
        vertical-align: middle;
        height: 45px;
    }
    div.achPic span.count {
        color: #777;
        display: block;
       
    }
    
table.achInv {  
    width: 95%;
    border-collapse: collapse;

    }
    table.achInv td {
        border: solid 1px;
        color: #333;
    }
    table.achInv img {
        width: 80px;
        margin: 1px;
        position: relative;
        left: 2px;;
    }
    table.achInv div.count {
        float: right;
        clear: both;
        position: relative;
        font-size: 11px;
        width: 20px;
        color: #aaa;
        background: #222;
        text-align: center;
        border: solid 1px #333;
    }


/* ----------------------------------------------------------------------------
 * clan index
 * --------------------------------------------------------------------------*/
 
table.topClans {
        color: #888;
        font-size: 13px;
        width: 100%;
    }
    table.topClans td {
        padding-bottom: 5px;
    }
    table.topClans .rank {
        font-size: 28px;
        
        color: #777;
        padding-top: 10px;
        
        padding-right: 5px;
    }
    table.topClans .points {
        text-align: right;
    }

    table.topClans img.avatar {
        width: 55px;
        height: 55px;
        border: solid #111 2px;
        margin: 3px;
        margin-bottom: 7px;
    }
    table.topClans a.name {
        color: #ddd;
        font-size: 22px;    
    }
    table.topClans a:hover {
        text-decoration: none;
        color: #69f;
    }
    
table.recentClanMatches {
        color: #777;
        font-size: 12px;

    }
    table.recentClanMatches img.map {
        width: 60px;
        border: solid 3px #111;
        margin: 5px;
    }
    table.recentClanMatches .date {      
        font-size: 13px;
    }
    table.recentClanMatches a {
        color: #fff;
        font-size: 16px;
    }
    table.recentClanMatches a:hover {
        color: #69f;
    }
    
.curSeason {

    }
    .curSeason .name {
        font-size: 30px;
    }    
    .curSeason .key {
        color: #ccc;
        font-size: 13px;
    }
    .curSeason .val {
        color: #777;
        font-size: 13px;
    }
    
/* ----------------------------------------------------------------------------
 * Ladder
 * --------------------------------------------------------------------------*/
 
table.ladder {
        
    }
    table.ladder a {
        color: #ccc;
    }
    table.ladder a:hover {
        color: #69f;
    }
    table.ladder td.rank {
        color: #777;
    }
    
div.iNoteHolder {
    height: 500px;
    overflow: auto;
}
    
.iNotes {
        color: #777; 
       
    }
    .iNotes img.avatar {
        width: 42px;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .iNotes li img {
        width: 16px;
    }    
    .iNotes ul {
        margin: 0px;
    }
    .iNotes li {
        list-style-type: none;
        margin-left: 10px;        
    }
    .iNotes td {
        padding-bottom: 15px;
    }
    .iNotes td.rank {
        text-align: center;
        font-size: 20px;
        padding-right:10px;
        color: #aaa;
    }
    .iNotes a {        
        color: #ccc;
    }
    .iNotes a:hover {
        color: #69f;
    }

/* ----------------------------------------------------------------------------
 * Index
 * --------------------------------------------------------------------------*/

table.playerNews {
        color : #777;
        width: 100%;
    }
    table.playerNews td {
        padding-bottom: 8px;     
        border-top: solid 1px #111;        
    }
    
    table.playerNews tr {
        
    }
    
    table.playerNews tr.ach img {
        width: 50px;
        margin-left: 2px;
    }
    table.playerNews tr.match img {
        border: solid 2px #222;
    }
    table.playerNews tr.ach span.title {
        color: #aaa;
        font-style: italic;
        
    }
    table.playerNews tr.ach span.details {
        font-size: 13px;    
    }
    table.playerNews tr.ach span.details a {
       color: #aaa;
    }
    table.playerNews tr.ach span {
        display: block;
    }
    table.playerNews span.date {
        color: #777;
        display: block;
        font-size: 11px;
        float: right;
       
    }
    table.playerNews tr.match span.date {
     position: relative;
        top: -11px;
    }
    
    table.playerNews tr.match span.player a{
        color: #fff;
        font-size: 18px;    
        font-weight: bold;
        
    }
    table.playerNews tr.match span.defeated {
        color: #777;
        font-size: 12px;
       
    }
    
    table.playerNews td.content {
        padding-left: 9px;       
    }
    table.playerNews tr.match td.content {
        padding-top: 14px;
    }
    
    table.playerNews span.clRank {
        display: inline !important;
        font-size: 12px;
        
    }
    table.playerNews img.flag {
        border: 0px !important;
    }
     
 
table.playerLadder {

}
    table.playerLadder img.avatar {
        width: 55px;        
        margin-bottom: 29px;
        margin-right: 12px;
        border: solid 2px #222;
    }
    table.playerLadder img.flag {
        display: inline;
    }
    table.playerLadder span.points {       
        color: #777;
        font-size: 12px;    
    }
    table.playerLadder td.rank {
        font-size: 25px;
        font-weight: bold;
        vertical-align: top;
        text-align: center;
        padding-right: 15px;
        color: #aaa;   
    }
    table.playerLadder a.playerName {
        color: #eee;
        display: block;
        font-size: 26px;
    }
    table.playerLadder a:hover {
        color: #69f;
    }
    table.playerLadder span.dif {
        color: #777;
        font-size: 12px;    
        color: #f66;
    }
    table.playerLadder span.reports {
        color: #888;
        font-size: 13px;
    }
    table.playerLadder span.reports img {
        width: 16px;
        display: inline-block;
        position: relative;
        top: 2px;
    }
 
table.recentGames {
    font-size: 14px;
    color: #777;
}
    table.recentGames img {
        margin-bottom: 10px;
        margin-right: 8px;  
        width: 50px;
        border: solid 2px #111;
    }
    table.recentGames img.game {
        border: none;
        margin: none;
        padding: none;
        display: inline-block;
        position: relative;
        top: 14px;
        width: 45px;
    
    }
    table.recentGames span.defeated {
        color: #aaa;
        font-size: 12px;
    }
    span.download-replay {
        display: block;
        color: #777;
        font-size: 12px;
    }
    table.recentGames a {
        color: #fff;
        font-size: 18px;   
    }
    table.recentGames a:hover {
        color: #f66;
        
    }
    table.recentGames a.watchReplay {
        color: #f66;
        font-size: 14px;
    }
    table.recentGames img.sat {
        width: 16px;
        display: inline-block;
        position: relative;
        top: 3px;   
    }
    table.recentGames img.game {
        padding-right: 0px;
        margin-right: 5px;
    
    }

/* ----------------------------------------------------------------------------
 * front portal
 * --------------------------------------------------------------------------*/

div#homeSearch {
    float: left;
    width: 450px;
    margin-right: 50px;
  
}

div#homeFeatures {
    float: left;
    width: 420px;
    }
    div#homeFeatures li {
        margin-bottom: 10px;
        list-style-type: none;
        margin-left: 0px;
        font-size: 12px;
        color: #ccc;
    }   
    div#homeFeatures li a {
        color: #fff;
     }

div#homeGames {
    float: left;
    width: 100%
    
    }
    div#homeGames img {
        width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    div#homeGames div.gameArt {    
        float: left;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    div#homeGames div.gameArt a { 
        width: 100%;
        color: #777;
        font-size: 22px;
        margin-top: 15px;
        display: block;
        width: 100%;
        text-align: center;
    }
    
      
    
/* ----------------------------------------------------------------------------
 * Community section
 * --------------------------------------------------------------------------*/

table.community {
    width: 100%;
    }
    table.community td {
        width: 33%;
        vertical-align: top;
    }    
    table.community a {
        font-size: 22px;
        font-weight: bold;
    }
    table.community img {   
        float: left;
        margin-right: 10px;
        border: solid #222 2px;
    }
    table.community p {
        float: right;
        color: #aaa;
        font-size: 13px;
        width: 180px;
        margin-left: auto;
        margin-right: 15px;
    }


/* ----------------------------------------------------------------------------
 * Player Page
 * --------------------------------------------------------------------------*/

 
/* top part of player page */
table.playerTitle {
    width: 930px;
    margin-bottom: 20px;
}
    
    table.playerTitle td {
        vertical-align: top;
    }
    table.playerTitle td.avatarCell {
        width: 120px;
        font-size: 31px;
        text-align: center;
    }
    table.playerTitle td.avatarCell img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: solid #222 2px;
        padding: 2px;     
    }
    table.playerTitle h1 {
        margin-bottom: 5px;
        text-align: left;
        font-size: 40px;
    }
    table.playerTitle h1 a {
       color: #fff;
    }
    table.playerTitle h1 a:hover {
       color: #69f;
    }
    table.playerTitle strong {
        color: #69f;    
    }
    table.playerTitle li {
        margin-left: 0px;
        font-size: 20px;
        margin-right: 30px;
        list-style-type: none;
        display: inline;
    }
    table.playerTitle ul {
        display: inline;
        position: relative;
        top: -4px;
    
    }
    
     table.playerTitle img.game {
        position: relative;
        margin-right: 10px;
        top: 5px;
        display: inline;
    }
    
p.location {
    color: #999;
    font-size: 13px;

        }
    
table.detailedStats {
    width: 100%;
    }
    
    table.detailedStats img {
        width: 50px;
        margin-bottom: 8px;
    
    }
    
    td.val    {
        color: #69f;
        font-weight: bold;
        text-align: right;
    }
    
table.factions {
    width: 100%;
}

    table.factions img {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
         border: solid 2px #111;
    }
    table.factions span.percent {       
        display: block;
        
        font-size: 21px;
        font-weight: bold;
        text-align: right;
    }
    table.factions span.record {       
        display: block;
        font-size: 15px;
        color: #666;
        text-align: right;
    }
    table.factions img.factions {
       
    
    }
    

table.smurfs {

    }
    table.smurfs img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        margin-right: 10px;
        border: solid 2px #222;   
    }
    table.smurfs span.name a {
        color: #777;
        display: block;
    }
    table.smurfs span.name a:hover {
        color: #69f;        
    }

table.aka_holder
{
    font-size: 13px;
    color: #777;
    width: 100%;
    }
    table.aka_holder a {
        color: #777;
    }
    table.aka_holder a:hover {
        color: #69f;
    }
    table.aka_holder img {
        display: inline;
        padding-right: 10px;
        width: 25px;
        height: 25px;
    }
    table.aka_holder td {
        vertical-align: top;
    }
    
    img.flag {
        width: 16px !important;
        height: 11px !important;
        top: 0px !important;
        left: 0px !important;
    }   
    img.bigFlag {
        top: 2px !important;
        left: 0px !important;
        width: 24px;
        height: 17px;
    }
    
    img.flag, img.bigFlag {
        display: inline !important;        
        margin: 0px !important;
        float: none !important;
        position: relative !important;
        
        border: none !important;
    }
    
    span.sclRank {
        color: #777;
        font-size: 10px;    
    }

    
/* ----------------------------------------------------------------------------
* rules page
* --------------------------------------------------------------------------*/

div.rules ol li {
    margin-bottom: 30px;
}

div.rules ol li ul li {
    margin-bottom: 5px;
}

div.rules strong {
    color: #f66;

}
    
/* ----------------------------------------------------------------------------
* clan page
* --------------------------------------------------------------------------*/

table.seeking {
        color: #aaa;
        font-size: 13px;
    
    }
    table.seeking img.avatar {
        width: 55px;
        border: solid 2px #111;
        margin: 3px;
        margin-bottom: 15px;
    }
    table.seeking a {
        color: #fff;
        font-size: 17px;
    }
    table.seeking a.small {
        color: #a;
        font-size: 13px;
    }
    table.seeking .date {
        color: #888;
    
    }


table.clanPlayers {
    width: 100%;

    }
    table.clanPlayers td.pInfo {
        padding-right: 30px;
    }
    table.clanPlayers td {
        padding-left: 5px;
    }
    table.clanPlayers td.pic {
        width: 80px;
    }
    table.clanPlayers img.avatar {
        border: solid 3px #222;
        width: 75px;
        margin-bottom: 15px;
    }
    table.clanPlayers img.icon {
        position: relative;
        top: 5px;
    }
    table.clanPlayers span.joinDate {
        color: #888;
        font-size: 12px;
    }
    
table.clanInfo {
        width: 100%;
    }
    table.clanInfo td.key  {
        font-weight: bold;
        color: #ccc;
    }
    table.clanInfo td.value {
        color: #999;
        text-align: right;
    }
    table.clanInfo span.clanTag {
        color: #ccc;
        font-weight: bold;
    }
    
table.achSummary {
        width: 100%;

    }
    table.achSummary img.medal {
        position: relative;
        top: 2px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    table.achSummary td.count {
        color: #999;
        text-align: right;
    }
    table.achSummary td.medal {
        width: 25px;
    }
    
table.cwmt td {

    font-size: 0.8em;
}    
 
p.clanMotto {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #aaa;
    text-align: center;
}

/* ----------------------------------------------------------------------------
 * map page
 * --------------------------------------------------------------------------*/

table.mapGallery {
    width: 100%; 
}

 
table.mapGallery td {
   width: 200px;
   text-align: center;
}


table.mapGallery img {
   display: block;
   margin: 5px;
   margin-left: auto;
   margin-right: auto;
   border: solid 2px #111;
}

/* ----------------------------------------------------------------------------
 * clan invites
 * --------------------------------------------------------------------------*/
 
div.cInvite {
    border: solid 2px #6f9; 
    padding: 5px;
    color: #6f9;
    margin-bottom: 15px;
}

div.cInvite a {
    color: #fff;
}

div.cInvite a.choiceLink {
    font-size: 13px;
    color: #888;
}

/* ----------------------------------------------------------------------------
 * power table
 * --------------------------------------------------------------------------*/
 
table.powerTable {
    width: 100%;   
    font-size: 14px;
    } 
    table.powerTable  td {
        padding-bottom: 10px;
        vertical-align: top;
    }
    table.powerTable img.letImg {
        margin-bottom: 20px;
    }
    table.powerTable .powerClass {  
        font-size: 18px;
        border-bottom: dotted 1px #111;
        width: 100%;
        display: inline-block;
    }
    table.powerTable  .letter {
        display: inline-block;
        width: 30px;
        color: #aaa;
    }
    
    table.powerTable .per  {
        color: #888;
        font-size: 22px;
        font-weight: bold;
    }
    
    table.powerTable .more {
        color: #888;
        display: block;
        margin-top: 8px;
        margin-left: 5px;
        font-style: italic;
    }

/* ----------------------------------------------------------------------------
 * livestream page
 * --------------------------------------------------------------------------*/

table.tvGuide {
    width: 100%;
    }
    
    table.tvGuide td.holder {
        width: 50%;
        padding-right: 10px;
    
    }
    table.streamBug img.banner {
        width: 592px;
    }
    
    table.streamBug {
    
    }
    table.streamBug span.status-offair {
        color: #888;
        font-size: 13px;
    }
     table.streamBug span.status-live {
        color: #f66;
        font-weight: bold;
    }
    table.streamBug img {
        margin-right: 10px;
        margin-bottom: 25px;
    }
    
/* ----------------------------------------------------------------------------
 * now playing
 * --------------------------------------------------------------------------*/

div.nowPlaying {
        width: 100%;
        height: 65px;
        color: #777;
        font-size: 14px;
    }
    
    div.nowPlaying img {
        width: 55px;
        border: solid 2px #111;
        margin: 3px;
    }
    
     div.nowPlaying span.artist {
        color: #fff;
       
    
    }
    
     div.nowPlaying span.title {
        color: #fff;
        
    
    }
 
    div.nowPlaying span.album {
        color: #fff;
        font-style: italic;
    
    }
    
/* ----------------------------------------------------------------------------
 * schedule
 * --------------------------------------------------------------------------*/
 
table.schedule {
    
    color: #888;
    font-size: 13px;
    }
    table.schedule td {
        vertical-align: top;
    }
    table.schedule td.dateCell {
        padding-right: 15px;
        text-align: right;
    
    }
    table.schedule span.live {
        color: #f66;
        font-weight: bold;
        
    }
    table.schedule td {
        padding-bottom: 10px;
    }
    table.schedule  .title {
        color: #fff;
        font-size: 23px;
    }
    
/* ----------------------------------------------------------------------------
 * date
 * --------------------------------------------------------------------------*/

div.newsPost span.date {
    color: #777;
    font-size: 13px;
}
div.newsPost img {
    margin-bottom: 20px;
}
