﻿.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}

/*Textbox Watermark*/

.unwatermarked {
	
	width:148px;
	font-weight:bold;
}

.watermarked {
	
	padding-left:2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}



.progressBar
{    
border:1px solid Red; 
background-color:#CCFFCC;
position:fixed;
left:40%;
top:40%;
Width:150px;
height:42px;
z-index:1000;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color :Ivory;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-size:10px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-size:11px;
	cursor :pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : Ivory;
	color : Black;
	padding : 1px;
	font-size:10px;
}



/* Popup Control Extender Autocomplete */

.outerPopup 
{
    background-color:transparent;  
    padding:1em 6px;
    
}

.innerPopup
{
    background-color:Ivory;
    
}

.modalBackground 
{
     background-color:#000;
     filter:alpha(opacity=70);
     opacity:0.7;
}