﻿.fc_container
{
	position: absolute;
	border-collapse: collapse;
	background: #FFFFFF;
	border: 0px solid #366aa6;
}
.fc_container_td
{
	padding: 0px;
	margin: 0px;
}
.fc 
{
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #2f72b0;
	font-family: Arial, Tahoma;
	font-weight: bold;
}
.fc_element
{
	font-size: 10px;
	text-Align: center;
	font-weight: bold;
	border: 0px solid #FFF;
	padding: 4px 2px;
} 
.fc_title 
{
	
	color: #FFF;
	background: #2f72b0;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 0px;
}
.fc_week_title 
{
	width: 8px;
	background: #2f72b0;
	cursor: pointer;
	font-size: 12px;
	padding: 2px 0px;
}
.fc_subm
{
	height: 12px;
	background-image: url('/files/0/arrowleftmonth.gif');
	background-repeat: no-repeat;
}
.fc_addm
{
	height: 12px;
	background-image: url('/files/0/arrowrightmonth.gif');
	background-repeat: no-repeat;
}
.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;
	color: #333333;
	text-Decoration: none;
	cursor: pointer;
}
.fc_dateBefore
{
	background: #FFF;
	color: #ABABAB;
	text-Decoration: none;
	cursor: pointer;
}
.fc_dateAfter
{
	background: #FFF;
	color: #333333;
	text-Decoration: none;
	cursor: pointer;
}
.fc_date1
{
	background: GREEN;
	color: #333333;
	text-Decoration: none;
	cursor: pointer;
}
.fc_date2
{
	background: RED;
	color: #333333;
	text-Decoration: none;
	cursor: pointer;
}
.fc_datePast
{
	background: #FFF;
	color: #ABABAB;
	text-Decoration: line-through;
	cursor: default;
}
.fc_dateHighlighted
{
	background: #b9da27;
	color: #FFF;
	cursor: pointer;
}
.fc_mouseOver
{
	background: #dde6b4;
	color: #333333;
	cursor: pointer;
}
.fc_closeButtonContainer
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 4px;
}
.fc_closeButton
{
	background: #89b6dd;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 140px;
	text-Align: center;
	text-Decoration: none;
	border: 1px solid #89b6dd;
	cursor: pointer;
}