 
body{
	background-color: #000000;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}


table {
	background-repeat:no-repeat;
	color:#ffffff;
	}

td.text {
	color:#ffffff;
	font-size:0.65em;
	font-family: verdana,sans-serif,verdana,Geneva, Helvetica;
	}

td.text2{
	color:#666666;
	font-size:0.65em;
	font-family: verdana,sans-serif,verdana,Geneva, Helvetica;
	}

td.text3{
	color:#666666;
	font-size:0.8em;
	font-weight:bold;
	font-family: verdana,sans-serif,verdana,Geneva, Helvetica;
	}	
	
td.textblack {
	color:#000000;
	font-size:1em;
	font-family: verdana,sans-serif,verdana,Geneva, Helvetica;
	}
	
a{
text-decoration:underline;
font-weight:bold;
color:#90aacf;
}

a.casting{
text-decoration:none;
font-weight:bold;
color:#666666;
}

a.casting:hover{
text-decoration:none;
font-weight:bold;
color:#ffffff;
}

a img { border:none;  }

a:hover{
color:#90aacf;
font-weight:bold;
text-decoration:underline;
}

.center {
	text-align: center;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:490px; height:200px; 
    z-index:5; 
	}
div#wn	{ 
	position:absolute; 
	left:110px; top:20px; 
	width:380px; height:180px; 
	clip:rect(0px, 380px, 180px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:30; top:10;
  width:11px; height:180px; 
  font-size:1px; z-index:1;
  }
div#track { 
   position:absolute; left:0; top:14px;
  width:16px; height:153px;
  background: url("../images/bar_bg.gif") #336 repeat;
  z-index:1
  }
div#dragBar {
  position:absolute; left:1px; top:0px;
  width:16px; height:17px;
  background: url("../images/bar.gif") no-repeat;
  z-index:1
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }


