﻿/*
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;
}

h1
{
	font-size: 200%;
}
h2
{
	font-size: 160%;
}
h3
{
	font-size: 130%;
}
h4
{
	font-size: 100%;
	font-weight: bold;
}
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: 0.25em;
}
strong
{
	font-weight: bold;
}
ol
{
	list-style-type: decimal;
	margin-left: 1.75em;
}

a:link, a:visited
{
	color: #000;
	background: transparent;
	text-decoration: underline;
}

#page
{
	width: 730px;
}


#search
{
	height: 45px;
	padding: 20px 0 0 20px;
	width: 708px;
	margin-bottom: 5px;
}

#search-fields
{
	width: 260px;
	float: left;
	margin-right: 10px;
}

#txtSuburb
{
	width: 260px;
}

#search input
{
	margin-bottom: 1em;
}


#map
{
	width: 728px;
	height: 450px;
	margin-right: 0px !important;
	margin-left: auto !important;
	border: 1px solid #E1E1DF;
	clear: right;
	position: relative;
	margin-top: 0px;
}

.mapResultsOpen
{
	width: 425px !important;
	margin-right: 0px !important;
	margin-left: auto !important;
}


#footer
{
	padding: 1em;
}

#footer p, #footer a
{
	text-align: center;
	font-size: 11px;
	color: #999999;
}


/* popup styles */
.popup-content
{
	padding: 1em;
}

.olPopupCloseBox
{
	background: transparent url(../images/close.gif) no-repeat scroll 0 0 !important;
	width: 50px !important;
}


/*search buttons */
#btnFilters, #btnSearch, #btnReset
{
	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;
}

#btnPointsOfInterest
{
	float: left;
	margin: -10px 0px 0px 0px;
}



#btnDirections
{
	float: left;
	left: 70px;
	margin: -10px 0 0;
	position: absolute;
}

#btnSearch, #btnReset
{
	border: 0;
	margin: 0;
	padding: 3px 6px 5px 6px;
	font-weight: bold;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}

#btnPointsOfInterest:hover, #btnDirections:hover, #btnFilters:hover
{
	background: #285053;
}

#btnPointsOfInterest span, #btnDirections span, #btnFilters span
{
	background-image: url(../images/toggle_down_light.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 4px 16px 6px 0;
}

#btnPointsOfInterest.menu-open, #btnDirections.menu-open, #btnFilters.menu-open
{
	-moz-background-clip: border !important;
	-moz-background-inline-policy: continuous !important;
	-moz-background-origin: padding !important;
	background: #91C8CA none repeat scroll 0 0 !important;
	color: #000 !important;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

#btnPointsOfInterest.menu-open span, #btnDirections.menu-open span, #btnFilters.menu-open span
{
	background-image: url(../images/toggle_up_dark.png);
}


#pointsOfInterestWrapper, #drivingDirectionsList, #filtersList
{
	display: none;
	position: absolute;
	z-index: 2000;
	width: 285px;
	padding: 5px;
	background-color: #FFFFFF;
	left: 0px;
	top: 91px;
	height: 440px;
	margin-top: 5px;
	overflow: auto;
	border: 1px solid #E1E1DF;
}

#drivingDirectionsList
{
	position: absolute;
	z-index: 2000;
	width: 285px;
	padding: 5px;
	background-color: #FFFFFF;
	left: 0px;
	top: 118px;
	height: 373px;
	margin-top: 5px;
	overflow: auto;
	border: 1px solid #E1E1DF;
	border-top: none;
	border-bottom: none;
}

#drivingDirectionsList td
{
	line-height:1.5;
}

#drivingDirectionsList tr td
{
	border-bottom: 1px dotted #E1E1DF;
	border-top: dotted 1px #E1E1DF;
}

#pointsOfInterestList
{
}

#pointsOfInterestList li
{
	padding: 3px 21px 3px 30px;
	margin: 0 0 .25em 0;
	position: relative;
	cursor: pointer;
}


#pointsOfInterestList li p
{
	line-height: 1.2;
}

#pointsOfInterestList li.alt
{
}

#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;
}



#drivingDirections h5
{
	margin: 0.5em 0;
}

#drivingDirections li
{
	border-bottom: 1px dotted #ccc;
}

#drivingDirections ul.segmentTotal
{
	border-bottom: none;
}

#drivingDirections ul.segmentTotal li
{
	text-align: right;
}

#startTitle
{
	background-color: #FFFFFF;
	left: 0;
	position: absolute;
	top: 96px;
	border: 1px solid #E1E1DF;
	width: 295px;
}


#endTitle
{
	background-color: #FFFFFF;
	left: 0;
	position: absolute;
	top: 508px;
	width: 283px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #E1E1DF;
}

#startTitle.menu-open
{
	display: block !important;
	height: 25px !important;
}


#endTitle.menu-open
{
	display: block !important;
	height: 30px !important;
}

#startTitle h4
{
	padding: 5px 10px 5px 10px;
}

.question
{
	padding: .5em 0;
	line-height: 1.5em;
}

.directions
{
	line-height: 3;
}

.mdsstepdist
{
	width: 53px;
}

.mdssteptext
{
	width: 185px;
}
.mdstimedist
{
	line-height: 1.5;
}

.search-location h4 
{
	padding-top:4px;
	line-height:1.3;
}

/*
Generic class styles
*/
.hide
{
	display: none;
	height: 0px;
}
.nolist
{
	list-style-position: outside;
}

.noindent
{
	margin-left: 0;
}

.nopadding
{
	padding: 0 !important;
}

.nomargin
{
	margin: 0 !important;
}


/*Print Link */

#print_link
{
	text-align: right;
}

#print_link a
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
}

#print_link img
{
	margin-right: 5px;
}



/* PopUp */

.popup-content
{
	padding: 0.5em;
}

.popup-content a
{
	padding-right: 8px;
	color: #3b73b9;
}

.popup-content p
{
	line-height: 1.3;
}

.popup-content table
{
	margin: 5px 0 0 0;
}



#ResultButtons
{
	display: inline-block;
}
