/* CSS Reset */
html, body, div, span, textarea, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:"Verdana", Sans-serif;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;

/*Makes all text non-selectable in firefox*/
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;

/*
 *Does something similar in chrome

onselectstart="javascript:return false;"
*/

}

ul{
    list-style: none;
}

li{
    list-style: none;
}

html{
    background-color: #303030;
}

h1{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
h2{
    font-size: 17px;
    font-weight: bold;
}
h3{
    font-size: 15px;
    font-weight: bold;
}

.clear{
    clear: both;
}

#container{
    overflow: hidden;
    width: 976px;
    height: 620px;
    position: relative;
    background-color: #000000;
    margin-left: auto; /*Centre the div*/
    margin-right: auto; /*Centre the div*/
}

.screen{
    /*overflow: hidden;*/
    display: none;
    position: absolute;
    width: 976px;
    height: 620px;
    background-color: #000000;
    color: #FFFFFF;
    z-index: 0;
}

.popup{
    overflow: hidden;
    display: none;
    position: absolute;
    width: 976px;
    height: 620px;
    background-image: url('../images/semi_transparent.png');
    color: #FFFFFF;
    z-index: 100;
}

.header{
    width: 976px;
    height: 55px;
    background-color: #031644;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.header .logo{
    display: block;
    float: left;
    width: 350px;
    height: 55px;
    background-color: #031644;
    background-position: 10px;
    background-image: url("../images/britannia_logo.jpg");
    background-repeat: no-repeat;
}

.header .title{
    display: inline-block;
    color: #FFFFFF;
    text-align: left;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 25px;
}

.footer{
    font-size: 30px;
    position: absolute;
    width: 976px;
    height: 55px;
    background-color: #031644;
    bottom: 0;
}

.upBtn{
    margin: 10px auto 10px auto;
    background-image: url("../images/buttons/up.png");
    background-repeat: no-repeat;
    cursor: pointer;
    width: 23px;
    height: 16px;
}

.downBtn{
    margin: 10px auto 10px auto;
    background-image: url("../images/buttons/down.png");
    background-repeat: no-repeat;
    cursor: pointer;
    width: 23px;
    height: 16px;
}

.button{
    background-image: url("../images/buttons/button_left_black.jpg");
    background-repeat: no-repeat;
    height: 53px;
    font-size: 15px;
    color: #031644;

    cursor: pointer;
    overflow: hidden;
}

.button:hover{
    color: #7f0104;

    cursor: pointer;
}

.buttonTxt{
    padding: 15px;
    background-image: url("../images/buttons/button_right_black.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 53px;
}

.backBtn{
    margin-top: 4px;
    margin-left: 6px;
    background-image: url("../images/buttons/button_left_blue.jpg");
    background-repeat: no-repeat;
    height: 53px;
    font-size: 15px;
    color: #031644;
    float: left;
    cursor: pointer;
    overflow: hidden;
    float: left;
}

.backBtn:hover{
    color: #7f0104;
    float: left;
    cursor: pointer;
}

.nextBtn{
    margin-top: 4px;
    margin-right: 6px;
    background-image: url("../images/buttons/button_left_blue.jpg");
    background-repeat: no-repeat;
    height: 53px;
    font-size: 15px;
    color: #031644;
    cursor: pointer;
    overflow: hidden;
    float: right;
}

.nextBtn:hover{
    color: #7f0104;
    float: right;
    cursor: pointer;
}

.backNextTxt{
    padding: 15px;
    background-image: url("../images/buttons/button_right_blue.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    height: 53px;
}

#contactForm{
    margin-left: 150px;
}

/*Red line used on some screens*/
.vertDivider{
    margin-top: 5px;
    float: left;
    width:2px;
    height:500px;
    left: 300px;
    top: 57px;
    background-color: #700000;
}

.formRow{

    clear: both;
}

input, textarea{
    font-size: 15px;
}

.textInput{
    width: 405px;
    height: 30px;

    margin-bottom: 10px;
    float: left;
}

.formText{
    margin-top: 7px;
    margin-right: 25px;

    float: left;

    width: 130px;
    text-align: right;
    color: #FFFFFF;
}

.validationError{
    margin-top: 7px;
    margin-left: 7px;
    float: left;
    color: #FF0000;
}

#formTitleField{
    width: 50px;
}



#textFormTitle{
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#radioButtonsContainer{
    padding-top: 10px;
}
.radioButton{
    float:left;
}

.radioLabel{
    float:left;
    margin-right: 60px;
}

#submitGoButton
{
    color: #ff0000;
    font-weight: bold;
}

.tooltip{
    display: block;
    position: absolute;
    padding: 3px 3px 3px 3px;
    width: 150px;
    overflow: hidden;
    font-size: 13px;

    background-color: #ffffff;

    border-width: 1px;
    border-color: #031644;
    border-style: solid;

    -moz-border-radius: 5px;
    border-radius: 5px;
}
