﻿.calendarHeadings
{
    padding-left: 10px;
    font-weight: bold;
    color: #2c7cbc;
    font-size: 12px;
}
.calendar
{
	width: 100%;
	margin-left: 1px;
	.margin-left: 0;
	margin-top: 1px;
	.margin-top: 0;
	border: 1px solid #333;
}
.calendar td
{
	vertical-align: top;
	font-weight: normal;
	padding: 0;
}
.calendar div
{
	min-height: 100px;
	_height: 100px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
}
.calendar a
{
	display: block;	
	text-decoration: none !important;	
}
.calendar a:hover
{
	text-decoration: none !important;	
}
.calendar .day 
{
	display: block;
	text-align: right;
	font-weight: bold;
}
.calendarDay
{
	height: 40px;
	text-align: left;
	border: 1px solid #333;	
}
.calendarOtherMonth
{
	height: 40px;
	text-align: left;
	visibility: hidden;
	border: 1px solid #333;
}
.calendarDayHeader 
{
	background: #e4e4e4;
	padding: 3px !important;
	border: 1px solid #333;
}
.calendarTitle td
{
	background: #333;
	color: White;
	font-weight:bold;
	padding: 3px;
	padding-bottom: 2px;
	#padding-bottom: 3px;
	_padding-bottom: 4px;
}
.calendarNextPrev a
{
	color: White !important;
	background: none !important;
	display: inline !important;
}
.calendarNextPrev a:hover
{	
	text-decoration: underline !important;
}
.calendarWeekend
{
	background: #e4e4e4;
	text-align: left;
	border: 1px solid #333;
}
.eventDay 
{
	background: #2c7cbc !important;
	color: White !important;
}
.eventDay a 
{
	color: White !important;
}
.eventDay a:hover
{
	background: #00447e;
}
.calendarToday 
{
	background: #cccccc;
	text-align: left;
	border: 1px solid #333;
}
/* Tool Tips */
.calendarTip  
{
	width: 400px; 
	background: white;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
}
.calendarTip .tip-top  
{
}
.calendarTip .tip-title 
{ 	
}
.calendarTip .tip-text 
{ 	
	padding: 10px;	
	border: 1px solid #525252;
}
.calendarTip .tip-bottom 
{ 
}
