﻿
div.calendar_left {
	border-width: 0px;
	z-index: auto;
	font-size: 0.8em;
}

div.calendar_classes {
    padding: 1px;
	font-size: 0.8em;	
	border: 1px solid black;
	z-index: auto;
}

a.calendar:visited {
	font-size: 0.9em;	
	color: #0000ff;
	text-decoration: underline;
}

a.calendar:link{
	font-size: 0.9em;	
	color: #0000ff;
	text-decoration: underline;
}

a.calendar:hover{
	font-size: 0.9em;	
	color: #0000ff;
	text-decoration: underline;
}


div.calendar_titles {
  padding: 1px;
  background-color:white;
  z-index: auto; 
  border-width: 1px; 
  border-style: solid; 
  text-align: center;
}

a.calendar_titles:link {
	color: #000000;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;

}

a.calendar_titles:visited {
	color: #000000;
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

a.calendar_titles:hover {
	color: #0000ff;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

a.dayofweek:link {
	color: #0000ff;
	font-size: 1.0em;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

a.dayofweek:visited {
	color: #0000ff;
	font-size: 1.0em;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

a.dayofweek:hover {
	color: #0000ff;
	font-size: 1.0em;
	text-decoration: underline;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

.season {
	color: green;
}

