/* mCal Styles */
.mCalTable
{
	border: 1px solid #666;
	width: 160px;
	height: 175px;
	font-size: 11px;
	text-align: center;
	margin: 1px;
	background: #f9f5e7;
}
.mCal
{
	color: black;
	margin: 5px;
}
.mCalTdEmpty
{
	
	cursor: default;
	border-bottom: 1px solid #e5e5e5;
}
.mCalTd
{
	
	cursor: default;
	color: #555;
	border-bottom: 1px solid #e5e5e5;
}
.mCalNav
{
	font-weight: bold;
	height: 20px;
	background: #f1f1f1;
}
.mCalDays
{
	height: 20px;
	background: url(imgs/barGrad.gif) repeat-x #52636b;
	color: white;
	width: 25px;
	cursor: default;
}
.mCalOn a
{
	border: 1px solid red;
	color: red;
	text-decoration: underline;
	padding: 1px;
}
.mCalOn
{
	color: red;
}
.mCalOn a:hover, mCalOn:hover
{
	background: #757575;
	color: white;
}
.mCalView
{
	padding: 1px;
	overflow: auto;
	height: 140px;
}
.mCalViewDate
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background: url(imgs/barGrad.gif) repeat-x #52636b;
	color: white;
	padding: 3px;
}
.mCalViewTitle
{
	background: #ccc;
	text-align: left;
	font-size: 11px;
	padding: 3px;
	margin-top: 1px;
	font-weight: bold;
}
.mCalViewDetails
{
	text-align: left;
	font-size: 11px;
	border-bottom: 1px dashed #999;
	padding: 3px;
	margin-bottom: 2px;
}
.mCalViewKill
{
	color: white;
	font-size: 10px;
	float: right;
	font-weight: normal;
}	
/* END mcal */