/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image: url(images/gradh.jpg);
    background-repeat: repeat;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


.required
{
	background-image: url(images/required.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.disabled
{
	background-color: Silver;
}

.enabled
{
	background-color: White;	
}	

.record-count
{
	text-align: right;
	font-weight: bold;
}


.header
{
	width: 100%;
	height: 24px;
	background-color: #660000;
	color: White;
	font-family: Verdana,Arial,helvetica,san-serif;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;	
	padding-left: 10px;
	padding-top: 2px;
	z-index: 103;
}

/*
.validation-error
{
        border: 1px solid red; 
}

.validation-valid
{
        border:  none; 
}
*/

.message
{
	display: none;
	width: 200px;
	height: 100px;	
	border: 1px solid black;
	background-color: #660000;
	color: White;
	position: absolute;
	top: 300px;
	left: 250px;
	z-index: 1030;
	text-align: center;
	
}

.message a
{
	text-decoration: none;
	color: White;
}

.dialog-header
{
	background-color: White;
	color: Black;
	height: 30px;
	width: 100%;
	text-align: center;	
}

.dialog-footer
{
	color: White;
	font-family: bold;	
	cursor: hand;
}

#busydiv
{
	display: none; 
	border: 1px solid black; 
	width: 220px; 
	background-color: white; 
	height: 80px; 
	text-align: center; 
	position: absolute; 
	top: 304px; 
	left: 376px; 
	z-index: 1038;
	padding: 20px;
	font-weight: bold;
}

#CloseWindow
{
	z-index: 1039; 
	right: 5px; 
	position: absolute; 
	top: 3px; 
	text-decoration: none; 
	color: white;	
}
