/**** Begin of BIG movie table classes ****/
#BIGtable {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:auto; 
	overflow: hidden;
	/*background-color: #CCCCCC;*/ 
	/*border: 2px solid yellow;*/
}

.BIGheader {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
   font-weight: bold;
	background-color: #282896;
   color: #FFFFFF;
}

.BIGfield {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
   font-weight: bold;
   color: #0000FF;
	cursor: help;
}

.BIGcategory {
    font-weight: bold;
    color: #282896;	
}

.BIGvalue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
/*	background-color: #FAFBB3;*/
    	color: #002142;
}

.BIGline1 {
	background-color: #FAFBB3;
}

.BIGline2 {
	background-color: #CEE3DE;/*#DDDDDD;*/ /*787AAC;*/
}
/**** End of BIG table classes ****/
