 .smallLink {
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:9px;
 }
 
  #nofloat { 
 	
	margin: 2px 2px 2px 2px; 
	
}

 #floatright { 
 	float: right;
	margin: 2px 2px 2px 2px; 
}
 #floatleft { 
 	float: left;
	margin: 2px 2px 2px 2px; 
} 

/* Used to display text near the hit counter*/
.hitCounter {
 	float: right;	
	margin: 5px 5px 5px 5px; 
	background: #000000;
	color: white;
}
/* Used to keep the collapsible panel heigher than the film area so that square for the film does not bleed over */	
.heightSpacer {

	height: 250px;
	
	background: RGB(240,240,240);
	overflow: auto;
}
/* The larger spacer used in certain ways */
.heightSpacerLarge {

	height: 500px;
	
	background: RGB(240,240,240);
}
 .collapsiblePanelText {
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:12px;
 }
 
 .tableColors {
			
			padding:2px;
			border:1px solid #aaccff;
			background: RGB(240,240,240);
			color: #000;

 }
 
  .filmsTable {
			
			padding:2px;
			width: 100%;
			background: #000;
			color: #000;

 }
 
.tableHeader {
			
			background: #03F;
			color: #FFFFFF;

 }
 .tableFooter {
			
			background: black;
			color: #FFFFFF;

 }
.clean-gray{
	border:solid 1px #aaccff;
	background-color: #CCC;
	color:#000;
	padding:6px;
	text-align:center;
	width: 98%;
} 
.headerColumn{
	background-color: #CCC;
	color:#000;
	padding:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bolder;
	
} 
.tableWithBorder {
	margin: 1em 0 0 0;
	border: 1px solid #98A0A6;
	
}