@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

.eventstable_box {
	width: 580px;
	float: left;
	display: inline;
}

table.events {
	width: 580px;
}

table.events tr{
	background-color: #D0E9E9;
	clear: both;
	width: 100%;
}
table.events th{
	width: 200px;
	height: 30px;
	background-color: #006699;
	color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-left: 2px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
}
table.events td{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	height: 25px;
	padding-left: 6px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
}
table.events td a{
	text-decoration: none;
	color: #003399;
	display: block;
}
table.events td a:hover{
	text-decoration: none;
}
tr#odd {
	background-color: #E7F1E4;
}
tr#even {
	background-color: #D0E9E9;
}
th#centre {
	text-align: center;
}
td#centre {
	text-align: center;
	vertical-align: middle;
}
.hlt td {
	background-color: #006699;
	color: #FFFFFF;
	cursor:pointer
} 
.hlt td a {
	color: #FFFFFF;
}

table.events_nobdr {
	width: 100%;
}

table.events_nobdr tr{
	background-color: #D0E9E9;
	clear: both;
	width: 100%;
}
table.events_nobdr th{
	width: 200px;
	height: 30px;
	border-right-style: none;
	border-bottom-style: none;
	background-color: #006699;
	padding-left: 2px;
	clear: both;
}
table.events_nobdr td{
	height: 25px;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 6px;
	clear: both;
}
table.events_nobdr td a{
	text-decoration: none;
	color: #003399;
	display: block;
}
table.events_nobdr td a:hover{
	text-decoration: none;
}

