@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");

#content h1 {border-bottom:1px solid #E11B37;padding-left:0;margin-left:25px;}
#content div {margin:0 25px 25px 25px}
#content ul#links {margin:0 25px 25px 25px}
#content ul#links li#pdf {padding-top:20px;}
#content ul#links li a:link,
#content ul#links li a:visited {color:#E11B37;font-weight:bold;}
#content ul#links li a:hover {color:#485258;}

/* tab menu */
#tab-menu{
    font:bold .9em Arial, sans-serif;
}
#tab-menu {
    list-style: none;
    margin: 0 0 25px 25px;
    border-bottom:4px solid #E11B37;
    height:20px;
    width:665px;
}
#tab-menu:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tab-menu li {
    float: left;
    margin: 0;
    min-width: 102px; /* be nice to Opera */
}
#tab-menu a:link,
#tab-menu a:visited,
#tab-menu a:link span,
#tab-menu a:visited span  {
    display: block;
    padding: 0 28px 0 10px;
    background: url(/include/img/ui/tab2.png) no-repeat;
}
#tab-menu a:link,
#tab-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 */
}
#tab-menu a:link span,
#tab-menu a:visited span,
#tab-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;
}
*>#tab-menu a:link span,
*>#tab-menu a:visited span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#tab-menu a:link,
#tab-menu a:visited {
    background-position: 100% -100px;
}
#tab-menu a:link span,
#tab-menu a:visited span {
    background-position: 0 0;
}
#tab-menu a:hover span,
#tab-menu a.current span,
#tab-menu a.current:link span,
#tab-menu a.current:visited span,
#tab-menu a.current:hover span {
    background-position: 0 -50px;
}
#tab-menu a:hover,
#tab-menu a:active,
#tab-menu a.current,
#tab-menu a.current:link,
#tab-menu a.current:visited,
#tab-menu a.current:hover,
#tab-menu a.current:active {
    background-position: 100% -150px;
}
#tab-menu a:link,
#tab-menu a:visited,
#tab-menu a:link,
#tab-menu a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#tab-menu a:hover,
#tab-menu a:focus,
#tab-menu a:active{ /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
#content div a:link,
#content div a:visited {
	color:#E11B37;
}
#content div a:hover {
	color:#485258;
}