body
{
  background: #767676;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

img
{
  border: 0px;
}

a, a:active, a:visited
{
  color: #08a9d8;
  text-decoration: none;
}

a:hover
{
  color: #006786;
  text-decoration: underline;
}

h2, h3, h4
{
  color: #ffffff;
  margin: 0px;
  margin-bottom: 5px;
  background-color: #006786;
}

h3
{
  font-size: 12pt;
  text-align: center;
}

h4
{
  font-size: 10pt;
}

ul, li
{
  margin: 0px;
  padding: 0px;
}

li
{
  margin-left: 15px;
}

.right
{
  float: right;
}

.left
{
  float: left;
}

.clear
{
  clear: both;
}

.clearleft
{
  clear: left;
}

#site
{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  color: #ffffff;
}

#header
{
  height: 130px;
//  background-image: url('/images/header-back.png');
  background-color: #171411;
}

#header #logo
{
  width: 455px;
  height: 130px;
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
}

#header #logo a
{
  display: block;
  height: 100%;
}

#header #logo a span
{
  display: none;
}

#header #PresenterImg
{
  position: relative;
  top: -100px;
  left: 350px;
}

#ticker
{
  clear: right;
  float: right;
  width: 500px;
}

#banner
{
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}

#mpubanner
{
  width: 250px;
  margin-bottom: 5px;
}

#attraction
{
  background-image: url('/images/info-back.png');
  height: 91px;
}

#attraction #flash
{
  float: left;
  background-image: url('/images/fancy-left.png');
  background-repeat: no-repeat;
  height: 91px;
  width: 250px;
}

#attraction #nownext
{
  float: right;
  margin: 10px;
  background-image: url('/images/now-next-back.png');
  background-repeat: no-repeat;
  width: 280px;
  height: 59px;
  padding-top: 8px;
  padding-left: 357px;
  font-size: 14pt;
  font-weight: bold;
  line-height: 25px;
}

#attraction #nownext a, #attraction #nownext a:active, #attraction #nownext a:visited
{
  color: #002487;
}

#nownext span
{
  font-size: 12pt;
  font-weight: normal;
}

#content
{
  padding: 5px;
}

#col
{
  float: left;
  width: 250px;
}

#maincol
{
  float: left;
  margin-left: 5px;
  width: 730px;
}

#onnow
{
  padding: 3px;
  margin-bottom: 5px;
  color: #ffffff;
  background-color: #006786;
}

#onnow a, #onnow a:active, #onnow a:visited, #nownext a, #nownext a:active, #nownext a:visited
{
  color: #ffffff;
  font-weight: bold;
}

#menu a, #menu a:visited, #menu a:active
{
  color: #ffffff;
}

#menu .menuItem
{
  margin-bottom: 2px;
  font-size: 12pt;
  font-weight: bold;
  background-color: #181818;
}

#menu .normal
{
  padding: 3px;
}

#menu .active
{
  padding: 3px;
  background-color: #006786;
}

#submenu div
{
  padding-top: 2px;
  padding-left: 15px;
  font-size: 10pt;
}

#footer
{
  background-image: url('/images/footer-back.png');
}

#footer h4
{
  background: none;
}

#footer a, #footer a:visited, #footer a:active
{
  color: #ffffff;
}

#footer #sponsored
{
  float: left;
  margin: 5px;
}

#footer #about
{
  margin: 5px;
  padding-left: 5px;
  border-left: 1px solid #ffffff;
  width: 245px;
  float: right;
  font-size: 8pt;
}

#copyright
{
  margin: 5px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-size: 8pt;
  color: #000000;
}

#copyright a, #copyright a:visited, #copyright a:active
{
  color: #000000;
}

/* Calendar */
#calendarBox table td
{
  text-align: center;
}

/* Box */
.box
{
  /* border: 1px dotted #2c2c2c; */
  margin-bottom: 5px;
  background-color: #181818;
  color: #e7e7ea;
}

.post-content, .box-content
{
  padding: 3px;
}

.reply-content
{
  font-size: 9pt;
  font-color: #666666;
}

.post-footer
{
  border-top: 1px solid #c1c1c3;
  color: #b2bab8;
  text-align: right;
  font-size: 8pt;
}

/* News */
#news
{
  width: 730px;
  background-image: url('/images/header-back.png');
  background-repeat: repeat-x;
}

#news-image
{
  float: left;
  width: 270px;
  height: 100px;
  text-align: center;
}

#news-items
{
  float: left;
  margin-left: 10px;
  width: 440px;
  padding: 5px;
}

#news-items .item
{
  border-bottom: 2px dotted #4c4c4c;
}

#news-items .item .articleSelected
{
  background-color: #454556;
}

#hiddenImages
{
  display: none;
}

.threecol
{
  float: left;
  margin-top: 5px;
  width: 240px;
}

.threecol .box-content
{
  min-height: 200px;
}

.margin
{
  margin-right: 5px;
}

/* Forum Styles */
#forum .info
{
  font-style: italic;
  color: #888888;
  padding: 2px;
}

#forum .postblock
{
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 4px;
}

#forum .postbit
{
  background-color: #ffffff;
  width: 150px;
  float: left;
  clear: left;
  text-align: center;
}

#forum .post
{
  margin-left: 150px;
  border-left: 1px solid #DDDDDD;
  padding: 2px;
}

#forum .post hr
{
  border: 1px solid #DDDDDD;
}

#forum .post .info
{
  font-size: 8pt;
}

#forum .quicklinks
{
  text-align: right;
}

#forum #quickreply, #forum #advpost
{
  border: 1px solid #333333;
  background-color: #DDDDDD;
  text-align: center;
}

#forum #quickreply textarea, #forum #advpost textarea
{
  width: 98%;
  height: 125px;
}

#forum #quickreply input[type=submit], #forum #advpost input[type=submit]
{
  margin: 0px;
}

#forum #advpost input[type=text]
{
  width: 50%;
}

#showSchedule th
{
  border-bottom: 2px dotted #4c4c4c;
}

#showSchedule .selected
{
  background-color: #454556;
}

.bbcode *
{
  line-height: 100%;
}

.deleted
{
  background-color: #7c3a3a;
  color: #999999;
}

