BODY
{
	background: #FFF8E3;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

H1
{
	color: #FFCC00;
}

H2
{
	color: #FFCC00;
	font-size: 8ex;
	font-weight: bold;
	text-align: center;
}

TABLE   {color: #000000}

a:link  {color:#c0c0c0; text-decoration: underline}

a:visited {color: #666666}

H1 	{font-size: 10pt; font-family: verdana,helvetica,tahoma,arial,sans-serif; text-align: center}

H2 	{font-size: 18pt; font-family: verdana,helvetica,tahoma,arial,sans-serif}

a  	{font-size: 10pt; font-family: verdana,helvetica,tahoma,arial,sans-serif}

TABLE 	{font-size: 10pt; font-family: verdana,helvetica,tahoma,arial,sans-serif}

P	{font-size: 10pt; font-family: verdana,helvetica,tahoma,arial,sans-serif; color:White}

.logo   {position:absolute;left:0px;top:0px;}

.header {color: #FFA34F; font-size: 24pt; font-family: verdana,helvetica,tahoma,arial,sans-serif; text-align: center; font-weight: bold;}

a.calendar:link {color: #006699; font-size: 7pt; font-weight:bold;}

a.calendar:visited {color: #006699; font-size: 7pt; font-weight:bold;}

a.calendar:hover {color: #000000;}

.otherMonth
{
    border: thin solid #CCCCCC;
    width: 75px;
    height: 55px;
    background-image: url('images/calbg.jpg');
    text-align:left;
    vertical-align:top;
}

.day
{
    border: thin solid #CCCCCC;
    width: 75px;
    height: 55px;
    font-size: 8px;
    background-color: #f8f8f8;
    color: #b57878;
    text-align:left;
    vertical-align:top;
}

.day a:link{ color:#b57878}



IMG{ border-color:White; border:none}

td { color:Black}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
}

.modalTable
{
	background-color:White;	
}


/***********************************************
 Grid Styles
***********************************************/
.GridHeader
{
            background-color: #da754e;
            color: #E2ECFF;
            font-weight: bold;
            height: 23px;
            padding-left: 8px;
            background-image: url("images/DataGridHeaderBackground.jpg");
            background-repeat: repeat-x;
            padding-top: 2px;
            border-bottom: 1px solid #db4105;
}

.GridView
{
	border: Solid 1px DimGray;
	cursor: default;
	color: white;
	text-align:left
}

.GridHeader th
{
 border-bottom: 1px solid #db4105;
}

.gridDivide
{
	border-right: lightgrey 1px dashed;
}

.GridViewRowStyle
{
	color: #333333;
	background-color: #F7F6F3;
}

.GridViewEditStyle
{
	/*background-color: #999999;*/
	background-color: #ffffaa;
	color: black;
}

.GridViewSelectStyle
{
	background-color: #E2DED6;
	color:#333333;
	font-weight:bold;
}

.GridViewAlternatingRowStyle
{
	background-color: #E0E0E0;
	color: #284775;
}

.GridViewEmptyStyle
{
	background-color: #F7F7DE;
	color: #284775;
}

.GridViewPagerStyle
{
	background-color: #33332d;
	color: White;
	text-align: center
}

.GridIconHeader
{
	font-size: 6pt;
	padding-left: 2px;
}

.DataViewEditStyle
{
	background-color: ActiveBorder;
}

.DataViewCommandRowStyle
{
	background-color: #E2DED6;
	text-align: center;
}

.CalGig
{
    background-color: #FFCC00;
    border: 1px solid #FF9900;
    padding: 5px 0px 5px 0px;
    margin-bottom: 3px;
}
