#oeNav {
	width:880px;
}

h1 {
	font-size: 32px;
	font-family:  Inter, Arial, Helvetica, sans-serif !important;
	font-weight: 700;
	color: #010001 !important;
}

h3 {
	font-size: 16px;
	font-family: 'Source Sans Pro';
    font-weight: normal;
    font-style: normal;
	font-weight: 700;
	color: #010001 !important;
}

#OnlineEntry { position: relative; }

.oeNavItem {
	float: left;
	width: 174px;
	background: #D3D3D3;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.oeNavItemSelected {
	background: #a3238e;
	color: #fff;
}

.oeNavItemComplete {
	background: #c39d6c;
	color: #fff;
	cursor:pointer;
}

.oeNavItemLocked {
	background: #c39d6c;
	color: #fff;
}

.oeNavItem span {
	font-weight: normal;
	font-size: 13px;
}

#oeContent {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

input {
	border: 1px solid #c39d6c;
	padding: 6px;
	min-width: 237px;
}

input:focus {
	border: 1px solid #a3238e;
	outline: 0;
}

select {
	border: 1px solid #c39d6c;
	padding: 6px;
	min-width: 250px;
}

select:focus {
	border: 1px solid #a3238e;
	outline: 0;
}

.fielderror {
	border: 1px solid #F00;
}

button {
	border: 1px solid #c39d6c;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #c39d6c;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

button:active {
	background: #a3238e;
	border: 1px solid #a3238e;
}

.buttonsmall {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;
}

.buttonpurple {
	background: #a3238e;
	border: 1px solid #a3238e;
}

.buttonpurple:active {
	background: #c39d6c;
	border: 1px solid #c39d6c;
}

#ThrowError {
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.80;
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

#Loading {
	background-color: #E6E6E6;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.70;
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

#LoadingMessage {
	text-align: center;
	padding-top: 65px;	
	color: #000000;
	line-height: 1.5;
}

#LoadingMessage img { border:none; }

#ThrowErrorMessage {
	text-align: center;
	color: red;
	padding-top: 65px;	
}

.ErrorText { color:#F00; text-align:center; display:none; }

#TotalDiv {
	float: right;
	padding-right: 20px;
}

#TotalDiv p {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-family: 'Source Sans Pro';
	font-weight: bold;
}

#TotalDiv p span {
	font-weight: normal;
	font-size: 16px;
	color: #666;
	padding-left: 10px;
	font-family: 'Source Sans Pro';
}

/* Table B */
	#TableB {
		border-collapse:collapse;
		text-align:left;
		margin-bottom:20px;
	}
	
	#TableB th {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	border-bottom: 2px solid #FFF;
	background-color: #a3238e;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
	
	#TableB td {
		color:#666;
		padding-top: 4px;
		padding-right: 8px;
		padding-bottom: 4px;
		padding-left: 8px;
		background-color: #F8F8F8;
	}
	
	#TableBA tbody tr:hover td {
	color: #00718F;
	background-color: #FFF;
	}
	
/* Table A */
	#TableA {
		border-collapse:collapse;
		text-align:left;
		margin-bottom:10px;
	}
	
	#TableA th {
		font-size:15px;
		font-weight:normal;
		color:#a3238e;
		border-bottom:2px solid #c39d6c;
		padding:10px 8px;
		font-family: 'Source Sans Pro';
	}
	
	#TableA td {
		padding-top: 4px;
		padding-right: 8px;
		padding-bottom: 4px;
		padding-left: 8px;
	}
	
	#TableA tbody tr:hover td {
		color: #a3238e;
		background-color: #F8F8F8;
	}