﻿
blockquote {
	background: #FAFAFA url('/images/UI/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}

/* header */
#header {
	background: #1664DA url('/images/UI/header.gif') repeat-x;
	border-bottom: 6px solid #FFF;
	height: 125px;
	padding:5px;
}
	#header p {
		font: normal normal bold 14px Verdana,sans-serif;
		margin: 0;
		text-align: right;
		padding: 105px 10px 0 0;
		color: #FFF;
	}

/* Google Directions */	
#route-details
{
    height: 400px;
    position: relative;
    overflow: auto;
    color: #444;
    background-color:#fff;
}
        
        #route-details ol
        {
            margin: 0;
            padding: 0;
        }
        
        .dir-step
        {
            list-style: decimal inside;
            position: relative;
            font-size: small;
            padding-right: 50px !important;
        }
        
        .dir-step .note
        {
            position: absolute;
            top: 0;
            right: 0;
            padding: 6px 3px;
        }
        
        .dir-step, #dir-start, #dir-end
        {
            margin: 0;
            padding: 6px 3px;
            cursor: pointer;
        }
        
        #dir-start, #dir-end
        {
            background-color: #888;
            color: #fff;
        }
        
        #dir-start, .dir-step
        {
            border-bottom: 1px solid #888;
        }
        
        .dir-step.sel
        {
            background-color: #00f;
            color: #fff;
        }
        
        #speed
        {
            float:right;
            font-size:12pt;
        }
