﻿/************************* Module Layout Styles *************************/
div.BikeRentalsBase, html.BikeRentalsBase{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif
}
html.BikeRentalsBase td{
	font-size: 11px;
}
.LeftPane div.BikeRentalsBase{
	padding-left:15px;
	padding-right:15px
}
.BikeRentalsBase .ModuleButton {
	float: right;
	position: relative;
	top: -1em
}
.BikeRentalsBase .ModuleTitle, .BikeRentalsBase h1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FE6400;
	line-height: 20px
}
.BikeRentalsBase .ModuleContent, .BikeRentalsBase p, .BikeRentalsBase .Normal{
	margin: 0;
	margin-bottom: 1em
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #FF8C00
}
.BikeRentalsBase .Highlight{
	font-weight: bold;
	color: #FF8C00
}
.BikeRentalsBase h2, .BikeRentalsBase .SubHead{
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF8C00
}
.BikeRentalsBase h3, .BikeRentalsBase h4, .BikeRentalsBase h5, .BikeRentalsBase h6{
	font-weight: bold;
	font-size: 12px;
	color: #5F5F5F
}
.BikeRentalsBase a{
	color: #FF8C00;
	text-decoration: underline
}
.BikeRentalsBase a:hover, .BikeRentalsBase a.sitelink:hover{
	color: #FE6400;
	text-decoration: underline
}
.BikeRentalsBase hr{
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	width: 100%;
	border-top-style: none;
	padding-top: 1px;
	border-bottom: #c0c0c0 1px dotted;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: white
}
.BikeRentalsBase .Field{
	font-weight: normal;
	font-size: 10px;
	background-color: #F5F5F5;
	border: 1px dimgray solid
}
.BikeRentalsBase .Button, .BikeRentalsBase a.Button, .BikeRentalsBase a:link.Button, .BikeRentalsBase a:visited.Button, .BikeRentalsBase a:hover.Button, .BikeRentalsBase a:active.Button{
	font-family: Verdana, helvetica, sans-serif;
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: black;
	background-color: #FF8C00;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.BikeRentalsBase input.Button{
	font-size: 12px;
	line-height: 12px
}