.AccentedText
{
	color: Green;
}
.AccentedText2
{
	color: #cc9966 ;
}
.ApplicationArea1
{
    background-color:#edeeee;
}
.ApplicationArea2
{
    background-color:#CCCC99;
}
.Calendar
{
	border: solid 2 black;
}
.CalendarSelectedDay
{
	background-color:Yellow;
}
.CalendarSelector
{
	background-color:Blue;
	color:White;
}
.CalendarHeader
{
	background-color:Whitesmoke;
	color:Gray;
}
.CalendarDayHeader
{
	background-color:Whitesmoke;
	color:Gray;
}
.CalendarDay
{
	background-color:lightblue;
}
.CalendarToday
{
	background-color:whitesmoke;
}
.CalendarWeekendDay
{
	background-color:whitesmoke;
}
.CalendarDisabledDay
{
	background-color:whitesmoke;
}
.DataHeader
{
	background-color:#669900;
    color:White;
    font-size:12pt;
    font-weight:bold;
}
.DataField
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10pt;
}
.DataLabel
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	
}
.FormButton
{
}
.FormLabel
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
.GeneralText
{
	color:Black;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size: 10pt;
}
.Grid1Container
{
    border-style:solid;
    border-width:1px;
    border-color:White;
}
.Grid1Header
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
    background-color:#669900;
    color:White;
    font-weight:bold;
    font-size:10pt;
    text-align:left;
    border-bottom-width:0px;
    border-right-width:0px;
    border-top-width:0px;
    border-left-width:1px;
    border-style:solid;
    border-color:White;
}
.HeaderText
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size:12pt;
    font-weight:bold;
    color: #49596a;
}
.HeaderBackground
{
	 background-color:Gray;
}
.Instructions1
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size:10pt;
}
.Instructions2
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size:8pt;
}
.Row1
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10pt;
}
.Row1MouseOver
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	background-color:#669900;
	font-size:10pt;
	color:White;
	cursor:hand;

}
.Row1Alternating
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10pt;
	background-color:whitesmoke;
}
.Row2
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10pt;
	background-color:white;
}
.Row2Alternating
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:10pt;
	background-color:whitesmoke;
}
.Tab
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	background-color:#8b8b69;
    color:White;
}
.TabOver
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	background-color:#8b8b69;
    color:Black;
}
.SelectedTab
{
	background-color:#C1C0AB;
	font-weight:bold;
}