/*
Toro Layout 
Author:     Rebecca McCay
Version:    1/09/2009
*/

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

h1
{
	color: #DC243E;
	float: left;
	font-size: 170%;
	font-weight: bold;
}
h2
{
	font-size: 160%;
}
h3
{
	font-size: 110%;
	font-weight: bold;
}
h4
{
	font-size: 115%;
}
h5
{
	font-size: 105%;
	font-weight: bold;
}
h6
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
	color: #dc2237;
}
p, label, legend, ol, table, input
{
	font-size: 110%;
}
td
{
	padding: 0.25em;
}
strong
{
	font-weight: bold;
}
ol
{
	list-style-type: decimal;
	margin-left: 1.75em;
}


#tmp
{
	font-size: 80%;
	display: block;
}

.poiInfo
{
	width: 125px;
	position: relative;
	float: left;
	line-height: 1.2;
}

.popup-title
{
	height: 20px;
	padding-top: 10px;
}

.poiTitle
{
	font-weight: bold;
	width: 65px;
	position: relative;
	float: left;
}

.poiLinks
{
	font-weight: bold;
	width: 100px;
	position: relative;
	float: left;
}

.titleText
{
	padding: 0 0 0 15px;
	width: 485px;
	display: inline-block;
}

a, a:hover, a:active
{
	color: #0000ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#page
{
	font-size: 100%;
	display: block;
}

#apppage
{
	margin-top: 8px;
	margin-left: 10px;
	width: 730px;
}


#content
{
	padding: 1em 0 0.5em 0;
}

#search
{
	margin: 0 0 0.5em 0;
	clear: right;
	padding: 0 0 0 0;
	width: 100%;
}

#search fieldset
{
	padding: 1em 0.25em 0.25em 0.25em;
	display: block;
	border-top: ridge 2px #dd2237;
	width: 730px;
}

#search fieldset input.blur
{
	color: #999;
}

#search input.postcode
{
	width: 65px;
	border: solid 1px black;
}

#search input.suburb
{
	width: 125px;
}

#ddlState option
{
	font-size: 95%;
}

#search-fields input
{
	border: solid 1px black;
	font-size: 100%;
	width: 360px;
	padding: 3px;
}

#search-fields
{
	float: left;
	padding-top: 4px;
	margin-top: 5px;
}

#search-advanced
{
	padding-top: 0.5em;
}

#search-buttons
{
    margin-top: 5px;
	float: left;
    margin-left: 5px;
    padding-top: 4px;
    position: relative;
    text-align: right;
    width: 100px;
}

#sidebar
{
	float: left;
	width: 270px;
	height: 450px;
	display: none;
	border: solid 1px #dedede;
	background-color: #fff;
	position: relative;
}




.scrollContent
{
	overflow-y: scroll;
}

#poi
{
}

#poi li
{
	padding: 4px 21px 4px 30px;
	margin: 0 0 0 0;
	position: relative;
	cursor: pointer;
	border-top: solid 1px #dedede;
}

#poi li.alt
{
}

#poi li:hover
{
	background-color: #dedede !important;
}

#poi li img.drivingLink
{
	position: absolute;
	right: 3px;
	top: 3px;
}

#drivingDirections
{
	display: none;
}

#drivingDirections h5
{
	margin: 0.5em 0;
}

#drivingDirections td
{
	border-bottom: 1px dotted #ccc;
}

#drivingDirections tr.segmentTotal
{
	border-bottom: none;
}

#drivingDirections tr.segmentTotal td
{
	text-align: right;
}

#drivingDirections .back
{
	background: url( '../images/arrow_left.png' ) no-repeat left center;
	padding-left: 18px;
	cursor: pointer;
}

#map
{
	float: right;
	height: 450px;
	width: 728px; /* 2px border! */
	font-size: 90%;
	background: #fff;
}

#results
{
	clear: both;
	display: block;
}

#map a:hover
{
	text-decoration: none;
}

.popup-content
{
	padding: 0.5em;
	max-width: 235px;
	position: relative;
	display: inline-block;
}


.popup-logo
{
	width: 35px;
	font-weight: bold;
	position: relative;
	float: left;
	height: 100%;
	margin-right: 5px;
}


.popup-content table
{
	margin: 5px 0 0 0;
}

#footer
{
	clear: both;
	margin: 1em 0 0 0;
}

#footer p
{
	text-align: center;
	font-size: 75%;
}


.hide
{
	display: none;
}

.question
{
	margin-bottom: 1em;
}








/*
	clearing a float without additional markup
	http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

#btnReset
{
	background: url(../images/clear.png) no-repeat;
	width: 49px;
	height: 24px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	padding: 25px 0 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: right;
	border: solid 0px #fff !important;	
	position: relative;
	left: 4px;	
}

#btnFindAddress
{
	width: 49px;
	height: 24px;
	background: transparent url(../images/search.png) no-repeat center top;
	padding: 25px 0 0;
	margin: -4 0 0 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: left;
	border: solid 0px #fff !important;
}


.ui-widget-header
{
	background: #9B9B9E url(../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) repeat-x scroll 50% 50%;
	border: 1px solid #9B9B9E;
	color: #FFFFFF;
	font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
	background: #9B9B9E url(i../mages/ui-bg_glass_85_dfeffc_1x400.png) repeat-x scroll 50% 50%;
	border: 1px solid #9B9B9E;
	color: #fff;
}

.ui-dialog
{
	top: 320px !important;
}


.ui-widget-content
{
	border: 1px solid #9B9B9E;
}


#mdsCopyright
{
	font-size: 80%;
	width: 750px;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#radioCKCMD, #radioCKCUL, #radioCKID, #radioCKCE, #radioCKLCE, #radioCKALL
{
	background-color: Transparent;
}




/* Toro Header CSS */
#logo
{
	background-color: #ffffff;
	background-image: none !important;
}

#footer
{
	padding-right: 10px !important;
}


