#calendarHolder
{
	position: absolute;
	width: 250px;
	height: 250px;
	padding-top: 20px;
	font-size: 12px;
}

#calendarHolder a,
#calendarHolder a:visited,
#calendarHolder a:hover
{
	color: #3D3D3D;
	border: 0;
}

.calendarIframe
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
}

.calendarTable
{
	width: 100%;
	background: #F2F2F2;
	border: 0;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

.calendarTable td
{
	border: 1px solid transparent;
	padding: 0;
}

.calendarCell
{
	border: 1px solid transparent;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

.calendarCell:hover
{
	background: #BFBFBF;
}

.calendarCell a,
.calendarCell a:hover,
.calendarCell a:focus
{
	display: block;
	border: 0;
	padding: 2px;
}

tr.monthHeading,
tr.daysHeading
{
	background: #666666;
}

tr.monthHeading th,
tr.daysHeading th
{
	border: 1px solid #666666;
}

th.calendarCell,
th.calendarCell:hover
{
	background: none;
	color: #F2F2F2;
}

#calendarHolder .currentDate
{
	border: 1px solid #3D3D3D;
}

#calendarHolder .weekend
{
	background: #DBDBDB;
	color: #9F3900;
}

#calendarHolder .weekend:hover
{
	background: #BFBFBF;
}

#calendarHolder .weekend a
{
	color: #9F3900;
	
}

#calendarHolder .redDay,
#calendarHolder .redDay a
{
	color: #9F3900;
}

#calendarHolder .selectedDay
{
	background: #BFBFBF;
}

.calendarBg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5
}

.calendarHeading
{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	right: 0;
	overflow: hidden;
	background: #DBDBDB;
	border-top: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	padding: 0 20px 0 10px;
	color: #3D3D3D;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}

#calendarAnchor
{
	text-decoration: none;
	color: #0D2A52;
	position: absolute;
	z-index: -1;
}

.calendarCloseBtn
{
	display: block;
	position: absolute;
	right: 2px;
	top: 3px;
	background: url('./../gfx/buttonClose.png') no-repeat;
	width: 16px;
	height: 14px;
	overflow: hidden;
}

.calendarCloseBtn span
{
	visibility: hidden; 
}

.calendarFieldHolder
{
	height: 16px;
	position: relative;
	padding-right: 19px;
}

.calendarFieldHolder input
{
	padding-left: 2px;
}

.calendarButton
{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.calendarButton:hover,
.calendarButton:focus
{
	border: 0;
	text-decoration: none;
}

.calendarButton span.blindText
{
	visibility: hidden;
	margin: 0;
}