/*
    Document   : styles.css
    Created on : 19-Jun-2012, 13:56:13
    Author     : Edge of the Web Ltd
    Description:
        Main Style Sheet for Duport Accountants
*/

/*LAYOUT*/
body {
    font-family: Arial, Helvetica, sans-serif;
}

h1.bcr {
    color: #4D7F95; /* text color */
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    display: block;
}

.rainbow {
    padding-left: 10px;
    margin-bottom: 20px;
    display: block;
}

h2.bcr {
    color: #65ADE3; /* text color */
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.table-description {
    padding-top: 10px;
    clear: both;
}

.table-description ul li {
    padding-top: 1em;
}

.bcr-left {
    width: 320px;
    padding-right: 10px;
    margin-left: 10px;
    float: left;
}

.bcr-right {
    width: 650px;
    padding-left: 10px;
    float: left;
}

.bcr-right-left {
    width: 325px;
    float: left;
}

.bcr-right-right {
    width: 325px;
    float: right;
}

.townfind {
    background: #D5E1EF url('../images/jpeg/townfind1.jpg') no-repeat left top;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px; /* border radius */
    width: 290px;
    border-radius: 16px;
    padding: 10px 10px 0 10px;
    float: left;
    color: #4D4D4D; /* text color */
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 14px;
}

.townfind2 {
    float: left;
    margin-top: 30px;
    background: #D5E1EF url('../images/jpeg/townfind2.jpg') no-repeat left top;
}

.townfind3 {
    float: right;
    background: #D5E1EF url('../images/jpeg/townfind3.jpg') no-repeat left top;
}

.button-right {
    float: right;
}

.townfindtitle {
    color: #FFF; /* text color */
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 24px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.townfindbutton {
    width: 97px;
    height: 32px;
    background: url('../images/gif/find_town_button.gif') no-repeat left top;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    border: none;
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 14px;
}

.townfindtextfield {
    height: 30px;
    width: 284px;
    margin-bottom: 20px;
}

.town-reports-button {
    display: block;
    height: 200px;
    background: url('../images/jpeg/town-reports.jpg') top left no-repeat;
    width: 290px;
    float: right;
    margin: 15px 15px 15px 0;
}

.town-league-button {
    display: block;
    height: 200px;
    background: url('../images/jpeg/town-league.jpg') top left no-repeat;
    width: 290px;
    float: left;
    margin: 15px 0 15px 15px;
}

.county-reports-button {
    display: block;
    height: 200px;
    background: url('../images/jpeg/county-reports.jpg') top left no-repeat;
    width: 290px;
    float: right;
    margin: 15px 15px 15px 0;
}

.county-league-button {
    display: block;
    height: 200px;
    background: url('../images/jpeg/county-league.jpg') top left no-repeat;
    width: 290px;
    float: left;
    margin: 15px 0 15px 15px;
}

.button-text {
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    -moz-text-shadow: 1px 0 1px rgba(0, 0, 0, .48); /* drop shadow */
    -webkit-text-shadow: 1px 0 1px rgba(0, 0, 0, .48); /* drop shadow */
    text-shadow: 1px 0 1px rgba(0, 0, 0, .48); /* drop shadow */
}

.town-reports-button:hover,
.town-league-button:hover,
.county-reports-button:hover,
.county-league-button:hover {
    background-position: 0 -200px;
}

li.region {
    color: #534795;
    font-size: 1.4em;
    line-height: 1.4em;
    list-style-type: none;
    position: relative;
}

li.region:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: -30px;
    background: url('../images/png/bullet-expand.png') no-repeat;
    position: absolute;
}

li.county:before {
    content: "";
    width: 17px;
    height: 17px;
    margin-left: -30px;
    background: url('../images/png/bullet-expand2.png') no-repeat;
    position: absolute;
}

li.town {
    list-style-type: none;
}

li.town:before {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: -30px;
    background: url('../images/png/bullet-go.png') no-repeat;
    position: absolute;
    text-indent: 10px;
}

.county {
    color: blue;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #444;
    list-style-type: none;
}

.metricsbox {
    width: 320px;
    height: 49px;
    background: url(../images/png/metricbox.png) top left no-repeat;
}

.metricsbox dl {
    padding: 0;
    margin: 0;
}

.metricsbox dt {
    color: #46454B; /* text color */
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 0 1px rgba(255, 255, 255, .61); /* drop shadow */
    padding: 6px 0 0 10px;
    width: 80px;
    float: left;
}

.metricsbox dd {
    float: left;
    width: 220px;
    margin: 0;
    padding: 10px 0 0 0;
}

.metricsbox select {
    width: 220px;
    color: #818183; /* text color */
    font-family: 'Arial', sans-serif;
    font-size: 24px;
}

.league-table-container {
    padding-top: 20px;
    clear: both;
}

.league-table {
    position: relative;
    width: 100%;
    border-spacing: 1px;
}

.league-table th {
    height: 37px;
    width: 20%;
    color: #FFF; /* text color */
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 18px;
    text-align: left;
    padding-left: 10px;
    background: url(../images/png/league-header-2.png) top left no-repeat;
    border: 2px solid white;
}

.league-table th.first {
    width: 40%;
    background: url(../images/png/league-header-1.png) top left no-repeat;
}

.league-table td {
    color: #FFF; /* text color */
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    background: url(../images/png/league-row-2.png) top left no-repeat;
    text-align: center;
    padding-top: 10px;
    border: 2px solid white;
}

.league-table td.first {
    color: #000;
    font-size: 1.2em;
    text-align: left;
    padding-left: 10px;
    height: 27px;
    background: url(../images/png/league-row-1.png) top left no-repeat;
}

ul.countieslist {
    margin: 0;
    padding: 0 0 0 60px;
    width: 100%;
}

ul.countieslist li.regions {
    color: #534795;
    font-size: 1.8em;
    line-height: 1.4em;
    list-style-type: none;
    position: relative;
    text-indent: 0;
    background: none;
    padding-top: 20px;
}

ul.countieslist li {
    color: blue;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #444;
    list-style-type: none;
    text-indent: 40px;
    background: url('../images/png/bullet-go.png') 20px 5px no-repeat;
}

.container, .news, #footer_content {
    margin: auto;
}

.container_16 {
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    color: #545556;
    font-size: 12px;
    margin: 0 20px 0 0;
    width: 980px;
    overflow: hidden;
}

.container {
    width: 1000px;
}

#content .container_16 .grid_13 {
    margin-left: 0;
    width: 730px;
}

#content .grid_13 {
    float: right;
}

#content #header_image {
    width: 730px;
    height: 180px;
}

#content .container_16 .grid_12 {
    margin-top: 20px;
    margin-left: 30px;
}

#content .grid_4 {
    width: 230px;
    margin-right: 0;
    float: left;
}

#content .grid_12 h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Neo Sans W01 Medium', Verdana;
    color: #37528D;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

/* BREADCRUMBS */
.breadcrumb {
    margin: 0 0 20px 10px;
}

/*QUOTE BOX*/
#quote_box #quote_box_header, #reports_box #reports_box_header {
    height: 48px;
    background: url('../images/gif/instant_quote_box_head.gif') top left no-repeat;
}

#quote_box h2, #reports_box h2 {
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 0 0 0;
    margin: 0 0 0 15px;
    font-family: 'Neo Sans W01 Light';
}

#quote_box h2 .ns_medium {
    font-family: 'Neo Sans W01', Verdana;
}

#quote_box, #reports_box {
    padding: 0 0 20px 0;
    background: #CEE0EE url('../images/gif/instant_quote_box_bot.gif') bottom left no-repeat;
    margin-bottom: 20px;
}

#quote_box_content {
    padding: 0 10px;
}

#quote_box dl, #quote_box .locationsearchform, #reports_box ul {
    background: url('../images/gif/instant_quote_box_top.gif') top left no-repeat;
    margin: 0;
    padding: 10px 20px 0 20px;
    color: #FFFFFF;
    width: 190px;
    overflow: hidden;
}

.locationsearchform input {
    float: left;
}

.locationsearchform #location_search_submit {
    float: right;
    margin-top: 8px;
}

.locationsearchform div {
    clear: both;
}

#quote_box dt, #quote_box .select_label {
    margin: 4px 0 2px 0;
    padding: 0;
    float: left;
    width: 60px;
}

#quote_box dd, #quote_box .formrow div {
    margin: 0;
    padding: 0 0 20px 0;
}

#quote_box dd, #quote_box .formrow2 div {
    margin: 0;
    padding: 0 0 10px 0;
}

#quote_box .indent, #reports_box .indent {
    padding: 0 10px;
}

#quote_box select {
    padding: 1px;
    margin: 0;
    font-size: 11px;
    border: 1px solid #878889;
    height: 20px;
    font-family: 'Neo Sans W01', Verdana;
}

#quote_box ul {
    margin: 0;
    padding: 5px 0;
}

#quote_box ul a {
    color: #FFFFFF;
}

#reports_box ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
    font-size: 14px;
}

#reports_box ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#reports_box ul li {
    margin: 0 10px 15px 10px;
}

#reports_box .report_years {
    padding: 5px 0 5px 15px;
    margin-bottom: 5px;
    background-color: #45629E;
}

#reports_box ol li {
    padding-left: 20px;
    margin: 0;
}

#reports_box ol li.viewing {
    background-color: #578AC0;
}

#reports_box ol li:hover {
    background-color: #45629E;
}

#reports_box ol li a {
    color: white;
    text-decoration: none;
    padding: 2px 0 2px 5px;
    display: block;
}

#reports_box ol li a:hover {
    color: white;
    text-decoration: none;
}

#reports_box ul li p {
    margin: 0 0 10px 0;
}

#page_footer {
    height: 40px;
    background-color: #F1F1F1;
    font-size: 11px;
    color: #545556;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 30px;
    clear: both;
}

#page_footer p {
    float: left;
    display: inline;
}

#page_footer ul {
    float: right;
    list-style-type: none;
}

#page_footer li {
    float: left;
    width: auto;
    display: inline;
    padding: 0;
    margin: 0 5px;
}

#page_footer a {
    color: #545556;
    width: auto;
    display: inline;
}

#footer_content {
    width: 950px;
    overflow: hidden;
    margin-top: 12px;
}

#footer_content img {
    margin: 0 2.5px;
}

#nav_v4 {
    width: 980px;
    overflow: hidden;
    padding: 0 0 0 20px;
    margin: 0 0 22px 0;
    height: 25px;
    background: url('../images/layout/nav_left.jpg') no-repeat left top;
}

#nav_v4 ul {
    margin: 0;
    padding: 0;
    height: 25px;
    font-family: 'Neo Sans W01 Medium';
    color: #FFFFFF;
    font-size: 13px;
    background: url('../images/layout/nav_right.jpg') no-repeat right top;
}

#nav_v4 li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    line-height: normal;
    height: 25px;
}

#nav_v4 a {
    float: left;
    margin: 0;
    padding: 4px 0 0 0;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

#nav_v4 #nav_town_reports a,
#nav_v4 #nav_county_reports a {
    width: 140px;
    background: #4C75B3 url('../images/layout/nav140.jpg') no-repeat left top;
    height: 25px;
}

#nav_v4 #nav_town_league_tables a,
#nav_v4 #nav_county_league_tables a {
    width: 160px;
    background: #4C75B3 url('../images/layout/nav160.jpg') no-repeat left top;
    height: 25px;
}

#nav_v4 #nav_home_confidence a,
#nav_v4 #nav_about_reports a,
#nav_v4 #nav_usage_license a,
#nav_v4 #nav_contact a {
    width: 90px;
    background: #4C75B3 url('../images/layout/nav90.jpg') no-repeat left top;
    height: 25px;
}

body#home_confidence #nav_v4 a:hover,
body#town_reports #nav_v4 a:hover,
body#town_league_tables #nav_v4 a:hover,
body#county_reports #nav_v4 a:hover,
body#county_league_tables #nav_v4 a:hover,
body#about_reports #nav_v4 a:hover,
body#usage_license #nav_v4 a:hover,
body#contact_us #nav_v4 a:hover {
    background-position: 0 -25px;
}

body#home_confidence #nav_home_confidence a,
body#town_reports #nav_town_reports a,
body#county_reports #nav_county_reports a,
body#town_league_tables #nav_town_league_tables a,
body#county_league_tables #nav_county_league_tables a,
body#about_reports #nav_about_reports a,
body#usage_license #nav_usage_license a,
body#contact_us #nav_contact a {
    background-position: 0 -25px;
}

#location_search_submit {
    background: url('../images/gif/email_brochure_box_submit.gif') top left no-repeat;
    width: 70px;
    height: 25px;
    border: none;
    text-indent: -1000px;
    cursor: pointer;
    margin: 0 0 0 5px;
    padding: 0;
}

/*HOME*/
#home_confidence #content #header_image {
    background: url('../images/jpeg/image-home-1.jpg') no-repeat left top;
    text-align: right;
}

#home_confidence #content #header_image .headers {
    width: 365px;
    float: left;
}

#home_confidence #content #header_image .header_content {
    width: 365px;
    float: left;
}

#home_confidence #content #header_image h1 {
    font-family: 'Neo Sans W01 Medium';
    color: #FFFFFF;
    font-size: 34.18px;
    font-weight: normal;
    padding: 0;
    margin: 27px 24px 0 0;
    line-height: 35px;
    letter-spacing: -1px;
}

#home_confidence #content #header_image .h1_2 {
    font-family: 'Neo Sans W01 Light';
    color: #FFE500;
    font-size: 34.18px;
    font-weight: normal;
    letter-spacing: normal;
}

#home_confidence #content #header_image h2 {
    font-family: 'Neo Sans W01 Light';
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 7px 38px 0 0;
}

#home_confidence #content #header_image ol {
    padding: 0;
    margin: 20px 0 0 80px;
    font-family: 'Neo Sans W01', Verdana;
    font-size: 13.5px;
    color: #FFFFFF;
    list-style-type: none;
    text-align: left
}

#home_confidence #content #header_image li {
    line-height: 43px;
}

#home_confidence #content .grid_5 {
    width: 300px;
    margin-right: 40px;
    margin-left: 0;
}

#home_confidence #content .grid_12 .grid_6 h2 {
    margin: 0 0 6px 0;
    padding: 0;
}

#home_confidence #content .grid_16 {
    background: url('../images/gif/email_brochure_box_top.gif') top left no-repeat;
    margin-left: 20px;
    margin-top: 35px;
    margin-bottom: 50px;
    width: 960px;
}

#home_confidence #content .grid_16 .grid_6 {
    width: 310px;
    margin-left: 0;
    background: url('../images/gif/email_brochure_box_bot.gif') bottom left no-repeat;
    height: 111px;
}

#home_confidence #content .grid_16 .grid_6 .input {
    width: 206px;
    border: 1px solid #878889;
    font-family: inherit;
    padding: 2px;
}

#home_confidence #content .grid_11 {
    margin: 11px 0 0 0;
    height: 100px;
}

#home_confidence #content .grid_11 div, #home_confidence #content .grid_11 a, #home_confidence #content .grid_11 img {
    float: left;
}

/* TEXT*/
h1 {
    color: #3371A6;
    margin-bottom: 10px;
}

p.title {
    text-transform: lowercase;
    color: #3371A6;
    font-size: 20px;
    margin-bottom: 2px;
}

img.title_icons {
    margin-bottom: 50px;
}

h2 {
}

.header_text {
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.response {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.countieslist, .townlist {
    float: left;
    width: 230px;
}

/* NEWS */
.news {
    width: 1000px;
    padding-left: 10px;
    padding-top: 10px;
    clear: both;
}

.news-title,
p.readmore a {
    padding-left: 123px;
    display: block;
    font-size: 14px;
}

.news p {
    line-height: 1.5em;
}

p.readmore a {
    text-align: right;
}

.news-title h1 {
    color: #4D7F95; /* text color */
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.news-item {
    width: 301px;
    padding-right: 22px;
    padding-left: 10px;
    float: left;
    color: #535555; /* text color */
    font-family: arial, sans-serif;
    font-size: 14px;
}

.news-extra {
    width: 300px;
    padding-right: 22px;
    padding-left: 10px;
    float: left;
    color: #535555; /* text color */
    font-family: arial, sans-serif;
    font-size: 14px;
    border-left: 1px dotted grey;
}

.news-item h2,
.news-extra h2 {
    color: #39F; /* text color */
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 1.3em;
}

/* REPORTS */
#content .grid_12 h2 {
    color: #545556;
    text-transform: lowercase;
    margin: 0 0 20px 0;
}

#content .report h2 {
    height: 45px;
    background: #0C468A;
    color: white;
    text-transform: lowercase;
    padding: 45px 0 0 30px;
    margin: 80px 0 20px 0;
}

#content .grid_12 #headlines li {
    padding: 0 0 10px 0;
}

#content .grid_12 #contents_nav {
    list-style: none;
    margin: 0 0 30px 0;
}

#content .grid_12 #contents_nav li {
    margin: 0;
}

#content .grid_12 #contents_nav li a, #content .grid_12 #contents_nav li span {
    display: block;
    background: url('../images/gif/contents_nav.gif') no-repeat;
    height: 31px;
    padding: 7px 0 0 30px;
}

#content .grid_12 #contents_nav li a, #content .grid_12 #contents_nav li span {
    color: white;
    /*	margin: 0 0 0 30px; */
    text-transform: lowercase;
}

#content .grid_12 a.section1 {
    background: #0C468A;
    background-position: 0 0 !important;
}

#content .grid_12 h2 {
    page-break-before: always;
}

#content .grid_12 h2.section1 {
    background: #0C468A url('../images/gif/section_01.gif') no-repeat;
}

#content .grid_12 a.section2, #content .grid_12 span.section2 {
    background: #007AC1;
    background-position: 0 -39px !important;
}

#content .grid_12 h2.section2 {
    background: #007AC1 url('../images/gif/section_02.gif') no-repeat;
}

#content .grid_12 a.section3, #content .grid_12 span.section3 {
    background: #11A0DB;
    background-position: 0 -78px !important;
}

#content .grid_12 h2.section3 {
    background: #11A0DB url('../images/gif/section_03.gif') no-repeat;
}

#content .grid_12 a.section4, #content .grid_12 span.section4 {
    background: #3B7C94;
    background-position: 0 -117px !important;
}

#content .grid_12 h2.section4 {
    background: #3B7C94 url('../images/gif/section_04.gif') no-repeat;
}

#content .grid_12 a.section5, #content .grid_12 span.section5 {
    background: #6EC05D;
    background-position: 0 -156px !important;
}

#content .grid_12 h2.section5 {
    background: #6EC05D url('../images/gif/section_05.gif') no-repeat;
}

#content .grid_12 a.section6, #content .grid_12 span.section6 {
    background: #0BA14B;
    background-position: 0 -195px !important;
}

#content .grid_12 h2.section6 {
    background: #0BA14B url('../images/gif/section_06.gif') no-repeat;
}

#content .grid_12 a.section7, #content .grid_12 span.section7 {
    background: #01BABD;
    background-position: 0 -234px !important;
}

#content .grid_12 h2.section7 {
    background: #01BABD url('../images/gif/section_07.gif') no-repeat;
}

#content .grid_12 a.section8, #content .grid_12 span.section8 {
    background: #EE4C9B;
    background-position: 0 -273px !important;
}

#content .grid_12 h2.section8 {
    background: #EE4C9B url('../images/gif/section_08.gif') no-repeat;
}

#content .grid_12 a.section9, #content .grid_12 span.section9 {
    background: #5B57A6;
    background-position: 0 -312px !important;
}

#content .grid_12 h2.section9 {
    background: #5B57A6 url('../images/gif/section_09.gif') no-repeat;
}

#content .grid_12 p.sectioninfo {
    margin-left: 30px;
    margin-right: 30px;
}

#downloadpdf {
    float: right;
    font-size: 14px;
    color: #9E1E2D;
    text-decoration: none;
    padding: 3px 5px;
}

#downloadpdf:hover {
    text-decoration: underline;
    background-color: #FEE;
}

.report h4 {
    font-weight: normal;
}

.report h5 {
    text-transform: lowercase;
    margin: 30px 0 0 0;
    font-weight: normal;
}

.report ol p.record {
    padding: 8px 0 8px 10px;
    border-left: 10px solid;
}

.report ol.section1 p.record {
    border-left-color: #0C468A;
}

.report ol.section2 p.record {
    border-left-color: #007AC1;
}

.report ol.section3 p.record {
    border-left-color: #11A0DB;
}

.report ol.section4 p.record {
    border-left-color: #3B7C94;
}

.report ol.section5 p.record {
    border-left-color: #6EC05D;
}

.report ol.section6 p.record {
    border-left-color: #0BA14B;
}

.report ol.section7 p.record {
    border-left-color: #01BABD;
}

.report ul {
    list-style-type: none;
    padding-left: 10px;
}

.report ol {
    list-style-type: none;
}

.report li {
    margin-bottom: 70px;
    /*	border-bottom: 2px solid #CCC; */
    page-break-inside: avoid;
}

.report div.table {
    margin-bottom: 20px;
    width: 100%;
    /*	if (!isset($_GET['pdf'])) echo "max-height: 270px;\noverflow: auto;\n"; */
}

.report table {
    width: 100%;
}

.report table th {
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    /* background-color: #F0F0F0; */
}

.report table tr.even td {
    background-color: #F8F8F8;
}

.report table.data {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    page-break-inside: avoid;
}

.report table.data th {
    text-align: left;
    text-transform: ucfirst;
    font-weight: bold;
    /*	background-color: white; */
}

.report table.data th, .report table.data td {
    /* border: 1px solid black; */
    border-right: 5px solid white;
    padding: 2px 12px;
}

.report table.data tbody tr:nth-child(2n) {
    background-color: #ECF2F5;
}

.report table.data tbody th {
    font-weight: normal;
}

.report ol table.data thead tr {
    color: white;
}

.report ol.section1 table.data thead tr {
    background-color: #0C468A;
}

.report ol.section2 table.data thead tr {
    background-color: #007AC1;
}

.report ol.section3 table.data thead tr {
    background-color: #11A0DB;
}

.report ol.section4 table.data thead tr {
    background-color: #3B7C94;
}

.report ol.section5 table.data thead tr {
    background-color: #6EC05D;
}

.report ol.section6 table.data thead tr {
    background-color: #0BA14B;
}

.report ol.section7 table.data thead tr {
    background-color: #01BABD;
}

.report ol.section8 table.data thead tr {
    background-color: #EE4C9B;
}

.report ol.section9 table.data thead tr {
    background-color: #5B57A6;
}

.report .data_chart {
    margin: 0 0 20px 0;
    width: 675px;
}

/* AUTOCOMPLETE */
ul.ui-autocomplete {
    list-style: none;
    background-color: white;
    border: 1px solid #6BB3E3;
    border-top: 0;
    width: 160px;
}

ul.ui-autocomplete li {
    margin-left: 0;
    padding: 0 2px;
}

ul.ui-autocomplete li a {
    display: block;
}

ul.ui-autocomplete li:hover {
    text-decoration: none;
    background-color: #CEE0EE;
    cursor: pointer;
}

ul.ui-autocomplete li a:hover {
    text-decoration: none;
    color: #1E4477;
    cursor: pointer;
}

@media print {
    #header_content, #nav_v4, .breadcrumb, .grid_4 {
        display: none;
    }
}

/* CONTACT */

.leftcol_contact {
    width: 340px;
    float: left;
}

.rightcol_contact {
    width: 290px;
    padding: 0 0 0 10px;
    float: right;
}

#contact_form form {
    float: left;
    background-color: #F5F5F5;
    border: 1px solid #EAEAEA;
    padding: 15px 25px;
    margin: 0;
    width: 270px;
}

#contact_form form dd {
    margin: 0 0 10px 0;
}

#contact_form form textarea {
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #555555;
    width: 264px;
    padding: 3px;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #BBB;
}

#contact_form form dd input {
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #555555;
    width: 264px;
    padding: 3px;
    height: 19px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #BBB;
}

#contact_form form dt {
    padding: 0 0 5px 0;
    width: 250px;
    color: #000;
}

#contact_form form dl {
    line-height: normal;
    padding: 0;
    margin: 0;
}

.errormessage {
    color: #CC0000;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
    line-height: 2em;
    text-align: left;
}


.success {
    color: #00CC00;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-align: left;
}

.notice {
    color: #CC0000;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-align: left;
}

.centred {
    color: #CC0000;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 2em;
    text-align: left;
}

#contact_form #submit {
    cursor: pointer;
    width: 80px;
    height: 30px;
    font-weight: normal;
    color: #FFF;
    background: #6AB3E2;
    border: 1px solid #4895A3;
}

/*MISC*/

.pad_list {
    padding: 0 10px;
}

.arrow_text {
    background: url(../images/png/arrow.png) top left no-repeat;
    padding: 15px 0 0 60px;
    font-size: 120%;
    font-weight: bold;
    height: 35px;
    color: #1F801F;
}

.county-reports-mini,
.town-reports-mini,
.town-league-mini,
.county-league-mini {
    height: 80px;
    width: 270px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: center;
    color: #FFF;
    font-family: 'Neo Sans W01', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.county-reports-mini {
    background: url(../images/jpeg/county-reports-mini.jpg) top left no-repeat;
}

.town-reports-mini {
    background: url(../images/jpeg/town-reports-mini.jpg) top left no-repeat;
}

.county-league-mini {
    background: url(../images/jpeg/county-league-mini.jpg) top left no-repeat;
}

.town-league-mini {
    background: url(../images/jpeg/town-league-mini.jpg) top left no-repeat;
}

.county-reports-mini:hover,
.town-reports-mini:hover,
.town-league-mini:hover,
.county-league-mini:hover {
    background-position: 0 -100px;
}
