﻿body 
{
 color:#999999;
 font-size:11px;
 font-family:Verdana;
  background-color:Black;
  text-align:center;
}

.TextBox
{
 font-family:Verdana;
 font-size:12px;
	
}


LABEL
{
 color:#999999;
 font-size:11px;
 font-family:Verdana;
}

.linkbutton
{
	text-decoration:none;
	color:#cccccc;
}

.linkbutton:hover
{
	text-decoration:underline;
	color:#cccccc;
}

A
{
 text-decoration:none;

}

A:hover
{
	text-decoration:underline;
	color:#666666;
 }

.backgroundpopup
{
	background-color:#333333;
	
	filter:alpha(opacity=90);
	opacity:0.7;
}

.modalPopup {
	background-color:#333333;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.Hoverr
{
	text-decoration:none;	
}

.Hoverr:hover
{
	text-decoration:underline;
}



.Popupextender
{
	color:Black;
	font-size:20px;
}


.flyOutDiv
{
     display: none; 
     position: absolute; 
     width: 400px; 
     z-index: 3; 
     opacity: 0; 
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0)); 
     font-size: 14px; 
     border: solid 1px #CCCCCC; 
     background-color: #FFFFFF; 
     padding: 5px;
} 

.flyOutDivCloseX
{
 background-color: #666666; 
 color: #FFFFFF; 
 text-align: center; 
 font-weight: bold; 
 text-decoration: none; 
 border: outset thin #FFFFFF; 
 padding: 5px; 
} 


wireFrame {
display:       none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

CloseButtonStyle {
background-color: #666666; 
color: #FFFFFF; 
text-align: center; 
font-weight: bold; 
text-decoration: none; 
border: outset thin #FFFFFF; 
padding: 5px;
}