/****** Calendar *********/

#pagecol{width: 60%; float: left;}
#pagecolsm{width: 40%; float: left;}
		
.smcal-top {
	font-family:arial; font-size: 12px;
	font-weight: bold;
	height: 15px;
	width: 301px;
	color: #fff;
	background-color: #9F9F9F;
	margin-top: 1px;
}
.smcal-top a, .smcal-top a:link {
	color: #000;
}
.smcal-top th{ 
	cursor: pointer;
}
.smcal-mid{
	font-family:arial; 
	font-size: 11px; 
	color: #336; height: 15px;
	width: 42px;
	background-color: #EFEFEF; 
	text-align: center;

 }
.smcal-day{
	font-family:arial; 
	font-size: 13px; 
	color: #336; 
	height: 25px; 
	background-color: #fbfbfb; 
	text-align: center; 
	cursor: pointer;
}

.smcal-dayon {
	font-family:arial; 
	font-size: 13px; 
	color: #000;
	height: 25px; 
	background-color: #AF2B31;
	text-align: center; 
	cursor: pointer; 
	font-weight: bold;
}

.smcal-dayon a, .smcal-dayon a:link, .juicy   a:link{
	color: #FFF;
}
.juicy{
	background-color: #CF333D;
}
.sarrows{
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
