@charset "utf-8";
/* CSS Document */


/* ************************************************************* */
/* 	FlowPlayer - dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img { display:block; width:240px; height:240px; border:0px; }
/* play button on top of splash screenn */
div.playButton { background:url(../img/play.png) no-repeat; width:50px; height:50px; position:relative; top:-140px; left:125px; opacity:0.9; margin-bottom:-50px; }
/* play button upon mouseover */
div.playButton:hover { opacity:1.0; }
div#displaybox { z-index: 10000;  
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/ 
	-khtml-opacity: 0.5;   /*older Safari*/ 
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/ 
	background-color:#000000; position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle; }
/* this div just holds the innerHTML that we stuff into div#displaybox divs */ 
div#displaybox-master { z-index: 10000; 
	filter: alpha(opacity=50); /*older IE*/  
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/ 
	-khtml-opacity: 0.5;   /*older Safari*/ 
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/ 
	background-color:#000000; position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle; }
/* end of FlowPlayer styles */
/* ************************************************************* */

.nopaque { font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 36px; color:#990000; background-color:#FFFFFF; border:4px solid #EE0000;  
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99); /* IE */
	-moz-opacity: .99; /*older Mozilla*/ 
	-khtml-opacity: 0.99;   /*older Safari*/ 
	opacity: 1.0;   /*supported by current Mozilla, Safari, and Opera*/ }

/*	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99); -moz-opacity: .99; -khtml-opacity: 0.99; opacity: 1.0; */

/* ************************************************************* */
/* 	collapsible div styles */

/* 	end of collapsible div styles */
/* ************************************************************** */
