html
{
    height: 100%;
}

body 
{ 
    height: 98%; 
    margin: 0.2% 0.2% 0.2% 0.2%; 
    padding: 0;
}

form
{ 
    height: 92%;
}

.header 
{
	background: #ffffcc; 
	color: green; 
	border-bottom: solid medium #669933; 
	border-top: solid medium #669933;
	margin-top: 0.2%;
	margin-bottom: 0.2%;
	width:100%;
}

.header img {
	margin: 0.2% 0% 0% 0%; 
}

.footer  { 
	background: #993366; 
	color: white; 
	border-top: solid thin #669933;  
	font-size:small;
    margin-top: 0.2%;
	margin-bottom: 0.2%;
	width:100%;
}

hr { 
	clear: both;
	border:solid; 
	border-width:thin;
	border-bottom-color:#007300; 
	border-top-color:#ffffff; 
	border-left-color:#ffffff; 
	border-right-color:#ffffff;
	width:100%;
}

ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.notices {
	display: none; 
	position: absolute;
	top: 40%;
	left: 45%; 
	width: 20%;
	min-width: 150px;
	font-size: small; 
	text-align: center;
	background: #ffffcc;
	border: solid thin #669933;
	z-index: 98;
}

#map-canvas 
{ 
    height: 100%;
    width: 100%;
}

.infoWindow
{
    width: 300px;
    height: auto;
} 

.infoWindow_header
{
    background-color: Orange;
    margin-top: 2%;
    margin-bottom: 2%;
    border-top: solid medium green;
	border-bottom: solid medium green; 
    font-weight: bold;
    text-align: center;
    font-size: small;
}


.infoWindow_body
{
    font-size: small;
    clear: both;
    padding: 0% 1% 0% 1%;
    background: #ffffcc;
}

.route_name
{
    font-weight: bold;
}

.departure_times
{
    font-weight: normal;
}

/* MainMenu */
#menu
{
    position: absolute;
    right: 30px;
    top: 102px;
    border-left: solid thin #ffffcc;
	border-right: solid thin #ffffcc;
	z-index: 99;
}

#menu ul
{
    list-style-type: none;
}

#menu .menu-root
{
    background: #669933;
    text-align: center;
    border-top: solid thin #ffffcc;
    border-bottom: solid thin #ffffcc;
    font-weight: bold;
    padding: 1% 20% 1% 20%;
}

#menu .menu-root:hover
{
    cursor: pointer;
}

#menu .menu-item-heading
{
    background: #669933;
    text-align: left;
    border-bottom: solid thin #ffffcc;
    padding-left: 5px;
    padding-right: 5px;
}

#menu .menu-item-heading:hover
{
    cursor: pointer;
}

#menu .menu-item-body
{
    background: #ffffcc;
    font-size: smaller;
    padding-left: 8px;
    padding-right: 8px;
}

#menu .menu-item-body li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu .menu-item-body li label
{
    cursor: pointer;
}

#menu .menu-item-body a
{
    text-decoration: none;
}

/*
Google Transit
*/

.home_google
{
	width: 292px;
	float: left;
	border: 1px solid #ddd6d6;
	background: #f5f5f5;	
	padding: 10px 0;
}
.home_google img{margin-bottom: 2px;}

.home_google .a_and_b{float: left;margin: -2px 0px 0 0 !important; margin: 0 1px 0 0;}

.home_google .tofrom
{
	width: 500px;
	margin: 0px 20px 2px 5px;
}

.home_google .google_submit
{
	clear: both;
	float: right;
}

.home_google select
{
	width: 82px;
	margin-left: 18px;
}

.google_wrapper 
{
	background: url('../Images/goog-transit.gif') no-repeat 10px top transparent;
}
.google_body 
{
margin-left:auto;
margin-right:auto;
width:300px;
}
.google_wrapper label 
{ 
	text-align: left; text-indent: -4000px; display: block; width: 14px; height: 23px; 
	background: url('../Images/a-and-b.gif') no-repeat left top transparent; 
	float: left;
	margin-right: 6px;
}
.google_wrapper label.lblto
{
	background-position: 0px -23px;
	clear: left;
}
.google_wrapper .tofrom {
	float: left;
	width: 90%;
}
.google_wrapper img {
	margin-bottom: 2px;
}
.google_wrapper .a_and_b {
	float: left;
	margin: -2px 0 0 !important;
}
.google_wrapper .google_submit {
	
	font-size: 11px;
	float: right;
}
.google_wrapper select {
	width: 82px;
	margin-left: 20px;
	margin-right: 4px;
	float: left;
	clear: left;
}
.google_wrapper input#date,
.google_wrapper input#time
{
	float: left;
	font-size: 11px;
	margin-right: 4px;
}