#cal_container{
	border: 1px solid #5E5E5E;
	margin: 5px 5px 5px 5px;	
	
   
}

.dow1{
	font: bold 13px "Trebuchet MS", Tahoma, Arial;
	text-align: center;
	color: #A3542E;
	background-color: #F6A202;
}
.dow1_bg{	
	background-color: #FDC660;  
}

.dow2{
	font: bold 13px "Trebuchet MS", Tahoma, Arial;
	background-color: #FEBB08;
	text-align: center;
	color: #A3542E;
}
.dow2_bg{	
	background-color: #FEDC81;
}

#cal_header{
	text-align: left;
	font-weight: bold;
	padding: 3px;
	background-color:  #A3542E;
	color: #F6A202;	
	font-family: "Trebuchet MS", Tahoma, Arial;
}

#cal_header a:link,#cal_header a:visited,#cal_header a:active{
	color: #FEBB08;
}
#cal_header a:hover{
	color: white;
}

.cal_header_fs_small{
	font-weight: normal;
	font-size: 14px;	
}
.cal_header_fs_big{
	font-weight: normal;
	font-size: 20px;	
	color: #E6F0FC;
}
.cal_header_fs_big2{
	font-weight: normal;
	font-size: 20px;	
	color: #02D107;
}

.cal_today{
	font-weight: bold;
	background-color: #F3E3D8;
	border: 2px solid #A3542E;
	color: #A3542E;
}


.cal_dayold{
	color: #A3542E;
}
.cal_dayold a:link,.cal_dayold a:visited,.cal_dayold a:active{
	color: #A3542E;	
	text-decoration: none;
}
.cal_dayold a:hover{
	color: #A3542E;	
	text-decoration: underline;
}

.cal_dayfuture{
	color: #A3542E;
}
.cal_dayfuture a:link,.cal_dayfuture a:visited,.cal_dayfuture a:active{
	color: #032C5A;	
	text-decoration: none;
}
.cal_dayfuture a:hover{
	color: #032C5A;	
	text-decoration: underline;
}



.cal_dayevent{
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.cal_dayevent a:link,.cal_dayevent a:visited,.cal_dayevent a:hover,.cal_dayevent a:active{
	color: #032C5A;
}


.eventlink{
	color: #032C5A;
	
}


.cal_week{
	font: 9px Arial, Helvetica, sans-serif;
}

#cal_table{
	font: 11px "Trebuchet MS", Tahoma, Arial;
	width: 100%;
	border: 2px solid #A3542E;
	border-collapse: collapse;	
	background-color: #FDC660;  
}

#cal_table td{
	/* text-align: center; */
	padding: 1px;
}

#cal_daycell{
	width: 14%;
	height: 90px;
	border-collapse: collapse;
	border: 1px solid #A3542E;
	vertical-align: top;
	font: bold 11px "Trebuchet MS", Tahoma, Arial;
}
.cal_date{
	font: italic bold 14px "Trebuchet MS", Tahoma, Arial;
	text-align: right;
}