p {
	padding-left: 0;
}

.schedules table {
	margin-top: .5em;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #118f94;
}
.schedules table th {
	background-color: #118f94;
	color: white;
}

.schedules table th.homeCol,
.schedules table td.homeCol {
	text-align: right;
}

.gameListHead {
	font-weight: bold;
}

.crumb {
	margin-bottom: 1em;
}
.odd {
	background-color: #b7dede;
}

fieldset.styled {
	border: none;
	border-top: 1px solid #9e2100;
	margin-top: 2em;
}
	fieldset.styled legend {
		font-size: 120%;
		font-weight: bold;
		color: #9e2100;
		margin-bottom: 5px;
		padding-right: 5px;
		*margin-left: -7px;
	}
	fieldset.styled li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	fieldset.styled ol {
		margin: 0;
		padding: 0;
	}
		fieldset.styled ol li {
			margin-top: .5em;
		}
	fieldset.styled label {
		font-weight: bold;
		line-height: 1.2;
	}
	fieldset.styled input.required {
		border: 1px solid #cf7a07;
		background-color: #fcdcb1;
	}
	fieldset.styled input.checkbox {
		vertical-align: middle;
		margin-right: 0.5em;
	}
	fieldset.styled select {
		width: 195px;
	}
	fieldset.styled li.datePicker input {
		margin-right: 0.2em;
	}
	fieldset.styled li.radioOneLine div {
		display: block;
		font-weight: bold;
	}
		fieldset.styled li.radioOneLine input {
			margin-left: 1em;
			margin-right: 0.1em;
		}
		fieldset.styled li.radioOneLine label {
			font-weight: normal;
			display: inline;
		}
	
	fieldset.styled li.radioMultiLine div {
		display: block;
		font-weight: bold;
	}
		fieldset.styled li.radioMultiLine input {
			clear: both;
			float: left;
			margin-left: 1em;
			margin-right: 0;
		}
		fieldset.styled li.radioMultiLine span>input {
			margin-right: 0.5em;
		}
		fieldset.styled li.radioMultiLine label {
			display: block;
			font-weight: normal;
			padding-top: 0.2em;
		}
		fieldset.styled li.radioMultiLine span>label {
			padding-top: 0;
		}

/* Large rounded input fields */		
.field {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;  
	border:1px solid #b1b196;
	font-size:125%;
	font-weight: bold;
	padding:8px;
	width:205px;
	float: left;
	background-color: #ffe;
}
	.field input {
		border: 0;
		background-color: transparent;
	}
	.fieldRequired {
		background-color: #ffb0b0;
		border-color:#ff6666;
	}
/* FeedbackLabel styling */
.feedbackLabel {
	background: url(../i/information.png) no-repeat 5px 50%;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-bottomright: 5px;  
	-webkit-border-radius-topright: 5px;  
	border:1px solid #DDDDDD;
	margin-top: 3px;
	padding: 6px 6px 6px 24px;
	width:300px;
	float: left;
	color: #5e5e5e;
	background-color: #f9f9f9;
}
	.feedbackINFO, .feedbackValid {
		background: #afa url(../i/accept.png) no-repeat 5px 50%;
		color: #000;
		border-color:#393;
	}
	.feedbackERROR {
		background: #ffaaaa url(../i/exclamation.png) no-repeat 5px 50%;
		color: #000;
		border-color:#ff6666;
	}

/* Small information text under input fields */
.info {
	margin-left: 6px;
	margin-top: 2px;
	font-size: 95%;
}
/* Clearing */
.block:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.block{zoom:1;}




