﻿body
{
}

.transparent
{
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;  
	background-color: Black;
}
.nontransparent{color: White;}

.HideDiv
{
	  FONT-FAMILY: verdana;
	  FONT-SIZE:12px;
	  COLOR: gray;	  
	  z-index: 1004; 	  
	  visibility: hidden; 	  
	  position: absolute
} 
.ShowDiv
{
	FONT-FAMILY: verdana;	  
	FONT-SIZE:.8em;	  
	FONT-WEIGHT: 600;	  
	COLOR: white;	  
	BACKGROUND: gray; 	  
	z-index: 1004; 	  
	visibility: visible; 	  
	position: absolute;	  
	border: #000000; 	  
	border-style: groove; 	  
	border-top-width: 2px; 	  
	border-right-width: 2px; 	  
	border-bottom-width: 2px; 	  
	border-left-width: 2px
} 