﻿/* *** Start of general styles *** */
body
{
    background-color: #eeeeee;
    font: 0.8em arial;
    /*font-family: verdana,helvetica,arial,sans-serif;*/
    color: #333333;
}
img
{
    border: 0px;
    margin: 0px;
}
h1
{
    font-size: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
h2
{
    font-size: 1.3em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
h3
{
    font-size: 1.1em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: bold;
}
a:link
{
    color: #003377;
    text-decoration: underline;
}
a:hover, a:active
{
    color: #ff0000;
}
a:visited
{
    color: #003377;
    text-decoration: underline;
}
p
{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: normal;
}
/* *** End of general styles *** */


/* *** Start of design specific styles *** */
body
{
    text-align: center;
    margin: 0;
    padding: 0;
}
#divContainer
{
    background: #dbdbdb url(../../Images/PartnerSpecific/background.jpg) no-repeat;
    margin: auto;
    text-align: left;
    width: 974px;
}
#divHeader
{
    position: relative;
    padding-top: 119px;
}
#divHeader h2
{
    font-size: 1em;
}
#divQuickLinks
{
    background-color: #dbdbdb;
    font-weight: bold;
    left: 0px;
    padding: 4px 4px 4px 2px;
    position: absolute;
    top: 21px;
    /* Start of cross browser transparency rules */
    opacity: 0.84; /* Transparency in all non IE browsers */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=84)"; /* Transparency in IE8.0 (needs to be before the IE rule) */
    filter: alpha(opacity=84); /* Transparency in IE (needs to be after the IE8.0 rule) */
    /* End of cross browser transparency rules */
}
#divQuickLinks ul
{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
#divQuickLinks ul li
{
    display: inline;
    list-style: none;
}
#divQuickLinks a, #divQuickLinks a:visited
{
    color: #333333;
    text-decoration: none;
    margin: 0px 5px 0px 5px;
}
#divQuickLinks a:hover, #divQuickLinks a:focus, #divQuickLinks a:active
{
    text-decoration: underline;
}
#divMyLocalArea, #divSearch
{
    height: 101px;
    position: absolute;
    top: 47px;
    width: 233px;
    z-index: 1;
}
#divMyLocalArea
{
    left: 447px;
}
#divSearch
{
    left: 713px;
}
.whubHeaderBoxHeader, .whubHeaderBoxFooter
{
    height: 8px;
    overflow: hidden;
}
.whubHeaderBoxHeader
{
    background: url('../../Images/PartnerSpecific/header-box-header.png') no-repeat;
}
.whubHeaderBoxHeading
{
    background: url('../../Images/PartnerSpecific/header-box-slice.png') repeat-y;
}
.whubHeaderBoxHeading h2
{
    color: #ffffff;
    margin: 0px;
    padding: 0px 10px 7px 10px;
}
.whubHeaderBoxContent
{
    color: #ffffff;
    height: 81px;
}
.whubHeaderBoxContent label
{
    margin-right: 5px;
}
.whubHeaderBoxContent #txtPostcode, .whubHeaderBoxContent #txtSearch
{
    border: 1px solid #7f9db9;
    width: 115px;
    margin-right: 5px;
}
.whubHeaderBoxContent #txtSearch
{
    width: 113px;
}
.whubHeaderBoxContent #btnMyLocalAreaGo, .whubHeaderBoxContent #btnSearchGo
{
    padding: 0px;
}
.whubHeaderBoxForm
{
    background: url('../../Images/PartnerSpecific/header-box-form-slice.png') repeat-y;
    height: 32px;
    padding: 10px 10px 0px 10px;
}
.whubHeaderBoxLinks
{
    background: url('../../Images/PartnerSpecific/header-box-slice.png') repeat-y;
    height: 14px;
    padding: 2px 10px 0px 10px;
    text-align: right;
}
.whubHeaderBoxLinks ul
{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
.whubHeaderBoxLinks ul li
{
    list-style-type: none;
    display: inline;
}
.whubHeaderBoxLinks ul li a, .whubHeaderBoxLinks ul li a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.whubHeaderBoxLinks ul li a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.whubHeaderBoxFooter
{
    background: url('../../Images/PartnerSpecific/header-box-footer.png') no-repeat;
}
#divBrand
{
    background: #990000;
    border-bottom: 1px solid #997a7a;
    border-top: 1px solid #e5bfbf;
    position: relative;
}
#divBrand ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.whubAuthorityLogo
{
    padding-left: 6px;
    vertical-align: top;
}
#divStrapline
{
    color: #ebcccc;
    font-weight: bold;
    left: 230px;
    padding: 10px 0px 10px 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 200px;
    height: 34px;
}
#divBody
{
    padding: 10px;
}
.whubBox
{
    background: #ffffff;
    margin-bottom: 10px;
}
.whubBox .whubBoxHeader
{
    background: url('../../Images/Common/corner-tl.gif') no-repeat;
    height: 5px;
    overflow: hidden;
}
.whubBox .whubBoxHeader .whubBoxCornerTR
{
    background: url('../../Images/Common/corner-tr.gif') no-repeat;
    float: right;
    height: 5px;
    overflow: hidden;
    width: 5px;
}
.whubBox .whubBoxContent
{
    padding: 0px 10px 0px 10px;
}
.whubBox .whubBoxFooter
{
    background: url('../../Images/Common/corner-bl.gif') no-repeat;
    height: 5px;
    overflow: hidden;
}
.whubBox .whubBoxFooter .whubBoxCornerBR
{
    background: url('../../Images/Common/corner-br.gif') no-repeat;
    float: right;
    height: 5px;
    overflow: hidden;
    width: 5px;
}
#spnPageInformation
{
    font-weight: bold;
}
#divFooter
{
    background: #888888;
    border-top: 1px solid #fff;
    padding: 10px;
}
#divFooter ul
{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
#divFooter ul li
{
    display: inline;
    list-style: none;
}
#divFooter ul li a, #divFooter ul li a:visited
{
    color: #fff;
    text-decoration: none;
    padding-right: 5px;
}
#divFooter ul li a:hover, #divFooter ul li a:focus, #divFooter ul li a:active
{
    text-decoration: underline;
}
/* *** End of design specific styles *** */


/* *** Start of reusable styles *** */
.whubClearer
{
    clear: both;
}
.whubInformation
{
    
}
.whubError
{
    
}
/* *** End of reusable styles *** */
