/* Module Page - FoodSafe Online Course */
/* Layout Stylesheet */ 
/*@import url('base.css');*/

div.transOFF {width: 100%; background-color: silver;border:1px solid black; }
div.transON  {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }


a.linkopacity img {
background-color: silver;
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
background-color: silver;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
.opacityOP area{
/*	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1.0;
*/
background-color: silver;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.opacityOP:hover area{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1.0;
	
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/

/*	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	margin:0px;*/
}

body{
	text-align:center;
	vertical-align:middle;
	margin:auto;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
 }
.bottomBorder{
	border-bottom:thin solid 1px
}	
/*Layout table for background-logo*/
#coverPageLogo{
	width:820px;
	margin:auto;
	border:solid 1px #000000;
}

/*Links menu in cover page*/
#coverMenu{
	border:solid 1px #000000;
	border-bottom:none;
}
		


/*Table for footer disclaimer*/
table#footerHolder{
		/* margin:auto;*/
		 font-size:1.0em;
		 border-top:none;
		 text-align:center;
		/*background-color:#999999;*/
		 height:32px;	 

}
	
table#footerHolder td
	{
		text-align:center; 
		border-top:none;
		border:solid 1px #000000;
	}
