/* INFERNO CSS FILE
*  version 2.0 by bigguy@talldude.com
*/

a:link, a:active, a:visited {
  color: #669933;
}

a {
  text-decoration: none; 
}

.thBody {
  color: #FFFFFF;
  background-color: #001100; 
  text-align: center;
  font-family: Trebuchet MS, Verdana, sans-serif;
}

.thFontBig {
  font-size: 30px;
  font-variant: bold;
  color: #669933;
}

.thTable {
  border: 0px;
  width: 780px;
}

.thHeader {
  width: 130px;
  text-align: right;
  padding: 8px;
  vertical-align: top;
  background-color: #000000;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

.thBHeader {
  width: 100%;
  text-align: center;
  padding: 8px;
  vertical-align: top;
  background-color: #000000;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #CC9933;
}

.thRHeader {
  width: 650px;
  padding: 8px;
  vertical-align: top;
  background-color: #000000;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
}

.thBandInfo {
  width: 100%;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: #212121;
  padding: 5px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-variant: italic;
  color: #CCCCCC;
}

.thCatHead {
  text-align: center;
  vertical-align: middle;
  background-color: #000000;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

.thCatPlay {
  height: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #001100;
  padding: 6px;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 11px;
  font-style: italic;
  color: #FFFFFF;
}

/* MESSAGE classes - these CSS classes control the MESSAGES section */
.thMessage {
  width: 100%;
  text-align: left;
  vertical-align: top;
  background-color: #212121;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.thMsgTable {
  border: 3px;
  background-color: #003300;
  width: 100%; 
}

.thMsgH {
  height: 30px;
  background-color: #003300;
  width: 100%;
  text-align: left;
  padding: 3px;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

.thMsgL {
  width: 50%;
  height: 19px;
  text-align: left;
  padding-left: 3px;
  background-color: #001100;
  font-family: Trebucet MS, Verdana, sans-serif;
  font-size: 10px;
} 

.thMsgR {
  width: 50%;
  height: 16px;
  text-align: right;
  padding-right: 3px;
  background-color: #001100;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
 } 

.thMsgB {
  width: 100%;
  background-color: #000000;
  padding: 8px;
  text-align: justify;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
}

/* STORE */
.thStore {
  text-align: left;
  vertical-align: top;
  background-color: #212121;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

.thStoreTable {
  border: 0px;
}

.thStoreH {
  height: 30px;
  background-color: #003300;
  padding: 3px;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

.thStoreL {
  height: 19px;
  text-align: left;
  padding-left: 3px;
  background-color: #001100;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
} 

.thStoreR {
  height: 19px;
  text-align: right;
  padding-right: 3px;
  background-color: #001100;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
} 

.thStoreB {
  background-color: #000000;
  padding: 8px;
  text-align: justify;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
}

/* MUSIC classes - these CSS classes control the MUSIC section */
.thMusic {
  width: 100%;
  background-color: #000000;
  font-family: Trebuchet MS, Verdana, sans-serif;
  color: #FFFFFF;
}

.thMusicTable {
  border: 0px;
}

.thMusicHL {
  background-color: #003300;
  width: 80%;
  padding: 3px;
  font-size: 15px;
}

.thMusicHR {
  background-color: #003300;
  text-align: right;
  width: 20%;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  color: #CC9933;
}

/* Music Image */
.thMusicI {
  padding: 8px;
  vertical-align: top;
} 

/* Music PLAY area */
.thMusicP {
  background-color: #000000;
  vertical-align: middle;
  font-size: 12px;
}

/* Music Footer Left */
.thMusicL {
  height: 28px;
  width: 120px;
  padding-right: 3px;
  text-align: right;
  background-color: #001100;
  font-size: 11px;
  color: #669933;
}

/* Music Footer Right */
.thMusicR {
  height: 28px;
  width: 540px;
  padding-left: 3px;
  text-align: left;
  background-color: #000000;
  font-size: 11px;
  font-weight: bold;
}
  
/* Theme FOOTER section */
.thFooter {
  width: 800px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  background-color: #000000;
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  color: #C0C0C0;
}

