﻿/* Styles for Stadiums Queensland */
#toPast {
    display:none;
}
body
{
    margin: 0px;
    background: #fff url(../img/bg.png) center center repeat-x;
    color: #666;
}
body, input, select, textarea
{
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
}
a
{
    color: #fff;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    vertical-align: top;
}
.clearfix
{
    clear: both;
    height: 0px;
}
.corner-all
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.corner-all-large {
    -webkit-border-radius: 8px;
        border-radius: 8px;
}
.corner-top
{
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}
.corner-top-large {
    -webkit-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
}
.corner-bottom
{
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.corner-bottom-large {
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
}
#page
{
    width: 1008px;
    margin: 0px auto;
}
#banner
{
    position: relative;
    height: 70px;
    background: #eee url(../img/header_bkg.png) center bottom no-repeat;
}
#formSearch
{
    float: right;
    font-weight: bold;
}
#selectStadium, .search, #findUsOnFacebookBox
{
    display: inline-block;
    width: 200px;
    height: 12px;
    margin-bottom: 4px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
}
#selectStadium img
{
    float: right;
    margin: -2px;
}
#stadiumSelection
{
    display: none;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 20;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
}
#stadiumSelection ul
{
    float: right;
    margin: 4px 0px;
    padding: 0px;
    list-style: url(../img/list_sep.png);
}
#stadiumSelection ul li
{
    float: left;
    margin: 0px 8px;
    padding: 0px 4px 0px 0px;
}
#stadiumSelection ul li.first
{
    padding-top: 1px;
    list-style: none;
}
#stadiumSelection ul li a
{
    color: #666;
}
.search
{
    color: #666;
    font-weight: bold;
}
.searchButton
{
    position: relative;
    right: 27px;
    top: 4px;
}
#logo
{
    padding: 1em 0em 0em 2em;
}
.mainNav > ul
{
    z-index: 10;
    height: 32px;
    margin: 8px 0px 0px;
    padding: 0px 0px 0px 8px;
    background: #276faa url(../img/nav_bkg.png) center center repeat-x;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    list-style: none;
}
.mainNav > ul li
{
    float: left;
    padding: 9px 24px;
    background: transparent;
    border-right: 1px solid #4584b7;
    font-size: 120%;
}
.mainNav > ul li.CMSListMenuHighlightedLI, .mainNav > ul li:hover, .mainNav > ul li.sfHover, .mainNav > ul li.CMSListMenuHighlightedLI.last
{
    background: #88f url(../img/nav_over.png) center center repeat-x;
}
.mainNav > ul a, .mainNav > ul span
{
    padding: 0px;
}
.mainNav > ul a:hover
{
    text-decoration: none;
}
.mainNav > ul li ul
{
    left: 0px;
    height: 24px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    background: #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.mainNav > ul .CMSListMenuHighlightedLI ul
{
    top: 32px;
    background: #ddd;
}
.mainNav > ul ul li
{
    margin: 0px 8px;
    padding: 0px 4px 0px 0px;
    background: transparent;
    border-right: none;
    font-size: 80%;
    list-style: url(../img/list_sep.png);
}
.mainNav > ul ul li a
{
    padding: 6px;
    color: #666;
}
.mainNav > ul ul li.CMSListMenuHighlightedLI a, .mainNav > ul ul li a:hover
{
    background: #aaa;
}
.mainNav > ul ul li.CMSListMenuLI.first
{
    list-style: none;
}
/* Suckerfish overrides */
.mainNav > ul, .mainNav > ul li ul
{
    width: 998px;
}
.mainNav > ul li a, .mainNav > ul li a:visited, .mainNav > ul li span
{
    color: #fff;
    cursor: pointer;
}
.mainNav > ul li li a, .mainNav > ul li li a:visited, .mainNav > ul li li span
{
    color: #666;
}
.mainNav > ul li li.CMSListMenuHighlightedLI, .mainNav > ul a:focus, .mainNav > ul a:hover, .mainNav > ul a:active
{
    background: transparent;
}
.mainNav > ul li ul
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.mainNav > ul
{
    line-height: normal;
}
.mainNav > ul li:hover ul, .mainNav > ul li.sfHover ul
{
    top: 32px;
}
.mainNav > ul ul li:hover, .mainNav > ul ul li.sfHover, .mainNav > ul ul a:focus, .mainNav > ul ul a:hover, .mainNav > ul ul a:active
{
    background: transparent;
}
#body
{
    padding-top: 32px;
}
#body.home
{
    padding-top: 8px;
}
.main
{
    position: relative;
    margin-bottom: 8px;
    border: 2px solid #fff;
}
.main a
{
    color: #5c80b4;
}
#mainImg
{
    width: 1004px;
    height: 304px;
}
#venues
{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px 16px 13px;
    background-color: #444;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
#venues h2
{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
#venueList
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#venueList li
{
    width: 200px;
    height: 14px;
    margin-bottom: 4px;
    padding: 6px 8px;
    background: #888 url(../img/stadiums_reg.png) center center no-repeat;
}
#venueList li.selected, #venueList li:hover
{
    background: #888 url(../img/stadiums_over.png) center center no-repeat;
}
.content
{
    float: left;
    width: 728px;
    margin-right: 24px;
}
#breadcrumbs ul
{
    margin: 0px;
    padding: 0px;
    list-style-image: url(../img/breadcrumb_sep.png);
}
#breadcrumbs ul li
{
    float: left;
    margin: 0px 8px;
    padding: 0px 4px 0px 0px;
}
#breadcrumbs ul li.first
{
    list-style: none;
}
#breadcrumbs ul li a
{
    color: #666;
    font-weight: normal;
}
.inset
{
    float: left;
    margin: 0px 16px 8px 0px;
    border: 2px solid #fff;
}
.content a
{
    color: #5c80b4;
}
.content ul
{
    margin: 0px;
    padding: 0px 0px 0px 12px;
    list-style-image: url(../img/marker_dark.png);
}
.content ul li
{
    margin: 4px 0px;
}
.content ul li a
{
    font-weight: bold;
}
.column
{
    float: left;
    width: 240px;
}
.panel
{
    float: left;
    width: 236px;
    margin: 8px 0px 0px 16px;
    background-color: #e4e4e4;
    border: 2px solid #fff;
}
.panel.first
{
    margin-left: 0em;
}
.panel h1
{
    margin: 0px;
    padding: 24px 12px 4px;
    background: #276faa url(../img/home_blue_box.png) center top no-repeat;
    color: #fff;
    font-size: 160%;
    font-weight: normal;
}
.panel h1.link
{
    padding-top: 8px;
    background: #276faa url(../img/home_blue_box_link.png) center top no-repeat;
}
.panel p
{
    margin: 0px;
    padding: 12px;
}
.panel a.link
{
    display: block;
    margin-top: 2px;
    padding: 8px 16px;
    background: #c9c9c9 url(../img/home_content_box.png) center center no-repeat;
    color: #666;
    font-size: 150%;
    font-weight: bold;
}
.panel img
{
    width: 236px;
}
.panel ul
{
    margin: 0px;
    padding: 8px 8px 8px 20px;
    list-style-image: url(../img/marker_dark.png);
}
.panel ul li
{
    margin: 4px 0px;
}
.panel ul li.view-all
{
    margin-top: 16px;
}
.panel ul li a
{
    color: #666;
}
.panel ul li.view-all a
{
    color: #5c80b4;
}
.panel ul.dates
{
    padding-left: 12px;
    list-style: none;
}
.panel ul.dates li
{
    padding-left: 50px;
    text-indent: -50px;
}
.panel .date
{
    margin-right: 8px;
    font-weight: bold;
}
#policies
{
    float: left;
    width: 488px;
    margin: 16px 0px 0px 16px;
    padding: 4px;
    background-color: #fff;
}
#policies h2
{
    margin: 0px;
    padding: 4px 8px;
}
#policies h2 span
{
    display: inline-block;
    width: 50%;
    font-size: 110%;
    font-weight: normal;
}
#policies h2 span.right
{
    font-size: 75%;
    text-align: right;
}
#policies ul
{
    float: left;
    width: 138px;
    margin: 2px;
    padding-left: 20px;
    background-color: #2067a1;
    list-style-image: url(../img/marker.png);
}
#policies ul li
{
    margin: 4px 0px;
}
#logoDisplay
{
    margin-top: 32px;
}
#logoDisplay h1
{
    float: left;
    margin: 16px;
    color: #666;
    font-size: 150%;
    font-weight: normal;
}
#logoDisplay .jcarousel-skin-sq
{
    margin-left: 135px;
}
#logoCarousel img
{
    width: 80px;
    height: 45px;
}
#footer
{
    margin-top: 16px;
    padding: 16px 16px 8px;
    background: #fff url(../img/footer_bkg.png) center top no-repeat;
}
#footer a
{
    color: #5c80b4;
}
.bottom-nav
{
    margin: 0px 0px 24px;
    padding: 0px;
    list-style: none;
}
.bottom-nav li
{
    float: left;
}
.bottom-nav.right
{
    float: right;
}
#qldGovLogo
{
    float: right;
}

#imgCaptcha{
    float:none;
    margin-left :6em;
    margin-bottom:0px;
    margin-right:0px;
    margin-top:0px;
}


#contactPage fieldset
{
    clear: both;
    margin-top: 1em;
    padding: 0.5em 2em;
    background-color: #616161;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 2em;
}
 #contactPage legend
{
    padding: 0em 0.25em;
    background-color: #2d2d2d;
    color: #fcb53e;
    font-size: 150%;
    font-weight: bold;
}

#contactPage label
{
    display: inline-block;
    width: 6em;
    vertical-align: top;
}
#contactPage fieldset input[type=text], #contactPage fieldset textarea
{
    width: 40em;
}