/* The Left Menu Overlay */


/* 
.menuOverlay {border-style:solid;border-width:1px;border-color:white;height:616;width:211;position:absolute;left:2;top:39;background-color:black;filter:alpha(opacity=70)}
*/

/* Main Client Area Overlay */


.mainOverlay {border-style:solid;border-width:1px;border-color:white;height:616;width:800;position:absolute;left:215;top:39;background-color:rgb(0,20,0);filter:alpha(opacity=70)}

/* Color used for accent text (not consistently employed yet) */

.accent {color:lightbrown}

/* Apply styles to the main overlay here, all front end main screens use this */

/*
.gameScreenContainer {

	scrollbar-base-color: black;
  	scrollbar-face-color: black; 
  	scrollbar-track-color: black; 
  	scrollbar-arrow-color: white;
  	scrollbar-highlight-color: white; 
  	scrollbar-3dlight-color: white; 
  	scrollbar-3ddark-color: white; 
  	scrollbar-shadow-color: white;
  	scrollbar-darkshadow-color: black; 
	
	
}  
*/
