/*=== Calendar of events  - Download section ===*/
.calendar_download_c1{
	position: relative;
	display:block;
	float:left;
	width: 500px;
	height:120px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.calendar_download_c2{
	position: relative;
	display:block;
	float:right;
	width: 300px;
	height:120px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.calendar_download_c2 a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
	}
.calendar_download_c2 a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:normal;
	}
.calendar_download_c2 a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:normal;
	}
.calendar_download_c2 a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:normal;
	}

/*=== Calendar of events  - Download section ===
.calendar_download_c1{
	position: relative;
	display:block;
	float:left;
	width: 690px;
	height:80px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.calendar_download_c2{
	position: relative;
	display:block;
	float:right;
	width: 100px;
	height:80px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.calendar_download_c2 a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
	}
.calendar_download_c2 a:visited {
	color: #000080;
	text-decoration:underline;
	font-weight:normal;
	}
.calendar_download_c2 a:hover {
	color: #000080;
	background-color: #f1b500;
	text-decoration: underline;
	font-weight:normal;
	}
.calendar_download_c2 a:active {
	color: #000080;
	text-decoration: underline;
	font-weight:normal;
	}*/

/*=== Calendar of events ===*/
.table {
	width: 800px;
	border-collapse: collapse;
	border: 1px solid #000099;
 }
.table .col1{
	width:150px;
}
.table .col2{
	width:150px;
}
.table .col3{
	width:500px;
}
.table .head {
	background-color: #000099;
	padding: 5px;
	color:#ffffff;
}
.table .rowa {
	background-color: #ffffff;
}
.table .rowb {
	background-color: #e9e9f6;
}
.table .cell {
	padding: 5px;
	border: 1px solid #000099;
	text-align:left;
}
.table .hcell {
	padding: 5px;
	border-top: 1px solid #000099;
}
.table .head2 {
	padding: 5px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

