
BODY
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
TD
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFE0;
    /* Change the color from green to light yellow */
	/*background-color: #c0d9af; */
}
TABLE
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    
}
SELECT
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A
{
    FONT-WEIGHT: normal;
    COLOR: #000099;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #990000;
    TEXT-DECORATION: underline
}
P
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TEXTAREA
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}
.casestyle
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff
}
.casetext
{
    COLOR: #ffffff
}
.clsButton
{
	font-weight: bolder;
	font-size: 11px;
	color: black;
	border-top-style: groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: groove;
	border-left-style: groove;
	background-color: #ffffff;
	border-bottom-style: groove;
}

.clsHeading
{
	font-weight: bold;
	font-size: 13pt;
	font-family: Verdana;
}
.clsSubHeadingOne
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Verdana;

}
.clsSubHeadingTwo
{
	font-weight: bold;
	font-size: 8pt;
	color: maroon;
	font-family: Verdana;
}
.clsSubHeadingThree
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.clsGridTitle
{
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: peru;
	border-bottom-style: outset;
	font-weight:bold;
	
}

.clsGridItem
{
	background-color: silver;
}
.clsGridSelectedItem
{
	background-color: mediumslateblue;
}

.clsGridAlternativeItem
{
	background-color:Lightgray;
}

.clsGridFooter
{
	background-color: peru;
}

.clsSaveButton
{
	background-color:yellow;
	border-color:Blue;
	font-weight:bold;
}
.clsDownArrowSaveButton
{
	width:100;
	height:40;
}
.clsSubTitle
{
	color: blue;
	background-color: silver;
}
.clsTDBackground
{
	background-color:lightblue;
}
.clsTopMenuCell
{
	BORDER-RIGHT: mediumslateblue thick outset; 
	BORDER-TOP: mediumslateblue thick outset; 
	BORDER-LEFT: mediumslateblue thick outset; 
	BORDER-BOTTOM: mediumslateblue thick outset; 
	BACKGROUND-COLOR: lightblue; 
	TEXT-ALIGN: center
}	

/* ------ START--------- 04/08/2011 This is the style sheet for the schedule function*/
.item {
	text-align: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.bground {
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #EEEEEE;
}
.title {
	text-align: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #DDDDDD;
	FONT-WEIGHT: bold;
	color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#DDDDDD' , EndColorStr= '#000000' );
}
.rangeheader {
	text-align: center;
	vertical-align: baseline;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #DDDDDD;
}

.val-hidden
{
	color:Red; display:none;
}
.val-show
{
	color: red; display:inline;
}
/* ------ END--------- 04/08/2011 This is the style sheet for the schedule function*/