﻿@media print
{
    .NoPrint
    {
        display: none;
        visibility: hidden;
    }
}

body
{
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: Verdana;
    font-size: small;
    border-color: #87A962;
    color: #ffffff;
}
a:link, a:visited
{
    text-decoration: none;
    color: #857F30;
}
a:hover, a:active
{
    text-decoration: underline;
    color: #857F30;
}
.main_container {
    width: 1080px;
    margin: 0 auto;
    overflow: auto;
    background: url(images/PBW.jpg) 118px 40px no-repeat;
    background-size: 845px 95px;
}
#opacity
{
    background: url(images/img_opacity.png);
    width: 745px;
    margin: 200px auto 0 auto;
    overflow: hidden;
}
.opacity
{
    background: url(images/img_opacity.png);
    overflow: hidden;
}
#divMessage
{
    text-align: center;
}
#MainContent
{
    padding: 3px;
    width: 100%;
    text-align: left;
}
#MiniMir
{
    margin-top: 20px;
    padding: 3px;
    width: 100%;
    text-align: center;
}

#Validation
{
    font-family: Verdana;
    font-size: small;
    width: 100%;
    text-align: left;
    color: Red;
    margin-bottom: 10px;
    background-color: #ffffff;
    margin-top: 10px;
}
#Validation ul
{
    margin: 0;
    padding: 10px 10px 10px 30px;
    list-style-type: square;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
}
#Validation li
{
    line-height: 20px;
    padding-left: 5px;
}

.ddl
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    color: #ffffff;
    border-color: #483D8B;
    border-style: solid; /*scrollbar-track-color:SlateBlue; 	scrollbar-3dlight-color:LightBlue; 	scrollbar-darkshadow-color:DarkSlateBlue; 	scrollbar-arrow-color:PaleVioletRed; 	scrollbar-base-color:PaleGreen; 	scrollbar-face-color:LightSalmon; 	scrollbar-shadow-color:Beige;*/
}

.LoginText
{
    font-family: verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
}

.NormalText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    vertical-align: bottom;
}
.NormalBoldText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: bottom;
}

.PurpleText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    vertical-align: bottom;
    padding: 30px 0;
}
.purpleBackground
{
    background-color: #55183F;
}
.orangeBackground
{
    background-color: #CE7929;
}
.orangeText
{
    color: #CE7929;
}
.AgreementText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: bottom;
    text-align: left;
}
.sectiontitle300
{
    display: block;
    background: url(images/category300px_bg.gif) 0 0 no-repeat;
    width: 300px;
    height: 29px;
    padding: 0 0 0 14px;
    font: bold 15px/29px Arial, Helvetica, sans-serif;
    color: Black;
    margin: 0 0 25px 0;
}
.sectiontitle400
{
    display: block;
    background: url(images/category400px_bg.gif) 0 0 no-repeat;
    width: 400px;
    height: 29px;
    padding: 0 0 0 14px;
    font: bold 15px/29px Arial, Helvetica, sans-serif;
    color: #4E6334;
    margin: 0 0 25px 0;
}
.sectiontitle700
{
    width: 100%;
    padding: 10px 0;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

.sectiontitle
{
    display: block;
    background: url(images/HeaderBgDarkGreen.jpg);
    background-repeat: repeat-x;
    width: 217px;
    height: 29px;
    padding: 0 0 0 14px;
    font: bold 15px/29px Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 25px 0;
}

/* TextBox------------------------------------------------------------------------------------*/

.tb
{
    font-family: Verdana;
    color: #000000;
    font-size: 8pt;
    width: 100px; /*border-color:#5A4A64;*/
    border-color: #483D8B;
    border-style: solid;
    border-width: 1px;
}

.tbla
{
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
    text-align: left;
    width: 100px;
    border-color: #483D8B;
    border-style: solid;
    border-width: 1px;
}

.tbra
{
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
    text-align: right;
    width: 100px;
    border-color: #483D8B;
    border-style: solid;
    border-width: 1px;
}

.tbnb
{
    font-family: Verdana;
    font-size: 8pt;
    width: 100px;
    border-style: none;
    padding-left: 5px;
}

.tbinactive
{
    font-family: Verdana;
    color: black;
    font-size: 8pt;
    border-color: #483D8B;
    border-style: solid;
    border-width: 1px;
}

.stb
{
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
}
.stbra
{
    text-align: right;
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
}
.stbla
{
    text-align: left;
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
}
.htb
{
    display: none;
}
/* label Section------------------------------------------------------------------------------*/
/* Feel free to modify - only lb is in use so far...*/
.lb
{
    text-align: right;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: 700;
    color: #ffffff;
    border-style: none;
}
.lbNoAlign
{
    font-size: 8pt;
    font-family: Verdana;
    color: Black;
}
.lblca
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: 500;
    color: #ffffff;
    border-style: none;
    overflow: hidden;
}
.lblra
{
    text-align: right;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: 700;
    color: #ffffff;
    border-style: none;
}
.lblla
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: small;
    font-weight: 700;
    color: #ffffff;
    border-style: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
.dlb
{
    font-weight: bold;
    font-size: 8pt;
    color: Black;
    text-align: left;
    font-family: Verdana;
}
.dlb2
{
    font-weight: bold;
    font-size: 8pt;
    color: #228b22;
    text-align: left;
    font-family: Verdana;
}
.lbten
{
    font-size: 10pt;
    text-align: right;
    font-family: Verdana;
    color: Black;
}
.lbu
{
    font-size: 8pt;
    text-align: right;
    font-family: Verdana;
}
.cal
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    width: 100%;
}
.lbUploadTable
{
    font-size: 8pt;
    font-family: Verdana;
    color: Black;
}
.shLabelb
{
    color: #666699;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}
.sLabelb
{
    color: #5C5B5B;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
}
.sLabel
{
    color: #8C8B8B;
    font-family: Verdana;
    font-size: 8pt;
}
.llb
{
    font-size: 8pt;
    text-align: center;
    font-family: Arial;
    color: Black;
}
.ltb
{
    font-family: Arial;
    color: Black;
    font-size: 8pt;
}
.llba
{
    font-family: Arial;
    font-weight: bold;
    color: Red;
    font-size: 8pt;
}
.lhl
{
    font-size: 8pt;
    font-family: Arial;
    color: Blue;
}
.lbb
{
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    font-family: Verdana;
    color: Black;
}
.sHeader
{
    color: #666699;
    font-family: Verdana;
    font-size: 14pt;
}
.lbWarning
{
    width: 100%;
    font-size: 8pt;
    font-family: Verdana;
    color: Red;
}

/* Button Section-----------------------------------------------------------------------------*/

.sb
{
    border: 1px solid #D5D5D5;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #1F005F;
    background-image: url(../../Images/fade.gif);
    background-color: white;
    vertical-align: middle;
}

.sbDisabled
{
    border: 1px solid #D5D5D5;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #C0C0C0;
    background-image: url(../../Images/fade.gif);
    background-position: top;
    background-color: white;
    vertical-align: middle;
}

.bl
{
    font-size: 8pt;
    font-family: Verdana;
}

.button, button
{
    border: 1px solid #D5D5D5;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    background-image: url(../../Images/fade.gif);
    background-position: top;
    vertical-align: middle;
}

/* DataGrid Section---------------------------------------------------------------------------*/


.dg
{
    background-color: White;
    color: #000000;
    border-color: #ffffff;
    border-width: 1px;
    margin: 5px;
    font-size: 8pt;
    font-family: Verdana;
}
/*
.dgh
{
    background-image: url(images/HeaderBgDarkGreen.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
}

.dghra
{
    text-align: right; 
    background-image: url(images/HeaderBgDarkGreen.jpg);
    background-repeat: repeat-x;
    font-weight: 100;
    color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
}*/

.dghla
{
    background-color:#CE7929;
    color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
    padding: 3px;
}

.dgi
{
    background-color: #ffffff;
    font-family: Verdana;
}

.dgsi
{
    font-family: Verdana;
    color: #CE5D5A;
    font-weight: bold;
    background-color: #DEDFDE;
}

.dgf
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}

/* RadioButton--------------------------------------------------------------------------------*/

.rb
{
    font-family: Verdana;
    color: #ffffff;
    font-size: 8pt;
}
.rbsmall
{
    font-family: Verdana;
    color: #ffffff;
    font-size: 7pt;
}
