/*
Print Master
Author:   shenouda
Created:  4/14/2009 9:31:03 AM
*/

@import url("reset.css");

page 
{	
	height: 100%;
}

body 
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background: white;
	font-size: 10pt;
	padding: 1em 20px;
	height: 100%;
}

h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }
h5 { font-size: 105%; }
h6 { font-size: 90%; font-weight: bold; margin-bottom: 3px; }
p, label, legend, ol, table, input { 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 
{
	position: relative;
	height: 100%;
}

#content 
{
	position: relative;
	padding: 1em 0 0.5em 0;
}

#search 
{
	display: none;
}

#sidebar
{
	float: none;
	position: absolute;
	left: 0;
	top: 450px;
    width: 100%;
    overflow: hidden;
}

#poi  
{
	list-style-type: decimal;
}

#poi li 
{
	padding: 3px 21px 3px 3px;
	margin: 0 0 .25em 0;
	position: relative;
}

#poi li img.drivingLink 
{
	display: none;
}

#drivingDirections table 
{
	width: 100%;
}

#drivingDirections h5
{
	margin: 0.5em 0;
}

#drivingDirections tr
{
	border-bottom: 1px dotted #ccc;
}

#drivingDirections tr.segmentTotal 
{
	border-bottom: none;
}

#drivingDirections tr.segmentTotal  td
{
	text-align: right;
}


#map
{
	float: none;
    height: 400px;
    width: 860px; /* 2px border! */
    font-size: 90%;
    margin: 10px auto;
}

#drivingDirections .back 
{
	display: none;
}

#footer 
{
	clear: both;
	padding: 1em 0 0 0;
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 10pt;
}

#footer p
{
	text-align: center;
	font-size: 75%;
}

* html #footer { position: absolute; }


