﻿.date_picker {
	height: 20px;
	position: relative;
}

#calendar_container {
	width: 169px;
	border: 1px solid #555555;
	background-color: #000000;
	padding: 10px;
	display: none;
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 0;
	font: 10px tahoma, sans-serif !important;
}

#calendar_container table {
	width: 100%;
	border-collapse: collapse;
}

#calendar_container td {
	text-align: center;
	vertical-align: middle;
	width: auto;
	height: auto;
}

#calendar_container .button {
	background-color: #333333;
	color: white;
	font: bold 11px tahoma, sans-serif;
	padding-bottom: 2px;
	width: 83px;
	height: 21px;
	border: 0;
	cursor: pointer;
	background-image: none !important;
	margin: 0 !important;
	height: 100%;
}

* html #calendar_container .button {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='');
}

.bottom_button {
	font-size: 1px; 
}

#year_title, #month_title {
	width: 200px !important;
	background-color: #555555;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.label_table .button {
	width: 25px !important;
	font-size: 14px !important;
}

.label_table td {
	border-bottom: 1px solid #000000;
}

#content_calendar {
	margin: 0  0 10px 1px; 
	table-layout: fixed;
}

#content_calendar td {
	width: 24px;
	height: 24px;
	border: 1px solid #000000;
	background-color: #555555;
	color: white;
}

#content_calendar td.daysName {
	border: 0;
	color: #555555;
	vertical-align: bottom;
	height: 20px;
	padding-bottom: 2px;
	background-color: transparent;
}

#content_calendar td.weekendDay {
	color: #F7CB00;
}

#active_day {
	background-color: #F7CB00 !important;
	font-weight: bold;
	color: white !important;
}