/* Controls the javascript pop-ups.*/
.descriptionDiv { position:absolute; top:50px; left:-100px; background:#EEEEEE; border:1px solid black; color:black; width:200px; text-align:left; padding:7px; display:none; }
.statementDiv   { position:absolute; top:50px; left:-100px; background:#EEEEEE; border:1px solid black; color:black; width:400px; text-align:left; padding:7px; display:none; }

/*Controls the placement of names on the display page, also possibly the images on both jury, display and final dispay.*/
.radio {color:orange; font-size:11px; }
.namePageCol { width:50%; }
.namePageTable { width:100%; }
a img     { border-width:0; }
IMG {}
.noborder { border:0; }

/*Controls background.*/
BODY {background:#650909; text-align:center;}

TABLE.main-maintable{background:#FFFFFF; width:490px;}
TD.main-maintable{background:#FFFFFF; width:490px; height:490px;}
TABLE.main-contenttable{}
TD.main-contenttd{background:#FFFFFF; width:70px; height:70px; margin:1px}
TD.main-contenttd-light{background:#000000; width:70px; height:70px; margin:1px; font-family:times, serif; font-size:13px; color:#000000;}
	
	TD        {font-family:times; font-size:13px; color:#000000; text-align:center; background:#FFFFFF} /*Background changes image panel, text backgrond on display.php. Color does nothing*/
	
	TD.half   {font-family:times; font-size:13px; color:#FFFFFF; text-align:center; background:#999999} /*Background changes "half" panels. Color does nothing*/
	
	TD.line   {background:#000000} /*Does nothing.*/
	
	TD.main-blank  {background:#000000; color:#000000; font-size:10px;}/*Background changes grid lines. Color does nothing.*/
	.extraLeading {font-family:arial; font-size:12px; color:#000000; line-height:2;} /*Color does nothing.*/

/*Controls all links.*/	
	a         {font-family:times; font-size:13px; color:#000000; text-decoration:none;}
	a:link    {font-family:times; font-size:13px; color:#000000; text-decoration:none;}
	a:visited {font-family:times; font-size:13px; color:#000000; text-decoration:none;}
	a:hover   {font-family:times; font-size:13px; color:#000000; text-decoration:underline;}
    
