﻿/* CSS layout */
.body
{
	background-color: White;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 0px;
	width: 1000px;
	font: 'Comic Sans MS';
}	 
.page
{
	width: 802px;
	vertical-align: middle;
}
.masthead {
	background-color:black;
}

.masthead .logoextra{
	background-image:url('images/superfleet_logo_extra.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	width:91px;
	height:26px;
	display:inline;
}

.masthead .redbar{
	background-image:url('images/nav_bg.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	float:left;
	width:709px;
	height:26px;
	display:inline;
}

.top_nav 
{
	width:800px;
	clear:both;
}

.top_nav .navcontent{
	background-color:blue;
	width:800px;
}
	
a{
	color: Blue;
}

.page_content {
	border-top:medium white solid;
	width:800px;	
}
.page_content .topcontent{
	background-image:url('images/ContentTopRounded.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	vertical-align:bottom;
	clear:both;
}
	
.page_content .contentcontent{
	background-image:url('images/ContentCenterRounded.jpg');
	background-repeat:repeat-y;
	vertical-align:middle;
	clear:both;
}
	
.page_content .bottomcontent{
	background-image:url('images/ContentBottomRounded.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	clear:both;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* AJAX Stuff */
.updateProgress
{
	position: absolute;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}

h2
{
	font-family: Cambria, Arial, 'Times New Roman';
}

h3
{
	font-family: Cambria, Arial, 'Times New Roman';
	padding: 0px;
	line-height: normal;
	display:inline;
}

h4
{
	font-family: Cambria, Arial, 'Times New Roman';
	padding: 0px;
	line-height: normal;
	display:inline;
}

h5
{
	font-family: Cambria, Arial, 'Times New Roman';
	padding: 0px;
	line-height: normal;
	display:inline;
}

h6
{
	font-family: Cambria, Arial, 'Times New Roman';
	padding: 0px;
	line-height: normal;
	display: inline;
	font-size: 8pt;
}

p
{
	font-family: Cambria, Arial, 'Times New Roman';
}

li 
{
	font-family: Cambria, Arial, 'Times New Roman';
}

.MapViewZoomCtrl
{
	margin-right: 5px;
}
.MapViewZoom
{
}
.MapViewZoomLevel
{
	border: solid 1px #006AAA;
}
/*Google Maps */
._pnlSearchCriteria
{
	
}

.BorderedTable
{
	width:350px;
	border-color : #003776;
	background-color: #e1e1e1;
}
.Centered
{
	margin-left:auto;
	margin-right:auto;
}

.Width100
{
	width:100%;
}
.InformationalMsg
{
	display:none;
}
.NoShow
{
	display:none;
}
.searchValidationSummary, .ValidationMessage
{
	display:none;
	color:Red;
}
.Map
{
	width:400px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
}

.Visible
{
	display:inherit;
	
}

.ResultsTable
{
	width:350px;
	border-color:#EEEEEE;
	text-align:left;
	font-size:small;
}
.ResultsTableHeader
{
	background-color:#003366;
	color:White;
	font: 'Comic Sans MS';
	font-size:small;
}

.odd
{
	background-color:#99BBEE;
}
.even
{
	background-color:White;
	
}

.Bordered
{
	width:352px;	
	border:solid 1px #003366;
}

.clickable
{
	cursor: pointer;
}
.page-next
{
	text-align:right;
}
.page-previous
{
	text-align:left;
}
.page-info
{
	text-align:center;
}

.Pager
{
	width:100%;
	font: 'Comic Sans MS';
	font-size:small;
	margin-left:auto;
	margin-right:auto;
}

#selMultiple, #searchTo_selMultiple
{
	width:100%;
}

.ResultRow
{
	cursor:pointer;
}

#infoWindow
{
position:absolute; 
padding:10px; 
background:#555; 
color:#fff; 
width:155px; 
font-size:x-small;
text-align:left;
}
.iStoreBrand
{
text-align:center;
}

#DirectionsPane
{
	width:350px;
}

#loading
{
	width:400px;
	font-weight:bold;
	font-style:italic;
}

#LocationFoundInfo
{
	font-weight:bold;
	width:400px;	
}
