﻿@media screen
{
div#rightClickMenu td { cursor:pointer; font-family:verdana,sans-serif; font-size: 9pt; }
div#rightClickMenu td.contextMenuCell { background-color:Transparent; color:Black; }
div#rightClickMenu td.contextMenuCellHover { background-color:#5d8aad; color:White; }

table.sidePanel { border-collapse:collapse; border-spacing:0px; font: normal normal normal 9pt verdana,sans-serif; }
table.sidePanel td { /*border:solid 1px red;*/ }
table.sidePanel td.title { padding:0px 5px; width:217px; height:39px; background:transparent url('sidePanelTitle.png') no-repeat scroll 0 0; color:White; }
table.sidePanel td.title span { font-size: 9pt; font-weight:bold; margin:5px; }
table.sidePanel td.content { padding:5px; background:transparent url('sidePanelBackground.png') repeat-y scroll 0 0; }
table.sidePanel td.bottom { padding:0px; height:5px; background:transparent url('sidePanelBottom.png') no-repeat scroll 0 0; }
table.sidePanel td.content input#locationStreetAndSettlement0,
table.sidePanel td.content input#locationStreetAndSettlement1 { border:solid 1px #9c9e9b; width:140px; }
table.sidePanel td.content input#locationHouseNumber0,
table.sidePanel td.content input#locationHouseNumber1 { border:solid 1px #9c9e9b; width:40px; }

table.travelOptions,
table#pathInfo { margin-top:10px; }
table.travelOptions select { border:solid 1px #9c9e9b; width:100px; }

table#pathInfo td.entry { width: 85px; }

div#pathDescription { overflow:auto; width:15em; height:378px; border:solid 1px #9c9e9b; background-color:white; }

span.button { display:block; float:left; padding:0px 4px 0px 0px; background:transparent url('buttonBackground.png') no-repeat scroll right -20px; }
span.button a { display:block; float:left; padding:3px 4px 3px 8px; background:transparent url('buttonBackground.png') no-repeat scroll 0 0; font-size:11px; color:White; text-decoration:none; font-weight:bold; text-align:center; }

div#panel_SAS_ACE0,
div#panel_HN_ACE0,
div#panel_SAS_ACE1,
div#panel_HN_ACE1 { white-space:nowrap; }

#locationTitle0, #locationTitle1 { width: 15em; overflow: hidden; }

/* remove!!! */
div.mapContainer { float: right; }
div#sidePanelPath { float:left; }
}

@media print 
{
span.button { display:none; }
}
