/*
ecode web site stylesheet
Events - Supplementary Style sheet
*/	

/*	NAVIGATION */
a.CalLink:link, a.CalLink:active, a.CalLink:visited {
	float: right; 
	font-size: 8pt; 
	vertical-align:text-top; 
	text-decoration: none; 
	line-height: 120%;
	padding: 2px; 
	margin-top: -15px; 
	color: navy; 
	background: silver; 
	Border: 0px none;
	}
	 
a.CalLink:hover {
	color: black; 
	background: #d5e0ea;
	}
	
a.calendar:link, a.calendar:active, a.Calendar:visited {
	text-decoration: none; 
	padding: 2px; 
	color: #2E4B9B; 
	background: #d5e0ea; 
	}
	
a.calendar:hover {
	color: white; 
	background: #7198bb; 
	}	
	 
/*	TEXT */	
 
p.Event {
	margin: 0px 10px 20px 71px;
	font-size: 8pt;
	}
	
p.Venue {
	margin: 0px 10px 10px 10px;
	font-size: 8pt;
	}
	
/* Tables */

table.CalendarTable {
	width: 250px;
	background: #e6f0f6; 
	color: #2E4B9B; 
	margin: 0px; 
	padding: 0px; 
	border: solid 1px black; 
	text-align: center;
	}
	
td.CalendarCells {
	background: #d5e0ea; 
	color: #2E4B9B; 
	margin: 0px; 
	padding: 0px; 
	border: none; 
	text-align: center; 
	}
	
td.calendarnolink  {
	text-align: center; 
	text-decoration: none; 
	padding: 2px; 
	color: silver; 
	background: #d5e0ea; 
	Border: 0px none;
	}

CalandarPage.th
	font-family: arial,sans-serif;
	font-weight: normal;
	}
		
/* 	HEADINGS */

h3.event {
	background: white; 
	border-right: solid 1px black;
	border-bottom: solid 1px black;
    font-family: arial,sans-serif; 	
	color: navy;
   	text-align: left; 
	font-size: 8pt; 
	font-weight: bold;
	Padding: 5px;
	margin: 20px 5px 10px 0px;
	}
	
h3.Month {
	color: Navy;
	font-size: 150%;
	font-weight: bold;
	}





