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


/*form styles*/

#formTitle {
	margin-bottom: 10px;
}

fieldset {
	width: 605px;
	border:#C4C4C4 solid 1px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

fieldset tr {
	border:0px;
}

fieldset td {
	border:0px;
}

legend {
	color: #992327;
	font-weight: bold;
	font-size: 14px;
	
	padding: 15px 8px 15px 5px;
	margin-left: 15px;
}

.formTable {
	width: 605px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.formLabel {
}

.inputLabel {
	width: 190px;
	/*padding: 0px 5px 10px 20px;*/
}

fieldset td {
	padding: 0px 5px 15px 20px;
}

/*.inputLabelWide {
	padding: 0px 20px 15px 20px;
}*/

input {
	width: 350px;
}

.gray {
	background-color:#E0E0E0;
}

input.radio {
	width: auto;
	background-color:#E0E0E0;
	margin-bottom: 10px;
}

select {
	width: 355px;
	background-color:#E0E0E0;
}

.buttonInput {
	width: 20px;
	margin: 0px;
	background-color:clear;
}

.halfWidth {
	width: 260px;
	padding: 20px 20px 15px 20px;
}

/*end form styles*/


/*button controls*/

.buttonBox {
	text-align:center;
}

.formButton {
	width: 70px;
	margin: 10px 10px 0px 10px;
}

/*end button controls*/


/*roster form styles*/

.playerName{
	padding: 10px 10px 15px 0px;
}

.inputName {
	width: 190px;
	background-color:#E0E0E0;
	margin-bottom: 5px;
}

.inputNumber {
	width: 120px;
	background-color:#E0E0E0;
	margin-bottom: 5px;
}

.rosterCount{
	padding: 10px 10px 15px 10px;
	font-weight:bold;
	text-align:right;
}

.selectRole {
	width: 120px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	background-color:#E0E0E0;
	margin-bottom: 10px;
}

/* end roster form styles*/

/*division table styles*/

.nospace {
	padding-bottom: 0px;
}

.activeReg {
	width: 40px;
	float: left;
	color: #992327;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.inactiveReg {
	width: 40px;
	float: left;
	color: #999;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

.divisionHead {
	background:#CCC;
	color:#464646;
	font-weight:bold;
	padding: 10px 0px 8px 20px;
}

.divisionField {
	width: 165px;
	color:#000;
	padding: 15px 0px 10px 20px;
}



.divisionField a {
	color:#000;
	font-weight:bold;
}

.registrationBtn {
	width: 65px;
	margin: -5px 0px 0px 15px;
	padding: 0px;
}

.row {
	border-top:#CCC solid 1px;
}

.row:hover {
	background: #E0E0E0;
}

/*end division styles*/

.confirmation {
	text-align:center;
}

input.error {
	background: #FFBBBB;
}