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

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

TABLE.main-maintable{background:#DDDDDD; width:490px;}
TD.main-maintable{background:#DDDDDD; width:490px; height:490px;}
TABLE.main-contenttable{}
TD.main-contenttd{background:#DDDDDD; width:70px; height:70px; margin:1px} /*controls grid panels*/
TD.main-contenttd-light{background:#000000; width:70px; height:70px; margin:1px; font-family:arial, serif; font-size:12px; color:#000000;}
	
	TD        {font-family:arial; font-size:12px; color:#000000; text-align:center; background:#DDDDDD} /*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:#AAAAAA} /*Background changes "half" panels. Color does nothing*/
	
	TD.line   {background:#000000} /*Does nothing.*/
	
	TD.main-blank  {background:#f7f7f7; 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:#888888; text-decoration:underline;}
	a:link    {font-family:arial; font-size:12px; color:#888888; text-decoration:underline;}
	a:visited {font-family:arial; font-size:12px; color:#888888; text-decoration:underline;}
	a:hover   {font-family:arial; font-size:12px; color:#000000; text-decoration:none;}
    
