﻿.fc_container
{
	position: absolute;
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #99000F;
	font-family: Tahoma, Arial;
	border-spacing: 9px;
}
.fc_container_td
{
	padding: 0px;
	margin: 0px;
}
.fc 
{
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #99666F;
	font-family: Tahoma, Arial;
}
.fc_element
{
	font-size: 10px;
	text-Align: center;
	font-weight: bold;
	border: 0px solid #FFF;
	padding: 3px 2px;
} 
.fc_title 
{
	cursor: default;
	font-size: 10px;
	font-weight: bold;
	background: #99000F;
	padding: 2px 0px;
}
.fc_week_title 
{
	width: 8px;
	background: #2f72b0;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 0px;
}
.fc_subm
{
	height: 20px;
	background-image: url('/files/26/popupcalendar-arrowleft.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.fc_addm
{
	height: 20px;
	background-image: url('/files/26/popupcalendar-arrowright.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.fc_dayOfWeek
{
	background:#ededed;
	text-align: center;
	border: 0px solid #FFF;
	color: #000;
	width: 22px;
}
.fc_week_dayOfWeek
{
	background:#ededed;
	font-size: 11px;
	text-align: center;
	width: 22px;
}

.fc_weekNo 
{
	background: #ededed;
	color: #333333;
	text-Decoration: none;
}
.fc_dateRegular
{
	background: #FFF;
	font-size: 10px;
	color: #333333;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #99666F;
	cursor: pointer;
}
.fc_dateBefore
{
	background: #FFF;
	color: #333333;
	text-Decoration: none;
	border: 1px solid #99666F;
	cursor: pointer;
}
.fc_dateAfter
{
	background: #FFF;
	color: #333333;
	text-Decoration: none;
	border: 1px solid #99666F;
	cursor: pointer;
}
.fc_date1
{
	background: #CCC;
	color: #333;
	text-Decoration: none;
	cursor: pointer;
}
.fc_date2
{
	background: #CCC;
	color: #333;
	text-Decoration: none;
	cursor: pointer;
}
.fc_datePast
{
	background: #FFF;
	font-size: 10px;
	color: #CDCDCD;
	text-Align: center;
	text-Decoration: line-through;
	border: 1px solid #99666F;
	cursor: default;
}
.fc_dateHighlighted
{
	background: #EEE;
	font-size: 10px;
	color: #FFF;
	text-Align: center;
	border: 1px solid #99666F;
	cursor: pointer;
}
.fc_mouseOver
{
	background: #EEE;
	font-size: 10px;
	color: #333;
	text-Align: center;
	text-Decoration: underline;
	border: 1px solid #99666F;
	cursor: pointer;
}
.fc_closeButtonContainer
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 4px;
}
.fc_closeButton
{
	background: #ebc7e3;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 140px;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #99666F;
	cursor: pointer;
}
