/* right menu */
a.do-stuff-link {
		text-decoration: none;
		color: white;
		display:block;
		border: 1px solid white;
		margin-bottom:3px;
		position: relative;
		height:3em;
		background-repeat:repeat-y;
		background-position:right;}
		
a#applyLink{
		background-image:url('/web/sites/bhcc/images/home_dostuff_apply_bg.jpg');
		background-color:#B70251;}
a#applyLink:hover {
		border:1px solid #B70251;}
a#payLink{
		background-image:url('/web/sites/bhcc/images/home_dostuff_pay_bg.jpg');
		background-color:#FAB14B;}
a#payLink:hover {
		border:1px solid #FAB14B;}
a#reportLink{
		background-image:url('/web/sites/bhcc/images/home_dostuff_report.jpg');
		background-color:#88B066;}
a#reportLink:hover {
		border:1px solid #88B066;}
a#consultLink{
		background-image:url('/web/sites/bhcc/images/home_dostuff_consult_bg.jpg');
		background-color:#8B519E;}
a#consultLink:hover {
		border:1px solid #8B519E;}	
a#mapsLink{
		background-image:url('/web/sites/bhcc/images/home_dostuff_maps_bg.jpg');
		background-color:#006893;}
a#mapsLink:hover {
		border:1px solid #006893;}			
		
img.arrow-icon { 
		position:absolute;
		top:0px;
		right: 1px;
		border-style: none;}
		
a.do-stuff-link .rightmenuLabel{
		font-size: 1.2em;
		color:white;
		font-family: verdana;
		font-weight:800;
		padding: 4px;
		padding-left:.3em;
		margin-top: 0px;}
		
a.do-stuff-link .rightmenuLabelText{
		color:white;
        padding-left:.55em;
		font-size: 0.8em;
		font-weight:600;}
			

/* calendar */
#calendarContainer th {font-weight: 400; }
#calendarContainer { border: solid silver 1px;width:100%;margin-top:10px;}
#calendarContainer a{text-decoration:none;color:#6c6e71;}
#calendarContainer #title {color:#003366;padding-top:3px;padding-bottom:3px;font-weight:bold;}
#calendarContainer .month {font-size:0.9em;}
#calendarContainer .daysofweek {font-size: 0.9em;}
#calendarContainer .days {font-size: 0.9em;padding: 1px;}
#calendarContainer .days #today a{font-weight: bold; color:#cc0099;}
#calendarContainer .notToday{}
#calendarContainer .notToday a:hover {color:#cc0099;}
#calendarContainer #dateShort {color:#cc0099;font-weight:bold;font-size: 0.9em;}

