/* overall table */
#calendar {
  padding: 0;
  font-size: 8pt;
  color: #000000;
}
#calendar table {
border:1px solid #ffffff;
padding: 0;
margin-top:0px;
margin-bottom:0px;
}

/* the day headers across the top */
#calendar th {
background-image: url('/images/blue_hd_shadow.gif');
}

/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000000;
padding: 2px;
margin:0;
text-align:right;
vertical-align:top;
border:1px solid #FFFFFF;
font-size: 7pt;
}

#calendar td.today {
  background: #fff;
  font-weight: bold;
  color: #ff0000;
}

#calendar td.normal {
  background: #eee;
}

#calendar td.hasevent {
  background: #bccaeb;
  font-weight: bold;
  color: #000000;

}

#calendar td.today_hasevent {
  background: #bccaeb;
  font-weight: bold;
  color: #FF0000;

}

#calendar a.today_hasevent {
  background: #bccaeb;
  font-weight: bold;
  color: #FF0000;

}



#calendar a.hasevent {
  background: #bccaeb;
  font-weight: bold;
  color: #0000FF;

}




#events_container {
         position: absolute;
         background: #FFFFFF;
         border-style:dotted; border-width:1px; border-color:#90A7D2; padding: 1px; font-size: 11pt;
         z-index: 1;
         visibility: hidden;
         font: normal 8pt "Verdana", Arial, Helvetica, sans-serif;
         color: #000000;
}

#events_container a {
  color: #0054A5;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999999;
}

a.cal:link {
	color: #71747a;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 14px;
	}

a.cal:visited {
	color: #71747a;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	}

a.cal:hover {
	color: #444547;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	}

a.cal:active {
	color: #71747a;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	}