﻿div.flyout
	{
	display: none; 
	overflow: auto; 
	z-index: 2; 
	background-color: #FFFFFF; 
	border: solid 1px #D0D0D0;	
	position:absolute;
	}

div.info
	{
	display: none; 
	z-index: 2; 
	opacity: 0; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	font-size: 12px; 
	border: solid 1px #CCCCCC; 
	padding: 5px; 
	position:absolute;
	left: 0px; 
	top: 80px; 
	}
div.box
	{
	clear: right;
	border-top: 1px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	width:90%;
	margin-left: 5%;
	padding: 3 em; 
	}
div.boxcenter
	{
	border-bottom: 1px solid gray;
	background-image: url(~/Images/gray-tabbkgd.bmp);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 1 em; 
	text-align:center;
	}
div.boxleft
	{
	text-align:left;
	border-bottom: 1px solid gray;
	background-color: #fffbeb;
	
	}
div.button
	{
	clear: right;
	}
div.aspbutton
	{
	background-color: #666666; 
	color: #FFFFFF; 
	text-align: center; 
	font-weight: bold; 
	text-decoration: none; 
	border: outset thin #FFFFFF; 
	padding: 5px; 
	clear:left;
	}
.gridHover
{
	color: Gray;
    cursor:pointer;
    cursor:hand;
}
.gridSelected
{
	color: Gray;
    background: #feeeac url(Images/gold-tabbkgd.bmp) repeat-x bottom;	
}
	
