@charset "utf-8";
/* CSS Document */

.NoPrint
{
	display: none;
}
.ACal /*AvailCal*/
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: #D11A1A;
}
.ACAD /*AvailCalAvailableDay*/
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 0.85em;
	color: black;
	background-color: white;
	cursor: pointer;
}
.ACADV /*AvailCalAvailableDay*/
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 0.85em;
	color: black;
	background-color: white;
}
.ACDH /*AvailCalDayHeader*/
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 0.85em;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	background-color: gray;
}
.ACMH /*AvailCalMonthHeaderEditMode*/
{
	font-weight: normal;
	font-size: 0.85em;
	COLOR: #D11A1A;
	text-decoration: underline;
	cursor: pointer;
}
.ACMHV /*AvailCalMonthHeaderViewMode*/
{
	font-weight: normal;
	font-size: 0.85em;
	color: black;
}
.ACMO /*AvailCalMouseOver*/
{
	font-size: 0.85em;
	color: white;
	background-color: dimgray;
	cursor: pointer;
}
.ACOMD /*AvailCalOtherMonthDay*/
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 0.85em;
	color: white;
	background-color: white;
	visibility: hidden;
}
.ACPD /*AvailCalPreviousDay*/
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 0.85em;
	border-left: silver 1px solid;
	color: gray;
	border-bottom: silver 1px solid;
	background-color: white;
}
.ACOUD
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 0.85em;
	border-left: silver 1px solid;
	color: lightgrey;
	border-bottom: silver 1px solid;
	background-color: darkslateblue;
	text-decoration: line-through;
}
.ACalPopup /*AvailCalPopup*/
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	font-size: 0.75em;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	visibility: hidden;
	border-left: black 2px solid;
	width: 200px;
	color: black;
	border-bottom: black 2px solid;
	position: absolute;
	background-color: lightgoldenrodyellow;
	text-align: left;
}
.ACUDV
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 0.85em;
	border-left: silver 1px solid;
	color: black;
	border-bottom: silver 1px solid;
	background-color: red;
	text-decoration: line-through;
	font-weight: bold;
}
.ACWDV /*AvailCalWeekendDay*/
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 0.85em;
	color: black;
	background-color: white;
}
.ClientTextRegular
{
	font-size: 0.75em;
	color: #333333;
	line-height: 12pt;
}
.SmallText
{
	font-weight: normal;
	font-size: 0.70em;
	color: black
}
.BigHeadlineGrey
{
	font-size: medium;
	color: #333333;
}
.FooterMenuText
{
	font-weight: bold;
	font-size: 0.65em;
	color: black;
	text-align: center;
	text-decoration: none;
}

