/* STATUS BOX */

.statusbox {
	border: 1px solid #333333;
	background-color: #FFF5E7;
	width: 170px;
}

.statusbox td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.statusbox th{
	background-color: #FF9A0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	height: auto;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #333333;
	border-left: 0px none;
	padding: 5px;
}

.statuson {
	font-weight: bold;
}

.status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/* END */


/* INFORMATION FIELDS */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rego-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.rego-text-required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.rego-text-required:first-letter {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

/* END */


/* UNSORTED */

.registration-box {
	border: none;
}


.registration-box th {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding-bottom: 7px;

}
.registration-box td {

	border: 1px solid #333333;
}

.rego-box-content td{

	border: none;
}

.teamlist th{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;



}

.teamlist td{
	background-color: #FFF5E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #333333;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}


/* END */
.standard-rego-table {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}

.confirmationtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 10px;

}
.confirmationtext-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}
