@charset "utf-8";
/* CSS Document */


.grdHeaderRow {
	background-color: #f2f6f8;
	color: #000;
	margin-top: 10px;
	padding-top: 10px;
	font-size: small;
	font-weight: bold;
}
.grdHeaderRow a 
{
	color: #000;
	font-size: inherit;
	font-weight: inherit;
}

.grd 
{
    background-color: #f2f6f8;
}
.grdRowAlt
{
	background-image: url(../images/grd_row.gif);
	background-repeat: repeat-x;
	background-position: top;
    color: #000;
	font-size: small;
	font-weight: normal;
	border-bottom: sold 1px #000;
}
.grdRow
{
	background-color: #fff;
    color: #000;
	font-size: small;
	font-weight: normal;
	border-bottom: solid 1px #000;
}
.grdRowEdit
{
	background-color: #999;
	font-size: 85%;
	margin: 0 0 0 0;
	list-style-type: none;
}


.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 99;
}
.modalPanelOuter 
{
    background-color: #000;
    z-index: 99;
    
}
.modalPanelInner
{
    background-color: #333;
    color: White;
    overflow:auto;
    z-index: 99;
}



.busyOuterOverlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 500px;
    position: absolute;
    background-color: Transparent;
    z-index: 999;
    -moz-opacity:0.85;
    padding-top: 25%;
    padding-left: 30%;
}

.busyInnerOverlay
{
    text-align: center;
    width: 350px;
    border: 1px solid black;
    padding: 10px;
    background-color: #eee;
    z-index: 998;
    -moz-opacity:1.00;
}


.passwordBarBorder
{
    border-style: solid;
    border-width: 1px;
    width: 150px;
}

.passwordBarIndicator
{
    color: orange;
    background-color: orange;
}
.passwordText
{
    font-size: small;
}