﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#F3F7F4;
	border-width:2px;
	border-style:solid;
	border-color:#26726A;
	padding:3px;
	width:33em;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;			
	border: solid 1px #C8A000;
	padding: 3px;
	background-color: #F7E9BE;
/*	background: transparent url(images/gradient01.gif) repeat-y 0 0; 
	opacity:.9;
	filter: alpha(opacity=90);*/
	
}

.popupHover 
{
	border: solid 1px #C8B35F;	
	background-color:#FDCC00;
	padding: 3px;
}