/* 	Melissa Pangborn
	"calendarstyle" Cascading Style Sheet 
	Created for "Civic Institute" website
*/

td {
text-align: center;
/*align contents of cells in table*/
}


.title { 
font-family: Arial; 
font-size: 14pt; 
color: #003f77; 
height: 20pt; 
padding-left: 5pt; 
padding-right: 5pt; 
/*normal days - not today and has no events*/
} 

.eventname { 
font-family: Arial; 
font-size: 10pt; 
color: #000000; 
font-weight: bold;
padding-left: 5pt; 
padding-right: 5pt; 
/*event title*/
} 
.eventinfo { 
font-family: Arial; 
font-size: 10pt; 
color: #000000; 
padding-left: 5pt; 
padding-right: 5pt; 
/*event description*/
} 

.normal a:link { 
font-family: Verdana; 
font-size: 10pt; 
color: #000000; 
height: 20pt; 
padding-left: 5pt; 
/*normal days - not today and has no events*/
} 


.today a:link { 
font-family: Verdana; 
font-size: 10pt; 
color: #FFFFFF; 
background-color: #CACACA; 
height: 20pt; 
padding-left: 5pt; 
/*current day style*/
} 


.selected a:link { 
font-family: Verdana; 
font-size: 10pt; 
color: #FFFFFF; 
background-color: #C00000; 
height: 20pt; 
padding-left: 5pt; 
/*selected day style*/
} 

.selected a:link{ 
font-family: Verdana; 
font-size: 8pt; 
color: #FFFFFF; 
background-color: #C00000; 
height: 20pt; 
padding-left: 5pt; 
} 

.event a:link { 
font-family: Verdana; 
font-size: 10pt; 
color: #000000; 
background-color: #C6D1DC; 
height: 20pt; 
padding-left: 5pt; 
/*days that have events*/
} 

.weekend a:link { 
font-family: Verdana; 
font-size: 10pt; 
color: gray; 
height: 20pt; 
padding-left: 5pt; 
/*days that are weekends*/
} 


td.head { 
font-family: Verdana; 
font-size: 10pt; 
color: white; 
background-color: black; 
height: 20pt; 
padding-left: 5pt; 
/*header*/
} 