﻿html, body {
    height: 100%;
}

.loginbg {
    /* The image used */
    background-image: url("/backgroundimage.ashx");
    /* Full height */
    min-height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /* background-color: green;*/
}

.fill {
    min-height: 100%;
}

.right{
    text-align: right;
}

table {
    padding: 1px;
    border-radius: 6px;
    border-left: 0px; 
}

td
{
    height: 36px;
    vertical-align: central;
}

.tdright
{
    vertical-align: central;
    text-align: right;
}

.datatable
{
    padding: 1px;
    width: 750px;
}

.datatabletotals
{
    border-top: 1px solid #496077;
    color: black;
    padding: 2px;
}

.datatabletotalsleft
{
    border-left: 1px solid #496077;
    color: black;
    padding: 2px;
}

.datatabletotalslefttop
{
    border-left: 1px solid #496077;
    border-top: 1px solid #496077;
    color: black;
    padding: 2px;
}

.datatablerow
{  
    background-color:  #ffffff;
    padding: 2px;
}

.datatablerowselected  
{
    background-color: White;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.tdheading {
    color: black;
    background-color: white;
    font-weight: bold;
    border-bottom: 1px solid black;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.TableHeading {
    color: black;
    background-color: white;
    font-weight: bold;
    border-bottom: 2px solid #CDCDCD;
    border-top: 2px solid #CDCDCD;
    vertical-align: middle;
}

.TableHeadingLeft {
    color: black;
    background-color: white;
    font-weight: bold;
    border-bottom: 2px solid #CDCDCD;
    border-top: 2px solid #CDCDCD;
    border-left: 2px solid #CDCDCD;
    vertical-align: middle;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.TableHeadingRight {
    color: black;
    background-color: white;
    font-weight: bold;
    border-bottom: 2px solid #CDCDCD;
    border-top: 2px solid #CDCDCD;
    border-right: 2px solid #CDCDCD;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: middle;
}

.TableTotals {
    color: black;
    background-color: white;
    font-weight: bold;
    border-top: 1px solid black;
}


.datatableheadingright {
    color: white;
    background-color: black;
    font-weight: bold;
    border-collapse: separate;
    border-left: 1px solid black;
    border-top-right-radius: 6px;
}

.datatableheadingleft {
    color: white;
    background-color: black;
    font-weight: bold;
    border-collapse: separate;
    border-right: 1px solid black;
    border-top-left-radius: 6px;
}

.datatableheading {
    color: white;
    background-color: black;
    font-weight: bold;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.datatableheading a {
    color: white;
}

.body-content {
    /*background-color: white;*/
}

panel-head-main {
    background-color: #CDCDCD;
}





