
/*
	Calendar
*/


div.calendar {
	/*border: 1px solid Red;*/
	display: none;
	padding: 0 28px;
}


div.calendar a:link,
div.calendar a:visited,
div.calendar a:hover {
	text-decoration: none;
	cursor: default;
}

div.calendar a.active:link,
div.calendar a.active:visited,
div.calendar a.active:hover {
	color: #313131;
	background-color: #BAEFBB;
}

div.calendar a:hover {
	background-color: #F4F4F4;
}


/*
	Calendar header
*/

table.calendar-header {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 14px;
}

table.calendar-header th {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 7px 5px 4px 0;
	white-space: nowrap;
	width: 5%;
}

/*table.calendar-header td {
	font-style: italic;
	white-space: normal;
	padding-left: 5px;
}*/

table.calendar-header a:link,
table.calendar-header a:visited,
table.calendar-header a:hover { /*entire date range link*/
	padding: 2px 5px;
}


/*
	Calendar body
*/

div.c-year {
	clear: both;
	margin: 12px 0 9px 0;
	/*margin-top: 3px;
	margin-bottom: 7px;*/
}

div.c-year a:link,
div.c-year a:visited,
div.c-year a:hover {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 7px;
	border: 1px solid #E3E3E3;
}


table.c-month {
	width: auto;
	margin: 7px 14px 7px 0px;
	float: left;
	border: 1px solid #E3E3E3;
	height: auto;
}


table.c-month-header {
	width: 100%;
}

table.c-month-header th,
table.c-month-header td {
	vertical-align: baseline;
	text-align: left;
	/*font-weight: normal;*/
	padding: 0;
	/*color: #B8B8B8;*/
}

table.c-month-header th {
	width: 5%;
}

table.c-month-header td {
	text-align: right;

}

table.c-month-header a:link,
table.c-month-header a:visited,
table.c-month-header a:hover,
table.c-month-header span,
table.c-month-header td {
	padding: 4px 5px;
}
table.c-month-header a:link,
table.c-month-header a:visited,
table.c-month-header a:hover,
table.c-month-header span {
	display: block;
	/*height: 0.1em;*/
}


table.c-days th,
table.c-days td {
	padding: 0;
	text-align: right;
	font-size: 0.85em;
}

table.c-days th { /*weekday labels*/
	font-weight: normal;
	color: #B79300;
	padding-right: 3px;
}
table.c-days th.marked {
	color: Red;
}

table.c-days a.c-week:link,
table.c-days a.c-week:visited,
table.c-days a.c-week:hover {
	color: #8C8DFF;
}

table.c-days a.c-week:link,
table.c-days a.c-week:visited,
table.c-days a.c-week:hover,
table.c-days span.c-week {
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	/*font-size: 1.1em;*/
}


table.c-days a:link,
table.c-days a:visited,
table.c-days a:hover,
table.c-days span {
	display: block;
	padding: 3px;
	/*height: 0.1em;*/ /*IE hover fix*/
}




/*
	inactive labels, days and weekdays
*/

table.c-month-header th,
table.c-month-header td {
	color: #ABABAB;
}
table.c-days span,
table.c-days span.c-week {
	color: #CDCDCD;
}