﻿.cal_Theme1 .ajax__calendar_container
{
	padding: 0;
	margin: 0;
	position: absolute;
	cursor: default;
	width: 190px;
	height: 175px;
	font-size: 11px;
	text-align: center;
	font-family: tahoma,verdana,helvetica;
	background: url(images/calendar_bg.png);
}

.cal_Theme1 .ajax__calendar_body
{
	border-top: solid 1px #000000;
	border-left: 0px;
	border-right: 0px;
	border-bottom: solid 1px #000000;
	height: 130px;
	width: 170px;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.cal_Theme1 .ajax__calendar_title
{
	cursor: pointer;
	font-weight: bold;
}

.cal_Theme1 .ajax__calendar_header
{
	height: 20px;
	vertical-align: middle;
	width: 100%;
}

.cal_Theme1 .ajax__calendar_next
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(images/arrow_next.gif);
}

.cal_Theme1 .ajax__calendar_prev
{
	cursor: pointer;
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(images/arrow_previous.gif);
}

.cal_Theme1 .ajax__calendar_dayname
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
	height: 17px;
	width: 17px;
	padding: 0 2px;
}

.cal_Theme1 .ajax__calendar_day
{
	text-align: center;
	height: 17px;
	width: 18px;
	padding: 0 2px;
	cursor: pointer;
}

.cal_Theme1 .ajax__calendar_month
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.cal_Theme1 .ajax__calendar_year
{
	height: 44px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.cal_Theme1 .ajax__calendar_hover
{
	text-decoration: underline;
	text-align: center;
	color: #0066cc;
	font-weight: bold;
}

.cal_Theme1 .ajax__calendar_active
{
	text-align: center;
	font-weight: bold;
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}

.cal_Theme1 .ajax__calendar_other
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #646464;
	text-align: center;
}

.cal_Theme1 .ajax__calendar_today
{
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

