@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: normal;
	word-spacing: normal;
}
/* CSS Document */

.ProfileTable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.DataCell {
	width: 50%;
	margin: 10px;
}
.SectionHeader {
	background-color: #365F91;
	color: #FFFFFF;
	text-align: center;
}
.CellHeader {
	color: #000066;
	text-align: center;
}
.RequiredField {
	color: #FF0000;
	font-weight: bold;
}


.DataCell label {
	text-align: left;
	width: 40%;
}
table tr .ClubMembershipHeaderRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CDDDAC;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SearchResultsHeaderRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #365F91;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 60%;
	color: #FFFFFF;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.FormattingHint{
	font-size: x-small;
	text-align: center;
	
}

.UsabilityNotes {
	border:medium;
	border-color:#000000;
	background-color: #CDDDAC;
	color:#000000;
	text-align: left;
	width:550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }

.GreenHeaderRow {
	background-color: #76923C;
        color: #FFFFFF;
}

.GreenHeaderColumn { background-color: #9BBB59; }

.GreenEvenRows {
	background-color: #CDDDAC;
}

.GreenOddRows {
	background-color: #E6EED5;
}

.BlueHeaderRow {
	text-align: center;
	background-color: #365F91;
        color: #FFFFFF;
}

.BlueEvenRows {
	background-color: #95B3D7;
}

.BlueOddRows {
	background-color: #DBE5F1;
}

.BlueEvenRows2 {
	background-color: #95B3D7;
	font-size: medium;
	text-align: center;
}

.BlueOddRows2 {
	background-color: #DBE5F1;
	font-size: medium;
	text-align: center;
}
.searchResultsSelectColumn {
	padding-right: 5px;
	background-color: #FFFFFF;
}

.searchResultsSelectColumn a {
	color: #FF0000;
}
.content {
	padding: 0 40px
}
