body {
	font-family:tahoma, arial, verdana;
}
img {
	border:0px;
}
.cal_frame {
	border: 1px solid #aac7cb;
	padding:1px;
}
.cal-navigation			{ FONT-SIZE: 10px; FONT-WEIGHT: bold; COLOR:#FFFFFF; TEXT-DECORATION: none;}
.cal-text 				{ FONT-SIZE: 12px; FONT-WEIGHT: bold; COLOR:#707070; TEXT-DECORATION: none;}
.cal-title 	{
	background-color:#f5f5f5;
	color:#224875;
	font-size:14px;
	font-weight:bold; 

}
.cal-title th {
	text-align:left;
	background-image:url(images/cal_header.gif);
	background-repeat:repeat-x;
	height:25px;
	font-size:11px;
	color:#000000;
	padding:0px 0px 0px 5px;
}
.cal-weekday-cell		{
	text-align:center; 
	background:#ffffff; 
	font-weight: bold; 
	color:#000000
}


.cal-days-cell-tod		{
	text-align:center; 
	background:#506381; 
	font-weight: normal;
	background-image:url(images/cal_today_back.gif);
	border:1px solid #FF0000;
}
.cal-days-cell-tod A	{
	color:#FF0000;
	text-decoration:none;
}
.cal-days-cell-eve		{
	text-align:center; 
	font-weight: normal;
	background-image:url(images/cal_today_back.gif);
}
.cal-days-cell-eve A	{
	color:#FFFFFF;
	color:#000000;
	text-decoration:none;
}
.cal-days-cell-sun		{
	text-align:center; 
	background:#ffefef; 
	font-weight: normal;
}
.cal-days-cell-sun A	{
	color:#d7060b;
	text-decoration:none;
}

.cal-days-cell-bus		{
	text-align:center; 
	background:#ffffff; 
	font-weight: normal;
}
.cal-days-cell-bus A	{
	color:#000000;
	text-decoration:none;
}
.cal-days-cell-sat		{
	text-align:center; 
	background:#f6f6ff; 
	font-weight: normal;
}
.cal-days-cell-sat A	{
	color:#3235dc;
	text-decoration:none;
}

