body, #bottom
{
	background-color: #323231;
	background:#000;
}
table {
    border-collapse:collapse;
}

tr.departureheader td
{
    border-bottom: 3px solid #555555;
}

td.departureitem, td.comment {
    border-bottom: 3px solid #555555;
	padding: 4px;
}

#logo
{
	float: left;
	background-image: url(Images/logo.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 53px;
	border-style: none;
	margin-right: 0.5em;
	margin-top: 3px;
	padding: none;
	cursor: url(Images/blank.cur), none;
}

#title
{
	float: left;
 	width: calc(100% - 385px);
    text-align: center;
}

#lblTitle
{
}

#title, #clock
{
	color:#ffffff;
}

#clock
{
	float: right;
}
#header
{
	height: 85px;
	padding: 15px 15px 0px 15px;
	font-size: 2.0em;
}

#parameters
{
	position: absolute;
	top: 5px;
	right: 5px;
}

body
{
	/*font-family: Arial, Gill Sans MT, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 0.99em; REMOVED /* changed by javascript depending on screen resolution and number of actual rows */
	font-family: Arial,Helvetica,sans-serif; /*NEW*/
         font-size: 1.6em;/*NEW*/
}

#lblClock
{
}

#departurecontent, #messagecontent
{
}


.operatorlogo
{
	/*     width: 3em;     height: 1em; */
	vertical-align: middle; /*      border-width:thin;       border-style:outset"  */
}
.comment
{

}

.statusimage {
    display: none;
    vertical-align: middle;
}


.rowblinkodd
{
	color: #EBEBEB;
}


.rowdimmed
{
	color: #EBEBEB;
}


#departurecontent, #arrivalContent
{
	color: #EBEBEB;
}

.rowblinkeven
{
	color: #fcd200;
}

.departureheader
{
	color:#ffffff;
	font-size: 1.2em;
}

tr.oddeven td {
    background-color: #222222;
}

#messagecontent
{
	color: #fcd200;
	text-align: center;
}

.departureitem, .messageitem, 
td.departureitem, td.arrivalitem,
td.departuredestinationitem, td.arrivaloriginitem, 
td.departuredestinationheader, td.arrivaloriginheader,
td.departurecommentheader, td.arrivalcommentheader, 
td.departurecommentitem, td.arrivalcommentitem, 
td.departurelineitem, td.arrivallineitem,
.departurecommentheader, .arrivalcommentheader, 
.departurecommentitem, .arrivalcommentitem, 
td.departurelineheader, td.arrivallineheader,
td.departureatstopitem, td.arrivalatstopitem,
td.configurabledeparturetimeitem, td.configurablearrivaltimeitem,
td.configurabledepartureheader, td.configurablearrivalheader
{
	padding-left: 30px;
}

.departureheader1
{
	width: 1%;
}
.departureheader2
{
	width: 7%;
	padding-left: 30px;
	padding-right: 30px;
}
.departureheader3
{
	width: 17%;
}
.departureheader4
{
	width: 50%;
}
.departureheader5
{
	width: 5%; /* visibility: hidden; */
	padding-left: 30px;
	padding-right: 30px;
}
.departureheader6
{
	width: 20%;
}
.departureheader7
{
	width: 0%;
	/* white-space: nowrap; */
}

.departureitemhidden, .messageitemhidden, .itemdividernone
{
	display: none;
	visibility: hidden;
}

.configurabledeparturetimeitem, .configurablearrivaltimeitem
{
 	color: #EBEBEB;
}

tr.realtime .configurabledeparturetimeitem, tr.realtime .configurablearrivaltimeitem
{
    color: #fcd200;
}

.destinationdepartureitem
{
	/*background-color: #f00;*/	
	padding-left: 0.5em;
}

.messagenotificationicon, .messagenotificationiconinactive
{
    background-repeat: no-repeat;
    background-size: contain;
    height: 1em;
    display: none;
}

.messagenotificationicon
{
    /* icons created with http://www.iconsdb.com/custom-color/warning-icon.html */
    background-image: url('Images/messagenotification.png');
}

.messagenotificationiconinactive
{    
    background-image: url('Images/messagenotification_inactive.png');
}

tr.rowWithMessage div.messagenotificationiconinactive, tr.rowWithActiveMessage div.messagenotificationicon
{
    display: block;
}

td.messageitem .notificationicon
{
    background-repeat: no-repeat;
    background-image: url('Images/messagenotification.png');
    background-size: contain;
    height: 1em;
    padding-left: 1.5em;
}

.itemdivider
{
}

#bottom
{
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	color: #FFD500;
	padding: 15px 15px 0px 15px;
}

.footer
{
	position: absolute;
	height: 40px;
	bottom: 0px;
	/*padding: 15px;*/
	font-size: 0.8em;
	color: #fff;
	background-color: #000;
	left: 0px;
	right: 0px;	
}

.footer span
{
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.errormessage
{
	background: black;
	color: gray;
	position: absolute;
	left: 0;
	top: 0;
	padding: 100px;
	width: 1280px;
	height: 1024px;
	text-align: left;
}


/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	width: 100%;
	height: 100%;
	/*color: Gray; REMOVED*/
	margin: 0 auto;
	text-align: left;
}


/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin-top: 1em;
	/*font-size: 1.4em; REMOVED*/
	font-weight: bold;
}
h2
{
	margin-top: 1em;
	/*font-size: 1.3em; REMOVED*/
	font-weight: bold;
}
h3
{
	margin: 0.5em 0;
	/*font-size: 1.2em; REMOVED*/
	font-weight: normal;
}
h4
{
	margin: 0.5em 0;
	/*font-size: 1.1em; REMOVED*/
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	/*font-size: 1.0em; REMOVED*/
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	/*font-size: 0.8em;REMOVED*/
	font-weight: bold;
}

p
{
	margin: 1em 0;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}
hr 
{
    display:none;
}/*NEW*/
