/* ---------------- Existing tag edits ---------------- */
a{
	color: #006666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

hr{
	border: 0;
	width: 100%;
	background-color: black;
	height: 1px;
}

h1{
	margin: 5px 0px 5px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

/* ---------------- Main page layout ---------------- */

#container{
	width: 100%;
	min-width: 500px;
	max-width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

#banner{
	width: 100%;
	height: 100px;
	border-top: 1px solid #C4D6D8;
	background: url(../images/banner.jpg) no-repeat scroll left top #C4D6D8;	
}

#banner #heading{
	float: left;
	width: 55%;
	height: 100px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}

#banner #login{
	height: 100px;
	margin-left: 75%;
	font-size: 12px;
	text-align: right;	
}

#banner #login table{ text-align: right; }
#banner #login input{ font-size: 12px; }

html #content{
	width: 83%;
	min-height: 300px;
	height: auto;
	margin-left: 17%;
	background-color: #FFFFFF;
	background: url(../images/content.jpg) no-repeat scroll right top;
}

/* Hack for IE */
* html #content {
	height: 12em;
}

#side{
	float: left;
	width: 15%;
	min-width: 120px;
	max-width: 150px;
	min-height: 300px;
	height: auto;
	background: url(../images/side.jpg) no-repeat scroll left top;
}

#side #links{
	border-top: none;
}

#side #links .current{
	font-weight: bold;
}

#side #links .section{
	width: 100%;
	margin-bottom: 2px;
	border-top: 1px solid #C4D6D8;
	border-bottom: 1px solid #C4D6D8;
	background-color: #FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity:.60;
}

#side #links .section a{ font-size: 12px; }
#side #links .section h1 a{ font-size: 14px; }
#side #links .section h1 a, #side #links .section a{
	color: #000000;
	text-decoration: none;
}

#side #links .section h1 a:hover, #side #links .section a:hover{
	color: #006666;
}

#side #mapKey{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #C4D6D8;
	border-bottom: 1px solid #C4D6D8;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
}

#side #mapKey .h1{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

#side #mapKey table{ width:100%; }
#side #mapKey table td.image{ width: 35px; }

#footer{
	width: 100%;
	background-color: #C4D6D8;
	text-align: center;
}

/* ---------------- Map Styles ---------------- */

#map, #noMap{
	width: 100%;
	min-width: 50px;
	text-align: center;
	vertical-align: middle;
}

.infoWindowSmall{
	width: 180px;
	height: 90px;
}
.infoWindowSmall table{ width: 180px; }

.infoWindowMedium{
	width: 220px;
	height: 170px;
}
.infoWindowMedium table{ width: 220px; }

.infoWindowLarge{
	width: 260px;
	height: 180px;
}
.infoWindowLarge table{ width: 260px; }
.infoWindowLarge table.info td{ width: 50%; }

#map{ height: 450px;}
#noMap{ height: 40px;}

/* ---------------- Misc Styles ---------------- */
#listTable{
	width: 100%;
}

#listTable td{
	border: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	text-align: center;
}

#listTable td.left{
	border-left: none;
}

.listUserTable td{ width: 11%; }
.listRouteTable td{ width: 20%; }
.listUserRoutesTable td{ width: 25%; }

#resultsTable{
	width: 100%;
}

#resultsTable td{
	border-top: 1px solid #000000;
}

#resultsTable td table.times td{
	border: none;
}

#pageTitle{
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.feedbackGood, .feedbackBad{
	font-weight: normal;
	font-style: italic;
}

.feedbackBad{
	color: #FF0000;
}

/* ---------------- Help Page Styles ---------------- */

#helpHeading{
	width: 100%;
	height: 70px;
	vertical-align: middle;
	background: url(../images/content.jpg) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

#helpTitle{
	padding: 5px 0px 5px 0px;
	background-color: #C4D6D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#helpMain, #helpMain table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#helpFooter{
	padding: 3px 0px 3px 0px;
	background-color: #C4D6D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}