body, p, ul, ol, li {font: 9pt Arial, Helvetica, sans-serif; color:#000000;}
td {font: 9pt Arial, Helvetica, sans-serif; color:#000000;}
input {font:9pt Arial, Helvetica, sans-serif; color:#000000; border: 1px solid #888;}
a {font-weight:bold;color:#000;text-decoration:none;}
a.small {font-size:7pt;font-weight:bold;color:#000;font-style: italic;}
a:hover {color:#f00;background-color:Transparent;}
a:hover.title {color:#f00;background-color:Transparent;}
a:hover.titlesmall {font-size:7pt;color:#f00;background-color:Transparent;}
h1 {font-size: 11pt;}
h2 {font-size: 10pt;}
h3 {font-size: 9pt;}

.icon {background-color: #444; border: 2px outset #888;}
.tableheader {color:#000; font-size: 8pt; font-weight: bold; text-transform: uppercase;}
.title {color:#000; font-size: 9pt; font-weight:bold;}
.titlesmall {color:#000; font-size:7pt; font-weight:bold;}
.small {font-size:7pt;}
.highlight {color:#f00;}
.tableBorderTop {border-top: 1px solid #000;}

.loginInputLabel 
{
	font: bold 9pt Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0 0.5em;
}

.width01 {width: 48px;}
.width02 {width: 56px;}
.width03 {width: 68px;}
.width04 {width: 75px;}
.width05 {width: 88px;}
.width06 {width: 100px;}
.width07 {width: 116px;}
.width08 {width: 128px;}
.width09 {width: 140px;}
.width10 {width: 152px;}
.width11 {width: 165px;}
.width12 {width: 180px;}
.inputButton 
{
	position: relative;
	height: 30px;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
	white-space: nowrap;
	overflow: hidden;
		background-color: #eeeeee;
         background-image: none;
         background-position: left top;
}
	.inputButton input 
	{
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		font-weight: bold;
		text-transform: uppercase;
		background-color: Transparent;
		border: 2px outset #eee;
		z-index: 1;
		cursor: pointer;
	}
	.inputButton span 
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		color:#77cdd0;
		font-weight: bold;
	    text-transform: uppercase;
		text-align: center;
		line-height: 30px;
		border: 0px solid #fc3;
		z-index: 0;
	}

.size01 {font-size: 100%;}
.size02 {font-size: 100%;}
a.formButton
{
	position: relative;
	margin: 0 4px 0 0;
	padding: 5px 1em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	background-color: #eeeeee;
    background-image: none;
    background-position: left top;
    border: 2px outset #eee;
}
a.formButton:hover {
	color: #000;
	background-color: #eeeeee;
}


.header_logo {
   width: 100%;
   text-align: right;
   vertical-align : middle;
   background-color:#000;
}
.header_logo div {
   margin: 8px;
   margin-bottom: 0;
   font : 21px "Courier New" Courier monospace;
   font-weight: bold;
   color: #FFF;
}
.header_logo div a img {
   margin: 6px;
}
.formTable {
   border-top: 0;
   border-bottom: 0;
   background-color: #eee;
}
.formTable tr td {
   background-color: #eee;
}
.cellbg {
   background-color: #eee;
}
.cellbgWhite {
   background-color: #FFF;
}
.AltBGTable,
.AltBGTable tr td 
{
	background-color: #000000;
	color: #fff;
}

.AltBGTable a,
.AltBGTable b,
.AltBGTable h1,
.AltBGTable h2,
.AltBGTable h3 {
	color: #77cdd0;
}

.AltBGTable a:hover {color: #fff; background-color: #ef3f4a;}

#accountLoginHeader {
   width: 614px;
   height: 30px;
   background-color: #000;
   color: #fff;
   border: 0 solid #000;
}

   #accountLoginHeader a {
	  padding: 5px 1em; 
      color: #000;
	  font-weight: bold;
	  text-transform: uppercase;
	  text-decoration: none;
      line-height: 26px;
	  background-color: #eee; 
	  border: 2px outset #eee;
   }
   #accountLoginHeader b {
      color: #fff;
   }

   #accountLoginHeader .positionRight {
	  margin: 2px 0;
   }
   #accountLoginHeader .positionLeft {
      margin: 10px 1em;
   }

   #accountLoginHeader form {
      margin: 0;
   }
   #accountLoginHeader label,
   #accountLoginHeader input,
   #accountLoginHeader #loginButton {
      float: left;
   }
   #accountLoginHeader label {
      margin: 8px 0 0 1em;
      color: #fff;
      font-weight: normal;
      font-style: normal;
      letter-spacing: normal;
   }
   #accountLoginHeader input {
      margin: 5px;
   }
      #accountLoginHeader #loginButton {
         position: relative;
         float: right;
         width: 120px;
         height: 30px;
         margin: 0;
         background-color: Transparent;
      }
         #loginButton input {
            float: none;
            margin: 0;
            color: #000;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            border: 2px outset #eee;
            background-color: #eee;
         }
         
            #loginSpecial {}
            
            #loginSpecial #accountLoginHeader {
               width: 200px;
               height: 100%;
               padding-top: 8px;
            }
            #loginSpecial .positionLeft,
            #loginSpecial .positionRight,
            #loginSpecial .positionRight a {
               float: none;
               display: block;
               padding: 0;
            }
            #loginSpecial label,
            #loginSpecial input,
            #loginSpecial #loginButton {
               float: none;
               display: block;
               width: 100%;
               text-align: left;
            }
            #loginSpecial label {
               margin: 8px 8px 0 8px;
            }
            #loginSpecial input {
               margin:  0 0 12px 0;
            }
            #loginSpecial #loginButton input {
               text-align: center;
            }
            
         #registerButton {
            position: relative;
            width: 200px;
            height: 30px;
            margin: 1em 0;
            background-color: Transparent;
            background-image: none;
            background-position: left top;
         }
            #registerButton a {
               color: #000;
               display: block;
               line-height: 30px;
               text-decoration: none;
               text-transform: uppercase;
               background-color: #eee;
               border: 2px outset #eee;
            }



.positionLeft {
   float: left;
}
.positionRight {
   float: right;
}



.buttonGradient_left,
.buttonGradient_right {
   position: absolute;
   display: block;
   top: 0;
   bottom: 0;
   height: 100%;
   width: 0;
   background-repeat: no-repeat;
}
.buttonGradient_left {
   left: 0;
   background-image: none;
   background-position: left top;
}
.buttonGradient_right {
   right: 0;
   background-image: none;
   background-position: right top;
}



#logoHeader {
   width: 614px;
}

#navHeader {
   position: relative; 
   width: 614px;
   height: 30px;
   margin: 1.2em 0 2em 0;
   background-color: #000;
}

   #navHeader ul {
      margin: 0;
      padding: 0;
      overflow: auto;
      text-align: center;
   }
      #navHeader ul li {
         display: inline; 
         padding: 0;
         text-align: center;
         text-transform: uppercase;
      }
         #navHeader ul li a {
			margin-left: -0.3em;
			padding: 9px 4px;
            color: #fff;
            font-size: 90%;
            line-height: 30px;
            text-decoration: none;
            white-space: nowrap;
         }
         #navHeader ul li a.active,
         #navHeader ul li a:hover {
            color: #f00;
			background-color: #fff;
         }
         
         
#navFooter {
   width: 614px;
   overflow: auto;
}

   #navFooter #navHeader {
      margin: 1.2em 0 0.5em 0;
      background-color: #000;
      background-image: none;
   }

      #navFooter .buttonGradient_left,
      #navFooter .buttonGradient_right {
         display: none;
      }

      #navFooter ul {}
         #navFooter ul li {}
            #navFooter ul li a {
               color: #fff;
            }
            #navFooter ul li a.active,
            #navFooter ul li a:hover {
			   color: #f00;
			   background-color: #fff;
            }
   #navFooter .adbeastLogo {
      margin: 0;
   }
