/* MegaBBS Original Template CSS File */

/* Major Components */

body
{
  margin: 0px;
  font-size: 11px;
  color: #43647E;
  padding: 0px;
  background-color: #f1f1f1;
  font-family: Verdana, Arial, sans-serif;
  text-align:center;
}

table
{
  empty-cells: show;
}

.verification-images
{
  background: #FFFFEE;
  border: 1px solid #000000;
}

.bbstable
{
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

td
{
  font-size: 11px;
  color: #43647E;
}

.messagecellbody
{
  font-size: 12px;
  color: #000000;
  background-color: #E7E9EF;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.messagecellbody2
{
  font-size: 11px;
  color: #43647E;
/*  background-color: #DCE0E7; */
  background-color: #DFE6EF;
  padding-left:4px; padding-right:4px; padding-top:2px; padding-bottom:2px;
}

.messagecellbody3
{
  font-size: 11px;
  color: #43647E;
  background-color: #D2DDDD;
  padding-left:4px; padding-right:4px; padding-top:2px; padding-bottom:2px;
}

.messageheader
{
  font-size: 11px;
  color: #43647E;
  background-color: #D4DCE8;
  padding: 2px;
}

.messagemiddle
{
  font-size: 11px;
  color: #000000;
  background-color: #E9EDF3;
  padding: 2px;
}

.messagefooter
{
    font-size: 11px;
    color: #43647E;
    background-color: #D4DCE8;
    padding:2px
}

.messagecellheader
{
  font-size: 11px;
  font-weight: bold;
  color: #F5F5F5;
/*  background-color: #2C3CB1;  */
  background-color: #22397E;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Tahoma, sans-serif;
}

.messagesubheader
{
  font-size: 11px;
  font-weight: bold;
  color: #F5F5F5;
  font-family: Tahoma, sans-serif;
}

.messagecellheader2
{
  font-size: 10px;
  font-weight: bold;
  color: #3A4F6C;
  background-color: #B7CBE7;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.messagecellheader3
{
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  background-color: #D0D7DD;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.messagecellspacer
{
  background-color: #D0D7DD;
  color: #D0D7DD;
  height: 5px;
  font-size: 1px;
}

.messagecellfooter
{
  background-color: #08559C;
  padding: 2px;
}

.newsbox
{
  background-color: #EEF6FF;
  border: 1px solid #96AFCD;
}

.newsbox a
{
  font-size: 10px;
  text-decoration: none;
  color: #070707;
}

.rssimage
{
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

.quotation
{
  display: block;
  font-size: 11px;
  color: #43647E;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 2px;
  margin-top: 5px;
  BORDER-left: 1px solid;
  
  /* IE Bug requres bottom border for multiple nested divs? */
  border-bottom: 1px solid #E7E9EF;
}
.randomquote
{
  color: #43647E;
  font-size: 11px;
  font-style: italic;
}

.smalltext
{
  font-size: 10px;
}

/* Main Hyperlinks */

.messagecellbody a
{
  font-size: 11px;
}
.messagecellbody2 a
{
  font-size: 11px;
}


a
{
  color: #111111;
}

a:hover
{
  color: #0F1D64;
}

a:visited.threadlink
{
  color: #006677;
}

a:hover.threadlink
{
  color: #668399;
}

.headerlink2
{
  color: #808080;
  text-decoration: none;
}

.headerlink
{
  color: #FFFFFF;
  text-decoration: none;
}

.homelink
{
  color: #000000;
  text-decoration: none;
}

:hover.headerlink
{
  color: #EEEEEE;
}

/* Headers (not used too often) */

.header6
{
  font-weight: bold;
}

.header5
{
  font-weight: bold;
  font-size: 14px;
}

.header4
{
  font-weight: bold;
  font-size: 18px;
}

.error
{
  font-weight: bold;
  color: #FF0000;
}

/* Next Thread / Previous Thread */

.threadbox
{
  background-color: #8094B0;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 3px;
  border: 1px solid #000000;
}

.threadboxlink
{
  color: #FFFFFF;
  text-decoration: none;
}

:hover.threadboxlink
{
  color: #FF0000;
  text-decoration: none;
}

/* Header Items */

.headerbar
{
  font-size: 11px;
  color: #111111;
  background-color: #6699CC;
}

.headercontrolbox, .thxbox
{
  font-size: 11px;
  color: #000000;
  background-color: #EEF6FF;
  padding-left: 3px;
  padding-right: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.headercontrolboxborder, .thxborder
{
  border: 1px solid #96AFCD;
}

.headercontrolbox a, .thxbox a
{
  color: #111111;
}

.headercontrolbox a:hover, .thxbox a:hover
{
  color: #444444;
}

.headerbarlink
{
  color: #000000;
  font-decoration: none;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

.adminlink
{
  color: #005CB9;
  font-decoration: none;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

/* Footer Items */

.footerbar
{
  font-size: 11px;
  color: #43647E;
}

/* Forms */

form
{
  margin: 0px;
}

.bbsbutton
{
  color : #000000;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #E9EDF3;
  font-weight : bold;
  border: 1px solid #000000;
}

.bbstextbox
{
  font-size: 11px;
}

.bbseditbox
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bbscheckbox
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bbsradiobox
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bbsdropdownbox
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Leftovers */

span.highlight
{
  background: #FFFF33;
}

.adminname
{
  color: #FF0000;
}

.moderatorname
{
  color: #FF9966;
}

.registeredname
{
  color: #668399;
}

.notregisteredname
{
  color: #660000;
}

.logotop
{ text-align:center; background:url(images/common/headimgbg.jpg) repeat; }

.gamebg { background:#305598; padding:4px 0 2px 4px;background:url(images/common/game-menu-background.jpg) repeat-x #305598; }
.gamebs { float:left; }
.gamebs a { display:block; background:url(images/common/game-menu-bs.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gamebs a:hover { display:block; background:url(images/common/game-menu-bs.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gamebs a:active { display:block; background:url(images/common/game-menu-bs.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gameza { float:left; }
.gameza a { display:block; background:url(images/common/game-menu-za.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gameza a:hover { display:block; background:url(images/common/game-menu-za.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gameza a:active { display:block; background:url(images/common/game-menu-za.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gamefs { float:left; }
.gamefs a { display:block; background:url(images/common/game-menu-fs.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gamefs a:hover { display:block; background:url(images/common/game-menu-fs.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gamefs a:active { display:block; background:url(images/common/game-menu-fs.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gamedtd { float:left; }
.gamedtd a { display:block; background:url(images/common/game-menu-dtd.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gamedtd a:hover { display:block; background:url(images/common/game-menu-dtd.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gamedtd a:active { display:block; background:url(images/common/game-menu-dtd.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gametsg { float:left; }
.gametsg a { display:block; background:url(images/common/game-menu-tsg.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gametsg a:hover { display:block; background:url(images/common/game-menu-tsg.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gametsg a:active { display:block; background:url(images/common/game-menu-tsg.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gameah { float:left; }
.gameah a { display:block; background:url(images/common/game-menu-ah.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gameah a:hover { display:block; background:url(images/common/game-menu-ah.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gameah a:active { display:block; background:url(images/common/game-menu-ah.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gamenca { float:left; }
.gamenca a { display:block; background:url(images/common/game-menu-nca.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gamenca a:hover { display:block; background:url(images/common/game-menu-nca.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gamenca a:active { display:block; background:url(images/common/game-menu-nca.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gametbc { float:left; }
.gametbc a { display:block; background:url(images/common/game-menu-tbc.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gametbc a:hover { display:block; background:url(images/common/game-menu-tbc.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gametbc a:active { display:block; background:url(images/common/game-menu-tbc.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gametmt { float:left; }
.gametmt a { display:block; background:url(images/common/game-menu-mt.jpg) 0 0 no-repeat; width:90px; height:90px; text-decoration:none;}
.gametmt a:hover { display:block; background:url(images/common/game-menu-mt.jpg) 0 -180px no-repeat; width:90px; height:90px; text-decoration:none;}
.gametmt a:active { display:block; background:url(images/common/game-menu-mt.jpg) 0 -90px no-repeat; width:90px; height:90px; text-decoration:none;}

.gamediv { width:95%; text-align:center; background:url(images/common/gamepagetop.jpg) repeat-x #e7e9ef; margin:0 auto; padding:40px 0 40px 0;}
