@charset "utf-8";
/* CSS Document */


.grdHeader 
{
	background-color: #0067ac;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 1px 6px 1px 6px;
	list-style-type: none;
}
.grdHeader a
{
	color: #fff;
}
.grdFooter
{
	background-color: #333;
	color: #fff;
	font-size: smaller;
	font-weight: bold;
	margin: 0 0 0 0;
	list-style-type: none;
}

.grdRow 
{
	background-color: #fff;
	font-size: 85%;
	margin: 0 0 0 0;
	list-style-type: none;
}
.grdAltRow
{
	background-color: #EFF3FB;
	font-size: 85%;
	margin: 0 0 0 0;
	list-style-type: none;
}
.grdRowEdit
{
	background-color: #999;
	font-size: 85%;
	margin: 0 0 0 0;
	list-style-type: none;
}


.busyOuterOverlay
{
    position: absolute;
    top: 0px;
    width: 500px;
    height: 500px;
    background-color: Transparent;
    z-index: 999;
    -moz-opacity:0.85;
    padding-top: 25%;
    padding-left: 30%;
}

.busyInnerOverlay
{
    position: absolute;
    text-align: center;
    width: 350px;
    border: 1px solid black;
    padding: 10px;
    background-color: #eee;
    z-index: 998;
    -moz-opacity:1.00;
}