﻿/*
Standard 
Author:   rebecca.mccay
Created:  11/16/2009 10:41:41 AM
*/

body
{
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: small;
	padding: 10px;
}

h1
{
	font-size: 18px;
	color:red;
	margin-bottom:5px;
	margin-top:8px;
	
}
h2 {font-size: 12px !important;
    color:#666666;
    font-weight:bold;
    margin-top:18px;
    margin-bottom:5px;
}

h1#logo, h1#logo a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/logo-customfleet.gif) repeat scroll 0 0;
height:88px;
width:220px;
}

#header h3.hdn {
margin:0;
position:absolute;
right:34px;
top:32px;
}

.hideable{
display:none;
}

.showMore{
color:#666666 !important;
text-decoration: none !important;
}

.hdn-australia {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/australia.gif) no-repeat scroll 0 0;
height:16px;
width:70px;
}

.hdn-newzealand{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/newzealand.gif) no-repeat scroll 0 0;
height:16px;
width:105px;
}

.hdn {
display:block;
overflow:hidden;
text-indent:-12345px;
}

h3 {
color:#333333;
font-size:1em;
font-weight:bold;
line-height:1em;
margin:0 0 0.273em;
}

h2
{
	font-size: 160%;
}
h3
{
	font-size: 130%;
}
h4
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom:3px;
}
#fuelCheck
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom:3px;
	width:180px;
}
h5
{
	font-size: 105%;
}
h6
{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 3px;
}
p, label, legend, ol, table, input, select
{
	font-size: 90%;
}
td
{
padding: 1px 1px 1px 1px;
}
strong
{
	font-weight: bold;
}
ol
{
	list-style-type: decimal;
	margin-left: 1.75em;
}

a:link, a:visited
{
	color: #000;
	background: transparent;
	text-decoration: underline;
}
a:hover{
    color:Red;
}
#page
{
	width: 910px;
	min-height:100%;
	background:#FFFFFF;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
    border-right:8px solid #FFFFFF;
}
/* Search Fields */
#search
{
	padding: 10px 0 0 5px;
}

#search-fields
{
	float: left;
	margin-right: 10px;
	margin-top:-16px;	
}

#txtStreet
{
	width: 160px;
}

#txtSuburb
{
	width: 255px;
}
#ddlService{
    width: 258px;
}
#ddlNzService{
    width: 258px;
}
#ddlDistance{
    width: 100px;
}

#txtPostcode
{
	width: 65px;
}
/* Search buttons */
#search-buttons{
margin-top:-8px;
height:20px;
vertical-align:top;
float:left;
}

#btnSearch,#btnGetDirections, #btnReset,#btnResetTrip,#btnApply
{
	margin-left: 20px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #387275 none repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 6px 6px;
	text-decoration: none;
	cursor: pointer;
}

#btnSearch,#btnGetDirections, #btnReset,#btnResetTrip,#btnApply
{
	border: 0;
	margin: 0;
	padding: 3px 6px 5px 6px;
	font-weight: bold;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}

#btnReset,#btnResetTrip
{
	background: url(../images/btn_clear.png) no-repeat;
	width: 58px;
	height: 22px;
	margin: -4 0 0 0;
	padding: 0;
	border: 0;
	padding: 23px 0 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border: solid 0px #fff !important;
	display: inline-block;
}

#btnSearch,#btnGetDirections,#btnApply
{
	background: transparent url(../images/btn_search.png) no-repeat center top;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	padding: 23px 0 0;
	width: 58px;
	margin-left:144px;
}

#btnTripplanner{
position:absolute;
left: 68px;
}

#btnTripplanner span
{
	background: transparent url(../images/btn_trip.png) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 90px;
	display: inline-block;
}


#btnTripplanner.menu-open span
{
	background: transparent url(../images/btn_trip_on.png) no-repeat center top;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 90px;
	display: inline-block;
	float: none;
}

#btnTripplanner span:hover
{
	background: transparent url(../images/btn_trip_hover.png) no-repeat center top;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 90px;
	display: inline-block;
}


#btnApply{
margin-left:215px !important;
margin-top:10px;
}

#btnSearch:hover,#btnGetDirections:hover,#btnApply:hover
{
	background: transparent url(../images/btn_search_hover.png) no-repeat center top;
}

#btnReset:hover,#btnResetTrip:hover
{
	background: transparent url(../images/btn_clear_hover.png) no-repeat center top;
}


#SearchButtons
{
	height: 20px;
    overflow: hidden;
}

#btnGetDirections{
margin-top:10px;
}



/* Result Buttons */
#ResultButtons
{   
    float:left;
	height: 20px;
    clear:left;
    padding-top:7px;
}


#btnLocator.menu-open
{
	float: left;
	height:21px;
    overflow:hidden;
    position:absolute;
    z-index:99999;
}

#btnPointsOfInterest{

float: left;
	height:21px;
    overflow:hidden;
    position:absolute;
    z-index:99999;
}

#btnFilters
{
	height:21px;
    overflow:hidden;
    position:absolute;
    width:125px;
    z-index:99999;
}

#btnPointsOfInterest
{
    float:left;
    position:absolute;
	left:106px;
}

#btnDirections
{
	float: left;
	left: 180px;
	position: absolute;
	height:21px;
    overflow:hidden;
    z-index:99999;
}

#btnPointsOfInterest span
{
	background: #FFFFFF url(../images/btn_results_on.png) no-repeat center top;
	cursor: pointer;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 70px;
	display: inline-block;
}

#btnLocator span
{
	background: #FFFFFF url(../images/btn_locator.png) no-repeat center top ;
	height: 24px;
	display:inline-block;
	margin-right:1px;
	padding: 20px 0 0;
	width: 62px;
}

#btnLocator.menu-open  span
{
	background: #FFFFFF url(../images/btn_locator_on.png) no-repeat center top;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	padding: 20px 0 0;
	display: inline-block;
}

#btnPointsOfInterest span
{
	background: transparent url(../images/btn_results.png) no-repeat center top;
	cursor: pointer;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 70px;
	display: inline-block;
}

#btnPointsOfInterest span:hover
{
	background: transparent url(../images/btn_results_hover.png) no-repeat center top;
	cursor: pointer;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 70px;
	display: inline-block;
}

#btnPointsOfInterest.menu-open span
{
	background: transparent url(../images/btn_results_on.png) no-repeat center top;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 70px;
	display: inline-block;
}

#btnFilters span
{
	background: transparent url(../images/btn_filters.png) no-repeat left top;
	cursor: pointer;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0;
	width:120px;
	display: inline-block;
}

#btnFilters span:hover
{
	background: transparent url(../images/btn_filters_hover.png) no-repeat left top;
	cursor: pointer;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0;
	width:120px;
	display: inline-block;
}

#btnFilters.menu-open  span
{
	background: url(../images/btn_filters_on.png) no-repeat left top;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 120px;
}

#btnDirections span
{
	background: transparent url(../images/btn_directions.png) no-repeat center top;
	cursor: pointer;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 82px;
	display: inline-block;
}

#btnTripplanner.menu-open{
    height:21px;
    overflow:hidden;
    position:absolute;
    z-index:99999;
}

#btnDirections.menu-open span
{
	background: transparent url(../images/btn_directions_on.png) no-repeat center top;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 82px;
	display: inline-block;
	float: none;
}

#btnDirections span:hover
{
	background: transparent url(../images/btn_directions_hover.png) no-repeat center top;
	cursor: pointer;
	height: 0px;
	overflow: hidden;
	padding: 20px 0 0;
	width: 82px;
	display: inline-block;
}

#btnPointsOfInterest.menu-open, #btnDirections.menu-open, #btnFilters.menu-open #btnR
{
	-moz-background-clip: border !important;
	-moz-background-inline-policy: continuous !important;
	-moz-background-origin: padding !important;
	color: #000 !important;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

#panel1
{
	display: none;
	position: relative;
	z-index: 2000;
	width: 290px;
	padding: 5px;
	background-color: #FFFFFF;
	height: 200px;
	border: 1px solid #333333;
	clear: left;
	float: left;
	overflow:auto;
}

#panel2
{
      height: 290px;
      border: 1px solid #333333;
      width: 290px;
      clear:left;
      padding: 5px;
      overflow:auto;
      list-style-type:none;
      position:relative;
}


#refineWrapper
{
	display: none;
	position: relative;
	z-index: 2000;
	width: 285px;
	padding: 5px;
	background-color: #FFFFFF;
	height: 200px;
	overflow: hidden;
	border: 1px solid #E1E1DF;
	clear: left;
	float: left;
}

#pointsOfInterestList li
{
	padding: 3px 21px 3px 30px;
	margin: 0 0 .25em 0;
	position: relative;
	cursor: pointer;
	list-style-type:none;
	float:left;
	
}

#pointsOfInterestList li p
{
	line-height: 1.2;
}

#pointsOfInterestList
{
	clear: left;
	
}

#pointsOfInterestList li:hover
{
	background-color: #F2F2F2 !important;
}

#pointsOfInterestList li img.drivingLink
{
	position: absolute;
	right: 3px;
	top: 3px;
}

#pointsOfInterestList li img.infoIcon
{
	position: absolute;
	right: 3px;
	top: 21px;
}

/* Driving Directions */
#drivingDirectionsWrapper, #tripPlannerWrapper
{
	background-color: #FFFFFF;
	clear: left;
	display: none;
	float: left;
	overflow: auto;
	position: relative;
	z-index: 2000;
}

#drivingDirectionsList
{
	position: relative;
	padding: 5px;
	background-color: #FFFFFF;
	overflow: auto;
	border-bottom: none;
}

#tripPlannerList
{
	position: relative;
	padding: 5px;
}

#drivingDirections li
{
	border-bottom: 1px dotted #ccc;
}

#startTitle, #endTitle
{
	background-color: #FFFFFF;
	height: 30px;
	overflow: auto;
	position: relative;
	line-height:1.5;
}

#startTitle.menu-open
{
	display: block !important;
}

#endTitle.menu-open
{
	display: block !important;
}

#drivingDirectionsList h4
{
	margin: 0.5em 0;
}

#drivingDirectionsList tr td
{
	border-bottom: dotted 1px #E1E1DF;
	border-top: dotted 1px #E1E1DF;
	line-height: 1.5;
}

#drivingDirections h5
{
	margin: 0.5em 0;
}

.directions
{
	line-height: 3;
	color: #EF2F23 !important;
}

.mdsstepdist
{
	width: 53px;
}

.mdssteptext
{
	width: 185px;
}

.mdstimedist {
font-weight:bold;
line-height:1.5;
}

.search-location h4
{
	padding-top: 4px;
	line-height: 1.3;
}

/* Map */
#map
{
	width: 600px;
	height: 539px;
	margin-right: 0px !important;
	margin-left: 305px !important;
	border: 1px solid #333333;
}
.mapResultsOpen
{
	width: 65px !important;
	margin-right: 0px !important;
	margin-left: auto !important;
}
/*pop-up */
.popup-content
{
	padding: 1em;
}
/*Footer */
#footer
{
	padding: 1em;
}

#footer p
{
	text-align: center;
	font-size: 11px;
	color: #999999;
	display:inline;
	float:right;
	vertical-align:top;
}
 #footer a
{
	text-align: center;
	font-size: 11px;
	color: #999999;
	display:inline;
	vertical-align:top;
}

.question
{
	padding: .5em 0;
	line-height: 1.5em;
}

/*
Generic class styles
*/
.hide
{
	display: none;
}
.nolist
{
	list-style-position: outside;
}
.noindent
{
	margin-left: 0;
}

.nopadding
{
	padding: 0 !important;
}
.nomargin
{
	margin: 0 !important;
}



/* AutoComplete Styles */
#AutoCompleteExSearch_completionListElem
{
	z-index: 9999;
}
.autocomplete_highlightedListItem
{
	background-color: #F2F2F2;
	font-size: 12px;
}

.autocomplete_listItemli:hover
{
	background-color: #F2F2F2;
	border-top: dotted 2px #E1E1DF;
}
.autocomplete_listItem
{
	font-size: 12px;
}

.autocomplete_list
{
	border: solid 1px #E1E1DF;
	background-color: #FFFFFF;
}

/*Print Link */
#print_link {
cursor:pointer;
float:right;
text-align:right;
width:90px;
margin-top: -18px;
margin-right: 25px;
}

#print_link a
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
}
#print_link img
{
	margin-right: 5px;
}

#sortable
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sortable li
{
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 1em;
	height: 18px;
}

#sortable li span
{
	position: absolute;
	margin-left: -1.3em;
}

#tripPlannerIcons
{
	width: 30px;
	float: left;
}

#tripPlannerInputs
{
	width: 250px;
	float: left;
	position: relative;
	overflow: hidden;
}

.tripInput
{
	height: 45px;
}

#tripPlannerIcons li
{
	height: 48px;
}
#tripPlannerInputs li input
{
	margin: 3px 0px 0px 3px;
	line-height: 1.2;
	width: 213px;
}
.ui-icon
{
	display: inline-block;
}

.ui-state-default
{
	background: none;
}
.tripIcon
{
	width: 26px;
	height: 26px;
	display: inline-block;
	float: left;
}

.hideRemoveLink
{
	display: none;
}
.showRemoveLink
{
	display: inline-block;
}

.tripFieldsSpan
{
	display: inline-block;
	width: 180px;
	float: left;
}
.txtTripStreet
{
	margin-bottom: 3px;
	width: 170px;
	display: none;
    margin-left:2px;
}

.txtTripSuburb
{
	width: 170px;
	margin-top:4px;
	margin-left:2px;
	
}

.row
{
	margin: 2px;
	padding: 2px;
	border: 1px solid #E1E1DF;
	vertical-align: middle;
	background-color: #FFFFFF;
	float: left;
	width: 262px;
}

.txtLinks
{
	width: 55px;
}

#filtersDialog span.ui-dialog .ui-dialog-titlebar-close
{
	display: none;
}

.errorheader
{
	font-weight: bold;
}

#sidebar{height:0px;
     float:left;
     clear:left;
}

.pagination .current {
background: red;
border: none;
}

.pagination .next{
border-right:0px;
padding-right:0px;
}

.pagination{
border:none !important;
margin-left:100px;
}

.pagination a {
border:none;
margin-right:1px;
}

input[type=checkbox] { width:13px;height:13px;overflow:hidden; margin:0px 5px 0px 0px;vertical-align: middle;}
label
{
    display: block;
    float: left;
    white-space: nowrap;
}

.olPopupCloseBox {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(../images/close.gif) no-repeat scroll 0 0 !important;
width:50px !important;
}

.routeMarker{
width:18px;
height:29px;
margin-left:4px;
}

.filterCol{
width:142px;
}

#logos {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/dots.gif) repeat-x scroll 0 bottom;
padding:12px 0;
}

#header {
position:relative;
z-index:50;
}

#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/dots.gif) repeat-x scroll 0 0;
overflow:hidden;
padding:0 0 30px;
position:relative;
width:100%;
z-index:30;
}

#copyright{
margin-top:5px;
margin-left:auto;
margin-right:auto;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E8EBF0 none repeat scroll 0 0;
color:#333333;
/*font-size:1em;*/
padding:0;
text-align:center;
height:100%;
}
html{
height:100%;
}

/* PopUp */

.popup-content
{
	padding: 0.5em;
}

.popup-content a
{
	padding-right: 8px;
	color: #EF2F23;
	text-decoration: underline;
}

.popup-content p
{
	line-height: 1.3;
}

.popup-content table
{
	margin: 5px 0 0 0;
}

.zoomIn
{
	clear:left;
}

.showStreet,.removeLink{
color:Red;
font-size:10px;
text-decoration:underline;
cursor: pointer;
	
}

.printHide{
color:Red !important;
font-size:10px;
text-decoration:underline;
float:right;
}

.errMsg{
color:#666666;
font-weight:bold;

}

#fuelLoc{
margin-left:10px;
}

.ui-widget-header {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:#C0C0C0 url(../images/error_message_header.png) repeat-x scroll 50% 50% !important;
border:1px solid #999999 !important;
}

.ui-widget-content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FCFDFD url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) repeat-x scroll 50% bottom;
border:1px solid #999999;
color:#222222;
}

.pagination .current.prev, .pagination .current.next {
background:none repeat scroll 0 0 #FFFFFF;
border-color:#999999;
color:#999999;
}
.ui-widget-content .ui-state-default {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#c0c0c0 url(images/btn_bg.png) repeat-x scroll 50% 50% !important;
border:1px solid #999999 !important;
color:#666666;
font-weight:bold;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

#servicesList{
width:250px;
}

#maxResults
{
	padding-bottom: 10px;
}
