h2 {
	text-align:left;
}

table.eventList {
	width:100%;
	border-collapse:collapse;
}

table.eventList th {
	text-align:left;
	font-size:90%;
	padding:2px 10px 2px 10px;
	background:#9c9;
}

table.eventList th a.name{
	display:block;
	color:#000;
	text-decoration:none;
}

table.eventList th a:hover {
	color:#363;
}


.register, a.register {
	text-decoration:none;
	text-align:center;
	font-variant:small-caps;
	font-weight:none;
	color:#f00;
}

.alreadyReg {
	color:#999;
}

a.register:visited {
	color:red;
}

a.register:hover {
	color:#9c9;
}


table.eventList th a.register, table.eventList th span.register {
	float:right;
	font-size:80%;
	margin-left:0;
}

table.eventList td {
	padding:10px 0 50px 10px;
	font-size:85%;
	vertical-align:top;
	font-weight:bold;
}

table.eventList td.description {
	padding-left:0;
	width:70%;
	font-weight:normal;
}

table.eventList td.description a{
	font-size:80%;
}

table.eventList td span.time {
	font-size:75%;
}

/** table for details **/
table.details {
	width:100%;
	font-size: 90%;
	text-align:left;
	border-top:1px solid #9c9;
	border-bottom:1px solid #9c9;
}

table.details th {
	width:20%;
	padding:5px 0 5px 30px;
}