﻿.Calander
{
    font-size: 8pt;
    font-family: Verdana;
}

.Calander 
{ 
	font-size: 8pt;
    font-family: Verdana;
}

.CalendarOtherMonthDayStyle
{
    background-color: #f5f5f5;
    color:navy;
    font-size: 8pt;
}


.CalendarTodayDayStyle
{
    border-right: #8b0000 1px solid;
    border-top: #8b0000 1px solid;
    border-left: #8b0000 1px solid;
    border-bottom: #8b0000 1px solid;
    font-weight: bold;
    color: blue;
    font-size: 8pt;
}
.CalendarTitleStyle
{
    font-size: 8pt;
    font-family: Verdana;
    background-color: #e0e0e0;
}

.CalendarDayStyle
{
    font-size: 8pt;
    font-family: Verdana;
    color: black;
}

.CalendarSelectedDayStyle
{
	font-size: 8pt;
    color: white;
    background-color: black;
}

.MonthYearDropDownStyle
{
	font-size: 8pt;
    color: black;
    background-color: black;
}
.TodayButtonStyle
{
	
	font-size: 8pt;
    
}
INPUT
{
	font-size: 8pt;
}
div.gridDiv
{ 
	position: absolute;
	background-color: #f3f7fa; 
	width: 200px;
	height:100px;
	display:none;
	overflow:auto;
	border:1px solid #000000;
	z-index:1; 
}         
.gridInnerDiv
{ 
    position: absolute;
    width:194px;
    height:75px;
    overflow:auto;
} 
.divTDClass
{
    background-color: #8cc1e1;
    width:100%;
    height:1px;
    border:1px solid;            
    text-align:right;        
}
.divTRClass
{
    height:1px;
    border:1px solid #000000;
}