/* Login Style Sheet 9th Oct 2008 */

/*  redefined html tags  - - - - - - - - - - - - - - - - - - - - - - -*/

html {
    font-size: 100%;
}

body, p, ul, ol, li, a, h1, h2, table, th, tr, td, form, input, fieldset, label { 
    margin: 0; 
    padding: 0;
}

body {
    font: 0.8em verdana, helvetica, arial, san serif;
    color: black;
    background-color: #EEF0F4;
}

h2, h3 {
/*  background-color: none;*/
    font-weight: lighter;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 1.3em;
    padding-bottom: 0.5em;
    color: #902537;
    
}

h3 {
    font-size: 1.2em;
    padding-bottom: 0.2em;
    color: #1F1A7C;
}

.hidden {
    display: none;
}

a {
    color: #1F1A7C;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
/*  background-color: #2F4589;
    color: white;*/
}

ol li {
    list-style-type: decimal !important;
}

p, ul {
    padding-bottom: 10px;
}

p.hidden {
    clear: both;
    visibility: hidden;
    font-size: 6px;
    width: 150px;
}

li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2em;
    padding-bottom: 5px;
}

ol p {
    padding: 5px 0;
}

.blueText {
    color: #1F1A7C;
}

fieldset#loginbox01 em, #logincontent01 em {font-style: normal; font-weight: bold;}

/* form elements - - - - - - -  - - - - - - - - - - - - - - - - - - - - */

fieldset {
    margin: 20px;
    padding: 10px;
    background: #E9E9F3 url(images_login/fieldsetbg.gif) top center repeat-x;
    border: 1px solid #C3C2DA;
    float: left;
    display: inline;
}

fieldset h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #1F1A7C;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0; 
    margin: 0; 
    list-style: none inside none !important;
}

fieldset ol li {
    padding: 0;
    margin: 0;
    list-style-type: none !important;
    float: left;  
    clear: left;  
    width: 100%;
}

fieldset label {  
    float: left;
    color: #1F1A7C;
}

fieldset label, fieldset input {
    padding: 2px;
    margin-bottom: 1em;
    width: 140px;
    margin-right: 5px;
}

fieldset strong {
    color: #CD002B;
    font-size: 0.9em;
    display: block;
    float: left;
}

fieldset p {
    clear: both;
    font-size: 0.9em;
    padding-bottom: 15px;
}

fieldset img {
    position: absolute;
}

input.submit, a.submit {
    background: #110C74 url(images_login/submit-bg.gif) top center no-repeat;
    border: 1px inset #1F1A7C;
    color: white !important;
    cursor: pointer;
    padding: 0.3em 0.8em;
    margin: 5px 0 10px 15px;
    float: left;
    display: block;
    font-size: 1em;
    text-decoration: none;
}

/*IE bug fix */
input.submit {
    width: auto !important;
    overflow: visible;
}

a.submit {
    padding-bottom: 0.45em;
}

input.submit:hover, a.submit:hover {
    background: #110C74 url(images_login/submithover-bg.gif) bottom center no-repeat;
    text-decoration: underline;
    border-style: outset;
}

#formButtons, #longFormButtons {
    float: right;
    margin-right: 27px;
}

#longFormButtons input.submit {
    font-size: 0.9em;
    margin-left: 10px;
}



/* generic div blocks - - - - - - -  - - - - - - - - - - - - - - - - - - - - */

#container {
    width: 760px;
    margin: 0 auto;
    padding: 0;
    background: url(images_login/bgshadow.jpg) top center repeat-y;
}


/* Logout bar styles - - - - - - - - - - - - - - - - - - - - - - - */

#logoutbar {
    height: 95px;
    padding: 0;
    margin: 0;
    background: url(images_login/header.jpg) top center no-repeat;
    position: relative;
}

h1 {
    background: url(images_login/headerh1bg.gif) bottom center no-repeat;
    font-size: 1.1em;
    color: white;
    width: 380px;
    height: 34px;
    position: absolute;
    top: 20px;
    left: 300px;
    text-align: center;
    line-height: 2em;
}

p#careercentrename, #logoutbar h2 {
    color: white;
    background-color: transparent;
    width: 400px;
    position: absolute;
    top: 55px;
    left: 290px;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    padding-top: 6px;
}

a#logoutbtn, a#editdetailsbtn {
    display: inline;
    height: 25px;
    color: yellow;
    padding: 5px 25px 5px 10px;
    background: url(images_login/logoutbtn.gif) right no-repeat;
}

a#editdetailsbtn {
    background: none;
    padding-right: 0;
}

a#logoutbtn:hover {
    text-decoration: none;
}




/* - - - - - - -- footer  - - - - - - - - -*/

#footer {
    clear: both;
    width: 760px;
    height: 215px;
    padding-top: 15px;
    margin: 0;
    background-image: url(images_login/footerbg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

div.loginfooter {
    background-image: url(images_login/loginfooterbg.jpg) !important;
}

div.userloginfooter {
    background-image: url(images_login/userloginfooterbg.jpg) !important;
}

div.userinfofooter {
    clear: left;
    background-image: url(images_login/userinfofooterbg.jpg) !important;
}

div.chooserfooter {
    background-image: url(images_login/chooserfooterbg.jpg) !important;
}

div.kolfooter {
    background-image: url(images_login/kolfooterbg.jpg) !important;
}

div.adolfooter {
    background-image: url(images_login/adolfooterbg.jpg) !important;
}

div.csolfooter {
    background-image: url(images_login/csolfooterbg.jpg) !important;
}


#footer ul, #footer p {
    margin: 0 0 0 60px;
    width: 200px;
    color: white;
}

#footer ul li {
    list-style-type: none;
    padding: 3px 0;
}

#footer a {
    color: white;
}

p#copyright {
    width: 700px !important;
    color: #2F4589;
    font-size: 0.9em;
    padding-top: 210px;
}



/* - - - - - - - - - -- Content sections - - - - - - - - - - - -*/


#content {
    padding: 0 10px 0 40px;
    margin: 0;
}

div.remindDetails, div.legal, div.dataAcceptance, div.error, div.moreInfo {
    padding: 20px 60px !important;
}

div.chooser {
    padding-left: 30px !important;
}



/* - - - - - - - login specific - - - - - - - -*/


#announcement {
    color: #B81833;
    background-color: #F8E7EA;
    padding: 10px;
    margin: 10px 40px 0 20px;
}

#logincontent, #logincontent01, #userdetailscontent {
    float: left;
    clear: left;
    width: 260px;
    margin: 20px;
    display: inline;
}


fieldset#loginbox, fieldset#loginbox01, fieldset#userdetails {
    width: 325px;
    margin-bottom: 30px;
}

fieldset#loginbox label, fieldset#loginbox01 label, fieldset#userdetails label {     
    margin-right: 5px;
}

fieldset#loginbox01 {
    clear: left;
}

#logincontent01 {
    clear: none;
}

#logincontent h2, #logincontent01 h2 {
    padding-top: 0.5em;
}

#logincontent ol {
    padding: 5px 0 10px 0;
}

p#panel1 {
    border-bottom: 1px solid #C3C2DA;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

span.pwdtxtsml {
    font-size: 0.8em;
    display: block;
}

a#forgotten {
    float: left;
    font-size: 0.9em;
    margin: 0.5em 0;
}

p#afterInput {
    padding-top: 5px;
}


#footer.loginfooter p {
    width: 180px;
}

#footer.loginfooter p#copyright {
    padding-top: 110px;
}



/* - - - - - - - Enter/Change Details specific - - - - - - - -*/

#userdetailscontent {
    width: 240px;
}

fieldset#userdetails {
    width: 345px;
}

fieldset#userdetails input {
    width: 160px;
}

fieldset#userdetails p {
    padding-bottom: 20px;
}

fieldset#userdetails p#emailtxtsml {
    color: #902537;
    padding: 0 15px 15px 2px;
}




/* - - - - - - - - 04_remindDetails page - - - - - - - -*/

#content.remindDetails a.submit {
    float: right;
    margin: 0 15px 20px 0;
}

p#remindEmail {
    font-weight: bold;
    color: #1F1A7C;
}



/* - - - - - - - - 05_productChooser page - - - - - - - - -*/

#kolproduct, #adolproduct, #cscapeproduct {
    float: left;
    display: inline;
    width: 201px;
/*  min-height: 180px;*/
    padding: 0 15px 30px 15px;
    margin: 0 2px 10px 0;
    background-image: url(images_login/chooserproductbg.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}

#kolproduct h3, #adolproduct h3, #cscapeproduct h3 {
    background-image: url(images_login/chooserproductbg-kudos.gif);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 -15px 0 -15px;
    padding: 70px 15px 10px 15px;
    color: black !important;
    font-size: 0.9em;
}

#adolproduct h3 {
    background-image: url(images_login/chooserproductbg-ad.gif);
}   

#cscapeproduct h3 {
    background-image: url(images_login/chooserproductbg-cscape.gif);
}

#kolproduct a, #adolproduct a, #cscapeproduct a {
    font-size: 0.9em;
}

a#kolbtn, a#adolbtn, a#cscapebtn {
    display: block;
    width: 127px;
    height: 23px;
    background-image: url(images_login/launchkol_btn.gif);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    text-align: center;
    font-size: 1em !important;
    color: white !important;
    line-height: 23px;
}

a#adolbtn {
    background-image: url(images_login/launchadol_btn.gif); 
}

a#cscapebtn {
    background-image: url(images_login/launchcscape_btn.gif);   
}

#kolinline, #adolinline, #cscapeinline {
    color: #2F4589;
    font-size: 0.75em;
    margin-top: 10px;
    float: left;
    clear: both;
    width: 200px;
}

#footer.chooserfooter p {
    font-size: 0.9em;
    margin-left: 50px;
}

#content.moreInfo h3 {
    padding-bottom: 0.5em;
}

#content.moreInfo p.copyright {
    font-size: 0.9em;
}


/* - - - - - - - - -05 dataAcceptance pages - - - - - - - - -*/

#content.dataAcceptance ol {
    padding: 10px 0;
}

#content.dataAcceptance ol li {
    padding-bottom: 1em;
}

#content.dataAcceptance a {
    color: #902537;
}

#content.dataAcceptance fieldset {
    float: none;
    margin: 0;
/*  width: auto;*/
}

#content.dataAcceptance fieldset label {
    font-weight: bolder;
    width: auto;
    float: left;
}

#content.dataAcceptance fieldset strong {
    clear: left;
    width: 360px;
}

#content.dataAcceptance fieldset p {
    padding-top: 10px;
    width: 620px;
}

#content.dataAcceptance #formButtons {
    margin-right: 10px;
}

input.checkbox {
    float: left;
    margin-right: 10px;
    width: auto;
}



/* - - - - - - - - -10_postcodeEntry page - - - - - - - - -*/

p.warning {
    color: #902537;
    padding-top: 5px;
}

fieldset#loginbox.postcodeEntry label, fieldset#loginbox.postcodeEntry input {
    width: 145px;
}

fieldset#loginbox.postcodeEntry #formButtons {
    margin-right: 15px;
}

    

/* - - - - - - - - - - - PrivPol.html and SDP.html - - - - - - - - - -*/

#content.legal {
    font-size: 0.9em;
}

#content.legal h2 {
    margin-bottom: 20px;
}

#content.legal ul, #content.legal ol, #content.legal p, #content.legal a, #content.legal dl {
    margin: 1em 0 0 1em;
}

#content.legal li {
    padding: 0.2em 0;
}

#content.legal ol li {
    list-style-type: decimal;   
}

#content.legal ol li ol li ul li {
    list-style-type: none;
}

#content.legal ol, #content.legal dt {
    font-weight: bold;  
}

#content.legal li p, #content.legal ol ol, #content.legal ol ol ol, #content.legal ol ol ul, #content.legal ol ul {
    font-weight: normal;
}

#content.legal ol li ol li ol li {
    list-style-type: lower-roman;
}

#content.legal address {
    color: #2F4589;
    font-style: normal;
    margin: 1em 0;
}



/* - - - - - - - - - Error pages - - - - - - - -*/

#content.error {
    color: #2F4589;
}

#content.error p {
    font-size: 1.2em;
}

#content.error a.submit {
    float: right;
    margin: 0 15px 20px 0;
}

div.invalidSess p {padding: 25px 50px;}
