﻿.today 
{
	cursor: hand;
	COLOR: black; 	
	font-size: x-small; 	
	FONT-WEIGHT: bold
}
.days 
{
	COLOR: navy;
	font-size: xx-small; 	
	FONT-WEIGHT: bold; 
	TEXT-ALIGN: center
}
.dates 
{
	cursor: hand;
	COLOR: black; 	
	font-size: x-small; 	
	TEXT-ALIGN: center
}
#ifrCalendar	
/* this is the iframe that "SHIMS" the floating calendar.  Before changing its style, please make sure calendar popup still covers any windowed control (select, etc) */
{
	width: 158px;
	height: 138px;
	DISPLAY: none; 
	POSITION: absolute; 
	Z-INDEX: 9;
}

/* Style for the the calendar page */
.CalendarHead
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	border-top:solid 1px dimgray;
	border-bottom:solid 1px dimgray;
	height:24px;
}
.CalendarCell
{
	height:80px;
	font-family:Arial;
	font-size:8pt;
	border-right:solid 1px dimgray;
	border-bottom:solid 1px dimgray;
}
.CalendarCellRight
{
	height:80px;
	font-family:Arial;
	font-size:8pt;
	border-bottom:solid 1px dimgray;
}
/*************************************/
.ajax__calendar_container
{
    z-index: 9;
}