#calender_container{
	position:relative;
	width:434px;
	background-color:#D01818;
}

.date_header{
	width:60px;
	height:25px;
	background-color:#D01818;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.todays_date{
    color:#000000;
    font-weight:bold;
}

.date_number{
	font-size:12px;
	color:#333333;
}

.empty_cell{
	background-color:#FFFFFF;
	width:60px;
	height:45px;
}

.no_events{
	background-color:#EDEDED;
	width:60px;
	height:45px;
	vertical-align:top;	
}

.event_date{
	background-color:#CCCCCC;
	width:60px;
	height:45px;
	vertical-align:top;	
}

.agenda{
	width:149px;
	background-image:url(../imgs/calender/agenda_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
	position: absolute;
	margin-left:20px;
	margin-top:-50px;
	display:none;
}

.agenda_top{
	width:149px;
	background-image:url(../imgs/calender/agenda_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.agenda_body{
	width:139px;
	margin-left:5px;
}

.agenda_body h1{
	width:139px;
	position:relative;
	left:2px;
	padding-top:10px;
  font-size:15px;
	background-image:url(../imgs/calender/event_sep.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:10px;	
}

.agenda_bottom{
  width:149px;
	height:17px;
	background-image:url(../imgs/calender/agenda_bottom.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.event{	
	position:relative;
	left:2px;
	padding-top:5px;
	padding-left:6px;
  width:125px;
	font-size:10px;
	color:#222222;
	font-weight:bold;
	background-image:url(../imgs/calender/event_sep.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

.event a{
	font-size:10px;
	color:#222222;
}

.event a:active{
	font-size:10px;
	color:#222222;
}

.event a:link{
	font-size:10px;
	color:#222222;
}

.event a:visited{
	font-size:10px;
	color:#222222;
}
.event a:hover{
	font-size:10px;
	color:#4073A8;
}