
body
{
background-color: black
}


tr
{
font-family:"Trebuchet MS";
color:#808080;
font-size: 70%;
}

tr.nested
{
font-size: 100%;
}


a
{
font-family:"Trebuchet MS";
color:#CC9933;
}


h6
{
font-family:"Trebuchet MS";
color: #CC9933;
font-size: 110%;
}


h5
{
font-family:"Trebuchet MS";
color: #CC9933;
}


/* --------------------------------------------*/
/* Image Gallery */
/* --------------------------------------------*/

div.img
{
  margin: 2px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
  background:#181C18;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #000000;
}
div.img a:hover img 
{
  border: 1px solid #ffffff;
}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  color: #CC9933;
}

/* --------------------------------------------*/
/* Table Format */
/* --------------------------------------------*/
table
{
/*position: relative;
left:50px;*/
background: #000000;
width:768px;
}

td.TopSpacer
{
color:#000000;
height:100px;
}


td.NavBar
{
/*height:100px;*/
}
td.Spacer
{
color:#000000;
height:10px;
}



/* --------------------------------------------*/
/* Position */
/* --------------------------------------------*/

div.image_header
{
position: absolute;
top:12px;
left:-50px;
/*left:100px; */
z-index:1;
}

div.player_position
{
position:absolute;
top:-15px;
right:-5px;
z-index:1;
}

div.center_content
{
position:absolute;
left:50%;
margin-left:-364px; /* this centers the table by going over 1/2 way through the screen and then moving back to the left half the distance of the table width */
}



/* --------------------------------------------*/
/* Rounded Corner Tables */
/* --------------------------------------------*/
Div.box 
{ 
  background: #242824;
  width: 768px;
}
Div.boxtopright
{ 
  background: url('images/ne.gif') no-repeat top right; 
}
Div.boxtopleft
{ 
  height: 10px; 
  padding: 0px 12px 0px 12px;
  background: url('images/nw.gif') no-repeat top left; 
}
Div.boxbottomright
{ 
  background: url('images/se.gif') no-repeat bottom right; 
}
Div.boxbottomleft
{ 
  height: 10px; 
  background: url('images/sw.gif') no-repeat bottom left; 
}
Div.boxcontent 
{
  padding: 0px 12px 0px 12px;
  background: url('images/BG_Image.gif') no-repeat
}
Div.boxcontentNoImage
{
  padding: 0px 12px 0px 12px;
}

/*

Old BG Image BG_Test2.gif

Old colors
Blackish Green:181C18

*/