/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

table.fancy {
	border-bottom: 0;
	border-right: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	width: 63.1em;
}

table.fancy td {
	height: 4em;
	vertical-align: middle;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #FFF;
}

td.location {
	width: 13em;
}

td.address {
	width: 18em;
}

td.start {
	width: 8em;
}

td.when {
	width: 13em;
}

td.time {
	width: 10em;
}

tr.alt td {
	background-color: #F1F1D6;
}

tr.tableHeader td {
	height: 2em;
	background: url(/images/bg-navi-main-current.gif) repeat-x scroll center top !important;
	font-weight: bold;
	color: #FFF;
	border-bottom: .1em solid #9E832E;
}

tr.tableHeader td span {
	font-size: 120%;	
}

td.first {
	border-left: .1em solid #9E832E;
}

td.last {
	border-right: .1em solid #9E832E;
}

tr.bottom td {
	border-bottom: .1em solid #9E832E;
}

tr.hidden td {
	text-align: left;
	font-size: 115%;
	background-color: transparent;
}

form.register {
	display: block;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8pt;
	padding-bottom: 8pt;
}

.formEntry {
	margin-bottom: 1em;
	display: block;
	clear: both;
}

.formEntry input {
	border: 2px solid #CC9900;
	padding: 2pt;
	width: 50%;
	height: 1.5em;
	margin-left: 5%;
}

.formEntry select {
	margin-left: 5%;
	border: 2px solid #CC9900;
}

.formEntry div {
	display: block;
	float: left;
	width: 30%;
	height: 1em;
	text-align: right;
	font-weight: bold;
}

.submit, .submit:active {
	border: 2px solid #CC9900;
	font-size: 105%;
	display: block;
	padding: 2pt;
	width: 5em !important;
	height: 2em !important;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

.submit:hover {
	background-color: #F1F1D6;
}