﻿body
{
    width: 99%;
    font-size: 10pt;
}
.masterTable
{
    width: 100%;
    padding: 5px 5px 5px 5px;
    text-align: left;
}
.infoBar
{
    color: White;
    background-color: #492797;
    border-top: solid 1pt black;
    border-left: solid 1pt black;
    border-right: solid 1pt black;
}

.headerBackground
{
    background-color: #9A0000;
    height: inherit;
    width: 100%;
}

.header
{
    background-image: url('../Images/Header.jpg');
    height: inherit;
    width: 1000px;
    text-align: left;
}

.deleteLink
{
    color: Red;
    font-weight: bold;
    font-size: 10pt;
}
.addLink
{
    color: Green;
    font-weight: bold;
    font-size: 10pt;
}

.gridviewHeader
{
    background-color: #9A0000;
    color: White;
    text-align: left;
}
.childGridview
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: none;
    border-bottom: none;
}
.childGridviewLeft
{
    border-left: solid 1px black;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.smalltextbox
{
    font-size: 10pt;
}
.detailHeaderRow
{
    background-color: #9A0000;
    width: 100%;
    color: White;
    font-weight: bold;
    border-bottom: solid 1px black;
    text-align: center;
}
.detailHeaderCell
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px #9A0000;
    border-left: solid 1px #9A0000;
}
.textRight
{
    text-align: right;
    width: 30%;
}
.textAlignRight
{
    text-align: right;
}
.textAlignLeft
{
    text-align: left;
}
.textAlignCenter
{
    text-align: center;
}
.textAlignCenter100
{
    text-align: center;
    width: 100%;
}
.rowUnderline
{
    border-bottom: solid 1px black;
}
.borderRB
{
    border-left: none;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-top: none;
}
.borderLB
{
    border-left: solid 1px black;
    border-right: none;
    border-bottom: solid 1px black;
    border-top: none;
}
.borderLRB
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-top: none;
}
.divButton
{
    border: solid 1px black;
    background-color: Gray;
    height: 10px;
    width: 10px;
    font-size: 6pt;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0px 0px 0px;
    color: white;
}
.LoginControlStyle
{
    border: solid 1pt black;
}
.LoginControlHeaderStyle
{
    border-bottom: solid 1pt black;
    text-align: left;
    background-color: Silver;
    font-weight: bold;
}
.Break
{
    page-break-after:always;    
}