body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/xRides/background-repeat.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
body.black {
	background-color: #000000;
}
body.white {
	background-color: #FFFFFF;
}
a { color:#ffffff; text-decoration:none; }
a:visited { color:#ffffff; text-decoration:none; }
a:active { color:#ffffff; text-decoration:underline; }
a:hover { color:#ffffff; text-decoration:underline; }

* {
margin: 0;
padding: 0;
}
#xRidesPage {
	width: 300px; 
	margin: 0px auto 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	/* opera does not like 'margin:20px auto' */
	/* part 2 of 2 centering hack */
	width: 300px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 300px;
	background-color: #000000;
	height:auto;
	background-image: url(../images/xRides/background.jpg);
	min-height: 425px;
	background-repeat: no-repeat;
	background-position: top center;
	color:#FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	letter-spacing: 1px;
	visibility: visible;
}
#xRidesLeft {
	float: left;
	display: block;
}
#xRidesRight {
	float: right;
	display: block;
}
#xRidesFull {
	width: 290px;
	position: relative;
	top: 0px;
	left: 0px;
}
#riderList {
	position: relative;
	top: 20px;
	left: 15px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 130%;
}
#riderList li {
	margin-bottom: 5px;
}
#riderList li a {
	color: #FFFFFF;
	text-decoration: underline;
}
#riderList li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#xRidesBox {
	float: right;
	display: block;
	width: 140px;
	height: 80px;
	/*border: 1px solid white; */
	vertical-align: top;
}
#xRidesBox a {
	text-decoration: none;
}
#xRidesSubmitLink {
	position: relative;
	top: 60px;
	left: 10px;
	float: left;
	display: block;
	text-align: center;
	width: 50px;
/*	border: 1px solid blue;*/
}
#xRidesViewAllLink {
	position: relative;
	top: 35px;
	right: 5px;
	float: right;
	display: block;	
	height: 40px;
	width: 65px;
	cursor: pointer;
/*	border: 1px solid red;	*/
}
#formTable {
	position: relative;
	left: 5px;
	color: #FFFFFF;
	font-size:10px;
}
#riderTable {
	position: relative;
	left: 5px;
	top: 5px;
	color: #FFFFFF;
	font-size:10px;
}
#errMsg {
	margin-left: 5%;
	width: 94%;
	margin-bottom: 10px;
}
#formTable label {
	color:#FF0000;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
}
#riderTable label {
	color:#FF0000;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	vertical-align: top;
}
#riderTable td {
	vertical-align: top;
}
#riderTable tr {
	vertical-align: top;
}
.pagination {
	position: relative;
	top: 10px;
}
.pagination a {
	color:#FF0000;
	font-weight: bold;
	font-size: 12px;
}
.xRiderImage {
	height: 110px;
	width: 130px;
	border: 1px solid red;
}
.redLetters {
	color: #FF0000;
}
#riderSortPanel {
	position: relative;
	top: 10px;
}
#submissionProcessing {
	visibility: hidden;
	height: 0px;
}
#submissionForm {
	visibility: visible;
	height: auto;
}
.xRiderInfo {
	padding-right: 5px;
}
