/* -------------------------------------------------------------------- */
/* ---- Tournament Registration Stylesheet ---------------------------- */
/* -------------------------------------------------------------------- */
/* ---- Author: Heikki Gruner ----------------------------------------- */
/* ---- Created: 27 Oct, 2008 ----------------------------------------- */
/* -------------------------------------------------------------------- */

#sideBar div.module div.title {
	font-size: 16px;
	font-weight: bold;
}

#sideBar div.module div.tournament {
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	display: list-item;
}

#sideBar div.module div.tournament div.name {
	font-size: 12px;
	font-weight: bold;
}

#sideBar div.module div.tournament div.information {}





.full { width: 98%; }

span.error { color: #f00; }

#mainBody hr {
	height: 1px;
	color: #888;
	background-color: #888;
	border: 0px;
	margin: 20px auto;
}


#entryForm input.button { float: right; }
#entryForm div.section { margin-bottom: 30px; }
#entryForm div.section div.header { font-size: 12pt; font-weight: bold; }
#entryForm div.section div.subHeader { font-style: italic; }

#entryForm table { border: 0px; }
#entryForm table tr.label { height: 25px; vertical-align: bottom; }

#entryForm table.weightCategoryTable { width: 80%; margin: 10px; }
#entryForm table.weightCategoryTable tr { height: 30px; }

#blackBeltWaiverOption { margin-top: 10px; }
#blackBeltWaiver { padding: 10px; margin-top: 10px; border: 1px solid #bbb; }
#blackBeltWaiver table { width: 100%; margin: 20px auto; }

#verification { }
#verification table { border: 0px; margin-bottom: 20px; }
#verification table tr.sectionHeader { height: 50px; vertical-align: bottom; }
#verification table tr.sectionHeader td { font-size: 12pt; font-weight: bold; }
#verification table td.key { padding-left: 10px; width: 180px; }
#verification table td.value {  }
#verification table td.value.omitted { color: #aaa; }
#verification input.button.continue { float: right; }
