
#dropmenudiv{position:absolute;border:1px solid black;border-bottom-width: 0;font:normal 12px Verdana;line-height:18px;z-index:100;}
#dropmenudiv a{width: 100%;display: block;text-indent: 3px;border-bottom: 1px solid black;padding: 5px 0;text-decoration: none;font:normal 11px tahoma;}
#dropmenudiv a:hover{ /*hover background color*/background-color:#ECECEC;}


.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=50);
	opacity:0.6;
}

.modalProgressBlueBackground 
{
    background:#B7CFE8;
	filter:alpha(opacity=50);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=50);
	opacity:0.6;
}

.modalBackground 
{
     background-color:#0159a3;
     filter:alpha(opacity=80);
     opacity:0.8;
}

.modalPopup
{
	background-color:#B7CFE8;
	border-color:#99c0ff;
	border-style:solid;
	border-width:2px;
	width:200px;
	display:block;
}

.modalTitle
{
	background-color: #c3d9ff;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
	color: black;
	font-family: 'Arial Black';
	text-align: center;
	padding-top:5px;
}

.modalForm
{
	padding: 5px 10px 0px;
	line-height: 1.3px;	
}

.CompletionList 
{ 
        font-size: 10px; 
        font-family: Tahoma;
        width: 300px; 
        height: 100px; 
} 
.CompletionListItem 
{ 
        font-size: 10px; 
        font-family: Tahoma;
        font-weight: normal; 
} 
.CompletionListHighlightedItem 
{ 
        font-size: 10px; 
        font-family: Tahoma;
        font-weight: bold; 
} 

