table.events {
	clear: both; 
	margin: 10px 0 10px 0; 
	padding: 2px 4px 2px 2px;
	border: 1px #1367B4 solid; 
	background: #ffffff;
	
	}
	
.events a:link, .events a:visited {
	display: block;
	color: #253AB6;
	text-decoration: none;
	font-weight: normal;
	background: #ffffff;/*#BED0E9;*/
	width: 100%;
	padding: 0;
	
	border: 1px #1367B4 solid;
	
	}
.events a:hover, .events a:active {
	color: #253AB6;
	text-decoration: none;
	font-weight: bold;
	background-color: #C9DBF1;
	border: 1px #1367B4 solid;
	}		
	

.events .heading {
	color: #ffffff; 
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	background-color: #ffffff;
	padding: 2px; margin: 0;
	}
	
.events .day-names td {
	color: #555555; 
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 50px;
	background-color: #ffffff;
	padding: 0; margin: 0;
	border-bottom: 1px #1367B4 solid;
	
	}	
	
.events .heading a:link, .events .heading a:visited {
	text-align: center;
	display: block;
	color: #253AB6;
	background: #ffffff url(images/calendar_over.gif) 5px 2px no-repeat;
	text-decoration: none;
	font-weight: bold;
	width: 97%;
	margin: 2px;
	
	}
.events .heading a:hover, .events .heading a:active {
	color: #253AB6;
	text-decoration: none;
	font-weight: bold;
	background-color: #C9DBF1;
	border: 1px #1367B4 solid;
	}
	
.events .week, .events .day-names .week {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	width: 80px;
	background-color: #ffffff;
	padding: 0;
	margin: 2px;
	border: 0; 
	border-right: 1px #1367B4 solid;
	}

.week a:link, .week a:visited {
	display: block;
	width: 70px;
	color: #253AB6;
	text-decoration: none;
	font-weight: normal;
	background: #ffffff;
	
	margin: 2px;
	border: 1px #1367B4 solid;
	
	}
.week a:hover, .week a:active {
	color: #253AB6;
	text-decoration: none;
	font-weight: bold;
	background-color: #C9DBF1;
	border: 1px #1367B4 solid;
	}	
	
.events td {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0;
	background-color: #ffffff;
	}
	

