﻿body {
}

.leftCorner {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}

.validator1 {
    font-weight: bold;
}

/*Default*/
.loginLbl {
    text-align: right;
    width: 200px;
}

.passwordLbl {
    text-align: right;
}

.lblMessage {
    text-align: center;
    color: red;
    font-weight: bold;
}

/*.login1 {
    background-image: url(Blue/images/login1.png);
}
.login2 {
    background-image: url(/core/arrow/App_Themes/Blue/images/login2.png);
}
.login3 {
    background-image: url(/core/arrow/App_Themes/Blue/images/login3.png);
}
.login4 {
    background-image: url(/core/arrow/App_Themes/Blue/images/login4.png);
}
.button1 {
    background-image: url(/core/arrow/App_Themes/Blue/images/button1.png);
}
.button2 {
    background-image: url(/core/arrow/App_Themes/Blue/images/button2.png);
}*/

/*Lobby*/
.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: white;
}

.bold {
    font-weight: bold;
}

/*TAB MENU*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 98%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    width: 99%;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/*BUTTONS*/
.button {
    text-align: center;
    min-width: 35px;
    font-family: Verdana,Arial,sans-serif;
    display: inline-block;
    padding: 4px 7px 4px 7px;
    font-size: 15px;
    text-decoration: none;
}

.buttonBlue {
    border: 1px solid #3a4f64;
    cursor: pointer;
    background: #4b6c9f;
}

.buttonBlue, a.buttonBlue {
    color: #fff !important;
    }

.buttonBlue span {
    color: #fff;
    padding: 0;
    background: none;
}


.BigContainer {
    width: 100%;
}

.InsideContent {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}

legend {
    padding: 0.2em 0.5em;
    border: 1px solid #ccc;
    font-size: 22px;
    text-align: left;
    font-weight: bolder;
}

.fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F8F8F8;
    width: 96%;
    margin-bottom: 0px;
}

.AgentStats, table.AgentStats, tr.AgentStats, th.AgentStats, td.AgentStats {
    border: 1px solid black;
}

.ddlChooseAgent {
    width: 350px;
    text-align-last: center;
    color: steelblue;
    font-weight: bold;
}

.ddlChoosePlayer {
    width: 350px;
    text-align-last: center;
    color: steelblue;
    font-weight: bold;
}

.ddlChooseAdjustment {
    width: 350px;
    text-align-last: center;
    color: steelblue;
    font-weight: bold;
}

/*XLS*/
.headerXsl {
    background-color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}
.agent {
    background-color: #E4E5DA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #000000;
}
.recordsOdd {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
/*.
.link {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}*/
.subTotal {
    background-color: #E4E5DA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    border-bottom: #000000 1px outset;
}
/*.red {
    color: Red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.orange {
    color: #ff7700;
    font-weight: bold;
}

.black {
    color: black;
}*/

.lblAccountExisted{
    text-align: right;
}