/**
 * Stylesheet for public GUIs
 *
 * @package styles
 * @author arnd.beyer@wmdata.fi
 * @copyright WM-data Novo 2005
 * @version $Id: public.css,v 1.6 2005/07/12 06:32:56 arnd Exp $
 */

/*
 * -------------------------------
 * Default HTML tags
 * -------------------------------
 */
 

body {
  color: #000000;
  font-family: arial,sans-serif,verdana,helvetica;
  font-size: 11px;
	/*text-align: center;*/
  background: #FFFFFF none repeat scroll 0%;
  
}


h1 {
  color: #000000;
  font-size: small;
  font-weight: bold;
}

p {
  border: 0;
  padding: 0.1em 0.1em 0.1em 0.1em;
}

img {
  border: 0;
  vertical-align: text-bottom;
}


fieldset {
  margin: 0;
  padding: 0;
}

div {
  border: 0;
  margin: 0;
  padding: 0;
}

form {
  display:inline;
}


/*
 * -------------------------------
 * All DIV tags
 * -------------------------------
 */
div.jsMessages {
    position: absolute;
    visibility: hidden;
    top:    50px;
    left:  100px;
    /*WM-data ORIG:  background-color: #ffff44; */
    background-color: #fcfcd9;   /* RTC */
    z-index: 100;
    padding: 5px;
    border: 2px outset #ffffff;
    font-weight: bold;
}

/* Title divs */
div.title {
  background-color: #ececd9; /* Tabs, Titels and borders background*/
  color: #000000;
  font-weight: bold;
  padding: 0.2em 0.2em 0.2em 0.2em;
  margin-top: 0;
}

div.title a {
  color: #000000;    
}


/* Banner messages and disruptions */
div.messages, 
div.disrupt {
  border: 0;
  margin: 4px 0px 4px 0px;
  padding: 0;
  font-weight: bold;
  color:#0000AA;    
}

div.disrupt { 
  color: #FF8888;
}

/* All display groups */

div.trip_result_stoplist,
div.map, 
div.index_line,
div.index ,
div.module_pois,
div.module_result_line,
div.module_result_time,
div.module_result_locations,
div.module_result,
div.module_text {
	margin-top: 1em;
	margin-bottom: 1em; /*space for bookmark menu! */
	padding:0;
	padding-bottom: 1em;
	background-color: #FFFFFF;
	border: 2px outset #EEEEEE;
}

div.module_result {
	margin-bottom: 5em; /*space for bookmark menu! */
}


div.index_inner ,
div.module_inner_pois,
div.module_inner_result,
div.module_inner_text {
	padding: 1em 0.2em 1em 0.2em; 
	background-color: #FFFFFF;
}


div.module, 
div.module_list,
div.module_select, 
div.module_adv, 
div.cookie,
div.cal_all {
  background-color: #FFFFFF; /* Block backgrounds */
  border-width: 0;
  padding: 0;
  margin: 0;
}

/*-----------------------------*/
/*
 * feedback
 */

fieldset.feedback {
  margin: 0.5em 0 0.5em 0;
  padding: 0em 0 0.5em 0.5em;
  background-color: #f0f0f0;
}

legend.feedback {
  vertical-align: top;
  color: #6699CC; 
  font-weight: bold;
  background-color: #FFFFFF;
  border: 1px solid #a0a0a0;
  margin-bottom: .5em;
  padding: 0.2em 0.2em 0.2em 0.2em;
}

/*-----------------------------*/

/*
 * calendar
 */

div.popup_calendar {
  top: 10%;
  right: 10%;
  width: 17em;
  border: 5px ridge #000AAA;   
  display:block;  
  z-index: 10;
}

td.today, 
td.calendar {
  text-align: center;
  border: 0px;
  width: 14.2%;
}


td.calendar {
  background-color: #FFFFFF;
}

td.today a,
td.calendar a {
  color: #000000;
  border: 1px solid #FFFFFF;
  text-decoration:none;
  display: block;
}

td.today a:hover,
td.calendar a:hover {
  border: 1px solid #0000e0;
}

td.today {
  background-color: #FFC300;
}

td.calendar_navi { /* previous / next month link */
  background-color: #f9f9f9;
  color: #6699cc; 
  border-top: 1px solid #000AAA; 
  padding: 0.6em 0.5em 0.6em 0.5em; 
  height: 1.2em;
  font-weight: bold;
  text-align: center;
}

/*-----------------------------*/

/*
 * Help
 */
div.help {
  background-color: #FFFFFF;
  border: 3px ridge #EEEEEE;  
  width: 20em;
}

div.help th.left,
div.help th.right{
	background-color: #ececd9;
	color: #000000;
}

td.help {
  padding: 0.2em;
  background-color: #FFFFFF;
}

/*-----------------------------*/


div.module_list table{
	margin: 0;
	padding: 0;
}
/* Advanced Search link */
div.module_adv {
  background-color: #FFFFFF;
  padding: 4px 4px 4px 4px;
}


/* Arrive/Depart block */
div.datetime_arrive {
   width: 25em;
}

div.datetime_arrive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.datetime_arrive li {
  float: left;
  margin: 0.2em;
  padding: 0.2em;
}

div.datetime {
}

div.datetime_arrive fieldset {
   height: 2.2em;
}

/*
 * -------------------------------
 * FORM tags
 * -------------------------------
 */

input.search { /* Submit buttons */ 
  font-weight: bold;
  margin: 0;
  padding: 0.25em 0.25em 0.5em 0.5em;
  height: 2.0em;
  color: #FFFFFF;
  background-image: url("/ntp/images/ntp/button_blue_off.gif");
  border: 2px outset;
}

input.search:hover { /* Submit buttons */ 
  background-image: url("/ntp/images/ntp/button_blue_on.gif"); 
}

/*
 * -------------------------------
 * A HREF tags
 * -------------------------------
 */

a.adv {
  font-weight: bold;
}

a.bold_normal, a.bold_active {
  color: #002172;
  font-weight: bold;
  text-decoration: underline;
}

a.bold_active {
  color: #002172;
}

a.marker {
  color: #002172;
  display: inline;
  margin: 0;
  padding: 0;
  border-width: 0;
}


/* 
 * -------------------------------
 * Menu list tags 
 * -------------------------------
 */

div.navi_banner ul {
  padding: 0;
  margin: 0;
  padding-top: 2em;
  padding-left: 1em;
}

div.navi_banner li {
  margin: 0;
  padding: 0;
  padding-top: 0.2em;
}

div.navi_banner ul a {
  color: #002172;
  font-weight: bold;
  text-decoration: underline;
  padding: 0;
  border: 0;
}

div.navi_banner ul a.active {
  color: #002172;
}


div.search_form div.module, 
div.search_form div.module_select{
  /*background-color: #fdfdf8;*/
  background-color: #FFFFFF;
  
}

div.search_form div.navi ul {
  height: 1.2em;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.search_form div.navi li {
  float: left;
  margin: 0;
  margin-right: 0.2em;
  padding: 0;
}

div.search_form div.navi ul a {
  text-decoration: underline;
  padding: 0 10px 0.2em 10px;
  border: 0;
  display: block;
}

div.navi_banner div.title {
  background-color: #FFFFFF;
  
}

div.search_form div.navi input {
  width:  25em;
}

div.search_form div.navi select.street {
  width:  25em;
}

div.module th, 
div.module_select th, 
div.module_list th, 
div.module_result_locations th,
div.module_result th {
  background-color: #ececd9;
  color: #000000;
  padding: 0.2em 0.2em 0.2em 0.2em;
}

div.module td, 
div.module_select td, 
div.module_list td, 
div.module_result td {
  padding: 0.2em 0.2em 0.2em 0.2em;
}

div.module_list ul, 
div.module_result ul {
  height: 1.51em;
  list-style: none;
  padding: 1em 0 0.15em 0; /* see changes in ie.css */
  margin: 0;
}

div.module_list li, 
div.module_result li {
  height: 1.5em;
  float: left;
  margin: 0;
  margin-right: 0.2em;
  padding: 0;
}

div.module_list ul a, 
div.module_result ul a {
  color: #002172;
  font-weight: bold;
  text-decoration: none;
  padding: .2em 20px 0.25em 10px;
  border: 0;
  background-color: #e0e0e0; /* inactive Tab */
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
}

div.module_list ul a.active, 
div.module_result ul a.active {
  background-image: url("/ntp/images/ntp/tab_ontira.gif");
  color:#000;
  background-color: #FFFFFF;
  border-bottom: 2px solid #ececd9;
}

div.module_list ul a, 
div.module_result ul a {
  background-color: #FFFFFF;
  color: #ddddFF; 
  background-image: url("/ntp/images/ntp/tab_dark_ontira.gif");
}

div.module_list ul a:hover, 
div.module_result ul a:hover {
  color: #FFFFFF;
  background-image: url("/ntp/images/ntp/tab_ontira.gif");
}

div.navi_line {
  background-color: #ececd9;
}

div.navi_line ul {
  height: 1.2em;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.navi_line li {
  float: left;
  margin: 0;
  margin-right: 0.2em;
  padding: 0;
}

div.navi_line ul a {
  color: #FFFFFF;
  font-weight: bolder;
  text-decoration: underline;
  padding: 0.2em 0.2em 0.2em 10px;
  display: block;
  float: left;
}

/* END BANNER TABS */


/* 
 * -------------------------------
 * TABLE related tags 
 * -------------------------------
 */

table, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

table.half {
  width: 50%;
}

table.full {
  width:100%;
}


table.border {
  width:100%;
  border: 1px solid #ececd9;
}

table.full_border {
  width:100%;
  border: 1px solid #ececd9;
}


table.month {
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #000AAA;
  border-bottom: 1px solid #000AAA;
}

/* RTC Added: */
table.month tr.window_block_titel th {
   background-color: #fcfcd9;
}

tr.dark {
  background-color: #f0f0f0;
}


tr.light {
  background-color: #FFFFFF;
}

th {
  background-color: #e0e0e0; 
  color: #002172;
  font-weight: bold;
  padding: 0.2em 0.5em 0.2em 0.5em;
}

th.left_thin {
  color: #000000;
  background-color: #ececd9;
  text-align: left;
  padding:0px;
  margin:0px
}

th.right_thin {
  color: #000000;
  background-color: #ececd9;
  text-align: right;
  padding:0px;
  margin:0px
}

th.module {
  width: 8em;
  background-color: transparent;
  color: #000000; 
  text-align: left;
  vertical-align: top;
  font-size:  small;
}

div.module_select th.module,
div.module th.module {
    background-color: #ececd9;
    color: #000000;
}

div.module_pois a.poi_trip,
td.calendar_navi a,
div.customer_sidebar a,
div.application_sidebar a,
div.search_form a, 
div.search_form a.active, 
ul.map_change_points a,
ul.map_change_links a,
a.trip_result_links, 
a.trip_show_route,
a.trip_include_result_lines,
a.index_button {
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	color:  #000;
	background-color: #ececd9;
	background-repeat:repeat-x;
	padding: 0.2em;
	border: 2px outset #EEEEEE;
}


div.module_pois a.poi_trip:hover,
td.calendar_navi a:hover,
div.customer_sidebar a:hover,
div.application_sidebar a:hover,
div.search_form a:hover, 
div.search_form a.active:hover, 
ul.map_change_points a:hover,
ul.map_change_links a:hover,
a.trip_result_links:hover, 
a.trip_show_route:hover,
a.trip_include_result_lines:hover,
a.index_button:hover  {
	background-color: #fcfcd9;
	
}

img.icon{
	width: 18px;
	height: 16px;
}
img.window{
	width: 21px;
	height: 21px;
}

div.map_table{
	padding: 1em 0.1em 1em 0.1em;
}

div.map_table span.map_change_points {
		font-weight: bold;
}

div.map span.maplegend{
	display:block;
	margin-top: 1.0em;
	text-align:left;
}

span.map_change_points img {
  vertical-align: middle;
}

td.map_change_links{
	vertical-align: top;
}

td.map_change_points{
	vertical-align: top;
}

div.map_table ul.map_change_links li,
div.map_table ul.map_change_points li {
	display: block;
	float: none;
	height: auto;
}

div.map_table ul.map_change_links a{
	display: block;
	text-align:left;
	font-weight: bold;
	font-size: x-small;
}

div.map_table ul.map_change_points a{
	display: block;
	text-align:left;
	background-image: none;
	background-color: #FFFFFF;
	border: 0px;
	font-size: xx-small;
	font-weight: normal;
	color: #0000AA;
}

div.navi table {
	width: 100%;
}

div.search_form td.tab_active{
} 

div.search_form td.submit{
	width: 10em;
	height: 2em;
	text-align: left;
} 

div.search_form td.submit_links {
	height: 2em;
}
div.search_form td.submit_links a { font-size: x-small;}

th.left {
  text-align: left;
}

th.right {
  text-align: right;
}

td.half {
  width: 50%;
}

td.banner_right, 
td.form {
  vertical-align: top;
}

td.right, 
td.banner_right {
  text-align: right;
}

tr.result_via_stop td.result {
  border-bottom: 2px solid red;
}

tr.result_via_stoplist td {
  border-bottom: 2px solid red;
  border-top: 2px solid red;
}

td.result, 
td.result_center, 
td.result_summary, 
td.result_link_left, 
td.result_link_right, 
td.result_link_centre {
  padding: 0.5em 0.5em 0.2em 0.5em;
}

span.result_overwalk {
  color: #FF0000;
  font-weight: bold;
}

td.result_center {
  text-align: center;
}


td.transport { 
  text-align: center;
}


div.module_result td.result_link_left {
  text-align: left;
}

div.module_result td.result_link_right {
  text-align: right;
}

div.module_result td.result_link_center {
  text-align: center;
}


table.line_select{
}

a.result_stoplist_hide_show{
    text-decoration: none;
}
/*
 *  Navigation links in Lines
 */

div.navi_line {
  background-color: #ececd9;
}

div.navi_line ul {
  height: 1.2em;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.navi_line li {
  float: left;
  margin: 0;
  margin-right: 0.2em;
  padding: 0;
}

div.navi_line ul a {
  color: #FFFFFF;
  font-weight: bolder;
  text-decoration: underline;
  padding: 0.2em 0.2em 0.2em 10px;
  display: block;
  float: left;
}

div.navi_line div.title {
  height: 0;
  margin: 0;
}

td.date { 
  padding: 0.2em 1em 0.2em 0.2em;
}

td.search_adv { 
  vertical-align: top;
  padding: 0.2em 0.2em 0.2em 0.2em;
}


td.search_adv_label { 
  vertical-align: top;
  padding: 0.2em 0.2em 0.2em 0.2em;
  width: 12em;
}

td.search_adv_value { 
  vertical-align: top;
  padding: 0.2em 0.2em 0.2em 0.2em;
  width: 13em;
}

td.search_adv_ix {
  vertical-align: top;
  padding: 0.2em 0.2em 0.2em 0.2em;
  width: 12em;
}

td.search_adv_ix_radio {
  width: 13em;
}

select.full{
	width: 98%; 
	font-size: x-small;
}
select.search_exclude_line {
	width: 27em;
	font-size: x-small;
}

 
img.map_pan{
	width: 16px;
	height: 16px;
}

a.map_pan{
	display:block;
	border: 2px outset #EEEEEE;
	background-color: #f2f2f2;
}

a:hover.map_pan{
	background-color: #fafafa;
}

div.map_table table {
	margin-left: 0.1em;
}

td.map {
  padding: 0;
}

table.mapimage{
	border-collapse: collapse;
	padding:0;
}
td.mapimage {
  margin: 0;
  padding:0;
  border: 1px solid #000000;
}


div.map_zoom a.map_zoom:hover,
div.map_zoom a.map_zoom_marked,
div.map_zoom a.map_zoom {
   border: 1px solid #FFFFFF;
   text-decoration: none;
   color: #000000;
   font-size: small;
   text-indent:0px;
   display: block;
   text-align: left;
   padding-left: 1em;
}

div.map_zoom a.map_zoom:hover,
div.map_zoom a.map_zoom_marked {
   border: 1px solid #0000FF;
}

img.map_zoom {
   padding:0;
   margin: 0;
   border: 1px solid #FFFFFF;
}

div.map_zoom td.map_zoom_vertical ul{
	list-style-type: none;
	display: block;
    float: none;
	text-align:left;	
  padding: 0px;
  margin: 0px;
  height: 100%;
}
div.map_zoom td.map_zoom_vertical li{
   padding: 0;
   margin: 0;
   float: none;
   display: block;
}

div.map_zoom td.map_zoom_vertical {
  background-repeat:no-repeat;
  background-position: top left;
  background-image:url("/ntp/images/ntp/zoom_scale_v.gif");
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

td.map_zoom_horizontal {
  background-image:url("/ntp/images/ntp/zoom_scale_h.gif");
  background-repeat:no-repeat;
  background-position: center;
  border-spacing: 0px;
  padding: 0;
  margin: 0;
}


div.map_table ul {
  text-align: center;
  margin: 0;
  padding: 0.5em 0 1em 0;
}

div.map_table ul li {
  display: inline;
  padding-left: 0.1em;
}

div.map_table ul li a {
    padding: 0.2em;
}


div.map_table td.map_change_points a:hover {
	background-image: none;
	text-decoration: underline;
}

div.map_table span {
  text-align: center;
}



/*
 * List displays
 */

div.saved_locations {
	width: 35em;
	border: 3px ridge #000AAA;
	top: 10%;
	right: 5%;
	position:absolute;
	visibility:hidden;
}

div.saved_locations table {
  width: 100%;
  border: 1px solid #ececd9;
  display: block;
  z-index: 10; 
  border-collapse: collapse;
}

div.saved_locations th {
width: 100%;
}	

tr.window_block_titel {
  width: 100%;
}

tr.window_block_titel th {
  width: 100%;
  color: #000;
  background-color: #fafcd9;
}


td.list, 
td.list_center, 
td.list_right, 
list_navi {
  padding: 0.2em 0.5em 0.2em 0.5em;
}

td.list_center, 
td.list_navi {
  text-align: center;
}

td.list_right {
  text-align: right;
}


div.module_result table.full{
  margin-top: 1em;
}

div.map table.full th{
  margin: 0;
  padding: 0;
}

div.module_result table.full a.bold_active {
  
  /*color: #FFFFDD;*/
  
  font-weight: normal;
}

div.module_result a.map_show,
div.module_result a.time_table {
  color: #002172;
  text-decoration: none;
}

div.module_result a.map_show:hover,
div.module_result a.time_table:hover {
  text-decoration: underline;
}


/* 
 * -------------------------------
 * SPAN tag properties 
 * -------------------------------
 */
span.txt_bold, 
span.txt_error, 
span.txt_update, 
span.txt_location {
  font-weight: bold;
}

span.txt_error {
  color: #FF0000;
}

span.txt_error a{
  color: #FF0000;
}

span.txt_update {
  color: #000000;
}

span.txt_location {
  color: #0000AA;
}

span.txt_transport {
  font-size: small;
}

span.txt_bullet {
  color: #e0c662;
}

span.txt_null {
  color: #C0C0C0;
}

div.map_zoom {
  font-size: 1.5em;
}


/* 
 * -------------------------------
 * Application bar and sidebar properties 
 * -------------------------------
 */


div.customer_sidebar{
  float:left;  
  margin: 0;
  padding: 0;
  width: 45em;
  text-align: left;
}


div.customer_sidebar li {
  font-size: small;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

div.customer_sidebar ul {
  height: 1.0em;
  list-style: none;
  padding: 5px 0px 5px 0px;
  margin: 0;
}

div.application_sidebar{
  /* display: none; */
  float:left;
  margin: 0;
  text-align: right;
  width: 16em; 
}
div.application_sidebar ul
{
  height: 1.0em;
  list-style: none;
  padding: 5px 0px 5px 0px;
  margin: 0;
}

div.application_sidebar li {
  font-size: small;
  float: right;
  margin: 0;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

/*
div.application_sidebar{
  position: relative;   
  margin: 0;
  padding: 0;
  
  left: 100px;
  
  bottom: 600px;
  
  text-align: right;
  width: 25em; 
}

div.application_sidebar li {
  font-size: small;
  float: right;
  margin: 0;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

div.application_sidebar ul
{
  height: 1.0em;
  list-style: none;
  padding: 10px 0px 10px 0px;
  margin: 0;
}


*/


div.welcome_text {
  margin: 0;
  padding: 0;
  width: 98%;
  left: 0px;
  color: #000000;
}

div.welcome_text h1{
  color: #000000;
}

div.info_block {
	
  margin-top: 50px; 
}

div.info_block_sole{
	margin-top: 5px;
	margin-bottom: 2em;
}

div.module_result ul.menu_title {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div.module_result ul.menu_title li.menu_title  {
	margin: 0;
	display: inline;
	padding: 0.2em;
	padding-top:0;
	margin-top:0;
}


div.module_result li.menu_title a.menu_title{
	text-decoration: none;
	font-weight: bold;
	color:  #000000;
	background-image: url("/ntp/images/ntp/button_blue_off.gif");
	background-repeat:repeat-x;
	padding: 0.2em;
	border: 2px outset #6666AA;
}

div.module_result li.menu_title a.menu_title:hover {
	background-image: url("/ntp/images/ntp/button_blue_on.gif");
}

div.menu_entries{
	margin: 0;
	padding: 0.2em;
	border: 2px outset #6666AA;
	position: absolute;
	background-color: #FFFFFF;
	color: #202060;
	width: 32em; /* width is based on the containing block */
	display: none;
	left: 0;
    text-align: left;
}
 
div.module_result div.menu_entries ul.menu_entries {
	margin: 0;
	padding: 0;
} 

div.module_result div.menu_entries li.menu_entries {
	width: 100%;
}

li.menu_entries a.menu_entries {
	background-image: url();
	text-decoration: none;
	color: #202060;
	border: 0;
}

li.menu_entries a.menu_entries:hover {
	color: #202060;
	background-image: url();
	text-decoration: underline;
	border: 0;
}

div.module_result_line a,
div.index_line a,
div.index a{
	text-decoration: none;
}

div.module_result_line a:hover,
div.index_line a:hover,
div.index a:hover{
	text-decoration: underline;
}

div.module_result_locations a{
	color: #FFFFFF;
	text-decoration: none;
}

div.module_result_locations a:hover{
	text-decoration: underline;
}

div.index_line th{
	text-align: left;
	background-color: #f0f0f0;
}
div.index_line tr.dark th{
	background-color: #e0e0e0;
}

div.module_list table.list_locations{
	width: 100%;
	margin-top: .5em;
}

.hide {
	visibility:hidden;
	display:none;
}
.show{
	visibility:visible;
	display:inline;
	
}

div.trip_result_stoplist div.module_inner_result td{
	padding-top:0;
	padding-bottom:0;
}

td.result_stoplist_distance,
td.result_stoplist_trans,
div.trip_result_stoplist div.module_inner_result td.result_stoplist_dist_separator,
div.trip_result_stoplist div.module_inner_result td.result_stoplist_trans_separator{
	text-align: center;
}
div.trip_result_stoplist div.module_inner_result div{
	border: 2px solid #048204;
	margin-left:0.5em;
	margin-right:0.5em;
}

div.module_inner_result tr.result_summary td.result_stoplist_trans { 
  border-top: 1px solid #e0e0e0;
  background-color: #f0f0f0;
} 

div.divider_line_major {
	border-top: 3px solid #000aaa;
}
div.divider_line {
	border-top: 1px solid #e0e0e0;
}

div.search_form {
	text-align: left;
	width: 99%;
}		

div.module th.module {
  width: 8em;
}

select.multiselect div{
  overflow:hidden;
}

td.index_line_number{
	width: 3em;
	text-align: right;
	padding-right: 0.5em;
}
td.line_result_divider,
th.line_result_divider{
	background-color: #000;
	border-left: 1px solid #ececd9;
	border-right: 1px solid #ececd9;
	width: 1px;	
	padding:0;
	margin:0;
}

div.module_result_locations table.full_border {
  margin-top: 1em;
}
span.test{
	color: white;
}

table.time_select{
	float:  left;
}

select.timetable_select{
	width: 80%;
}

div.module_list table.full {
  border: 2px red solid;
}


div.stop_on_map {
	margin: 0;
	padding: 0.1em;
	height: 1.2em;
	background-color: #FFFFFF;
	position:absolute;
	visibility:hidden;
	opacity:0.80;                
	filter:alpha(opacity=80);
	color: #000000;
	white-space: nowrap;
}


div.extra_close_button a {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-left: 2em;
  padding: 0.25em 0.25em 0.5em 0.5em;
  height: 2em;
  color:  #000;
  background-color: #ececd9;
  font-size: small;
  text-decoration: none;
  border: 2px outset;	
}

div.extra_close_button a:hover {
   background-color: #fcfcd9;
}

div.index_inner a.index_button:hover  {
  text-decoration: none;
}

div.module table, div.module table.full {
}

div.module table.full table.adv_route_options {
 table-layout: fixed; 
}

div.search_form{
width: 99.5%;
}

ol.help_alpha {
    list-style-type: upper-alpha;
}

table.help_list {
	margin-left:2em;	
}

table.help td,
table.help_list td {
  vertical-align: top;
  padding-bottom:1em;	
}

table.help_list th {
  width: 1.5em;
  vertical-align: top;
}

td.help_text {
  width: 45%;
}

table.help_list td.help_text {
  width: 40%;
}

table.help tr.dark{
  background-color: #f0f0f0;
}

table.help tr.light{
  background-color: #FFFFFF;
}

span.background {
	background-color:#E0E0E0;
}

span.help_link{
	font-weight: bold;
}
span.help_example{
	font-style: italic;
}

h4.help{
  margin-top: 0em;
}

/*
 * OTHER RTC ADDITIONS:
 */
a.trip_include_result_lines {
	display: none;
}


#page_container {	
	margin: 0px;
	padding: 0px;
}

/*RTsen*/
#main_nav_page_bar 
{

	margin:0 auto;
	width:680px;
  padding: 0;
	
	
}

#norta_footer
{

	margin:0 auto;
	width:720px;
  padding: 0;
	
	
}


/*RTsen */

#main_content {
 	padding:4px; 
	margin:0 auto;
	width:716px;
}

#main_footer {
	clear: both;
	padding: 0;
	margin-top: 0;
}


div.module table.full table,
div.module table.full tbody tr td.form a.adv,
div.module table.full tbody tr td.form table tbody tr th,
div.module_select table.full table { font-size: small; }

div.module_result tbody { font-size: small; } 
div.module_result td.result_link_left { font-size: x-small; font-weight:bold; }
div.module_result td.result_link_center { font-size: x-small; font-weight:bold; }
div.module_result td.result_link_right { font-size: x-small; font-weight:bold; }

div.module_list tbody { font-size: small; }
div.map tbody { font-size: small; }
div.trip_result_stoplist tbody { font-size: small; }

#list_street.module_list tbody { font-size: small; }
#list_stop.module_list tbody { font-size: small; }
#list_poi.module_list tbody { font-size: small; }



div.title {  
  border-bottom: 3px double #ececd9; /* Tabs, Titels and borders background*/
  color: #000;
  font-weight: bold; 
  font-size: small;
  margin-top: 0.4em;
  padding: 0.2em 0.2em 0.2em 0.2em;
}



.menu  
{
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: small;
}

a.menu:link
{
    text-decoration: none;
    color: #000033;
}

.bottommenu {
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
} 
.copyright, .noprintcopy {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #666666;
}

a:link.bottommenu {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   text-decoration: none;
   color: #000033;
}

a:visited.bottommenu {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   text-decoration: none;
   color: #000033;
}

a:hover.bottommenu {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   text-decoration: underline;
}

a:link.copyrightlink, .a:link.noprintcopy {
   text-decoration: none;
   color: #666666;
}

a:visited.copyrightlink, .a:visited.noprintcopy {
   color: #666666;
   text-decoration: none;
}

a:hover.noprintcopy, a:hover.copyrightlink {
   color: #666666;
   text-decoration: underline;
}
#example_list { margin: 5px; font-size:small;}
#example_list dt { font-weight:bold; color: #004D92;}
#example_list dd { padding: 5px;}
#example_list dd.tip_list { padding:5px; margin-bottom:20px; border:1px solid #788cb3;}


.map_legend table { margin:10px; border:1px solid #004D92; width:260px;}
.map_legend table caption { font-weight:bold; color: #004D92; text-align:left; margin-left:10px;}
.map_legend table td { padding:3px; font-size: small; }
.map_legend ul li { list-style:none;}
 p.back_to_top { text-align:right; width:260px; margin-bottom:20px;}
 

#trip_result_summary table.full_border {
         border: 1px solid #a0a0a0;
}

#trip_result_detail table.full_border {
         border: 1px solid #a0a0a0;
}

#trip_result_summary table.full_border tbody tr td.result {
        border-top: 1px solid #f0f0f0;
}

#trip_result_summary table.full_border tbody tr td.result table tbody tr td.transport { border: 0; }
 
#trip_result_detail table.full_border tbody tr.result_summary {
          background-color: #f4f4f4;
}

div.module_result_time td,
div.module_result_time th.left, 
select.multiselect {
	font-size: xx-small;
}

div.module_result_time th.left {
	border: 1px solid #FFFFFF;
}
div.module_result_time td.line_variant_header {
	padding: 0.2em;
	background-color: #ececd9;
	color: #000000;
	font-size: small;
  	font-weight: bold;
}



a.trip_show_route { white-space: nowrap; border-width: 2px; border-style: outset; border-color: #ccc; }
span.fare_title { font-weight:bold;}
td.result_summary { font-size: 0.85em; white-space: nowrap; }

span.help_link{
	font-weight: bold;
}



div.module_result_time th.left,
select.multiselect {
        font-size: xx-small;
}

table.tt_result thead th,
div.module_result_time td.line_variant_header {
        padding: 0.2em;
        background-color: #004fb3;
        color: #FFFFFF;
        font-size: small;
        font-weight: bold;
        text-align: left;
}

table.tt_result tbody td,
table.tt_result th.left {
   width: 8em;
   border:1px solid white;
}

table.tt_result tbody td { font-size: xx-small; text-align: left; padding: 0.0em 0.0em 0.0em 1.0em; }
table.tt_result thead th.left { border: 1px solid #FFFFFF; background-color: #e0e0e0; color: #000077; }

select
{
	font-size: x-small;
}

select#month,
select#day,
select#year,
select#hour,
select#min,
select#md
{
	font-size: small;
}


/* RTsen
 * For NORTA
*/

.whiteBG {
background:#FFFFFF none repeat scroll 0%;
}
.yellowBG {
background:#FFFFDD none repeat scroll 0%;
}

.yellowBG A {font-family: arial, sans-serif; color:#003399; text-decoration:none; font-size: 11px; font-weight:normal;}
.yellowBG A:link {font-family: arial, sans-serif; color:#003399; text-decoration:none; font-size: 11px; font-weight:normal;}
.yellowBG A:hover {font-family: arial, sans-serif; color:#cc0000; text-decoration:underline; font-size: 11px; font-weight:normal;}
.yellowBG A.nav {font-family: arial, sans-serif; color:#ffffff; font-size: 11px; font-weight:normal;}
.yellowBG A.nav:hover {font-family: arial, sans-serif; color:#ffcc33; text-decoration:none; font-size: 11px; font-weight:normal;}

.whiteBG A {font-family: arial, sans-serif; color:#003399; text-decoration:none; font-size: 11px; font-weight:normal;}
.whiteBG A:link {font-family: arial, sans-serif; color:#003399; text-decoration:none; font-size: 11px; font-weight:normal;}
.whiteBG A:hover {font-family: arial, sans-serif; color:#cc0000; text-decoration:underline; font-size: 11px; font-weight:normal;}
.whiteBG A.nav {font-family: arial, sans-serif; color:#ffffff; font-size: 11px; font-weight:normal;}
.whiteBG A.nav:hover {font-family: arial, sans-serif; color:#ffcc33; text-decoration:none; font-size: 11px; font-weight:normal;}

.black {font-family: arial, sans-serif; color:#000000; font-size: 11px; font-weight:normal;}
.white {font-family: arial, sans-serif; color:#FFFFFF; background:#000000; font-size: 11px; font-weight:normal;}
.alt1 {font-family: arial, sans-serif; color:#000000; background:#EEF3EE; font-size: 11px; font-weight:normal;}
.alt2 {font-family: arial, sans-serif; color:#000000; background:#FFFFFF; font-size: 11px; font-weight:normal;}
.grey {font-family: arial, sans-serif; color:#666666; font-size: 11px; font-weight:normal;}
.pick {font-family: arial, sans-serif; color:#FF0000; font-size: 12px; font-weight:bold;}
.title {font-family: arial, sans-serif; color:#000000; font-size: 14px; font-weight:bold;}


.border {
	background:#9303F7 none repeat scroll 0%;
}

.main_class {
	width: 100%;
	background: #FFFFFF;
	border-color:#9303F7;
	border-style:solid;
	border-width:1px;
}

.main_class_yellow {
	width: 100%;
	background:#FFFFDD none repeat scroll 0%;
	border-color:#9303F7;
	border-style:solid;
	border-width:1px;
}



.title {
	color: #000000;
	font-family: arial, sans-serif;
	font-size; 14px;
	font-weight: bold;
}

.norta_title {
	background: #FFFFFF;
	border-color:#9303F7;
	border-style:solid;
	border-width:1px;
	margin:0 auto;
	

}
.norta_img_yellow {
	margin:0 auto;
	background:#FFFFDD none repeat scroll 0%;
		margin-top: 3px;
	margin-bottom: 3px;
	width: 680px;
	height: 100px;
}

.norta_img {
	margin:0 auto;
background: #FFFFFF;
		margin-top: 3px;
	margin-bottom: 3px;
	width: 680px;
	height= 100px;
}

.norta_table{
	margin:0 auto;
	
}