body
{
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 416px;
	font-family: helvetica,sans-serif;
	-webkit-touch-callout: none;
	background-color: #FFF;
}

@media screen and (max-width:320px)
{
	#topbar { height: 44px; }
	
	#title
	{
		line-height: 44px;
		height: 44px;
		font-size: 16pt;
	}
	
	#leftbutton.home
	{
		line-height: 30px;
		height: 30px;
		top: 7px;
	}
}

@media screen and (min-width:321px)
{
	#topbar { height: 32px; }
	
	#title
	{
		line-height: 32px;
		height: 32px;
		font-size: 13pt;
	}
	
	#leftbutton.home
	{
		line-height: 24px;
		height: 24px;
		top: 4px;
	}
}


#content
{
	position: relative;
	min-height: 240px;
	height: 100%;
	z-index: 0;
}

#selected_content
{

	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;


}

img
{
	max-width: 90%;
	padding: 5px;
}

img a
{
	border-style: none;
}

#homeScreen
{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 460px;
	background-image: url("/iapp/images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: 100% 100%;
}


#motorcycleroads
{
	background-image: url("/iapp/images/motorcycleroads.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 421px;
	left: 30px;
	width: 269px;
	height: 28px;
}

#findroad
{
	background-image: url("/iapp/images/find_road.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	left: 37px;
	width: 103px;
	height: 121px;
}

#cyclistbackground
{
	background-image: url("/iapp/images/cyclistsbackground.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 293px;
	left: 0;
	width: 320px;
	height: 167px;
}

#prefs
{
	background-image: url("/iapp/images/prefs.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 21px;
	left: 180px;
	width: 103px;
	height: 122px;
}

#roadsdriven
{
	background-image: url("/iapp/images/roadsdriven.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 181px;
	width: 103px;
	height: 123px;
}

#wishlist
{
	background-image: url("/iapp/images/wishlist.png");
	position: absolute;
	top: 161px;
	left: 39px;
	width: 103px;
	height: 124px;
}


#homeHeader
{
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 60px;
	background-image: url('/iapp/images/homeHeaderBackgrnd.png');
	background-repeat: no-repeat;
}


#findRoads
{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 460px;
	background-image: url("/iapp/images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: 100% 100%;
}

#preferencesScreen
{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 460px;
	background-image: url("/iapp/images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: 100% 100%;
}

#preferencesContent
{
	margin: 10px;
	top: 60px;
	position: relative;
}

#wishListScreen
{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 460px;
	background-image: url("/iapp/images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: 100% 100%;
}


#wishListContent
{
	margin: 10px;
	top: 60px;
	position: relative;
}


#roadsDrivenScreen
{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 460px;
	background-image: url("/iapp/images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: 100% 100%;
}


#roadsDrivenContent
{
	margin: 10px;
	top: 60px;
	position: relative;
}



#routeListings
{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: auto;
	background-image: url("/iapp/images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: 100% 100%;
	background-attachment: fixed;
	min-height: 460px;
}

#routeContent
{
	width: 90%;
	height: auto;
	position: relative;
	top: 5px;
	right: 10px;
	bottom: 0px;
	left: 10px;
}


#messageScreen
{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 460px;
	background-image: url("/iapp/images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-background-size: 100% 100%;
}

#messageContent
{
	margin: 10px;
	top: 60px;
	position: relative;
}



#homeScreenButton
{
	font-weight: normal;
	color: rgb(204, 204, 204);
	font-size: 14pt;
	line-height: 24pt;
	vertical-align: top;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	top: 0px;
	left: 0px;
	width: auto;
	max-width: 220px;
}




.pageitem {
	background-color: #fff;
	border: #878787 solid 1px;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px;
	list-style: none;
}







li.menu span.name
{
	position: absolute;
	top: 10px;
	text-decoration: underline;
	color: #669;
}

li.menu
{
	position: relative;
	list-style-type: none;
	display: block;
	height: 43px;
	overflow: hidden;
	border-top: 1px solid #878787;
	width: auto;
	text-indent: 10px;
	background-color: #BDCEDB;
}

li.menu img
{
	width: auto;
	height: 32px;
	margin: 5px 0 0 5px;
	float: left;
}

li.menu span.arrow
{
	position: absolute;
	width: 8px!important;
	height: 13px!important;
	right: 10px;
	top: 15px;
	margin: 0!important;
	background: url("/iapp/images/arrow.png") 0 0 no-repeat;
}

li.menu img.listIcon
{
	width: 32px;
	height: 32px;
	-webkit-border-radius: 6px;
	border: #878787 solid 1px;
}








.pageitem li:first-child,.pageitem li.form:first-child { border-top: 0; }

li.menu,li.checkbox,li.radiobutton,li.select,li.button,li.bigfield,li.smallfield
{
	position: relative;
	list-style-type: none;
	display: block;
	height: 43px;
	overflow: hidden;
	border-top: 1px solid #878787;
	width: auto;
}

ul.pageitem li:first-child:hover,.pageitem li:first-child a,li.radiobutton:first-child input,li.select:first-child select,li.button:first-child input,.bigfield:first-child input
{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul.pageitem li:last-child:hover,.pageitem li:last-child a,li.radiobutton:last-child input,li.select:last-child select,li.button:last-child input,.bigfield:last-child input
{
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}






select
{
	-webkit-appearance: none;
	height: 100%;
	width: 100%;
	border: 0;
}

li.select select
{
	-webkit-border-radius: 0;
	color: #000;
	font-weight: bold;
	font-size: 17px;
}

li.select option { max-width: 90%; }

li.select .arrow
{
	background: url('/iapp/images/arrow.png');
	width: 8px;
	height: 13px;
	display: block;
	-webkit-transform: rotate(90deg);
	position: absolute;
	right: 10px;
	top: 18px;
}

.button input
{
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0;
	-webkit-border-radius: 0;
	font-weight: bold;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: none;
}


#myform
{
	width: 300px;
	height: auto;
	top: 60px;
	left: 10px;
	position: relative;
}


#routeHeader
{
	background-image: url("/iapp/images/routeHeader.png");
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 57px;
}

#FindIcon
{
	background-repeat: no-repeat;
	visibility: visible;
	position: absolute;
	top: 3px;
	left: 15px;
	width: 42px;
	height: 41px;
}

#motorcycleRoadsRoutes a
{
	color: #fff;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-repeat: no-repeat;
	visibility: visible;
	position: absolute;
	top: 17px;
	left: 64px;
	width: 250px;
	height: 18px;
	text-decoration: none;
	letter-spacing: .1em;
}

#routeBody
{
	background-color: #e6e9f0;
	visibility: visible;
	position: absolute;
	top: 56px;
	left: 0;
	width: 292px;
	height: auto;
	text-align: justify;
	padding: 10px;
	border-right: #000;
	border-left: #000;
	min-height: 100%;
	border-bottom: #000;
	border-width: 0 4px 4px 4px;
	border-style: none solid solid solid;
}

.route_title
{
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-size: 12pt;
	line-height: 14pt;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bodytext16 { font-size: 16pt; }
.bodytext14 { font-size: 14pt; }

.state_title
{
	color: #000;
	font-size: 12pt;
	line-height: normal;
	font-weight: 100;
	margin: 0px 0px 0px 0px;
}
.submitted_by {
	color: #000;
	font-size: 12pt;
	line-height: 12pt;
	line-height: normal;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
}
.submitted_date {
	color: #000;
	font-size: 12pt;
	line-height: normal;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
}
.motorcycle_type {
	color: #000;
	font-size: 12pt;
	line-height: normal;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
}
.road_length {
	color: #000;
	font-size: 12pt;
	line-height: normal;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
}



.road_scenery
{
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-size: 12pt;
	line-height: 14pt;
	padding: 10px 0px 0px 0px;
}

.road_quality {
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-size: 12pt;
	line-height: 14pt;
}

.amenities {
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-size: 12pt;
	line-height: 14pt;
}

.directions {
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-size: 12pt;
	line-height: 14pt;
}

.additional_info {
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-size: 12pt;
	line-height: 14pt;
}

#commentsHeader
{
	height: 15px;
	display: block;
	padding: 4px 5px 4px 5px;
	position: relative;
	background-color: #000;
	color: #FFF;
	font-size: 12pt;
	width: auto;
}

#commentBy
{
	width: auto;
	height: 15px;
	display: block;
	padding: 4px 5px 4px 5px;
	position: relative;
	background-color: #CCC;
	color: #000;
	font-size: 12pt;
}


#userComment
{
	color: #000;
	font-size: 12pt;
	padding: 5px 0px 10px 0px;
}


