strong {
  font-weight: bold;
}

#journey_map_header h1 {
  line-height: 33px;
  font-size: 22px;
  color: #e2001a;
}

#journey_map_header h2 {
  line-height: 27px;
  font-size: 18px;
  color: #e2001a;
}

#journey_map_header h3 {
  line-height: 24px;
  font-size: 16px;
  color: #e2001a;
}

.bookmarkThePortal {
  font-size: small;
  font-weight: bold;
  padding: 3px;
  color: #e2001a;
  border: 1px solid #e2001a;
}

.generalLink {
  text-decoration: none;
  color: #e2001a;
  cursor: pointer;
}

.coverageGood {
  background: #1afe1a;
  border: 1px solid #448844;
}

.coverageMedium {
  background: #0af1f1;
  border: 1px solid #7777aa;
}

.coverageBad {
  background: #ffcc33;
  border: 1px solid #888800;
}

.coverageMapStation {
  float: left;
  height: 12px;
  width: 300px;
  font-size: x-small;
  font-weight: bold;
  line-height: 12px;
}

.coverageMapStation #marker {
  float: left;
  width: 12px;
  height: 12px;
  background-image: url(../images/journeymap/station_marker_visited.png);
}

.busyLayer {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

.hilited {
  font-weight: bold;
  color: #000000;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#back_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}

.menuLeft {
  float: left;
  font-size: small;
  font-weight: normal;
}

.menuLeftItem {
  float: left;
  width: 135px;
}

.menuLeftItemHead {
  float: left;
  width: 175px;
  height: 28px;
  margin: 0 0 0 26px;
  background-image: url(../images/leftmenu/bg.png);
  background-repeat: repeat-x;
  background-position: top;
  cursor: pointer;
}

.menuLeftItemHeadActive {
  background-image: url(../images/leftmenu/bg_active.png);
}

.menuLeftItemHeadLabel {
  float: left;
  margin: 5px 0 0 10px;
}

.menuLeftItemHeadIcon {
  float: left;
  margin: 4px 0 0 7px;
}

.menuLeftSubItems {
  float: left;
  width: 170px;
  height: 0px;
  margin: -3px 0 0 26px;
  overflow: hidden;
}

.menuLeftSubItem {
  float: left;
  clear: both;
  width: 100%;
}

.menuLeftSubItemHilite {
  background-image: url(../images/leftmenu/sub_hilite.png);
}

.menuLeftSubItemsContents {
  float: left;
  width: 170px;
  color: #ffffff;
  background: #aa251b;
  background-image: url(../images/leftmenu/sub_shadow_top.png);
  background-repeat: repeat-x;
  background-position: top;
}

.menuLeftSubItemsBottom {
  float: left;
  clear: both;
  width: 170px;
  height: 6px;
  margin: -1px 0 3px 0;
  background-image: url(../images/leftmenu/sub_shadow_bot.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.menuLeftSubItemLabel {
  float: left;
  height: 26px;
  line-height: 24px;
  cursor: pointer;
}

.panelsLow {
  float: left;
  position: relative;
}

.panelsLowScrollContainer {
  float: left;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.panelsLowScrollContents {
  float: left;
  position: relative;
}

.panelsLowItem {
  float: left;
  width: 195px;
  height: 88px;
  background-repeat: repeat-x;
  background-position: top;
  cursor: pointer;
  line-height: 15px;
}

.panelsLowItemBg {
  float: left;
  width: 195px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.panelsLowItemLabel {
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 0 12px;
  color: #333333;
}

.panelsLowItemPurchase {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 0 12px;
  color: #ff0000;
}

.panelsLowItemText {
  float: left;
  clear: both;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 0 12px;
  width: 94px;
  color: #777777;
}

.panelsLowLink {
  color: #666666;
  text-decoration: underline;
}

.panelsLowItemIcon {
  float: right;
  margin: 5px 4px;
}

#panels_low .scrollNextNorm {
  float: left;
  width: 25px;
  height: 24px;
  background-image: url(../images/panelslow/scroll_next_norm.png);
  background-repeat: no-repeat;
  background-position: top;
  cursor: pointer;
}

#panels_low .scrollPrevNorm {
  float: left;
  width: 25px;
  height: 24px;
  background-image: url(../images/panelslow/scroll_prev_norm.png);
  background-repeat: no-repeat;
  background-position: top;
  cursor: pointer;
}

#ticker_label {
  float: left;
  font-size: x-small;
  color: #aaaaaa;
}

#ticker_container {
  float: left;
  font-size: small;
  overflow: hidden;
  position: relative;
}

#ticker_container .tickerContents {
  float: left;
  position: relative;
  white-space: nowrap;
}

.journeyMapStation {
  float: left;
  height: 12px;
  cursor: pointer;
  font-size: x-small;
  font-weight: bold;
  line-height: 12px;
}

.journeyMapStation #marker {
  float: left;
  width: 12px;
  height: 12px;
  background-image: url(../images/journeymap/station_marker_unvisited.png);
}

.journeyMapStation.not_user_journey {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.journeyMapStationPopout {
  float: left;
  z-index: 20;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  padding: 2px 2px;
  border: 1px solid #bbbbbb;
}

.journeyMapStation.visited #marker {
  background-image: url(../images/journeymap/station_marker_visited.png);
}

.journeyMapStation.visited {
  color: #e2001a;
  border-color: #e2001a;
}

.journeyMapStationInfo {
  float: left;
}

.journeyMapWhiteOut {
  color: #ffffff;
  background: #ffffff;
}

.journeyMapVehicle {
  float: left;
  position: relative;
}

.journeyMapVehicleCenter {
  float: left;
  width: 59px;
  height: 45px;
  position: absolute;
}

.journeyMapVehicleIcon {
  float: left;
  width: 23px;
  height: 23px;
  position: absolute;
}

.journeyMapVehicleLabel {
  float: left;
  color: #ffffff;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  position: absolute;
}

.journeyMapVehiclePopout {
  float: left;
  z-index: 15;
  position: absolute;
  visibility: hidden;
  line-height: 23px;
  color: #ffffff;
  font-size: x-small;
  font-weight: bold;
  whitespace: nowrap;
}

.journeyMapVehiclePopoutLeft {
  float: left;
  background-image: url(../images/journeymap/popout_left.png);
  width: 13px;
  height: 23px;
}

.journeyMapVehiclePopoutRight {
  float: left;
  background-image: url(../images/journeymap/popout_right.png);
  width: 13px;
  height: 23px;
}

.journeyMapVehiclePopoutMid {
  float: left;
  background-image: url(../images/journeymap/popout_mid.png);
  background-repeat: repeat-x;
  height: 23px;
}

.journeyMapVehicleSimple {
  float: left;
  width: 27px;
  height: 27px;
}

img.popupOverlayEffectImg {
  float: left;
  display: none;
  position: absolute;
  z-index: 100;
}

div.popupOverlay {
  float: left;
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 101;
}

div.popupOverlayContents {
  float: left;
  width: 100%;
}

div.overlay div.close {
  background-image: url(../images/popupoverlay/close.png);
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}

.fontMainBody {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 19px;
  font-weight: 200;
  color: #514f4f;
}

.fontMainBodySmall {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  line-height: 16px;
  font-weight: 200;
  color: #514f4f;
}

.fontMainBodyXSmall {
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-small;
  line-height: 12px;
  font-weight: 200;
  color: #514f4f;
}

.gMapMapVals {
  visibility: hidden;
  display: none;
}

.formLabel {
  float: left;
  font-weight: 200;
  text-align: right;
  margin-right: 3px;
  overflow: hidden;
  white-space: nowrap;
}

.formLabelLeft {
  float: left;
  font-weight: 200;
  text-align: left;
  margin-left: 3px;
  overflow: hidden;
}

.formTextInput {
  float: left;
}

.formTextDisplay {
  float: left;
  border: 1px dotted #eeeeee;
  padding: 0 2px;
  white-space: nowrap;
  overflow: hidden;
}

.labelDisabled {
  color: #bbbbbb;
}

.formCombo {
  float: left;
}

.formCheckBox {
  float: left;
  margin: 0;
  width: 13px;
  height: 13px;
}

.formRadioButton {
  float: left;
  margin: 0;
  width: 13px;
  height: 13px;
}

.formRequiredMarker {
  color: #ff4444;
}

.mainBody {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  overflow-x: hidden;
}

#page_error_area {
  float: left;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  padding-left: 5px;
  line-height: 29px;
  font-size: x-small;
  font-weight: bold;
  color: #ff3333;
  background: #dddddd;
  border: 0px solid #ff8888;
  border-width: 0 1px 0 1px;
  white-space: nowrap;
  overflow: hidden;
}

.nsbAjaxJustInvalidated {
  border: 1px solid #dd0000;
}

.nsbAjaxJustUpdated {
  border: 1px solid #dddd00;
}

div.dbg_tal_info {
  text-align: left;
  padding: 0.2em 0.2em 0.2em 1em;
  border-color: #ffaaaa;
  border-style: solid;
  border-width: 1px;
}

.dbg_tal_info_label {
  color: #000066;
  font-family: arial;
  font-weight: 100;
  padding: 0.1em 0.1em 0.2em 0.5em;
  margin: 0 0 0.2em 0;
}

.dbg_tal_info_body {
  color: #000000;
  font-family: arial;
  font-weight: 600;
  padding: 0.1em 0 0.3em 0.2em;
}

div.dbg_tal_info_list_item {
  border-color: #00ff00;
  border-style: solid;
  border-width: 0px;
}

.formError {
  color: #ff4444;
  width: 100%;
  height: 10px;
  font-size: small;
  clear: both;
  margin: 0 0 10px 125px;
}

.moviesBg {
  background: #ffffff;
  height: 503px;
  width: 100%;
}

.moviesWhiteSpace {
  background: #ffffff;
  height: 29px;
  width: 100%;
}

.moviesTopNavName {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: x-small;
  vertical-align: top;
  font-weight: bold;
}

.moviesContent {
  width: 100%;
  height: 426px;
  float: left;
  background-image: url('/images/rido.png');
}

.moviesScrollNextNorm {
  float: left;
  width: 25px;
  height: 24px;
  background-image: url(../images/panelslow/scroll_next_norm.png);
  background-repeat: repeat-x;
  background-position: top;
  cursor: pointer;
}

.moviesScrollPrevNorm {
  float: left;
  width: 25px;
  height: 24px;
  background-image: url(../images/panelslow/scroll_prev_norm.png);
  background-repeat: repeat-x;
  background-position: top;
  cursor: pointer;
}

.movieSliderTrack {
  height: 13px;
  background: #8c8787;
  position: relative;
  float: left;
  margin-top: 5px;
  overflow: no-wrap;
  background: url('/images/slider/rail-horiz.png');
  background-repeat: repeat-x;
}

.gameSliderTrack {
  width: 760px;
  height: 13px;
  background: #8c8787;
  position: relative;
  float: left;
  margin-top: 5px;
  overflow: no-wrap;
  background: url('/images/slider/rail-horiz.png');
  background-repeat: repeat-x;
}

.movieSliderHandle {
  position: relative;
  width: 45px;
  height: 13px;
  background: url('/images/slider/slider.png');
  float: left;
  cursor: move;
}

.moviesSlideContents {
  overflow: hidden;
  height: 235px;
  position: relative;
  float: left;
  left: 0px;
}

.moviesSlide {
  width: 748px;
  position: relative;
  float: left;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 40px;
  margin-right: 25px;
  margin-top: 10px;
}

.firstMovie {
  margin-left: 0px;
  margin-right: 10px;
}

.lastMovie {
  margin-left: 0px;
  margin-right: 10px;
}

.movieDetails {
  width: 500px;
  position: relative;
  left: 10px;
  top: 20px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  font-size: small;
}

.gameDetails {
  width: 500px;
  position: relative;
  left: 10px;
  top: 20px;
  float: left;
  color: #333333;
  font-weight: bold;
  font-size: small;
}

.movieDetailsField {
  width: 100%;
  margin-left: 10px;
}

.movieDetailsCastField {
  width: 100%;
  margin-left: 50px;
}

.movieDetailsImage {
  width: 175px;
  position: relative;
  left: 10px;
  top: 20px;
  float: left;
  height: 100%;
  margin-left: 25px;
}

.movieDetailsHeader {
  margin-left: 10px;
}

.movieDetailsFieldShort {
  font-size: x-small;
  margin-left: 10px;
}

.movieSpacer {
  height: 6px;
}

.movieInfoWatch {
  position: absolute;
  float: left;
  width: 60px;
  height: 60px;
  background-color: #000000;
  top: 57.5px;
  left: 62.5px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}

.movieInfoBottom {
  position: absolute;
  float: left;
  width: 175px;
  height: 55px;
  background-color: #000000;
  top: 180px;
  left: 12px;
  color: #ffffff;
}

.gamesSlide {
  width: 760px;
  position: relative;
  float: left;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 14px;
  margin-right: 25px;
  margin-top: 4px;
}

.gamesSlideContents {
  overflow: hidden;
  height: 270px;
  position: relative;
  float: left;
  left: 0px;
}

.forKidsSlide {
  width: 538px;
  position: relative;
  float: left;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 0;
  margin-right: 0;
}

.forKidsVerticalSlide {
  width: 190px;
  height: 400px;
  position: relative;
  float: left;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 14px;
  margin-right: 25px;
}

.verticalSlide {
  width: 220px;
  height: 390px;
  position: relative;
  float: left;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-left: 14px;
  margin-right: 0px;
}

.verticalSliderTrack {
  width: 13px;
  position: relative;
  float: left;
  display: block;
  margin-left: 2px;
  overflow: no-wrap;
  background-image: url(/images/slider/rail-vert.png);
  background-repeat: repeat-y;
}

.verticalSliderHandle {
  position: relative;
  width: 13px;
  height: 45px;
  background: url('/images/slider/slider-vert.png');
  float: left;
  cursor: move;
}

.verticalSlideContents {
  position: relative;
  float: left;
  display: block;
  width: 190px;
}

.nsb_button {
  width: 106px;
  height: 32px;
  border: none;
  left: 20px;
  margin-top: 5px;
  margin-left: 10px;
  background-color: transparent;
  background-image: url(/images/button.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.nsb_button.wide {
  width: 145px;
  background-image: url(/images/button-wide.png);
  cursor: pointer;
}

.TwistArrow {
  float: left;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url(/images/purchase/TwistArrowRight.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.TwistArrow.open {
  background-image: url(/images/purchase/TwistArrowDown.png);
}

.TwistLabel {
  float: left;
  margin-left: 5px;
  text-decoration: underline;
}

.TwistLabel.open {
  text-decoration: none;
}

.packageItems {
  list-style: none;
  margin-left: -16px;
  padding: 0;
  width: 380px;
}

.packageItems li {
  float: left;
  width: 94px;
  text-align: center;
}

#music_button {
  float: right;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 20px 20px;
  color: #ffffff;
  padding: 15px 7px 0 14px;
  width: 171px;
  height: 65px;
  background-image: url(/images/buy/button.png);
}

.trainNRouteDisplay {
  font-size: small;
  float: left;
  background: #ffffff;
  border: 2px solid #bbbbbb;
}

.licensingInfoLayerContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.licensingInfoLayerContent {
  position: relative;
  z-index: 10001;
  top: 100px;
  left: 93.5px;
  width: 650px;
  height: 60px;
  border: 1px;
  background: #ffffff;
  margin-top: 10px;
  font-size: big;
}

.licensingInfoTransparentLayer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity='80');
}

.messageContainer {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-left: 5px;
  top: 25px;
  display: none;
}

.messageInfo {
  width: 50%;
  float: left;
  margin-left: 52px;
  margin-right: 10px;
}

.messageStatusDiv {
  position: relative;
  width: 30%;
  height: 24px;
  float: right;
}

.failureMessage {
  font-size: x-small;
  color: red;
  position: relative;
  top: 0px;
  left: 0px;
  height: 20px;
  display: none;
  padding-left: 52px;
  background-color: #ffffff;
  width: 590px;
}
