﻿BODY
{
	
	font-size: small;
	margin: 0px;
	font-family: Arial, Verdana;
	background-color: #dcdcdc;
}

A:link {
	COLOR: #b8860b
}
A:visited {
	COLOR: #b8860b
}
A:hover {
	COLOR: #ffd700
}

.SitePath A
{
	text-decoration: none;
}
.SitePath A:hover
{
	text-decoration: underline;
}

.HeaderLinks A
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.HeaderLinks A:hover
{
    color: #FFCC00;
}

.RequiredStar
{
	color: Red;
}

.Example
{
	font-size: xx-small;
}

.DataManagerPaging
{
	color: Black;
	background-color: #dcdcdc;
}

.DataManagerPaging A:link
{
	color: Black;
}

.DataManagerPaging A:visited
{
	color: Black;
}

.PageTitle
{
	font-weight: bold;
	font-size: medium;
	color: black;
}

.HeaderTop
{
	BACKGROUND-COLOR: #FFFFFF;
}

.HeaderMenu
{
	font-size: x-small;
	BACKGROUND-COLOR: #006600;
}

.Header1Pix
{
	BACKGROUND-COLOR: #000000;
}

.Body1Pix1
{
	BACKGROUND-COLOR: #000000;
}

.LeftMenu
{
	BACKGROUND-COLOR: #006600;
}

.WizInstructText
{
	font-size: xx-small;
}
.WizTopHeading
{
	font-weight: bold;
	font-size: small;
}

.WizInputPrompt
{
}


.WizButton
{
	font-weight: bold;
	font-size: x-small;
}

/* 
######################################
########## Grid Styles
*/
.GridStyle
{
	border-color: #E0E0E0;
	border-width: 1px;
	border-style: Solid;
	width: 100%;	
	border-collapse: collapse;
	-moz-user-select: none;
}

.HeaderStyle
{
	background-color: #dcdcdc;
	font-weight: bold;
	color: #000000;
}
.RowHighlight
{
	background-color: #fffacd;
}
.RowStyle
{
	background-color: #ffffff;	
}
.AlternateRowStyle
{
	background-color: #EEEEEE;
}
.EmptyDataRowStyle
{
	background-color: #fafafa;
	text-align: center;
	font-size: medium;
}
.FooterStyle
{
	font-weight: bold;
}
.PagerStyle
{
	background-color: #dcdcdc;
	font-weight: bold;
}



table[id$=fixedTable]>tbody:first-child>tr:nth-child(4){
    vertical-align:top;
}

table[id$=fixedTable]>tbody:first-child>tr:nth-child(5)>td:nth-child(3){
    display:block;
}

table[id$=fixedTable]>tbody:first-child>tr:first-child {
    background-color:#fff!important;
    height:0px;
}

div[id*=AsyncWait_Wait]{
    top:50px!important;
}

div[id*=AsyncWait_Wait] a {
    display:none;
}

div[id=rv]{
    position:relative;
}