.calendar_monthyear{
font-size: 11px;
text-align:center;
color:#444444;
font-weight: bold;
}
.calendar_monthyear a:link,.calendar_monthyear a:visited{
text-decoration: none;
text-align: center;
font-weight: bold;
font-style: normal;
color:#6699CC;
}
.calendar_monthyear a:hover{
color:#0000FF;
}
.calendar_daynames {
text-align: center;
color: #444444;
font-weight: bold;
font-size: 10px;
}
.calendar_day{
text-align:center;
color:#444444;
}
.calendar_noday{
background:transparent;
}
.calendar_today{
vertical-align:middle;
text-align:center;
font-size: 11px;
background-color: #EDF1F8;
color:#444444;
border-width: 1px;
font-weight: bold;
border-color: #C0C0C0;
border-style: solid;
}
/*
.calendar_today a:link,.calendar_eventday a:visited{
text-decoration: none;
text-align: center;
font-weight: bold;
font-style: normal;
color:#6699CC;
}
.calendar_today a:active,.calendar_eventday a:hover{
text-decoration: none;
text-align: center;
font-weight: bold;
font-style: normal;
color:#0000FF;
}
.calendar_eventday a:link,.calendar_eventday a:visited{
text-decoration: none;
text-align: center;
font-weight: bold;
font-style: normal;
color:#6699CC;
}
.calendar_eventday a:active,.calendar_eventday a:hover{
text-decoration: none;
text-align: center;
font-weight: bold;
font-style: normal;
color:#0000FF;
}
*/
.calendar_main{
text-align: center;
/* color:#f0f0f0; */
color:#444444;
font-size: 10px;
background:transparent;
padding-top: 10px;
padding-bottom: 10px;
}
.event_monthyear{
text-align:left;
color:#444444;
font-weight: bold;
font-size: 1em;
margin-top:50px;
border-top: 1px solid #444444;
border-bottom:1px solid #444444;
}
.event_heading{
text-align:left;
color:#444444;
font-weight: bold;
font-style: italic;
font-size: 12px;
}
.event_data{
vertical-align: top;
text-align:left;
color:#444444;
font-weight: normal;
font-size: 0.8em;
}
.event_data_row td{
border: 0px;
background-color: #C4E3CF;
}
.event_heading_row td{
border: 0px;
background-color: #4FA472;
}
.nextevent_date{	
  color: #ffff55;
  font-size:10px;
  font-weight:bold;
  font-style:italic;
  text-align: left;
  margin-top:0px;
  padding-left: 5px;
  padding-bottom:5px;
}
.nextevent_event{	
  width:90%;
  color: white;
  font-size:10px;
  font-weight:bold;
  text-align: left;
  padding: 5px;
}
.nextevent_location{	
  width:90%;
  color: white;
  font-size:10px;
  font-weight:normal;
  text-align: left;
  padding: 5px;
}