
.main {
width:250px;
border:none;
padding-left:2px;
}

.month {
background-color:transparent;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:14px;
color:#e31837;
border:none;
padding-bottom:10px;
}

.daysofweek {
background-color:transparent;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:13px;
color:#472a2b;
border:none;
}

.days {
background-color:transparent;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:13px;
color:#472a2b;
background-color: transparent;
padding: 2px;
border:none;
}

#calendardiv
{
	background-image:url('../images/calendar_background.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 289px;
	width: 282px;
}
#calendarcontent {
	height: 232px;
	vertical-align:bottom;
}
#calendararrows {
	text-align:right;
	height: 57px;
	padding-right: 15px;
}
#currentday {
	position:relative;
	z-index:10000;
	background-image:url('../images/calendar_curday.png');
	background-repeat:no-repeat;
/*	width:21px;
	height:24px;*/
	width:21px;
	height:22px;	
/*	overflow:hidden;*/
/*	width:15px;
	height:15px;*/
/*	margin-top:-15px;
	margin-left:5px;*/
/*	vertical-align:text-top;*/
	font-weight: bold;
	line-height:normal;
	color: #e31837;
	border: none;
	padding: 0;	
	
}
#eventonday {
/*	position:relative;
	z-index:10000;*/
/*	vertical-align:text-top;*/

/*	width:21px;
	height:24px;*/
/*	width:21px;*/
/*	height:22px;	*/
/*	overflow:hidden;*/
/*	width:15px;
	height:15px;*/
/*	margin-top:-15px;
	margin-left:5px;*/
/*	vertical-align:text-top;*/
/*	font-weight: bold;*/
/*	line-height:normal;*/
	color: #e31837;
	border: none;
	padding: 0;	
	
}

/*.days #today{
font-weight: bold;
color: #e31837;
border:none;
padding: 0;
z-index: 9999;
background-color:transparent;

}*/
