body {
	margin: 0;
	padding: 0;
	min-height: 416px;
	display: block;
	font-size: 16pt;
	font-family: Helvetica, sans-serif;
/*	background-image: url(images/bg.png);
	background-image: url(images/bgbot2.png), url(images/bgbot.png), url(images/bg.png);
*/
	background-color: black;
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: left bottom, left bottom, left top;
}

#topBar,#topBarBack
{
	background-repeat: repeat-x;
	background-image: url(images/bar.png);
	text-shadow: -2px -1px #4c4c4c;
	text-align: center;
	font-weight: bold;
	height: 38px;
	color: white;
}

#back
{
    margin: 0;
    border-width: 0 1px;
    width: auto;
    color: #FFFFFF;
	padding: 9px;
	height: 14px;
	font-size: 8pt;
	width: 40px;
/*    -webkit-border-image: url(images/backbutton.png) 0 8 0 14;*/
}

#headerback {
	padding-top: 4px;
	width: 280px;
}

#backlink
{
	cursor: pointer;
}

#header {
	padding-top: 4px;
	width: 320px;
}

#application {
	margin: 0px auto;
	width: 320px;
}

#locationContainer 
{
padding:0pt;
width:320px;
z-index:1;
}

#optionList
{
background-color:#E3E3E3;
border-color:white;
border-style:solid;
border-width:1px 0pt 0pt;
padding: 10px;
}

#optionList ul
{
	display: block;
	margin: 9px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #66768c;
	-khtml-border-radius: 10px;
	background-color: white;
}

#optionList ul li
{
	padding-top: 11px;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 10px 30px 9px 10px;
	border-color: #a5a5a5;
	border-width: 0 0 1px 0;
/*	background-image: url(images/arrow.gif);*/
	background-color: red;
	background-repeat: no-repeat;
	background-position: right center;
}

#locationList ul
{
	display: block;
	margin: 9px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #66768c;
	-khtml-border-radius: 10px;
	background-color: white;
}

#locationList ul li
{
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 10px 30px 9px 10px;
	border-color: #a5a5a5;
	border-width: 0 0 1px 0;
	border-style: solid;
/*	background-image: url(images/arrow.gif);*/
	background-color: white;
	background-repeat: no-repeat;
	background-position: right center;
}

#locationList ul li:first-child
{
	padding-top: 11px;
}

#locationList ul li:last-child
{
	border-style: none;
}

#maplinkContainer {
	padding-left: 0pt;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	font-size:9pt;
	margin:0pt;
	text-align:right;
}

#maplink {
	color:#333333;
	text-decoration:none;
	text-shadow:white 0pt 1px 0pt;
}

#authorlinkContainer {
	color: #b3b3b3;
	height: 20px;
	background-color: #0c2f11;
	padding-left: 0pt;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 8pt;
	margin:0pt;
	text-align:right;
}

#authorlink {
	color: #b3b3b3;
	font-size: 8pt;
	text-decoration:none;
}

#timesHeader {
	padding-left: 0px;
	color: #225f20;
	background-color:#E3E3E3;
	margin: 0px;
	padding-top: 0px;
	border-top-style: groove;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	font-size: 8pt;
}

#nextBus
{
	color: black;
	height: 63px;
	background-color: #e3e3e3;
/*	background-image: url(images/setbgbot.png);*/
	background-color: blue;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-color: #bbb #bbb #aaa #bbb;
	border-style: dotted solid solid solid;
	border-width: 1px 0 0px 0;
}

#route
{
	text-shadow: -2px -1px white;
	font-size: 26pt;
}

#destination
{
	font-size: 10pt;
}

#wait
{
	text-shadow: -2px -2px white;
	letter-spacing: -2px;
	font-weight: bold;
	font-size: 38pt;
}

#status
{
	color: #666666;
	font-size: 8pt;
}


#progress
{
	text-align: center;
	font-size: 12pt;
	margin: -50px 0 0 -125px;
	left: 50%;
	top: 50%;
	color: white;
	width: 250px;
	padding: 0;
	background-color: black;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	position: fixed;
	z-index: 21;
	opacity: 0.8;
	border-color: #676767;
	border-width: 1px;
	border-style: solid;
}

#progress span
{
	display: block;
	padding: 53px 15px 10px 15px;
/*	background-image: url(images/prog.gif);*/
	background-color: gray;
	background-repeat: no-repeat;
	background-position: center 12px;
}

#progressBackground
{
	min-height: 416px;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 20;
	opacity: 0.7;
}

#preloader {
    display: none;
/*    background-image: url(images/prog.gif), url(images/arrow.gif), url(images/backbutton.png);*/
	background-color: yellow;
}
