html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    color: #3f4450;
    font-family: "liberation_sansregular",Helvetica,Arial,sans-serif;
	/*font-family: "open_sansregular", Helvetica,Arial,sans-serif;*/
	/*font-family: "Open Sans",Helvetica,Arial,sans-serif;*/
    font-size: 14px;
    line-height: 1.42857;
	margin: 0;
	padding: 0;
}

div {
	border: 0;
	margin: 0;
	padding: 0;
}


/** Actual styles now! **/

div.row {
	overflow: auto;
}

#board-dimensions {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	background: transparent url(../images/header-logo.png) right top no-repeat;
}

#board-dimensions.has-fixed-width {
	height: 1920px;
}

#board-wrapper {
	margin: 110px 41px 20px 41px;
}

#board-wrapper.fixed-width {
	width: 998px;
}

#board-wrapper.fluid-width {
	padding-bottom: 50px;
}

#previewMessage {
	font-size: 20px;
	background-color: #dd0018;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#footer.fixed-width {
	width: 1080px;
}


#footer-message {
	padding-left: 41px;
	position: absolute;
	bottom: 5px;
	font-size: 30px;
	
}

#footer-message a, #footer-message a:visited, #footer-message a:hover, #footer-message a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#statusHeader {
	font-size: 25px;
	height: 130px;
	margin-bottom: 10px;
}

#network-status {
	font-size: 86px;
	/*font-family: "liberation_sansregular",Helvetica,Arial,sans-serif;*/
	/*background: transparent url(../images/network-status.png) no-repeat;*/
	/*text-indent: -9999px;*/      
	height: 86px;
	line-height: 86px;
	min-width: 570px;
	margin-bottom: 5px;
}

#network-time span {
	
}

.fixed-width #update-time {
	float: right;
	margin-right: 263px;
}

.container {
	width: 100%;
	max-width: 100%;
}

.column {
	width: 49%;
	float: left;
}

.column.right-column {
	float: right;
}

.column.twothirds {
	width: 66%;
}

.column.threequarters {
	width: 70%;
}

.column.onequarter {
	width: 30%;
}

.column.onethird {
	width: 33%;
}


#disruptions-list {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 4px solid #959ca1;
}

/** the following rules provide the gutter between cols */
#disruptions-list .column:first-child {
	margin-right: 1%;
}

#disruptions-list .column:last-child {
	margin-left: 1%;
}

.fixed-width #disruptions-list .column {
	width: 489px;
}

/** the following rules provide the gutter between cols */
.fixed-width #disruptions-list .column:first-child {
	margin-right: 0px;
}

.fixed-width #disruptions-list .column:last-child {
	margin-left: 0px;
}

.LineInfo {
	/*float: left;*/
	overflow: hidden;
	color: #fff;
	width: 100%;
	margin-bottom: 8px;
}

.infobox {
	font-size: 22px;
	height: 100%;
	/*font-family: "Open Sans", Helvetica, Arial;*/
}

.fixed-width .infobox {
	
}

.lineDetail {
	width: 50%;
	float: left;
	
	display: table;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.titleHolder, div.titleHolder {
	padding-left: 10px;
}

.LineStatus span.bubble-circle-wrapper {
	padding-left: 20px;
	padding-right: 10px;
	width: 20px;
}

.fixed-width .LineStatus span.bubble-circle-wrapper {
	padding-left: 10px;
}

.lineDetail div.titleHolder, .lineDetail span {
	display: table-cell;
	vertical-align: middle;
}

.messageRow div.titleHolder {
	max-width: 238px;
	overflow: hidden;
}

.dark-font .LineTitle, .dark-font.messageTitle {
	color: #3b3b43;
}

#disruption-messages.emergency-mode #standard-messages {
	margin-bottom: 20px;
	border-bottom: none;
}

#disruption-messages.emergency-mode .messageTitle {
	height: 72px;
}

#disruption-messages .dark-font {
	color: #000;
}

.LineTitle, .messageTitle {
	margin-right: 2%;
	height: 92px;
	font-size: 33px;
	font-weight: bold;
}

.fixed-width .LineTitle, .messageTitle {
	width: 248px;
	margin-right: 5px;
}

.LineStatus {
	display: table;
	position: relative;
	vertical-align: middle;
	
	font-size: 23px;

	color: #4a474f;
	
	height: 90px;
	width: 47%;
	
	border-top: 2px solid #959ca1;
	border-right: 2px solid #959ca1;
	
	border-radius: 0px;

	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}


.fixed-width .LineStatus {
	width: 234px;
}

.fixed-width .LineStatus .bubbleType {
	font-weight: bold;
}

.disruption-circle {
	width: 20px;
	height: 20px; 
	background: #66cc33; /*rgb(153,204,0);*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.disruption-colour-suspended, .disruption-colour-part-suspended {
	background-color: #1f1f1f;
}

.disruption-colour-planned-closure, .disruption-colour-diversion, .disruption-colour-planned-diversion, .disruption-colour-planned-works {
	background: #ffd500;
}

.disruption-colour-other-information, .disruption-colour-general {
	background: transparent;
}

.disruption-colour-major-delays {
	background: #e5492d;
}

.disruption-colour-minor-delays {
	background: #ee9b00;
}


#pinned-messages {
	margin-bottom: 28px;
	border-bottom: 4px solid #959ca1;
}

.messageRow {
	margin-bottom: 10px;
	border-radius: 0px;
	overflow: auto;
}

/*
.messageRow {
	
	border: 2px solid #949ca1;
	border-bottom: 0px;
	
	padding: 10px;
	
	margin-bottom: 10px;
	
	border-radius: 0px;
	
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	
	overflow: auto;
}*/

.messageTitle {
	color: #fff;
	/*width: 236px;	 12px off for the left padding on the wrapper */
}

#standard-messages .messageTitle {
	background-color: #000;
	height: 72px;	 /*49 total */
	font-size: 28px;
}

#pinned-messages .messageTitle {
/*	height: 38px;		 58 total 
	line-height: 38px;*/
}

.messageLine {
	max-height: 40px;
	display: block;
}


.disruptionMessage {
	margin-left: 253px;
	padding-left: 0px;
	font-size: 22px;
	font-weight: normal;
	
	padding-top: 10px;
	
	border-top: 2px solid #959ca1;
	border-right: 2px solid #959ca1;
    
	border-radius: 0px;
       
	min-height: 70px;

	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}


#standard-messages {
	border-bottom: 4px solid #959ca1;
}

#standard-messages .disruptionMessage {
	min-height: 55px;
}


.inlineMessage .circle-wrapper {
	margin-left: 25px;
	padding-top: 5px;
	width: 30px;
	height: 25px;
	float: left;
}

.fixed-width .inlineMessage .circle-wrapper {
	margin-left: 10px;
}

.disruptionMessage .information {
	padding-right: 10px;
	margin-left: 55px;
}

.fixed-width .disruptionMessage .information {
	margin-left: 40px;
}

.disruptionMessage .disruptionType {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}


#LoginForm {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 50%;
	margin: 20px auto;
	padding: 20px;
}

.messageAlert {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	font-size: 30px;
}

.LineStatus.hasMessage .messageAlert {
	font-weight: bold;
	background: transparent url(../images/info-icon.png) no-repeat center;
}

.published-No {
	/*border: 1px dashed #DD0018;*/
}

.published-No .LineStatus {
	background-color: #ffe6e6;
}

.draftNotify {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #DD0018;
	color: #fff;
	padding: 2px 5px;
}

.previewWrapper {
	border: 3px solid #000;
	border-radius: 15px;
	border-style: outset;
	padding: 50px;
	background-color: #000;
	width: 1080px;
	margin: 20px auto;
}

.previewInnerWrapper {
	border: 5px solid #eee;
	border-style: inset;
	border-radius: 3px;
	background-color: #fff;
}

#article-list {
	display: none;
	margin-top: 20px;
}


/* For narrower browser widths */

@media screen and (max-width:1050px) {
	#board-dimensions {
		height: auto;
		padding-bottom: 50px;
	}
	
	#statusHeader {
		height: auto;
	}
	#network-status {
		font-size: 64px;
		min-width: 100%;
	}
	#network-time span {
		display: inline;
	}
	#network-time {
		font-size: 16px;
		width: 100%;
	}
	.LineTitle {
		font-size: 24px;
	}
	.LineStatus {
		font-size: 20px;
	}
}

@media screen and (max-width:900px) {
	#board-wrapper {
		margin: 20px 0px;
	}
	
	.LineTitle, .messageTitle {
		font-size: 24px;
		height: 72px;
	}
	.LineStatus {
		font-size: 18px;
		height: 70px;
	}
	.disruptionMessage {
		min-height: 60px;
	}
}

@media screen and (max-width:800px) {
	
	.fixed-width #update-time {
		margin-right: 0px;
		float: none;
	}
	
	#network-status {
		font-size: 48px;
		min-width: 100%;
	}
	.column, .column.onethird, .column.twothirds, .column.onequarter, .column.threequarters {
		width: 100%;
		float: none;
	}
	
	.column.right-column {
		float: none;
	}
	
	#disruptions-list .column:first-child {
		margin-right: 0;
	}

	#disruptions-list .column:last-child {
		margin-left: 0;
	}
	
	.LineTitle, .messageTitle {
		font-size: 24px;
	}
	.LineStatus {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	#board-dimensions {
		background: none;
	}
	#board-wrapper {
		margin: 20px 0px;
	}
}

@media screen and (max-width:500px) {
	
	.LineTitle {
		float: none;
	}
	
	.LineStatus {
		float: none;
		border: none;
	}
	
	.lineDetail {
		width: 98%;
		margin-left: 1%;
	}
	
	.disruptionMessage {
		margin-left: 1%;
		border: 0px;
	}
	
}
