/*
#
# Copyright (C) 2005 Soj Design
# soj@sojdesign.com, http://www.sojdesign.com/
# 
# You may not redistribute the code to anyone in any fashion.
# You may create numerous games from the template, but you
# may not resell the code or create a copy for anyone else's use. 
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
*/

FONT
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica;
    COLOR: #CCCCCC;
}
TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica
    COLOR: #CCCCCC;
}
BODY
{
    FONT-SIZE: 12px;
	BACKGROUND-COLOR: #000000;
    FONT-FAMILY: Verdana,Helvetica
    COLOR: #CCCCCC;
}
P
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica
}
DIV
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica
}
INPUT, SELECT, TEXTAREA {
    font-family:  Verdana,Helvetica;
    border: 3px round #828282;
    background-color: #C0C0C0;
    color: #000000;
    cursor: pointer;
    display: -moz-inline-box;  
    display: inline-block;
}
FORM
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana,Helvetica
}
IMG
{
    border-color: #8C9691;
}
A:link
{
    COLOR: #990000;
	font-weight: bold;
}
A:active
{
    COLOR:  #990000;
	font-weight: bold;
}
A:visited
{
    COLOR: #990000;
    font-weight: bold;
}
A:hover
{
    COLOR: #CCCCCC;
	font-weight: bold;
}
.header{
	TEXT-ALIGN: center;
}
.footer{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana,Helvetica;
	TEXT-ALIGN: center;
}
.polltext{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana,Helvetica;
}
.nfotxt{
    FONT-SIZE: 9px;
    FONT-FAMILY: Verdana,Helvetica;
}
.bodycell{
	border: 1px solid #000000;
	background-color: #000000;
	padding: 2px;
        COLOR: #CCCCCC;
}
.bodycell2{
	border: 1px solid #000000;
	padding: 2px;
	background-color: #000000;
        COLOR: #CCCCCC;
}
.bodycell3{
	border: 2px solid #000000;
	background-color: #000000;
	padding: 2px;
	text-align: center;
	font-weight: bold;
        font-size: 16px;
        COLOR: #AA0000; 
}
.bodycell4{
	border: 1px solid #000000;
	padding: 2px;
	background-color: #000000;
	vertical-align: top;
        COLOR: #CCCCCC;
}
.bodycell5{
	border: 1px solid #000000;
	padding: 2px;
	background-color: #000000;
        COLOR: #CCCCCC;
}
.txtboxgap{
	font-size: 8px;
}
.smlhead{
	text-align: center;
	font-weight: bold;
        font-size: 10px;
}
.percentbar{
	border: 1px solid #000000;
}
.pbgreen
{
	background-color: #009900;
}
.pbred
{
	background-color: #800000;
}
hr{
	color: #BEBEBE;
	border: 1px dashed #BEBEBE;
}
.nbanner {
	background-color: #506E7F;
	height: 26px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border: 1px solid #31596A;
}
.nbinput {
	background-color: #99B0BF;
	border-color: #31596A;
	border-style: solid;
	border-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #14313D;
	font-size: 11px;
}
    #tabs17 {
      font: bold 14px/1.5em Verdana;
      float:left;
      width:100%;
      background:change-background;
      line-height:normal;

      }
    #tabs17 ul {
	margin:0;
	padding: 0px 0px 0 0px;
	list-style:none;
      }
    #tabs17 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs17 a {
      float:left;
      background:url("/images/menu/tableft17.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs17 a span {
      float:left;
      display:block;
      background:url("/images/menu/tabright17.gif") no-repeat right top;
      padding: 5px 30px 10px 5px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs17 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs17 a:hover span {
      color:#FFF;
      }
    #tabs17 a:hover {
      background-position:0% -42px;
      }
    #tabs17 a:hover span {
      background-position:100% -42px;
      }