@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=80); /* IE */
	-moz-opacity: .80; /*older Mozilla*/
	-khtml-opacity: 0.8;   /*older Safari*/
	opacity: 0.8;   /*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: 24px; 
	background-color:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99); /* IE */
	-moz-opacity: .99; /*older Mozilla*/
	-khtml-opacity: 0.99;   /*older Safari*/
	opacity: 0.99;   /*supported by current Mozilla, Safari, and Opera*/
}


/* ************************************************************* */
/* 	collapsible div styles */
a.dsphead{
   text-decoration:none;
   margin-left:.1em;}
a.dsphead:hover{
   text-decoration:underline;}
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;}
.dspcontcontainer{
   display:none;
   color:#444444; 
   margin-left:.1em;
   margin-right:.1em;
   border:none; }
.dspcont{
   display:none;
   color:#DDDDDD; 
   margin-left:.1em;
   margin-right:.1em;
   margin-bottom:20px;
   border:1px solid #FFFFFF;
   padding:4px;}
.collapseList-header {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#663333;}
.collapseList-header2 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#663333; }
/* 	end of collapsible div styles */
/* ************************************************************** */
