/* (c) 2010-2019 Business Collaborator Ltd */
html, body, p, a, td, th, input, select, textarea, button {
    font-family: Lucida Sans Unicode,Calibri,Arial,sans-serif;
    font-weight: inherit;
    text-decoration: none;
}

body {
    color: #000000;
    background-color: #E3EBF8;
    background-image: url("/bscw_icons/background.jpg");
    background-repeat: repeat-x;
    height: 100%;
    text-align: center;
    font-size: 9pt;

    margin: 0px;
    padding: 0px;
}

a:link {
    color: blue;
}
a:visited {
    color: blue;
}

input, select {
    width: 150px;
}

p {
    margin-bottom: 5px;
}

div#page {
    /* Ensure the text is left aligned following the centre on the body */
    text-align: left;

    padding: 20px;

    margin-top: 0px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;

    width: 940px;

    height: auto;

    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;

    background-color: white;
}

div#banner {
    margin-bottom: 20px;
}

div#banner img {
    margin-right: 1em;
}

div#content {
    width: 100%;
    overflow: auto;
}

div#left_column {
    margin-top: 25px;

    width: 450px;
    float: left;
}

div#right_column {
    margin-top: 25px;
    width: 450px;
    float: right;
}

iframe#info {
    border: 0px solid #aaaaaa;
    overflow: hidden;
}

h1,h2,h3,h4,h5 {
    font-size: 1.3em;
    font-weight: bold;
    color: black;
}
h3,h4,h5 {
    font-size: 1.1em;
}
h4,h5 {
    font-size: 1em;
}
h4,h5 {
    font-weight: normal;
}

p#welcome_instructions {
    margin-bottom: 15px;
}

h2#welcome_message {
    color: #292A79;
    border-bottom: 4px solid #292A79;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
}

p#login_button,
p#info_button,
p#get_access_button {
    width: 150px;
    float: left;
}

p#login_text,
p#info_text,
p#get_access_text {
    width: 300px;
    float: left;
    text-align: left;
    margin-bottom: 30px;
}

p#info_button {
    clear: left;
}

#login_button_img,
#info_button_img,
#get_access_button_img {
    border: 0px;
}

#login_div  {
    width: 445px;
    overflow: hidden;
}
#username_text {
    float: left;
    width: 175px;
}
#username_input {
    float: left;
    text-align: right;
    width: 245px;
}
#user {
    width: 235px;
}
#password_text {
    clear: left;
    float: left;
    width: 175px;
}
#password_input {
    float: left;
    text-align: right;
    width: 245px;
}
#pwd {
    width: 235px;
}
#interface_text {
    clear: left;
    display: none;
    float: left;
    width: 100px;
}
#interface_select {
    display: none;
    float: left;
    text-align: right;
    width: 150px;
}
#submit_button {
    text-align: right;
    width: 420px;
}
#submit_button input {
    width: 65px;
}
#forgotten_password {
    width: 300px;
}
#user_message {
    font-weight: bold;
    width: 300px;
}
#system_message {
    color: red;
    font-weight: bold;
    width: 300px;
}
#caps_lock_on, #time_mismatch {
    display: none;
}

.saml-button {
    background: gray;
    background: -o-linear-gradient(#83bc3b, #30a33b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#83bc3b, #30a33b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#83bc3b, #30a33b); /* Standard syntax */
    color: white;
    border: none;
    height: 2em;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.saml-button:hover {
    border: 1px solid #30a33b;
}

.saml-bypass-text {
    font-weight: normal;
}

.token_text {
    clear: left;
    float: left;
    width: 175px;
 }

 .token_input {
    float: left;
    text-align: right;
    width: 245px;
 }
