<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&amp;fwDefault=bold&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=f6a828&amp;bgTextureHeader=12_gloss_wave.png&amp;bgImgOpacityHeader=35&amp;borderColorHeader=e78f08&amp;fcHeader=ffffff&amp;iconColorHeader=ffffff&amp;bgColorContent=eeeeee&amp;bgTextureContent=03_highlight_soft.png&amp;bgImgOpacityContent=100&amp;borderColorContent=dddddd&amp;fcContent=333333&amp;iconColorContent=222222&amp;bgColorDefault=f6f6f6&amp;bgTextureDefault=02_glass.png&amp;bgImgOpacityDefault=100&amp;borderColorDefault=cccccc&amp;fcDefault=1c94c4&amp;iconColorDefault=ef8c08&amp;bgColorHover=fdf5ce&amp;bgTextureHover=02_glass.png&amp;bgImgOpacityHover=100&amp;borderColorHover=fbcb09&amp;fcHover=c77405&amp;iconColorHover=ef8c08&amp;bgColorActive=ffffff&amp;bgTextureActive=02_glass.png&amp;bgImgOpacityActive=65&amp;borderColorActive=fbd850&amp;fcActive=eb8f00&amp;iconColorActive=ef8c08&amp;bgColorHighlight=ffe45c&amp;bgTextureHighlight=03_highlight_soft.png&amp;bgImgOpacityHighlight=75&amp;borderColorHighlight=fed22f&amp;fcHighlight=363636&amp;iconColorHighlight=228ef1&amp;bgColorError=b81900&amp;bgTextureError=08_diagonals_thick.png&amp;bgImgOpacityError=18&amp;borderColorError=cd0a0a&amp;fcError=ffffff&amp;iconColorError=ffd27a&amp;bgColorOverlay=666666&amp;bgTextureOverlay=08_diagonals_thick.png&amp;bgImgOpacityOverlay=20&amp;opacityOverlay=50&amp;bgColorShadow=000000&amp;bgTextureShadow=01_flat.png&amp;bgImgOpacityShadow=10&amp;opacityShadow=20&amp;thicknessShadow=5px&amp;offsetTopShadow=-5px&amp;offsetLeftShadow=-5px&amp;cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Tahoma, Verdana, "Droid Sans", Arial, sans-serif; }
.ui-widget .ui-widget { }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Tahoma, Verdana, "Droid Sans", Arial, sans-serif; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666; opacity: .50; filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/*
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; 
                   max-height: 25em; max-width: 20em;
                   overflow-y: scroll }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

@font-face
{
    font-family: gibson-light;
    src: url("/fonts/Gibson-Light.woff");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: gibson-light;
    src: url("/fonts/Gibson-Regular.woff");
    font-display: swap;
    font-weight: bold;
    font-style: normal;
}

@font-face
{
    font-family: gibson-light;
    src: url("/fonts/Gibson-LightItalic.woff");
    font-display: swap;
    font-weight: normal;
    font-style: italic;
}

@font-face
{
    font-family: gibson-light;
    src: url("/fonts/Gibson-Italic.woff");
    font-display: swap;
    font-weight: bold;
    font-style: italic;
}

@font-face
{
    font-family: gibson;
    src: url("/fonts/Gibson-Regular.woff");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: gibson;
    src: url("/fonts/Gibson-SemiBold.woff");
    font-display: swap;
    font-weight: bold;
    font-style: normal;
}

@font-face
{
    font-family: gibson;
    src: url("/fonts/Gibson-Italic.woff");
    font-display: swap;
    font-weight: normal;
    font-style: italic;
}

@font-face
{
    font-family: gibson;
    src: url("/fonts/Gibson-SemiBoldItalic.woff");
    font-display: swap;
    font-weight: bold;
    font-style: italic;
}

@font-face
{
    font-family: gibson-semibold;
    src: url("/fonts/Gibson-SemiBold.woff");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: gibson-semibold;
    src: url("/fonts/Gibson-SemiBoldItalic.woff");
    font-display: swap;
    font-weight: normal;
    font-style: italic;
}

@font-face
{
    font-family: gibson-bold;
    src: url("/fonts/Gibson-Bold.woff");
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: gibson-bold;
    src: url("/fonts/Gibson-BoldItalic.woff");
    font-display: swap;
    font-weight: normal;
    font-style: italic;
}

body
{
  color: #000000;
  background-color: #ffffff;
  font-family: Tahoma, Verdana, "Droid Sans", Arial, sans-serif;
  margin-left: 0px;
  margin-right: 0px;
}
div.outer
{
  margin-left: 8px;
  margin-right: 8px;
}
pre
{
  font-family: "Vera Bitstream", "Lucida Console", "Droid Sans Mono", "Courier New", Courier, monospace, monospace;
  font-size: 85%;
}
.left
{
  float: left;
  clear: both;
}
.center
{
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
div.linkbar_outer
{
  margin-bottom: 12px;
}
div.linkbar_left
{
  display: inline-block;
  clear: left;
}
div.linkbar_right
{
  display: inline-block;
  float: right;
  clear: right;
}
div.linkbarele
{
  font-family: gibson-light, Tahoma, Verdana, "Droid Sans", Arial, sans-serif;
  font-size: 120%;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 7px;
  margin-right: 7px;
}
div.linkbarele a
{
  color: #4a4a4a;
  text-decoration:none;
}
hr.linkbar
{
  clear: both;
  margin-top: 0px;
  background-color: rgba(74,74,74,0.7);
  height: 1px;
  border-style: none;
}
table, form
{
  margin-left: inherit;
  margin-right: inherit;
  clear: inherit;
}
table.padboth { margin-top: 20px; margin-bottom: 20px; }
table.padbottom { margin-bottom: 20px; }
.smaller
{
  font-size: 80%;
}
.tiny
{
  font-size: 64%;
}
.bigger
{
  font-size: 120%;
}
.huge
{
  font-size: 144%;
}

.prose
{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.narrowprose
{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.newline
{
    margin: 0px;
    padding: 0px;
    clear: both;
}

.newlinegap
{
    margin: 0px;
    padding-top: 2px;
    clear: both;
}

.newlinebiggap
{
    margin: 0px;
    padding-top: 4px;
    clear: both;
}

.banner
{
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  clear: both;
}

.consentpanel
{
  font-family: sans-serif;
  margin-bottom: 4px;
}

.fakelink:hover
{
  cursor: pointer;
}

.odd { background-color: #ffffff; }
.even { background-color: #eeeeee; }

table tr.even:hover { background-color: #dddddd; }
table tr.odd:hover { background-color: #dddddd; }

table tr.SEASON td { background-color: #99ccff;
                     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ccff,
                                                                       endColorstr=#bddfff,GradientType=0);
                     background:-webkit-gradient(linear,left top,left bottom,
                                                 color-stop(0%,#99ccff), color-stop(100%,#bddfff));
                     background: -moz-linear-gradient(top,#99ccff,#bddfff);
                     background-image: -o-linear-gradient(#99ccff,#bddfff);
                   }
table tr.RETURN td { background-color: #99ff99;
                     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ff99,
                                                                       endColorstr=#bdffbd,GradientType=0);
                     background:-webkit-gradient(linear,left top,left bottom,
                                                 color-stop(0%,#99ff99), color-stop(100%,#bdffbd));
                     background: -moz-linear-gradient(top,#99ff99,#bdffbd);
                     background-image: -o-linear-gradient(#99ff99,#bdffbd);
                   }
table tr.SINGLE td { background-color: #ffcc66;
                     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc66,
                                                                       endColorstr=#ffde9a,GradientType=0);
                     background:-webkit-gradient(linear,left top,left bottom,
                                                 color-stop(0%,#ffcc66), color-stop(100%,#ffde9a));
                     background: -moz-linear-gradient(top,#ffcc66,#ffde9a);
                     background-image: -o-linear-gradient(#ffcc66,#ffde9a);
                   }
table tr.TRAVELCARD td { background-color: #ffbbbb;
                         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbbb,
                                                                           endColorstr=#ffcfcf,GradientType=0);
                         background:-webkit-gradient(linear,left top,left bottom,
                                                     color-stop(0%,#ffbbbb), color-stop(100%,#ffcfcf));
                         background: -moz-linear-gradient(top,#ffbbbb,#ffcfcf);
                         background-image: -o-linear-gradient(#ffbbbb,#ffcfcf);
                       }
table tr.RAILCARD td { background-color: #ffff66;
                       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff66,
                                                                         endColorstr=#ffff99,GradientType=0);
                       background:-webkit-gradient(linear,left top,left bottom,
                                                   color-stop(0%,#ffff66), color-stop(100%,#ffff99));
                       background: -moz-linear-gradient(top,#ffff66,#ffff99);
                       background-image: -o-linear-gradient(#ffff66,#ffff99);
                     }
table tr.rover td { background-color: #c9b0e9;
                    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9b0e9,
                                                                      endColorstr=#d3c0ed,GradientType=0);
                    background:-webkit-gradient(linear,left top,left bottom,
                                                color-stop(0%,#c9b0e9), color-stop(100%,#d3c0ed));
                    background: -moz-linear-gradient(top,#c9b0e9,#d3c0ed);
                    background-image: -o-linear-gradient(#c9b0e9,#d3c0ed);
                  }
table tr.OVERRIDDEN td { color: #a0a0a0; }
table tr.SEASON:hover td { background-color: #cce6ff; }
table tr.RETURN:hover td { background-color: #bbffbb; }
table tr.SINGLE:hover td { background-color: #ffdc93; }
table tr.TRAVELCARD:hover td { background-color: #ffdddd; }
table tr.rover:hover td { background-color: #e3d8f3; }
table tr.OVERRIDDEN:hover td { color: #000000; }

table tr.quota { color: #555555; }
table tr.quota a:link { color: #5555ff; }
table tr.quota a:visited { color: #805580; }
table tr.quota:hover { color: #000000; }

.SEASON { background-color: #99ccff;
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ccff,
                                                            endColorstr=#bddfff,GradientType=0);
          background:-webkit-gradient(linear,left top,left bottom,
                                      color-stop(0%,#99ccff), color-stop(100%,#bddfff));
          background: -moz-linear-gradient(top,#99ccff,#bddfff);
          background-image: -o-linear-gradient(#99ccff,#bddfff);
        }
.RETURN { background-color: #99ff99;
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ff99,
                                                    endColorstr=#bdffbd,GradientType=0);
          background:-webkit-gradient(linear,left top,left bottom,
                                      color-stop(0%,#99ff99), color-stop(100%,#bdffbd));
          background: -moz-linear-gradient(top,#99ff99,#bdffbd);
          background-image: -o-linear-gradient(#99ff99,#bdffbd);
        }
.SINGLE { background-color: #ffcc66;
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc66,
                                                            endColorstr=#ffde9a,GradientType=0);
          background:-webkit-gradient(linear,left top,left bottom,
                                      color-stop(0%,#ffcc66), color-stop(100%,#ffde9a));
          background: -moz-linear-gradient(top,#ffcc66,#ffde9a);
          background-image: -o-linear-gradient(#ffcc66,#ffde9a);
        }
.TRAVELCARD { background-color: #ffbbbb;
              filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbbbb,
                                                                endColorstr=#ffcfcf,GradientType=0);
              background:-webkit-gradient(linear,left top,left bottom,
                                          color-stop(0%,#ffbbbb), color-stop(100%,#ffcfcf));
              background: -moz-linear-gradient(top,#ffbbbb,#ffcfcf);
              background-image: -o-linear-gradient(#ffbbbb,#ffcfcf);
            }
.RAILCARD  { background-color: #ffff66;
             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff66,
                                                               endColorstr=#ffff99,GradientType=0);
             background:-webkit-gradient(linear,left top,left bottom,
                                         color-stop(0%,#ffff66), color-stop(100%,#ffff99));
             background: -moz-linear-gradient(top,#ffff66,#ffff99);
             background-image: -o-linear-gradient(#ffff66,#ffff99);
           }
.rover { background-color: #c9b0e9;
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9b0e9,
                                                           endColorstr=#d3c0ed,GradientType=0);
         background:-webkit-gradient(linear,left top,left bottom,
                                     color-stop(0%,#c9b0e9), color-stop(100%,#d3c0ed));
         background: -moz-linear-gradient(top,#c9b0e9,#d3c0ed);
         background-image: -o-linear-gradient(#c9b0e9,#d3c0ed);
       }
.OVERRIDDEN { color: #a0a0a0; }
.invalid { color: #ff0000; }

.orangebg { background-color: #ffd580;
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd580,
                                                              endColorstr=#ffe6b3,GradientType=0);
            background:-webkit-gradient(linear,left top,left bottom,
                                        color-stop(0%,#ffd580), color-stop(100%,#ffe6b3));
            background: -moz-linear-gradient(top,#ffd580,#ffe6b3);
            background-image: -o-linear-gradient(#ffd580,#ffe6b3);
          }

.greybg { background-color: #f3f3f3;
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3,
                                                            endColorstr=#f9f9f9,GradientType=0);
          background:-webkit-gradient(linear,left top,left bottom,
                                      color-stop(0%,#f3f3f3), color-stop(100%,#f9f9f9));
          background: -moz-linear-gradient(top,#f3f3f3,#f9f9f9);
          background-image: -o-linear-gradient(#f3f3f3,#f9f9f9);
        }

@media(max-width: 650px) {
  .ad_top     { display: block; width: 320px; height: 100px; }
  .ad_top_box { display: none; }
  .ad_under   { display: block; width: 320px; height: 50px; }
  .ad_bottom  { display: block; width: 300px; height: 250px; }
  .ad_side    { display: none; }
}
@media(min-width: 650px) {
  .ad_top     { display: none; }
  .ad_top_box { display: block; width: 300px; height: 250px; }
  .ad_under   { display: block; width: 320px; height: 100px; }
  .ad_bottom  { display: block; width: 336px; height: 280px; }
  .ad_side    { display: block; width: 300px; }
}
@media(min-width: 840px) {
  .ad_under   { display: block; width: 500px; height: 100px; }
}
@media(min-width: 1087px) {
  .ad_under   { display: block; width: 728px; height: 90px; }
}
</pre></body></html>