		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 21 December 2014 16:38:55
*/


 /*
* Liverpool City Council - Screen Style Sheet
 *
* global.css
* author: Squiz Australia
*/

/*
 * Table of Contents
 *
 * 1. General
 *     1.1 Reset
 *     1.2 General Typography
 *     1.3 Links
 *     1.4 Buttons
 *     1.5 Forms
 *
 * 2. Page elements
 *     2.1 Structure
 *     2.2 Accessibility
 *     2.3 Header
 *     2.4 Footer
 *     2.5 Listing
 *     2.6 News Search
 *     2.7 Search Results
 *
 * 3. IE Workarounds
 */

/*
--------------------
1. General
--------------------
*/

/*-- 1.1 Reset --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 3, 6, 1);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1 {
    color: #00718a;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: bold;
}

h2 {
    color: #363c40;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: bold;
}
h3 {
    color: #00718a;
    font-size: 1.6em;
    font-weight: normal;
}
h4 {
    color: #363c40;
    font-size: 1.4em;
    font-weight: bold;
}
h5 {
    color: #00718a;
    font-size: 1em;
    font-weight: normal;
}
h6 {
    color: #363c40;
    font-size: 0.8em;
    font-weight: bold;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
input {
    -webkit-appearance: none;

}
/*-- 1.2 General Typography --*/
body {
    font: normal 75%/1.333333em arial, helvetica, sans-serif; /* 12px */
    background: #f5f5f5 url('http://www.liverpool.nsw.gov.au/__data/assets/image/0020/45920/eplanningbg.jpg') repeat;
}
.hide, .js-enabled hr {
    display: none;
}
.hidden {
    visibility: hidden;
}
.clear {
    clear: both;
}
strong {
    font-weight: bold;
}
p {
    line-height: 19px;
    color: rgba(0, 3, 6, 1);
}
/*-- 1.3 Links --*/
a {
    color: #008FA0;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
/*-- images --*/
.image-centered {
    width: 50%;
    margin: auto;
}
/* 1.4 Buttons */
.btn {
    font-family: arial;
    text-transform: uppercase;
    line-height: 28px;
    color:#ffffff;
    display: block;
    float: left;
}
    .btn.green {
        background: #4b7b2b url('http://www.liverpool.nsw.gov.au/__data/assets/image/0003/45534/arrow_white.png?v=0.1.1') no-repeat 93% 50%;
        margin-left: 0;
        line-height: 2em;
        margin-top: 5px;
        font-size: 1em;
        padding: 5px 24px 5px 12px;
    }
        .btn.green:hover {
            background-color: #546068;
            color: #ffffff;
        }
    .btn.twitter-btn,
    .btn.fb {
        width: 40.425531911%;
        text-indent: 4%;
    }
    .btn.twitter-btn {
        background: #2ca9e1 url('http://www.liverpool.nsw.gov.au/__data/assets/image/0006/45528/twitter_small.png?v=0.1.1') no-repeat 9% 10px;
        margin-left: 5%;
    }
    .btn.fb {
        background: #3a5897 url('http://www.liverpool.nsw.gov.au/__data/assets/image/0018/45531/like.png?v=0.1.1') no-repeat 12% 7px;
        margin-left: 0;
    }
    .btn.white.span7 {
        background: #ffffff url('http://www.liverpool.nsw.gov.au/__data/assets/image/0006/45537/arrow_green.png?v=0.1.1') no-repeat 92% 45%;
        color: #6eb53f;
        font-size: 1em;
        padding: 1% 1%;
        text-indent: -22px;
        margin-left: 0;
    }
        .btn.white.span7:hover {
            text-decoration: underline;
        }

/* 1.5 Forms */

form {
    overflow: hidden;
}

label,
legend {
    display: block;
    color: #4f4f4f;
    font-weight: bold;
    line-height: 1.385em;
    padding: 0 0 17px 0;
    margin: 0;
    position: relative;
}
legend {
    padding: 0 0 8px 0;
}
.validation-error {
    display: block;
    overflow: hidden;
}
    .validation-error em {
        background: #bb5252;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
    }

input,
select {
    outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
    /* Hide the input, but have it still be clickable */
    /* display:none;*/  /* Display none was preventing validation on radios */
    visibility:hidden;
    width:0px;
}

input[type="radio"] + label,
.radio-wrapper + label,
.checkbox-wrapper + label {
    display: inline-block;
    color: #000;
    font-weight: normal;
    padding: 0;
    margin: -1px 20px 16px 0;;
    vertical-align: top;
}
input[type="checkbox"] + label {
    display: block;
    color: #000;
    font-weight: normal;
    margin: -1px 44px 16px 0;
    padding: 0 0 0 25px;
    position: relative;
    vertical-align: top;
}

input[type='checkbox'] + label:before {
    background:#dfdfdf;
    content: " ";
    height: 18px;
    left: 0;
    margin: 0 6px 0 -6px;
    padding: 0 9px;
    position: absolute;
    top: 0;
    width: 5px;
}
input[type='radio'] + label:before {
    background: url("http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png") no-repeat scroll right -796px;
    content: " ";
    float: left;
    font-size: 0;
    height: 17px;
    line-height: 0;
    width: 18px;
    top: 0;
    margin-right: 10px;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
    cursor: pointer;
    position: relative;
}
input[type='checkbox']:checked + label:before {
    background: url("http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png") no-repeat scroll right -862px;
}
input[type='radio']:checked + label:before{
    background: url("http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png") no-repeat scroll right -829px;
}
.radio-wrapper,
.checkbox-wrapper {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
}
    .radio-wrapper input[type="radio"],
    .checkbox-wrapper input[type="checkbox"] {
        width: 17px;
        height: 17px;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .radio-wrapper span,
    .checkbox-wrapper span {
        display: block;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .radio-wrapper span {
        background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png) transparent no-repeat right -796px;
    }
    .radio-wrapper input[type="radio"]:checked + span,
    .radio-wrapper input[type="radio"]:checked + label + span {
        background-position: right -829px;
    }
    .checkbox-wrapper span {
        background: #dfdfdf;
    }
    .checkbox-wrapper input[type="checkbox"]:checked + span,
    .checkbox-wrapper input[type="checkbox"]:checked + label + span {
        background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png) #dfdfdf no-repeat right -862px;
    }

input[type="text"],
input[type="email"],
input[type="password"] {
    height: 39px;
    padding: 0 10px;
    margin: 0 0 14px 0;
    background-color: #fff;
    border: 2px solid #c6c6c6;
    color: #000;
    font-size: 1em;
}



form table.budget-items input[type="text"],
form table.budget-items input[type="email"],
form table.budget-items input[type="password"],
#form_email_58199 table input[type="text"],
#form_email_58199 table input[type="email"],
#form_email_58199 table input[type="password"] {
    width:285px;
}

.main-content input[type="text"].keyword-search,
.main-content input[type="email"].keyword-search {
    padding-left: 39px;
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png) #fff no-repeat 8px -6369px;
}

select {
    margin: 0 0 42px 0;
}

#s-sort-options {
    width: 240px;
}

.select-wrapper {
    display: block;
    width: 240px;
    height: 39px;
    padding: 0 40px 0 0;
    margin: 0 0 42px 0;
    overflow: hidden;
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png) #fff no-repeat right -325px;
    border: 2px solid #c6c6c6;
}
    .select-wrapper select {
        background: transparent;
        -webkit-appearance: none;
        padding: 9px;
        margin: 0;
        font-size: 1em;
        border: 0;
        border-radius: 0;
        height: 39px;
        line-height: 1.3;
    }

textarea {
    width: 443px;
    height: 132px;
    padding: 10px;
    margin: 0 0 18px 0;
    border: 2px solid #c6c6c6;
    resize: vertical;
    color: #000;
    font-size: 1em;
    line-height: 1em;
}

.main-content .sq-form-question-option-list ul {
    margin: 0;
    overflow: hidden;
}
    .main-content form .sq-form-question-option-list li {
        float: left;
        margin-right: 10px;
        list-style: none;
    }

    .main-content form ul.instruct li {
        float: none;
        margin: 0 0 6px 1px;
        list-style: disc inside none;
    }
    .main-content form .radio-items ul li,
    .main-content form .checkbox-items ul li,
    .main-content form .sq-form-question-tickbox-list ul li {
        float: none;
    }

.main-content form em {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    margin: 0 0 18px;
}
    .main-content form em.error {
        font-style: italic;
        margin: 0;
        display: inline;
    }

.input-wrapper {
    position: relative;
    display: inline-block;
}


/* --- 1.5.1 Buttons --- */

input[type="submit"],
input[type="reset"],
button,
.button {
    display: inline-block;
    border: 0;
    text-align: left;
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0009/47448/sprite.png) #dfdfdf no-repeat right -439px;
    color: #000;
    text-decoration: none !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    padding: 0 85px 0 15px;
    margin: 0;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    cursor: pointer;
}

input[type="submit"][id$="previous_page"] {
    padding: 0 15px 0 65px;
    background-position: -44px -6290px;
}

input[type="submit"][id$="previous_page"]:hover {
    background-position: -44px -6144px;
}


input[type="submit"].type-2,
button.type-2,
.button.type-2 {
    display: block;
    padding: 0;
    height: 53px;
    line-height: 52px;
    text-align: center;
    background: #96c03d;
    color: #000;
    font-size: 1.231em;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background-color: #6eb53f;
    background-position: right -523px;
    color: #fff;
}

/*
--------------------
2. Page Elements
--------------------
*/

/*-- 2.1 Page Structure --*/
#wrapper {
    margin: 0 auto;
}
div#main-content-wrapper {

}
/*-- 2.2 Accessibility --*/
#nav-accessibility h1,
#nav-accessibility ol li a {
    position: absolute;
    left: -999em;
    top: -999em;
}
#nav-accessibility ol li a:focus {
    position: static;
}
hr {
    display: none;
}
#main-content hr {
    display: block;
    height: 0;
    border: 0;
    border-bottom: 2px dotted #b8b8b8;
}

/*-- 2.3 Header --*/
header {
    background-color:  #ffffff;
    position: relative;
    height: 114px;
}
    header img {
        margin: 3px 15px;
    }
    #tool-bar {
        width: 236px;
        float: right;
    }
        #tool-bar ul.tools li,
        #tool-bar ul.sub-nav li,
        #tools-bar ul.social-media li {
            display: inline-block;
        }
        #tool-bar ul.tools,
        #tool-bar ul.sub-nav,
        #tool-bar ul.social-media {
            float: right;
        }
            #tool-bar .tools li:first-child {
                border-left: 1px solid #f0f1f2;
            }
            #tool-bar .tools li {
                border-right: 1px solid #f0f1f2;
                height: 33px;
            }
            #tool-bar .tools li.print {
                background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0017/45530/print.png?v=0.1.1) no-repeat 15px 10px;
            }
            #tool-bar .tools li.accessibility {
                background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/45536/accessibility.png?v=0.1.1) no-repeat 15px 10px;
            }
                #tool-bar .tools li a {
                    padding: 22px 25px;
                }
        #tool-bar ul.sub-nav,
        #tool-bar ul.social-media {
            border-bottom: 1px solid #f0f1f2;
        }
        #tool-bar ul.social-media {
             height: 33px;
        }
            #tool-bar ul.sub-nav li {
                height: 33px;
            }
                #tool-bar ul.sub-nav li a {
                    padding: 0 5px 0 10px;
                    color: #69757d;
                    line-height: 35px;
                }
                #tool-bar ul.sub-nav li:first-child  a {
                    padding: 0 10px 0 18px;
                }
        ul.social-media {
            width: 69px;
        }

            ul.social-media li {
                height: 33px;
                float: left;
                line-height: 0;
                width: 30px;
            }
        ul.social-media li.fb {
            background: transparent url(http://www.liverpool.nsw.gov.au/__data/assets/image/0020/45533/fb.png?v=0.1.1) no-repeat 5px;
        }
        ul.social-media li.twitter {
            background: transparent url(http://www.liverpool.nsw.gov.au/__data/assets/image/0007/45529/twitter.png?v=0.1.1) no-repeat 5px;
        }
        ul.social-media li.youtube {
            background: transparent url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/45527/youtube.png?v=0.1.1) no-repeat 5px;
        }
            ul.social-media li a {
                padding: 33px 16px;
                line-height: 0;
                font-size: 0;
            }
    header form {
        float: right;
        width: 207px;
        margin: 15px 32px;
    }
        header form label {
            overflow: hidden;
            width: 0;
            height: 0;
        }
        header form #queries_all_query {
            width: 160px;
            height: 36px;
            border: none;
            background-color: #f5f5f5;
            color: #68747c;
            text-transform: uppercase;
            text-indent: 10px;
            padding: 0;
            margin: 0;
        }
        header form .submit {
            position: relative;
            margin: 0 0 0 -3px;
            color: #2e363d;
            text-transform: uppercase;
            width: 44px;
            height: 36px;
            background-image: none;
            padding: 0;
            line-height: 37px;
            background-color: #6eb53f;
            border: none;
            font-weight: normal;
            font-size: 1.1em;
            text-align: center;
        }

        header form#form_email_9814 label {
            display: inline;
        }

        header form#form_email_9814 ul li {
            background: none;
            padding-left: 0;
        }

#MasterContent {
    background-color: #ffffff;
        border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px
}
/*-- 2.4 Footer --*/
#MasterFooter {
    height: 93px;
    background: white;
    position: relative;
        border: 1px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px
}
    .copyright {
        margin: 15px;
        display: inline-block;
    }
    ul#nav-footer {
        position: absolute;
        right: 14px;
        top: 14px;
    }
        ul#nav-footer li {
            float:left;
            display: inline-block;
            margin-left: 8px;
            height: 16px;
            border-left: 1px solid #68747c;
            padding-left: 5px;
        }
        ul#nav-footer li:first-child {
            border-left: none;
        }
        ul#nav-footer li a,
        ul#nav-footer li a:hover,
        ul#nav-footer li a:active {
            color: #68747c;
        }
    #MasterFooter span {
        color: #68747c;
    }
     span.generator{
        position: absolute;
        right: 15px;
        top: 60px;
    }
             span.generator a {
                color: #68747c;
                text-decoration: underline;
            }
/ * 2.5 Listing */
.span4 .listing {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}
.listing h3 {
    color: #6c7780;
    font-size: 18px;
    border-bottom: 2px solid #ffffff;
    margin: 10px 10px 0px;
    font-weight: bold;
    display: inline-block;
    width: 50%;
    text-transform: none;
}
a.view-all {
    text-align: right;
    color: #2abcf2;
    font-weight: bold;
    display: inline-block;
    width: 35%;
}
.listing .news a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.listing .news a:nth-child(3) {
    border-bottom: none;
}

.listing .news a:hover {
    text-decoration: none;
    background: #efefef;
}
.thumb-wrapper {
    margin-right: 5.8%;
    float: left;
    display: inline-block;
}
.detail-wrapper {
    display: inline-block;
    width: 61%;
}
.detail-wrapper h4 {
    color: #6c7780;
    font-size: 1em;
    min-height: 51px;
    padding-top: 2px;
    margin: 0;
}
.detail-wrapper span {
    color: #77b94b;
    display: inline-block;
    font-weight: bold;
    width: 26%;
}
.detail-wrapper em {
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/46823/clock-icon.png) no-repeat 0 0 transparent;
    padding: 2px 2px 2px 28px;
    display: inline-block;
    color: #B2B2B2;
}

/* 2.6 News Search*/
#main-content .content-tiles li{
    float: left;
    width: 100%;
    background: none;
    margin: 0;
}
#main-content .content-tiles li:hover{
    background: #efefef;
}
#main-content .content-tiles li a{
    padding: 18px 0;
    display: inline-block;
    border-top: 1px solid #efefef;
    width: 100%;
}
#main-content .content-tiles li:first-child a{
    border-top:none;
}
#main-content .content-tiles a img {
   margin-left: -283px;
   float: left;
   position: relative;
   width: 30%;
   display: block;
   padding-left: 285px;
}

.content-tiles a div {
    width: 60%;
    margin-left: 3%;
    float: left;
}
.content-tiles h2 {
    font-size: 1.2em;
    padding-bottom: 8px;
    margin: 0;
}
.content-tiles div > span {
    color: #2abcf2;
    font-weight: bold;
    display: block;
    text-align: right;
}
.content-tiles em {
    color: #B2B2B2;
}
.content-tiles div em span {
    color: #2abcf2;
}
.content-tiles div p {
    padding-bottom: 10px;
}


/*-- Pagination --*/
#main-content ul.pagination {
    list-style: none;
    padding-top: 1.5em;
    border-top: 1px solid #e2e2e2;
    text-align: center;
    display: block;
    overflow: hidden;
    clear: both;
}
#main-content ul.pagination li {
    display: block;
    float: right;
    background: none;
    padding: 0;
}
#main-content ul.pagination li.prev {
    margin-right: 11px;
}
#main-content ul.pagination li.next {
    float: right;
}
#main-content ul.pagination li a {
    display: inline-block;
    width: 23px;
    height: 19px;
    padding-top: 5px;
    background: #70be44;
    font-weight: normal;
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 3px;
}
#main-content ul.pagination li a:hover,
#main-content ul.pagination li a.current {
    color: #000;
    background: #e2e2e2;
    text-decoration: none;
}
#main-content ul.pagination li.prev a,
#main-content ul.pagination li.next a {
    font-size: 0;
    line-height: 0;
    font-weight: normal;
    display: block;
}
#main-content ul.pagination li.prev a:hover,
#main-content ul.pagination li.next a:hover {
    text-decoration: underline;
}
#main-content ul.pagination li.prev a {
    background: transparent url(http://www.liverpool.nsw.gov.au/__data/assets/image/0006/46869/arrows-icon.png) no-repeat left -263px;
}
#main-content ul.pagination li.prev a:hover {
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0006/46869/arrows-icon.png) no-repeat left -690px;

}
#main-content ul.pagination li.next a {
    background: transparent url(http://www.liverpool.nsw.gov.au/__data/assets/image/0006/46869/arrows-icon.png) no-repeat right 2px;
}

#main-content ul.pagination li.next a:hover {
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0006/46869/arrows-icon.png) no-repeat right -425px;
}
#main-content ul.pagination li.page-listing {
    margin-right: 11px;
    text-align: center;
}
#main-content div.event-results ul.pagination li.page-listing {
    width: 320px;
}
body.three-column #main-content ul.pagination li.page-listing {
    width: 342px;
}
body.one-column #main-content ul.pagination li.page-listing {
    width: 791px;
}
#main-content ul.pagination li.page-listing a {
    float: none;
}
#main-content form .no-news-layout {
    width: 280px;
}
#main-content  form .no-news-layout .news-search{
    display: block;
    margin-bottom: 20px;
    width: auto;
}
form .news-search {
    display: inline-block;
    margin-bottom: 20px;
    width: 96%;
}
form .news-query {
   position: relative;
}
form #queries_news_query{
    width: 78%;
    height: 36px;
    border: none;
    background-color: #f5f5f5;
    color: #68747c;
    text-transform: uppercase;
    padding-left: 6px;
    text-indent: 10px;
    padding-right: 56px;
}
form .news-search input[type="text"]{
    height: 39px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 1.05em;
}
form .news-query input[type="submit"]{
    position: absolute;
    margin: 0 0 0 -3px;
    color: #2e363d;
    text-transform: uppercase;
    width: 44px;
    height: 36px;
    background-color: #6eb53f;
    border: none;
    top: 0px;
    padding: 0;
    right: 0;
    background-image: none;
    text-align: center;
    font-size: 1.1em;
    font-weight: normal;
}
form .news-search > div {
    margin-bottom: 10px;
}
form .news-search .styled-select,
form .search-results .styled-select {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5 url('http://www.liverpool.nsw.gov.au/__data/assets/image/0009/46998/down-arrow2.png') no-repeat scroll 100% -8px;
}
form .news-search .styled-select > label,
form .search-results .styled-select > label {
    position: absolute;
    left: -9999px;
    float: left;
}
form .news-search #queries_category_query,
form .search-results .styled-select select {
    cursor: pointer;
    width: 106%;
    height: 36px;
    border: none;
    background-color: transparent;
    color: #68747c;
    text-transform: uppercase;
    text-indent: 10px;
    margin: 0;
}
form .news-search .dates-range {
    display: inline-block;
    width: 100%;
}
form .news-search .dates-range table {
    width: 100%;
}
form .news-search .dates-range tr {
    position: relative;
}
form .news-search .dates-range tr.even {
    background: none;
}
form .news-search .dates-range td:first-child {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #515050;
    margin: 7px 0 10px;
    text-align: left;
    height: 9px;
}
form .news-search .dates-range td {
    display: inline-block;
    height: 36px;
    padding: 0;
    border: none;
}
form .news-search .dates-range .dt-range{
    background: #f5f5f5;
}
form .news-search .dates-range td.datepicker {
    position: relative;
}
form .news-search .dates-range select,
form .dates-range .sq-form-field {
    cursor: pointer;
    height: 36px;
    width: 77px;
    border: none;
    background-color: #f5f5f5;
    color: #68747c;
    text-transform: uppercase;
    text-indent: 10px;
}
form .news-search .dates-range img {
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0017/47015/cal-icon.jpg) no-repeat -1px 0px;
    padding-left: 44px;
    width: 40px;
    box-sizing: border-box;
    height: 36px;
    top: 0;
    left: 0;
    position: absolute;
}


/*-- Calendar Styles --*/

#ie_queries_date_range_query_from_js_calendar_span_shadow{
   background: transparent !important;
}
span#queries_date_range_query_from_js_calendar_span .cal {
   border: 1px solid #ccc;
   margin: 13px 0 0 -199px;
   background: #F0F0F0;
   z-index: 9999;
   box-shadow: 5px 5px 5px #888888;
   border-radius: 2px;
   width: 200px;
}
span#queries_date_range_query_from_js_calendar_span .cal td{
   border: none;
   text-align: center;
   padding: 0;
}
span#queries_date_range_query_from_js_calendar_span .cal td:first-child{
   text-align: right;
}
span#queries_date_range_query_from_js_calendar_span .cal_close {
   font-size: 2em;
   color: #6eb53f;
}
span#queries_date_range_query_from_js_calendar_span .cal_close:hover {
   color: #6c7780;
}
span#queries_date_range_query_from_js_calendar_span .cal td.cal_arrow {
   font-size: 1em;
   text-align: center;
}
span#queries_date_range_query_from_js_calendar_span .cal_day_sel,
span#queries_date_range_query_from_js_calendar_span .cal_ovr,
span#queries_date_range_query_from_js_calendar_span .cal td.cal_arrow:hover {
   background-color: #6eb53f;
   color: #fff;
}
span#queries_date_range_query_from_js_calendar_span td.cal_week_day {
   font-size: .8em;
}

/* 2.7 Search Results*/
.search-results-listing {
    margin-top: 1.2em;
}

.search-results-listing__item {
    border-top: 1px solid #efefef;
    padding: 1.3em 0;
}

.search-results-listing__item:first-child {
    border-top: none;
}
.search-results-listing__title {
    display: inline-block;
    color: #363c40;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
}

.search-results-listing__description {
    display: block;
    margin-top: 0.6em;
}

.search-results-listing__link {
    display: block;
    color: #2abcf2;
    margin-top: 0.4em;
    font-weight: bold;
}

.search-results .sort-results {
    overflow: hidden;
}

.search-results .sort-results em {
    display: block;
    margin: 1.4em 0 0.5em;
    font-size: 14px;
    text-transform: uppercase;
    color: #515050;
}

.search-results .submit {
    padding-top: 1em;
    width: 100%;
    text-align: right;
    overflow: hidden;
}

form .search-results .styled-select select {
    width: 108%;
}

/*
--------------------
3.  Workarounds
--------------------
*/

/* Has Layout Fixes */
.ie6 #nav ul {
    zoom: 1;
}
/* General fixes*/
#MasterContent .row-fluid div#main-content div.row-fluid .banner-container {
    background-color: #efefef;
}
    .safari .row-fluid .span4 {
        width: 32.1%;
    }