/* 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:white; font-size:12px; }
.namePageCol { width:50%; }
.namePageTable { width:100%; }
a img     { border-width:0; }
IMG {}
.noborder { border:0; }

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

TABLE.main-maintable{background:#2d2d2d; width:490px;}
TD.main-maintable{background:#2d2d2d; width:490px; height:490px;}
TABLE.main-contenttable{}
TD.main-contenttd{background:#2d2d2d; width:70px; height:70px; margin:1px} /*controls grid panels*/
TD.main-contenttd-light{background:#FFFFFF; width:70px; height:70px; margin:1px; font-family:arial; font-size:12px; color:#FFFFFF;}
	
	TD        {font-family:arial; font-size:12px; color:#CCCCCC; text-align:center; background:#2d2d2d} /*Background changes image panel, text backgrond on display.php. Color does nothing*/
	
	TD.half   {font-family:arial; font-size:12px; color:#FFFFFF; text-align:center; background:#202020} /*Background changes "half" panels. Color does nothing*/
	
	TD.line   {background:#000000} /*Does nothing.*/
	
	TD.main-blank  {background:#555555; color:#000000; font-size:12px;}/*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:arial; font-size:12px; color:#FFFFFF; text-decoration:underline;}
	a:link    {font-family:arial; font-size:12px; color:#FFFFFF; text-decoration:underline;}
	a:visited {font-family:arial; font-size:12px; color:#FFFFFF; text-decoration:underline;}
	a:hover   {font-family:arial; font-size:12px; color:#FFFFFF; text-decoration:none;}
    
