@charset "UTF-8";
/* CSS Document */


#events table {
	font-size:90%;
	font-family: "trebuchet ms", "lucidia grande", verdana, arial, sans-serif;
	line-height:1.2em;
	color: #333;
	border-collapse:collapse;
	text-align:left;
	letter-spacing:.1em;
	width: 90%;
	margin: 0 auto;
}

#events caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:.6em;
	color: #333;
	background: transparent;
}
  
#events thead th, tfoot th, tfoot td {
	font-family: arial, verdana, sans-serif;
	border-right: 1px solid #fff;
	padding-left:5px;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color: #fff;
	background: #254589;
}
  
#events tfoot th, tfoot td {
	border-top: 2pt double #009;
}

#events td, th {
	padding:4px;
}

#events tbody tr th, tbody tr td {
	border-bottom: 1px solid #858eff;
}

#events tbody tr:hover td, tbody tr:hover th {
	border-bottom: 1px solid #333;
}

#events table a { 
	font-style:italic;
}

#events tbody td a, tbody th a {
	background: transparent;
	color: #858eff;
	text-decoration: none;
	border:none;
}

#events tbody td a:hover, tbody th a:hover {
	background: transparent;
	color: #930;
}

#events .odd {
	background: #fafceb;
}

#events tbody tr:hover {
	color: #333;
	background: #c6c6e8;
}

#events tbody tr {
	background:#fff;
}

#events table a:visited {
	color:#ccc;
}