/*
	hellblau   : #d7e4ea
	dunkelblau : #003c71
*/

body {
	font-family: sans-serif,Arial;
	background-color: white;
}

hr {
	border: 1px dotted White;
}

a {
	color: #0E3E66;
	font-weight: bold;
	text-decoration: none; 
}
a:hover {
	text-decoration: none;
	background-color: #0E3E66;
	color: white;
}
a:focus {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

a.hof {
	color: Brown;
	font-weight: normal;
	text-decoration: none; 
}
a.hof:hover {
	text-decoration: none;
	background-color: brown;
	color: ivory;
}
a.hof:focus {
	text-decoration:none;
}
a.hof:active {
	text-decoration:none;
}

img  {
	/* border: 1px solid white; */
}

.mainTable {
	color: #003c71;
	border: 0px;
	background-color: #d7e4ea;
	width:750px;
	margin: auto;
}

.standardTable, .prizeTable {
	color: #003c71;
	font-size: 12px;
}

.prizeTable {
	background-color: #d7e4ea;
}

.pilloryTable {
	width:100%;
	border: none;
	color: FireBrick;
	font-size: 11px;
	background-color: transparent;
}

.announcement,
.countdownField {
	font-size: 13px;
	color: white;
}

.countdownField,
.countdownFieldLarge,
.countdownFieldMini {
	background-color: transparent;
	border: 0px;
	width: 50px;
	color: #003c71;
	font-weight: bold;
	font-size: 20px;
	text-align:center;
}

.countdownFieldLarge {
	font-size: 13px;
	width: 168px;
}

.countdownFieldMini {
	width: 165px;
	font-weight: normal;
	font-size: 9px;
}

.countdownLabel {
	color: #003c71;
	font-size: 9px;
}

.quoteDiv {
	font-size: 13px;
	font-weight: normal;
	color: Brown;
}

.nextEvent {
	font-size: 15px;
	font-weight: bold;
	color: #003c71;
}

.nextEventUnits {
	font-size: 12px;
	font-weight: bold;
	color: #003c71;
}

.borderNormal {
	border: 1px solid White;
}

.imgNormal {
	border: 1px solid White;
}

.imgSponsor {
	border: 1px solid White;
}

.imgHallOfFame {
	border: 1px solid White;
}

.hallOfFame {
	color: Brown;
	border: 1px dotted SlateGray;
	background-image: url(../images/marble.gif);
	font-size:12px;
}

.pilloryDiv {
	height:300px;
	border: 1px dotted SlateGray;
	overflow:auto;
	background-image: url(../images/brick.jpg);
}
