﻿


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	/*background-color : inherit;*/
	background-color : #EFE6BD;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : outset;
	
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : none;
  	filter:alpha(opacity=80);
  opacity:0.6;
  
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #815904;
	color: white;
	padding: 0px;
	border-width : 1px;
	border-style : outset;
		filter:alpha(opacity=80);
  opacity:0.6;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : HighlightTxt;
	color : windowtext;
	padding : 1px;
			filter:alpha(opacity=80);
  opacity:0.6;
}




/*Modal Popup*/
.modalBackground {
	background-image: url(images/VSTA-BG.jpg);
	filter:alpha(opacity=65);
	opacity:0.6;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	width:250px;
	
	
}


.modalpopupadvancedsearch
{
    filter: alpha(opacity=70);
    opacity: 0.70;
    background-image: url(images/VSTA-BG.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat-x;
}


.modalBackgroundpleasewait {
	background-color:black;
	filter:alpha(opacity=65);
	opacity:0.65;
}



.modalBackgroundpleasewait2 {
	background-image: url(images/VSTA-BG.jpg);
	filter:alpha(opacity=65);
	opacity:0.65;
}

.modalPopuppleasewait {
	background-color:#ffffff;
	border-width:10px;
	border-style:double;
	border-color:darkgray;
	padding:3px;
	text-align:center;
}

.modalPopuppleasewait2 {
	background-color:#ffffff;
	border-width:10px;
	border-style:double;
	border-color:Lime;
	padding:3px;
	text-align:center;
}





.hiddenpleasewait {display:none}

.hyperlinks {
	color : Yellow;
	font-weight:bold;
	text-decoration:none;
		
}

.hyperlinks:hover {
	color : white;
	font-weight:bold;
text-decoration:none;
		
}


.DataListStyle {
	color : Blue;
	font-weight:bold;
	text-decoration:none;
		
}

.DataListStyle:hover {
	color : red;
	font-weight:bold;
text-decoration:none;

		
}


.HyperEnlarge {  
     color : #000E79;   
     background-image: url(images/Enlarge.png);
     Height:23px; 
     Width:88px;
     text-decoration:none;
     font-weight:bold;

}


.HyperEnlarge:hover {
    color : #000E79; 
     background-image: url(images/EnlargeOver.png);
     Height:23px; 
     Width:88px;
     text-decoration:none;
     font-weight:bold;
}


.imageclass {  
     
     
  background-color:#ffffff;
	border-width:2px;
	border-style:dotted;
	border-color:white;
	padding:0px;

	
  

}


.imageclass:hover
{
     background-color:#ffffff;
   
    border-width: 2px;
    border-style: dotted;
    border-color: blue;
    padding: 0px;
    
    
}