﻿.tableOutline
{
    height: 110px;
    margin: 5px;
    border-color: #F6F7F9;
    border-style: solid;
    border-width: 5px;
}

.tableHeader
{
    height: 15px;
    border: solid 5px #F6F7F9;
    color: #003366;
}

.tableHCell
{
    float: left;
    width: 190px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
    height: 20px;
    background: #F6F7F9;
}

.tableCell
{
    height: 100px;
    float: left;
    width: 190px;
    text-align: center;
    border-right-style: solid;
    border-width: 5px;
    border-color: #F6F7F9;
    background: #FFFFFF;
}

.tableRCell
{
    height: 100px;
    float: left;
    width: 185px;
    text-align: center;
    background: #FFFFFF;
}

.loginLeft
{
    padding-right: 5px;
    margin-top: 5px;
    color: #003366;
    width: 100%;
    margin: 5px;
}

.loginRight
{
    margin-top: 5px;
    color: #003366;
    float: none;
    text-align: right;
    margin-right: 15px;
}

.LoggedinAs
{
    background-color: #F6F7F9;
    font-weight: bold;
}

.marginLeft
{
    margin-left: 5px;
}

.listViewCSS
{
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
}

    /* header cell style */
    .listViewCSS th
    {
        /*background: url(../images/sprite.png) repeat-x 0px 0px;*/
        border-color: #989898 #cbcbcb #989898 #989898;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px medium;
        color: #000;
        padding: 4px 5px 4px 10px;
        text-align: center;
        vertical-align: bottom;
    }

    .listViewCSS td
    {
        padding: 4px 10px 4px 10px;
        border-right: solid 1px #cbcbcb;
    }

    .listViewCSS .row
    {
        background-color: #fff;
    }

    .listViewCSS .altrow
    {
        background-color: #dbeaff;
    }

    .listViewCSS .selectrow
    {
        background-color: #00FFCC;
        color: #0000FF;
    }

.btnLogin
{
    border-right: 1px solid #D7E1E7;
    border-left: 1px solid #D7E1E7;
    border-top: 0px;
    border-bottom: 1px solid #D7E1E7;
    margin-bottom: 5px;
    margin-top: 0px;
    height: 50px;
    padding-top: 20px;
}

.rowAlignTop .tr
{
    text-align: left;
    vertical-align: top;
    height: auto;
}

.submitButton
{
    background: #F2F5FA;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-weight: bold;
    color: #000000;
    border: 1px solid #CCCCCC;
    width: auto;
    margin-top: 5px;
    padding: 3px 10px 3px 10px;
}