﻿body 
{
	/* Lookup CSS COlors */
	/* http://www.w3schools.com/css/css_colornames.asp */
	font-family:Verdana;
	font-size:12px;
}

div
{	
	background-color: white;
}

.textbox
{
	background-color:Transparent;
	border-style:inset;
	font-weight:bold;
	color:Black;	
}

.textboxnoborder
{
	background-color:Transparent;
	border-style:none;
	font-weight:normal;
	font-size:10pt;
	color:Black;	
}

.textboxbold
{
	background-color:Transparent;
	border-style:none;
	font-weight:bold;
	font-size:12pt;
	color:black;
}
                       
.textboxUserDesc
{
	border-style:none;
	font-weight:bold;
	color:White;
	background-color:#CC0000;
	height:15px;
	font-style:italic;
	width:100%;
}
       
.buttonlightred
{
	background-color:#FFE4E1;	/*MistRose*/
	color:Black;
}

.buttonred
{
	background-color:#CC0000;	
	color:White;
}

.buttondarkyellow
{
	background-color:#CC9933;	
	color:Black;
}

.buttonmedyellow
{
	background-color:#FFCC33;	
	color:Black;
}

.buttonlightyellow
{
	background-color:#FFFFCC;	
	color:Black;
}

.buttonblue
{
	background-color:#6699CC;	
	color:Black;
}

.label1
{
	color:Black;
	font-weight:bold;
	border-style:none;
}

.td_line
{
	background-color:#CC0000;
	height:15px;
}
.SecondGridCaption
{
    font-size:large;
    font-weight:bold;
    background-color: #4682b4;
    color:White;
    table-layout: auto;
}

/**********************************************************/
/* MASTER GRID 
/**********************************************************/

.mastergrid
{
	color:#333333;
	border-color:#CC0000;	/* Red */
	border-style:solid;
	border-width:1px;
	background-color:Transparent; 
	width:100%;
	height:10px;	
}

.mastergridheader
{
	background-color:#CC0000;			/* Red	*/
	color:White;		/* VS Bug: Does not take -- had to include in the page also */
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}

.mastergridfooter
{
	background-color:#CC0000;		/* Red */
	font-weight:bold;
	color:White;	
}

.mastergridrow
{
	background-color: #F7F6F3;		/* ? */
	color:#333333; 
	height: 30px; 		
}

.mastergridaltrow
{
	background-color:#FFE4E1;	/* Misty Rose */
	color:Black;
}

.mastergridselrow
{
	border-bottom-style:inset;
/*	background-color: #BC8F8F;	*/	/*Rosy Brown */
	background-color: #CD5C5C;		/*Rosy Brown */
	font-weight:bold;
	color:#333333;
}

.mastergridedit
{
	background-color: #999999;		/* Gray */
}

.mastergridpager
{
	background-color:#CC0000;
	color:White;
	text-align:center;
}

.masterGridCaption
{
    font-size:large;
    font-weight:bold;
    background-color: #FFE4E1;
    color:White;
    table-layout: auto;
}

.td_alert
{
	background-color:#FFFFFF;
	height:15px;
	color:#CC0000;
	font-weight:bold;
	border-style:none;
}
