.calendar_table {

}
.calendar_form fieldset {
	border-color: #EAEAEA;
	padding: 0px 0px 0px 0px;
	spacing: 0px 0px 0px 0px;
}
.calendar_form select {
	position: relative;
	width: 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}
.calendar_form input.submit_button {
	width: 150px;
	height: 28px;
	vertical-align: top;
}
.calendar_form img.submit_button {
	width: 150px;
	height: 28px;
	vertical-align: top;
}
.calendar_form table {
}
.calendar_form td.submit_button {
	height: 28px;
	padding: 0px 0px 0px 0px;
	spacing: 0px 0px 0px 0px;
}

.year_calendar_table {

}
.year_calendar_table .year_selection_href a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.month_calendar_table {

}
.calendar_month_table {
	background-color : #DEDEDE;
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 200px;
}
.calendar_month_table tr {
	background-color : #FFFFFF;
}
.calendar_month_table td {
	padding:0px 1px 0px 1px;
}
.calendar_month_table .year_selection {
	background-color:#EEEEEE;
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
.calendar_month_table .year_selection_href {
	background-color:#EEEEEE;
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
.calendar_month_table .year_selection_href a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
.calendar_month_table .year_selection_href a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
.calendar_month_table .year_selection_href a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.calendar_month_table .month_selection {
	background-color:#EEEEEE;
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
.calendar_month_table .month_selection_href {
	background-color:#EEEEEE;
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
.calendar_month_table .month_selection_href a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
.calendar_month_table .month_selection_href a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
.calendar_month_table .month_selection_href a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.calendar_month_table .month_name {
	background-color:#EEEEEE;
	border: 1px solid #EEEEEE;
	color: #000000;
	text-align: left;
}
.calendar_month_table .weekdays_header {
	background-color: #808080;
	border: 1px solid #808080;
	text-align:center;
	color: #FFFFFF;
	font-size: 8pt;
	width: 3.2ex;
}
.calendar_month_table .weeknumber_header {
	background-color: #808080;
	border: 1px solid #808080;
	text-align:center;
	color: #000000;
	font-size: 8pt;
	width: 3.2ex;
}
.calendar_month_table .weeknumber {
	background-color: #DEDEDE;
	color: #999999;
	text-align: right;
}
.calendar_month_table .emptyday {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	color: #333333;
	text-align: right;
}
.calendar_month_table .day {
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	text-align: right;
}
.calendar_month_table .sunday {
	background-color: #FF6A6A;
	border: 1px solid #FFFFFF;
	text-align: right;
	font-weight: 600;
}
.calendar_month_table .vacation {
	background-color: #90EE90;
	border: 1px solid #FFFFFF;
	text-align: right;
}
/* ================================================ */
/*                   HOVER STYLES                   */
/* ================================================ */
.calendar_month_table td.day:hover {
	background-color: #595959;
	color: #FFFFFF;
}
.calendar_month_table td.sunday:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
.calendar_month_table td.vacation:hover {
	background-color: #2E8B57;
	color: #FFFFFF;
}

.checkbox_input {
	display: none;
}

.checkbox_span {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
}
.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
}

/* background: url(/images/checkbox.png) no-repeat; */
/* background: url(/images/radio.png) no-repeat; */
/* background: url(/images/select.png) no-repeat; */

