/* oebb_him_showmap.css */
* {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 11px;
  }
body   {
  background-color:#fff;
  }
a, a:hover {
  color:#cc0000;
  text-decoration:none;
  }
#hafas {
  padding:10px;
  background-color:#fff;
  }
strong {
  font-size:11px;
  }
img {
  vertical-align:top;
  }
div.line {
  border-top:none;
  border-bottom:solid #666 1px;
  height:1px;
  margin:1px 0px;
  }
table.hafashimmap {
  margin-bottom:10px;
  }
table.hafashimmap td {
  padding:0px;
  }
table.hafashimmap th {
  padding:0px;
  font-weight:bold;
  font-size:14px;
  background-color:#e6e6e6;
  }
div.message {
  position:absolute;
  display:none;
  width:150px;
  background-color:#e6e6e6;
  color:#000;
  border:solid 1px #000;
  padding:5px;
  font-size: 11px;
  text-align:left;
  }
/* Callcenter Icons */
div.iconNr,a.fIconNr {
  display:block;
  background-color:#fff;
  border:solid 1px #999;
  padding:0px;
  text-align:center;
  width:24px;
  }
div.iconNr a {
  font-size: 11px;
  color:#000;
  font-weight:bold;
  }
a.fIconNr {
  display:block;
  color:#7C4946;
  }
a.divIconA {
  color:#7C4946;
  }
div.messageicon {
  position:absolute;
  }
div.overviewmap {
  border:none;
  }
div.map {
  border:solid 1px #666;
  }
div.provMapContainer {
  position:absolute;
  }
img.globalmap, img.provmap {
  border:none;
  /*-moz-Opacity:0.3;*/
  }
/* Messages */
table.himmessages {
  background-color:#fff;
  width: 830px;
  margin-top:15px;
  }
table.himmessages th {
  padding: 3px 0px 3px 0px;
  border-bottom:solid #aaa 1px;
  background-color:#e6e6e6;
  font-size:12px;
  text-align:left;
  vertical-align:top;
  }
table.himmessages th.icon {
  width:30px;
  }
table.himmessages th.nr {
  width:30px;
  }
table.himmessages th.message {
  width:auto;
  }
table.himmessages th.func {
  width:100px;
  }
table.himmessages td {
  border-bottom:solid #aaa 1px;
  font-size:11px;
  padding:2px;
  }
table.himmessages td.icon {
  text-align:left;
  width:30px;
  }
table.himmessages td.nr {
  text-align:left;
  width:30px;
  }
table.himmessages td.message {
  text-align:left;
  }
table.himmessages tr.zebracol-1 td,th {
  background-color:#f3f3f3;
  }
table.himmessages tr.zebracol-2 td,th {
  background-color:#f3f3f3;
  }
table.himmessages td.nr,
table.himmessages td.icon {
  text-align:left;
  vertical-align:middle;
  padding-left:5px;
  padding-right:5px;
  }
table.himmessages tr.undead {
  display:none;
  }
table.timeStamp {/* Timestamp */
  margin-top:15px;
  border:none;
  background-color:#e6e6e6;
  color: #c00;
  }
/* Crosshair message locator */
#crossX {border-bottom: dashed 2px #444;}
#crossY {border-right: dashed 2px #444;}

.tooltip {
  background-color:#ffe;
  border:1px solid #777;
  display:none;
  position:absolute;
  z-index:255;
  height:auto;
  }
#ValPeriodDate1, #ValPeriodDate2 {
  border: solid #666 1px;
  width:90px;
  padding: 1px 3px 1px 3px;
  }
#ValPeriodDate2 {margin-right:20px;}

div.htt {
  background-color:#FFFFE1;
  color:#000;
  padding:2px 5px 2px 5px;
  border:solid 1px #000;
  }
div.htt2 {
  width:300px;
  background-color:#e6e6e6;
  color:#000;
  border:solid 1px #000;
  padding:5px;
  font-size: 11px;
  }
img.flag, img.countryIcon {
  border:solid 1px #999;
  margin-top:4px;
  margin-bottom:4px;
  }
.messageNr {
  color:#000;
  font-weight:bold;
  font-size:14px;
  }
div.noMessage {
  font-weight:bold;
  }
/* Map Editor */
div.himDDEditor {
  text-align:left;
  margin-bottom:5px;
  background-color:#dedeff;
  border:solid 1px #666;
  }
div.himDDEditor div.content {
  padding:6px;
  }
div.himDDEditor div.content .button {
  margin-left:15px;
  }
span.foreignMessageTitle {
  font-weight:bold;
  font-size:16px;
  }
table.foreignMessage td {
  padding:0px 2px 1px 0px;
  }
input.button {
  background-color:#fff;
  color:#c00;
  border:1px #c00 solid;
  margin-right:3px;
  cursor:hand;
  }
input.button:hover {
  background-color:#c00;
  color:#fff;
  border:1px #c00 solid;
  cursor:hand;
  }
div.calendar                   {width: 200px;background-color:#ececec;}
div.calendar table.header,
div.calendar table.buttons,
div.calendar table             {width: 100%;text-align:center;font-weight:normal;}
div.calendar td                {border: 1px solid #ccc;cursor: default;border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:0px solid #fff;border-left:0px solid #fff;padding:1px;}
div.calendar th                {text-align: center;font-weight: bold;}
div.calendar th.enabled        {background-color:#ccc;}
div.calendar th.enabled:hover  {background-color:#999;}
div.calendar th.disabled       {background-color:#fff;}
div.calendar td.enabled:hover  {background-color:#999;}
div.calendar td.disabled       {color:#999;background-color:#fff;}
div.calendar td.active         {color:#fff;background-color:#c00;}
div.calendar td.active:hover   {color:#fff;background-color:#c00;}


/* additional Map Style sheets Reiter Streckeninformation*/
#HFS .overlayMenuColumn,#HFS .overlayMenuColumnFirst{cursor:hand;cursor:pointer;border:1px solid #333;width:160px;float:left;background-color:white;padding:3px;margin-right:-1px;}
#HFS .overlayMenuColumn.active,
#HFS .overlayMenuColumnFirst.activeMenu           { }
#HFS .overlayMenuColumn a,
#HFS .overlayMenuColumnFirst a                    {color:black;}
#HFS .overlayMenuColumn.activeMenu a,
#HFS .overlayMenuColumnFirst.activeMenu a         {color:white;}
#HFS .mapMenuOverlay                              {height: 5px;position: absolute;right: 0;text-align: left;height:15px;/*top: 65px;*/z-index: 2000000001;}
#HFS .mapMenuOverlay img                          {vertical-align:bottom;}
.externalMenuColumn,.externalMenuColumnFirst      {background-color:#CCCCCC;border:1px solid;border-top:0px;border-right:0px;padding:4px;float:left;/*width:175px;*/cursor:hand;cursor:pointer;}
.trackInfoMenu .externalMenuColumn,
.trackInfoMenu .externalMenuColumnFirst           {border:none;padding:0px;float:none;}
.trackInfoMenu .absoluteMapMenu                   {width:180px;}
.trackInfoMenu .menuContent                       {margin-top:0px;margin-left:0px;position:static;width:165px;border:none;padding-left:5px;padding-top:4px;border-bottom:1px solid black;}
.trackInfoMenu .menuheadline                      {width:auto;cursor:hand;cursor:pointer;padding:5px;background-color:#CCCCCC;border-bottom:1px solid black;}
.menuheadline                                     {width:212px;}
.externalMenuColumnFirst                          {margin-left:0px;border-right:0px;}
.mapMenuExternal                                  {/*text-align:left;position:relative;position:absolute;*/}
.menuContent                                      {margin-top:4px;margin-left:-5px;color:black;width:200px;}
.menuContent                                      {background-color: white;border: 1px solid #333;display: block;padding: 10px;position: absolute;z-index:2000000000;}
.menuContent img                                  {vertical-align:middle;}
.menuImgWrap                                      {float:left;}
.menuContentWrap                                  {padding-left:15px;}
.colicon                                          {cursor:pointer;cursor:hand;padding:2px;}
.mapMenuOuterWrap,.mapMenuOuterWrapSmall          {position:relative;height:1px;z-index:2;}
.mapMenuOuterWrapSmall                            {height:5px;}
tr.normalHimTableRow td                           { padding-top:10px;}
div.tableHeadline                                 {border:1px solid #9C9C9C;margin-top:10px;cursor:hand;cursor:pointer;background-color:#CCCCCC;color:#333;padding:5px;padding-right:0px;}
.mapMenuOuterWrap label img                       { vertical-align:middle; }
.colicon img                                      { vertical-align:bottom; }
.colicon span                                     {cursor:hand;cursor:pointer;}
.colicon span.menuSize img                        {vertical-align:bottom;margin-top:-5px;margin-right:8px;}
.himSubCategory                                   {height:17px;}
.overlayMenuColumn .menuheadline                  {cursor:pointer;cursor:hand;}
.countryMsgCounter                                {padding:4px;padding-left:10px;}
#HFS input.textBlockActive                        {background-color:#CC0000 !important;color:#FFFFFF !important;}
.absoluteMapMenu                                  {/*position:absolute;right:173px;top:11px;*/}
.noRightBorder                                    {border-right:0px;}
#HFSFirstHeaderContainer                          {height:45px;width:140px;}
.ptvlocation                                      {cursor:hand;cursor:pointer;}




