body {
	background-color:	#ccc;
	
	margin:			0;
}

div.mainBoard {
	width:			800px;
	height:			auto;
	
	border: 		1px solid #000;
	margin:			0;
	
	background-color:	#fff;
}

table.mainDisplay {
	width:			800px;
	height:			auto;
	
	border: 		0;
	margin:			0;
	
	background-color:	#fff;
}

div.photoBox {
	width:			200px;
	height:			auto;
	vertical-align:		middle;
	
	border: 		1px solid #8A1818;
	border-left: 		0;
	margin:			0;
	margin-bottom:		10px;
}

div.infoBox {
	width:			200px;
	height:			auto;
	
	border: 		1px solid #8A1818;
	border-left: 		0;
	padding-bottom:		5px;
	margin:			0;
	margin-bottom:		10px;
}

div.teamBox {
	width:			200px;
	height:			auto;
	
	border: 		1px solid #8A1818;
	border-left: 		0;
	padding-bottom:		5px;
	margin:			0;
	margin-bottom:		10px;
}

div.mainDisplay {
	width:			auto;
	min-height:		650px;
	height:			auto;
	
	border: 		1px solid #8A1818;
	border-left: 		0;
	margin:			0;
	margin-bottom:		10px;
	padding-bottom:		10px;
}


div.boxTitleBar {
	width:			auto;
	height:			auto;
	
	color:			#fff;
	font-weight:		bold;
	
	border: 		0;
	border-left: 		0;
	margin:			0;
	
	background-color:	#8A1818;
}

font.titleLarge {
	color:			#8A1818;
	font-weight:		bold;
	font-size:		32px;
}

div.subscriberOnlyBlocks {
	width:			500px;
	height:			auto;
	
	background-color:	#eee;
	color:			#8A1818;
	font-weight:		bold;
	
	border:			1px solid #000;
}

tr.teammatesAlt1 {
	color: #8A1818;
	background-color:	#fff;
	cursor:			pointer;
}
tr.teammatesAlt2 {
	color:			#8A1818;
	background-color:	#eee;
	cursor:			pointer;
}

div.messageBoard {
	border:			1px solid #000;
	margin:			0;
	padding:		5px;
	
	text-align:		left;
	
	color:			#fff;
	font-weight:		bold;
	background-color:	#000;
}

input.litePageButton {
	background-color:	#8A1818;
	color:			#fff;
	font-weight:		bold;
	width:			50px;
	font-size:		12px;
	text-align:		center;
}

input.litePageButtonL {
	background-color:	#8A1818;
	color:			#fff;
	font-weight:		bold;
	width:			70px;
	font-size:		12px;
	text-align:		center;
}


input.inputBoxC {
	text-align:		center;
	color:			#8A1818;
	width:			250px;
}

a.topTenHref {
	color:			#8A1818;
	text-decoration:	underline;
}

a.smallHref {
	color:			#8A1818;
	text-decoration:	underline;
	font-size:		12px;
}

input.addMileage {
	text-align:		center;
	color:			#8A1818;
	width:			50px;
}

textarea.addMileage {
	text-align:		left;
	color:			#8A1818;
	width:			50px;
}