﻿/** Road Trip Form **/
.roadTripForm .rtRow
{
	margin-bottom: 7px;
}

.roadTripForm .rtButtonRow
{
	margin-top: 20px;
	margin-left:217px;
}

/* LS = Left Shift */
.roadTripForm .rtRowLS
{
	margin-left: 30px;
	margin-bottom: 7px;
}

.roadTripForm .rtButtonRowLS
{
	margin-top: 20px;
	margin-left: 247px;	
}

.roadTripForm .rtlabel
{
	text-align: right;
	font-weight: bold;
	width: 215px;
	padding-right: 2px;
	position: relative;
	float: left;
	top: 3px;
}

.roadTripData .rtRow
{
	margin-left: 30px;
	margin-bottom: 7px;
}

.roadTripData .rtRow .rtlabel
{
	text-align: right;
	font-weight: bold;
	width: 215px;
	padding-right: 2px;
	position: relative;
	float: left;	
}

.roadTripData .rtButtonRow
{
	margin-top: 20px;
	margin-left: 245px;
}

.roadTripDisplay .rtPhoto
{
	float: right;
	clear: right;
	margin-left: 10px;
}

.roadTripDisplay .rtLabel
{
	font-weight: bold;
}

.roadTripDisplay .rtDetail
{
	margin-bottom: 15px;
}

.roadTripDisplayContainer
{
	width: 500px;
	margin: 0 auto;
}

.roadTripList .rtHeader
{
	text-align: center;
	background-color: #99C;
	color: #FFF;
	text-transform: uppercase;
}

.roadTripList .rtRow
{
	text-align: left;
}

.roadTripSubHeader
{
	font-size: 20px;
	color: #99C;
}
/** ENDS Road Trip Form **/