/* 
    Copyright © 2008 Computer Sciences Corporation Denmark (CSC).
    All rights reserved. You may not use, copy, modify or transfer this
    program or any copy, modification or portion, in whole or in part,
    without the explicit written permission of CSC Denmark
*/
/* --------------------------------------------------------------- */
/*  Print style sheet for Movia                                    */
/* --------------------------------------------------------------- */
body { width: 100% !important; }
html * { background-image: none ! important; background-color: white ! important }
#header, #leftNav, #sidebar, #footer .links { display: none }

#utility { padding-left: 0; margin-left: 0 }
#utility #clock, #utility #login { display: none }
#breadcrumbs { display: block; margin: 0 !important; padding: 0 !important }

#pageContainer { width: auto !important; margin: 0 !important; padding: 0 !important }
#mainArea, #contentArea, #content { border: none !important; margin: 0 !important; padding: 0 !important }
#footerContainer { width: auto; padding: 2em 0 0 0; margin: 2em 0 0 0; border-top: 1px solid black }
#footer address { display: block; float: none; clear: left; margin: 0 !important; padding: 0 !important }
.linjeInfo { width: auto !important }

table.busRoute td.zoneStart {
	color: black;
	background-color: white;
	border-top: 1px dotted gray;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
}

table.busRoute td.zone {
	background-color: white;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
}

table.busRoute td.zoneEnd {
	background-color: white;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

table.busRoute td.markerStart {
	color: black;
	background-color: white;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

table.busRoute td.marker {
	background-color: white;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

table.busRoute td.markerEnd {
	background-color: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.busRoute .empty {
	padding: 2px;
}

/* --- time table --- */
table.timeTable tr.intervalStart td {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

table.timeTable tr.intervalEnd td {
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

table.timeTable tr.interval td {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
/* MAP styles - Start */
.infowindow {display: none !important;}  /* kort - popup */
.dijitSlider {display: none;}  /* kort - zoomnavigator */
#map_gc {display: none;}  /* kort - grafiske lag */
.showLargeMap {display: none;}  /* kort - Vis stort kort knap */
.printMap {display: none;}  /* kort - Print knap */
/* MAP styles - Start */
