/**** Begin of SMALL movie table classes ****/
.SMALLtable {
	width:100%; 
	height:auto; 
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
   font-weight: bold;
   color: #0000FF;
	padding: 3px;
	background-color: #000000;
	/*border: 2px solid yellow;*/
}

.SMALLtable a:visited {
	text-decoration: none;
   color: #0000FF;
}

.SMALLtable a {
	text-decoration: none;
   color: #0000FF;
}

.SMALLtable a:active {
	text-decoration: none;
	color: #282896;
}

.SMALLtable a:hover {
	text-decoration: none;
	color: red;
}

.SMALLheader {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
   font-weight: bold;
	background-color: #282896;
   color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.SMALLfield {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 14px;
   font-weight: bold;
   color: #0000FF;
}

.SMALLcategory {
    font-weight: bold;
    color: #282896;	
}

.SMALLvalue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
   color: #002142;
}

.SMALLline1 {
	background-color: #FAFBB3;
}

.SMALLline2 {
	background-color: #DDDDDD; /*787AAC;*/
}
/**** End of SMALL table classes ****/