td.calendar {
	border: 1px solid #4b4b4b;
	width: 14%;
	height: 55px;
	vertical-align: top;
	background: white;
}

table.calendar {
	border:  1px none #000000;
	width: 100%;
}

span.calendardaynum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #4b4b4b;
	text-align: right;
	display: block;
	padding: 3px;
}

span.calendardayevent {
	display: block;
	background-color: #e9e9e9;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	padding: 3px;
	color: #0000;
}
.event {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #0000;
}
a:link {
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #000;
}
a:active {
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #000;
}
td.calendarhead {

	background-color: #839030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
td.calendarhead a:link {
	color: yellow;
	text-decoration: none;
}
td.calendarhead a:visited {
	color: yellow;
	text-decoration: none;
}
td.calendarhead a:hover {
	color: yellow;
	text-decoration: underline;
}
td.calendarhead a:active {
	color: yellow;
	text-decoration: none;
}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #839030;
}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #839030;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 13px  "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
line-height: 19px !important;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #839030;
width: 200px; /* default width for menu */
color:#FFF;
text-align:left !important;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFF;

}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0 !important;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#FFF;

}

.anylinkmenu a:hover{ /*hover background color*/
background: #758129;
color: #cad86c;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
padding: 10px !important;
font: normal 13px  "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #839030;
}

.anylinkmenucols li{
padding-bottom: 3px !important;
}

.anylinkmenucols .column{
float: left !important;
padding: 3px 8px !important;
margin-right: 5px;
background: #839030;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
