﻿
.calendar
{
	position: absolute;
	visibility: hidden;
	background-color: white;
	layer-background-color: white;
	width: auto;
}

.calendar table
{
	border-collapse: collapse;
	border-color: #333;
}
.calendar span
{
	display: block;
	margin: 0px 0px 0px 00px;
	float: none;
	width: auto;
	text-align: center;
	border-style: none;
	background-color: White
}

.amp_cpDayColumnHeader, .amp_cpYearNavigation, .amp_cpMonthNavigation, .amp_cpCurrentMonthDate, .amp_cpCurrentMonthDateDisabled, .amp_cpOtherMonthDate, .amp_cpOtherMonthDateDisabled, .amp_cpCurrentDate, .amp_cpCurrentDateDisabled, .amp_cpTodayText, .amp_cpTodayTextDisabled, .amp_cpText
{
	font-family: arial;
	font-size: 8pt;
}



.amp_cpCurrentMonthDate, .amp_cpOtherMonthDate, .amp_cpCurrentDate
{
	text-align: right;
	text-decoration: none;
}
.amp_cpCurrentMonthDateDisabled, .amp_cpOtherMonthDateDisabled, .amp_cpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.amp_cpCurrentMonthDate
{
	color: #000000;
	font-weight: bold;
}
.amp_cpCurrentDate
{
	color: #FFFFFF;
	font-weight: bold;
}
.amp_cpOtherMonthDate
{
	color: #808080;
}
TD.amp_cpCurrentDate
{
	color: #FFFFFF;
	background-color: #D0D0D0;
	border-width: 1;
	border: solid thin #000000;
}
TD.amp_cpCurrentDateDisabled
{
	border-width: 1;
	border: solid thin #FFAAAA;
}

A.amp_cpTodayText, SPAN.amp_cpTodayTextDisabled
{
	height: 20px;
	width:30px;
}
A.amp_cpTodayText
{
	color: #D0D0D0;
	font-weight: bold;
}
SPAN.amp_cpTodayTextDisabled
{
	color: #D0D0D0;
}
.amp_cpBorder
{
	border: solid thin #DCDCDC;
}
