@charset "utf-8";

/* CSS Document */

.calendar
{
	padding-top: 58px;
	padding-right: 10px;
	padding-bottom: 19px;
	padding-left: 13px;
	position: relative;
	font-size: 11px;
}

.calendar .month-name
{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: 178px;
	background-color: #427ec8;
	padding: 6px;
}

.calendar .month-arrows
{
	float: left;
	width: 76px;
	text-align: right;
}

.calendar .cell:link,
.calendar .cell:active,
.calendar .cell:visited
{
	float: left;
	height: 15px;
	width: 37px;
	background-color: #5c5a33;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-bottom: 2px;
}

.calendar .cell:hover
{
	background-color: #676538;
	color: #FFFFFF;
}

.calendar .cell-action:link,
.calendar .cell-action:active,
.calendar .cell-action:visited
{
	color: #FFFFFF;
	background-color: #32311f;
	background-image: url(../images/calend-action-arrow.gif);
	background-repeat: no-repeat;
	background-position: 29px 13px;
}

.calendar .cell-other:link,
.calendar .cell-other:active,
.calendar .cell-other:visited
{
	color: #757348;
	background-color: #a3a064;
}

.calendar .cell-current:link,
.calendar .cell-current:active,
.calendar .cell-current:visited
{
	color: #403f22;
	background-color: #fff356;
	height: 15px;
	width: 37px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
}

.calendar .cell-now:link,
.calendar .cell-now:active,
.calendar .cell-now:visited
{
	color: #403f22;
	background-color: #fff356;
}

.calendar .day-header
{
	float: left;
	height: 17px;
	width: 37px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #427ec8;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.calendar .calendarInfo
{
	background-color: #fffaba;
	font-size: 10px;
	color: #666666;
	position: absolute;
	width: 265px;
	z-index: 10;
	top: 100px;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	left: 40px;
	display: none;
}

.calendar .calendarInfo .closeButton
{
	font-size: 12px;
	font-weight: bold;
	background-color: #fffaba;
	text-align: right;
	color: #7A5026;
	text-transform: uppercase;
}

.calendar .calendarInfo a:link,
.calendar .calendarInfo a:active,
.calendar .calendarInfo a:visited
{
	color: #292E35;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.calendar .calendarInfo a:hover
{
	background-color: #fffaba;
}

.infoBubble
{
	color: #292E35;
	text-decoration: none;
	display: block;
	padding: 6px;
}

