/* MailSite ExpressPro 8.0.4.7 */
/* calendarStyle.css Copyright 2005-2007 Rockliffe, Inc. */

.calendar td
{
	font-size: 11px;
}

.title
{
	font-weight: bold;
	background-color: #D7D7E5;
}

.day
{
	width: 21px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #A5C7EF;
	border-style: solid;
	background-color: #FFFFFF;
}

.dayhover
{
	width: 21px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #A5C7EF;
	border-style: solid;
}

.dayheader
{
	width: 21px;
	text-align: center;
	font-weight: bold;
}

.othermonthday
{
	color: #999999;
	background-color: #A5BFE1;
}

.outofrangeday
{
	visibility: hidden;
}

.selectedday
{
	width: 21px;
	background-color: #F6DE4A !important;
	color: #000000;
	font-weight: bold !important;
}

.topheadertext
{
	font-family: Arial Black;
	font-size: 15px;
	color: #4A495E;
	line-height: 20px;
	text-align: center;
}

.today
{
	width: 21px;
	background-color: #FBE694;
	color: #000000;
	border-style: solid;
	font-weight: normal;
}

.calendar
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	background-color: #FCF8CF;
	cursor: default;
	margin:5px;
}

.month
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.nextprev
{
	cursor: pointer;
	height: 21px;
	vertical-align: center;
	padding: 0px 5px 0px 5px;
}

.selector
{
	width: 14px;
	cursor: pointer;
	text-align: left;
	vertical-align: center;
}

.monthselector
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	width: 21px;
	background-color: #EDECDD;
	background-image: url(images/dayheader_bg.gif);
	background-position: left bottom;
	cursor: pointer;
}

.weekselector
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	background-color: #E3EFFF;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #E3EFFF;
	border-right: 1px solid #E3EFFF;
	height: 21px;
	width: 29px;
	cursor: pointer;
}

.selectorHeader 
{
	background-image: url(images/calendar/selector_header_background.gif); padding: 5px; padding-right: 4px;
}
