HTML, body
{
    height: 100%;
    max-height: 100%;
	 width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.center
{
    text-align: center;
}

.error_field
{
    /*background-color: #FAA;*/
    border: 2px solid red;
}

.error_msg
{
    color: red;
}

.notice
{
    color: #063;
}

img
{
    border: 0px;
}

h1
{
    padding: 0px;
    margin: 0px;
    color: #555555;
}

a.nodecoration
{
    text-decoration: none;
}

h2
{
    width: 100%;
    padding: 2px 0px 2px 0px;
    margin: 0px;
    color: white;
    background-color: #666;
    font-family: Georgia, serif;
    font-weight: bold;
    border: none;
    text-align: center;
    border-bottom: 1px solid gray;
    font-size: 12pt;
}

table
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* Provide alternating classes for striping the table */
tr.normal_row
{
	background-color: #FFF;
}

tr.alternate_row
{
	background-color: #EEE;

}

.section_container
{
    border: 2px ridge gray;
    margin: 0px;
    padding: 0px;
    position: relative;
}


#left_content
{
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#logo_container
{
    border: 1px solid gray; 
    margin: 4px 4px;
}

.left_block
{
    font-size: 10pt;
    border: 1px solid black;
    margin: 4px;
}

#main_content
{
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
    /* Center:
    margin: 10px auto;
    width: 800px;
    height: 530px;*/
}

#header
{
    border-bottom: 2px ridge gray;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    font-size: 10pt;
    margin: 0px;
    padding: 1px;
}

#announcements
{
    position: relative;
    margin: 5px 10px 0px 5px;
    padding: 0px;
}

#announcement_table
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

#announcement_table td
{
    padding: 2px 4px;
    text-align: left;
    color: #D55533;
}

/******************** Route Picker ********************/
#route_picker
{
    font-family: arial, verdana, Sans-Serif;
    padding: 0px;
    margin: 4px;
    border: 1px solid black;
}

table.route_list
{
    margin: 0px;
	 padding: 0px;
	 border-collapse: collapse;
    width: 100%;
}

#route_list_header
{
    font-family: Georgia, serif;
    font-size: 12pt;
    background-color: #666;
    color: white;
    font-weight: bold;
    margin: 0px;
    padding: 2px 4px;
    white-space: nowrap;
}

.route_list TD
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.route_list A
{
    font-family: arial, verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 2px 5px 4px 5px;
    margin: 0px;
    display: block;
    height: 1em;
    border-top: 1px dotted black;
    white-space: nowrap;
}

.route_list A:hover 
{ 

}

.route_list A.route_tab_selected
{
    /*font-family: arial, verdana;
    font-size:14pt;
    font-weight:normal;
    text-decoration: none;
    color: #000;
    text-align: center;
    margin: 2px 3px 2px 3px;
    padding: 2px 0px 5px 0px;
    display: block;
    height: 1em;
    border: 1px solid black;*/
}

.route_list A.route_tab_selected:hover
{
}

/*********** MAP ******/
#map
{
    position: relative;
    width: 500px; 
    height: 500px; 
    border: 2px solid black; 
    margin: 0px; 
    padding: 0px; 
    /*float: left;
    display: inline;*/
}


/* This is a hack to get rid of three pixel gap in Windows IE. This comment with the slash at the end hides from MacIE \*/
/** html #map 
{
    margin-right: -3px;
}

* html #right_content 
{
    margin-left: 0;
}*/
/* end hide */

img.vehicle_img
{
    border: 0px;
    position: absolute;
    z-index:99;
}

img.vehicle_img2
{
    border: 0px;
    position: absolute;
    width: 9px;
    height: 9px;
    z-index: 99;
}

/********** STOP LIST *******/
#right_content
{
	vertical-align: top;
	text-align: center;
   position: relative;
   height: 500px; 
   background-color: white; 
   border: 2px solid black; 
   border-left: none;
   margin: 0px;
	margin-left: 504px;
	padding: 0px;
}

#stop_list
{
	height:480px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	border: 0px;
	width: 340px;
}

#stop_list .route_header 
{
    font-size: 12pt;
    font-weight: bold;
    padding: 1px;
    text-align: center;
    border-bottom: 1px dotted gray;
    margin-bottom: 2px;
}

.stop_table
{
   width: 340px;
	margin: 0px;
	border: 0px;
	padding: 0px;
 /*   border-collapse: collapse;*/
}

.stop_list_title
{
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: 1px dotted gray;
}

.stop_list_header
{
    display: none;
}

.stop_header
{
    border-bottom: 1px dotted gray;
    font: 8pt Verdana, Sans-Serif;
    font-weight: bold;
    padding: 0px 0px 0px 3px;
}

.eta_header
{
    border-bottom: 1px dotted gray;
    font: 8pt Verdana, Sans-Serif;
    font-weight: bold;
    text-align: center;
    padding: 0px 3px 0px 3px;
}

.stop_cell 
{
    font: 10pt Verdana, Sans-Serif;
    padding: 3px;
    margin: 0px;
    text-align: left;
}

.eta_cell 
{
    font: 10pt Verdana, Sans-Serif;
    text-align: center;
    padding: 3px;
    margin: 0px;
    display: none;
}

/********* FOOTER *********/
#footer
{
    border-top: 1px dotted black;
    text-align: center;
    margin-top: 0px;
    padding-top: 5px;
    font-size: smaller;
}
