﻿
.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: none;
}

.popupHover {
	/*background-image:url(Images/header-opened.png);*/
	background-repeat:repeat-x;
	background-position:left top;
/*	background-color:#F5F7F8;*/
	opacity:.4;
	filter: alpha(opacity=40);
    font: 11px Verdana, Arial, Helvetica, sans-serif;
   /* color: #333333;*/
    text-decoration: none;
    cursor: hand;
    background-color: WhiteSmoke;
    border: 1px outset Gray;
}

.modalBackground {
	background-color:#FEFEFE;
	filter:alpha(opacity=50);
	opacity:0.5;
	width: 100%;
	vertical-align: middle;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index:100;
	border: none;
}

.modalBackground2 {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}