/*This file controls the main styles for the header table containing the main logo, login strip and rightbox */

#headerTable table /*main logo*/
{
	background-image: url('../../images/logo.gif'); /*main logo image */
	background-repeat: no-repeat;  /*stop the background repeating */
	vertical-align:center;
	width : 800px; 
	height : 200px;
	border:0;
}

#headerTable td.headerRightBox /*box on the right*/
{
  background-image: url('../../images/search_bg.gif'); 
	background-repeat: no-repeat;
	vertical-align:center;
  width : 200px;
  height : 176px;
  /*set image to be opaque 50%*/
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50; 
  font-size:10px; 
}

#headerTable img
{
  text-align:top;
  vertical-align:middle;
 	
}

#headerTable td.headerLoginBox /*login box*/
{
  background-image: url('../../images/login_bg.gif'); 
	background-repeat: no-repeat;
	vertical-align:bottom;
	text-align:bottom;
  height : 46px;
  /*set image to be opaque 50%*/
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50; 
  padding:0px;
  margin:0px;
  
  }
  
#headerTable form.loginfrm
{
vertical-align:middle;
}
/*set of spacers to allogn the boxes on top the logo image*/
#headerTable td.topSpacer /*stop the search hitting the border*/
{
  height : 8px;
}
#headerTable td.leftSpacer /*stop the login hitting the border*/
{
  width : 8px;
}
#headerTable td.bottomSpacer /*stop the login hitting the bottom*/
{
  height : 10px;
}
#headerTable td.middleSpacer /*push the search box to the right*/
{
  height : 125px;
}
#a_stats
{
background-image: url('../../images/a_stat.gif'); 
background-repeat: no-repeat;
height:176px;
width:188px;
font-size:12px;
font-family: "trebuchet ms", verdana, sans-serif;
}

#a_stats_win
{
color:green;
text-align:left;
}

#a_stats_win a
{
color:green;
text-align:left;
font-weight:3px;
}

#a_stats_lose
{
text-align:left;
color:red;
}

#a_stats_lose a
{
color:red;
text-align:left;
font-weight:3px;
}
