@CHARSET "UTF-8";

html {
	height: 100%;
	overflow: auto; /* hides IE's vertical disabled scrollbar */
}

body {
  	font-family: Trebuchet MS, Frutiger, Arial, Helvetica;
	background-color: #eff2b2;
  	margin: 0;
  	height: 100%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	min-width: 890px;
}


h1 {
	margin: 0;
	padding: 0; 
}

#header {
	height: 14%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#header, #footer {
	background: #d2e44a;
}

#name {
	display: block;	
	color: black;
}

#main {
	overflow: hidden;
	height: 76%;
}

#schedule {
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

#schedule .labels td {
	color: black;
	font-size: 200%;
}

#schedule tr td {
	border-bottom-color: #A0AD36;
	border-bottom-style: solid;
	vertical-align: middle;
	color: black;
}

#schedule .line-icon {
	text-align: center;
}

#schedule .end-station {
	text-align: left;
	padding-left: 3%;
}

#schedule .time-info {
	text-align: right;
	padding-right: 2%;
    white-space: nowrap;
    width: 25%;
}

.fade-box {
	display: none;	
}

.weekday {
	font-size: 50%;	
}

#schedule .proto {
	display: none;	
}

#footer {
	height: 10%;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

#logo img {
	display: block;
	bottom: 15%;
	position: absolute;
	height: 70%;
	left: 2%;
}

#image-90-opacity {
	-moz-opacity:0.9; 
	-khtml-opacity:0.9; 
	opacity:0.9; 
	filter: alpha(opacity=90);
}

#image-50-opacity {
	-moz-opacity:0.5; 
	-khtml-opacity:0.5; 
	opacity:0.5; 
	filter: alpha(opacity=50);
}

#image-30-opacity {
	-moz-opacity:0.3; 
	-khtml-opacity:0.3; 
	opacity:0.3; 
	filter: alpha(opacity=30);
}

#image-10-opacity {
	-moz-opacity:0.1; 
	-khtml-opacity:0.1; 
	opacity:0.1; 
	filter: alpha(opacity=10);
}

#datetime-box {
	position: absolute;
	height: 100%;
	bottom: 0;
	right: 0;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	
}

#datetime {
	position: absolute;
	display: block;
	color: #006BB6;
	bottom: 4%;
}


/* Configuration dialog */

#config {
	color: white;
	font-weight: bold;
	height: 60%;
	min-height: 360px;
	min-width: 800px;
	background: #006BB6;
	position: absolute;
	left: 5%;
	right: 5%;
	top: 0;
}

#config div.the-form {
  position: relative;
  height: 100%;
}

#config .edgePara {
  display: none;
}

#config form p {
  width: 74ex;
  margin-top:10pt;
  margin-left: 20%;
  position: relative;
  top: 60pt;
}

#config form p.first {
  margin-top: 10px;
}

#config form p label {
  float: left;
  width: 38ex;
  text-align: right;
}

#config form p select, #config form p span {
  margin-left: 10pt;
  width: 38ex;
}

#config form p select#numDepartures {
  width: 10ex;  
}
#config form p.buttons {
  margin-top: 20pt;
  width: 66ex;
  text-align: right;
}

#config form p.buttons input {
  width: 15ex;
}
#config .drawer {
	text-align: center;
	position: absolute;
  width: 100%;
	bottom: 0;
  line-height: .9em;
}

#config .drawer a {
  color: white;
  text-decoration: none;
}

#config .drawer a:hover {
  color: white;
  text-decoration: underline;
}

#config .drawer span {
  font-size: 60%;
}

/* Error message */

#error {
	position: absolute;
	width: 100%;
	height: 9%;
	background-color: #b00;
	z-index: 2;
	bottom: 0;
	color: #fff;
	text-align: center;	
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

#error p {
	margin: 0;
}

