﻿.fc_container
{
	position: absolute;
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #a2238c;
	font-family: Arial,Helvetica,sans-serif;
	border-spacing: 9px;
	z-index: 1000;/*new*/
}
.fc_container_td
{
	padding: 1px 1px;
	margin: 0px;
}
.fc 
{
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #ebc7e3;
	font-family: Tahoma, Arial;
	margin: 1px 1px 4px 1px;
}
.fc_element
{
} 

.fc_title 
{
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #fff;/*new*/
	background: #900141;/*new*/
}
.fc_subm
{
	height: 20px;
	background-image: url('../img/arrowleftmonth.gif'); /*/media/default/en-uk/img/arrowleftmonth.gif*/
	background-repeat: no-repeat;
}
.fc_addm
{
	height: 20px;
	background-image: url('../img/arrowrightmonth.gif');
	background-repeat: no-repeat;
}
.fc_dayOfWeek
 {
	background:#ebc7e3;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #a43e9d;
	width: 20px;
 }
 

.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 #ebc7e3;
	cursor: pointer;
}
.fc_dateBefore
{
	background: #FFF;
	font-size: 10px;
	color: #ABABAB;
	text-Align: center;
	text-Decoration: line-through;
	border: 1px solid #FF9900;
	cursor: default;
}
.fc_dateAfter
{
	background: #FFF;
	font-size: 10px;
	color: #ABABAB;
	text-Align: center;
	text-Decoration: line-through;
	border: 1px solid #FF9900;
	cursor: default;
}
.fc_date1
{
	background: #a42590;
	font-size: 10px;
	color: #FFF;
	text-Align: center;
	border: 1px solid #ebc7e3;
	cursor: pointer;
}
.fc_datePast
{
	background: #FFF;
	font-size: 10px;
	color: #ABABAB;
	text-Align: center;
	text-Decoration: line-through;
	border: 1px solid #ebc7e3;
	cursor: default;
}
.fc_dateHighlighted
{
	background: #a42590;
	font-size: 10px;
	color: #FFF;
	text-Align: center;
	border: 1px solid #ebc7e3;
	cursor: pointer;
}
.fc_mouseOver
{
	background: #f6e7f3;
	font-size: 10px;
	color: #333333;
	text-Align: center;
	text-Decoration: underline;
	border: 1px solid #ebc7e3;
	cursor: pointer;
}
