﻿
.cal_Theme1 .ajax__calendar_container 
{
	background-color: #e2e2e2;
	width:182px;
	border:solid 1px #cccccc;
	z-index:500000;  
	position:inherit; 
	padding:inherit;
	vertical-align: baseline;
	filter: progid:DXImageTransform.Microsoft.Shadow();
} 
.cal_Theme1 .ajax__calendar_header
{	
	background-color: #ffffff; 
	margin-bottom: 4px;
	z-index:500000;
} 
.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev
{
	color: #004080; 
	padding-top: 10px;
	z-index:500000;
} 
.cal_Theme1 .ajax__calendar_body
{
	background-color: #e9e9e9; 
	border: solid 1px #cccccc;
	z-index:500000;
} 
.cal_Theme1 .ajax__calendar_dayname
{
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 4px; 
	margin-top: 2px;
	z-index:500000;
} 
.cal_Theme1 .ajax__calendar_day
{
	text-align:center;
	z-index:500000;
} 
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active
{
	color: #004080; 
	font-weight:bold; 
	background-color: #ffffff;
	z-index:500000;
}  
.cal_Theme1 .ajax__calendar_today
{
	font-weight:bold;z-index:500000;
}  
.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb;
	z-index:500000;
} 
.ajax__calendar 
{ 
    position: inherit; 
    left: 0px !important; 
    top: 0px !important; 
    visibility: visible; display: block; 
    z-index :500000;
} 
.ajax__calendar iframe 
{ 
    left: 0px !important; 
    top: 0px !important; 
    z-index :500000;
} 
