/* 
    Document   : header.css
    Created on : 2009-09-22, 11:16:05
    Author     : Radoslaw Durkiewicz
    Description: Stylesheet for page home.xhtml
*/

root { 
    display: block;
}

table.casinolive_background_head_menu{
    background-image: url(/CasinoLive/img/header/casinolive_buttons_background.gif);
    background-color: transparent;
    background-repeat: repeat-x;
    width: 1024px;
    height: 56px;
    position: relative;
}

input.header_login {
    border: 0;
    padding: 2px;
    background-image: url(/CasinoLive/img/txt_field2.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 18px;
    position: relative;
    width: 177px;
    color: white;
}

span.header_date_panel {
    background-color: #454545;
    margin-top: 0px;
    height: 20px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11.5px;
    color: white;
    text-decoration: none;
    position: relative;
}

a.header_links {
    font-family: Verdana;
    font-size: 11px;
    color: white;
    text-decoration: none;
}

table.language_flag{
    width: 24px;
    height:10px;
}

table.header_userAndPass {
    font-family: Verdana;
    font-size: 9.7px;
    color: white;
    text-decoration: none;
}

table.inside_login {
    margin-top: 0px;
    text-align: left;
    width: 137px;
    height: 18px;
}

table.login_labels {
    margin-top: -2px;
    width: 137px;
    text-align: left;
    height: 8px;
}

table.failure_login_text{
    width: 30px;
    font-family: Verdana;
    font-size: 9.7px;
    color: red;
    text-decoration: none;
    margin-left: 2px;
}

a.loginLinkText {
    font-family: Verdana;
    font-size: 11px;
    color: white;
    text-decoration: none;
    text-align: left;
}

td.account_panel_left {
    text-align: left;
    padding: 0px 0px 0px 2px;
}

td.account_panel_right {
    text-align: right;
    padding: 0px 2px 0px 0px;
}

table.forgot_password_bar{
    margin-top: 0px;
    height: 14px;
    text-align: right;
    position: relative;
    width: 1024px;
}

a.forgot_password_bar_text{
    font-family: Verdana;
    font-size: 9px;
    color: white;
    text-decoration: none;
    margin-right: 30px;
}