@charset "UTF-8";

/*
Screen Import CSS
*/
@import url("/include/css/general/normalisation.css");
@import url("/include/css/general/layout.css");
@import url("/include/css/general/type.css");
@import url("/include/css/general/ticker.css");
@import url("/include/css/general/primary-menu.css");
@import url("/include/css/general/secondary-menu.css");


#main-top {height:150px;}
div.menu-panel {margin-top:-30px;}
#content h1 {padding-top:0;}
#inner-content {position:relative;top:-30px;}
#map {margin: 0 0 0 20px;}

/* map popup styles */
#map h3 {font:bold 1.5em Arial, sans-serif;text-align:left;color:#E11B37;margin:0;padding:0 0 5px 0;}
#map p {margin:0;padding:0 0 5px 0;font-weight:bold;width:auto;}
#map p#no-gap {padding-bottom:0;}
#map h3 a {font-size:.9em;}
#map h3 a:link,
#map h3 a:visited,
#map p a:link,
#map p a:visited {color:#E11B37;display:inline;height:auto;}
#map h3 a:hover,
#map p a:hover {color:#575759;}

/* route map menu */
#map-menu{
    font:bold .9em Arial, sans-serif;
}
#map-menu {
    list-style: none;
    margin: 0 0 0 20px;
    border-bottom:4px solid #475258;
    height:20px;
    width:665px;
}
#map-menu:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#map-menu li {
    float: left;
    margin: 0;
    min-width: 102px; /* be nice to Opera */
}
#map-menu a:link,
#map-menu a:visited,
#map-menu a:link span,
#map-menu a:visited span  {
    display: block;
    padding: 0 28px 0 10px;
    background: url(/include/img/ui/tab2.png) no-repeat;
}
#map-menu a:link,
#map-menu a:visited {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #fff !important;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
/*
#map-menu a:hover {
    position: relative;
    top: 1px;
    z-index: 2;
    margin:0;
    color: #fff;
}
*/
#map-menu a:link span,
#map-menu a:visited span,
#map-menu a:hover span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 16px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 3px;
    padding-right: 0;
}
*>#map-menu a:link span,
*>#map-menu a:visited span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#map-menu a:link,
#map-menu a:visited {
    background-position: 100% -100px;
}
#map-menu a:link span,
#map-menu a:visited span {
    background-position: 0 0;
}
#map-menu a:hover span,
#map-menu a.current span,
#map-menu a.current:link span,
#map-menu a.current:visited span,
#map-menu a.current:hover span {
    background-position: 0 -50px;
}
#map-menu a:hover,
#map-menu a:active,
#map-menu a.current,
#map-menu a.current:link,
#map-menu a.current:visited,
#map-menu a.current:hover,
#map-menu a.current:active {
    background-position: 100% -150px;
}
#map-menu a:link,
#map-menu a:visited,
#map-menu a:link,
#map-menu a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#map-menu a:hover,
#map-menu a:focus,
#map-menu a:active{ /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


dl#map-section-menu {font:bold 1em Arial, sans-serif;position:relative;line-height:2em;margin:0 0 0 19px; width:666px;background:#fd0a3f url(/include/img/ui/map-section-menu-bg.gif) top left repeat-y;}
dl#map-section-menu dt {position:absolute;right:10px;top:0;line-height:2em;height:2em;color:#fff;}
dl#map-section-menu dd {height:2em;line-height:2em;display:inline;padding-left:10px;}
dl#map-section-menu dd a:link,
dl#map-section-menu dd a:visited {color:#fff;}
dl#map-section-menu dd a:hover,
dl#map-section-menu dd a.current:link,
dl#map-section-menu dd a.current:visited,
dl#map-section-menu dd a.current:hover {color:#feb238;}