/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*   Print CSS file for Mendo Litho Web site.     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	font-size:	 medium;
	font-family:"Palatino Linotype", Georgia, Arial, Verdana, Times;
	background-color:#ffffff;
	color:#000000;
	}

#globalnav { display:none; }

.virtualpage {
	/*width:			900px;*/
	border:	1px	solid  #000000;
	}

.navigation {
	display:none;
}

.content {
	width: 85%; /*800px;*/
	float:left;
	padding:8px;
}

p, ul, li {margin-left:10%; margin-right:10%;}

/* * * * * * * * * * * * * * * * * * */
/*  Popup Menu Explanations  */
/* * * * * * * * * * * * * * * * * * */
.popUp {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	visibility: hidden;
	margin: 0 10px;
	padding: 5px;
	position: absolute;
	width: 125px;
	border: solid 1px black;
	text-align:left;
	}
	
#dhtmlgoodies_tooltip {
	background:url(../images/footer-bg.gif) repeat left center; 
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;		
}
	
#dhtmlgoodies_tooltipShadow {
	position:absolute;
	background-color:#556655;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}