﻿.fc_container
{
	position: absolute;
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #ABABAB;
	font-family: Tahoma, Arial;
}
.fc 
{
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #ABABAB;
	font-family: Tahoma, Arial;
}
.fc_title 
{
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
.fc_subm
{
	height: 20px;
	background-image: url('/files/0/arrowleftmonth.gif');
	background-repeat: no-repeat;
}
.fc_addm
{
	height: 20px;
	background-image: url('/files/0/arrowrightmonth.gif');
	background-repeat: no-repeat;
}
.fc_dayOfWeek
 {
	background:#b6c1e6;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 20px;
 }
.fc_element
{
} 
.fc_dateRegular
{
	background: #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}
.fc_dateBefore
{
	background: #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}
.fc_dateAfter
{
	background: #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}
.fc_date1
{
	background: GREEN;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}
.fc_date2
{
	background: RED;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}
.fc_datePast
{
	background: #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #ABABAB;
	text-Align: center;
	text-Decoration: line-through;
	border: 1px solid #b6c1e6;
	cursor: default;
}
.fc_dateHighlighted
{
	background: #ffcc66;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-Align: center;
	text-Decoration: underline;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}
.fc_mouseOver
{
	background: #fff799;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-Align: center;
	text-Decoration: underline;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}
.fc_closeButtonContainer
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 4px;
}
.fc_closeButton
{
	background: #b6c1e6;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 200px;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #b6c1e6;
	cursor: pointer;
}




