.CalItems4View
{
	font-size: 10px;
}
.CalMainTable
{
	width: 300px;
	font-weight: bold;
	color: crimson;
	background-color: #dcdcdc;
	border-collapse: collapse;
	border-left: lightcyan 2px ridge;
	border-bottom: lightcyan 2px ridge;
	border-right: lightcyan 2px ridge;
	border-top: lightcyan 2px ridge;
}
.CalMainTable.CalMainTableA
{
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	color: darkred;
	border-collapse: collapse;
	background-color: #dcdcdc;
	text-decoration: none;
}
.CalItem
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	font-family: Arial;
	border-collapse: collapse;
	background-color: lavender;
}
.CalItem.CalItemA
{
	font-size: 12px;
	text-decoration: underline;
	width: 100%;
	color: blue;
}
.CalItemSelected
{
	font-weight: bold;
	font-size: 12px;
	color: crimson;
	font-family: Tahoma;
	background-color: gold;
	text-decoration: none;
}
.CalItemCurrent
{
	font-weight: bold;
	font-size: 12px;
	color: green;
	font-family: Tahoma;
	background-color: palegreen;
	text-decoration: underline;
}
.CalItemCurrent.CalItemCurrentA
{
	color: green;
	width: 100%;
}
.DayMainTable
{
	padding-left: 2px;
	border-left: lightcyan 2px ridge;
	border-bottom: lightcyan 2px ridge;
	border-right: lightcyan 2px ridge;
	border-top: lightcyan 2px ridge;
	background-color: lavender;
}
.DayBigNumber
{
	font-weight: bold;
	font-size: 100px;
	color: navy;
	font-family: 'Arial';
}
.DayPersianMonth
{
	font-size: 12px;
	color: navy;
	font-family: 'Tahoma';
	text-decoration: none;
}
.DayWeekDay
{
	font-size: 30px;
	color: firebrick;
	font-family: 'Tahoma';
}
.DayHijri
{
	font-size: 12pt;
	font-family: 'Traditional Arabic';
}
.DayGerigorian
{
	font-size: 8pt;
	font-family: 'Arial';
}