﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    background-color: White;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}


/*--- Start of MasterPage ---*/
div.sidePane
{
    display: none;
}
#Left
{
    display: none;
}
#Center
{
    margin-left: 10px;
    height: 100%;
}
#Right
{
    display: none;
}

.header
{ 
    display:none;
}
/*--- End of MasterPage ---*/


/*--- ContentPage Structure ---*/
.divHolder
{
    /*padding: 10px 10px 10px 10px;*/
}
.divLTPane
{
    width: 90%;
    position: relative;
    float: left;
    clear: left;
}
.divRTPane
{
    display:none;
}
.divTitle
{
    padding-left: 10px;
    padding-top: 10px;
}
.divContent
{
    padding-left: 10px;
    padding-top: 10px;
}
.divCTDetail
{
    width: 90%;
    position: relative;
    float: left;
    vertical-align: top;
    padding-left: 10px;
}

.divPrint
{
    display:none;
}
/*--- end of ContentPage Structure ---*/


.PageTitleText
{
    font-size: 16px;
    font-weight: bolder;
    color: #87212E;
}
.PageDscptText
{
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.DisplayText
{
    font-size: 11px;
    font-weight: bolder;
    color: #303030;
}
.InputText
{
    font-size: 11px;
    font-weight: normal;
    color: #303030;
}
.NoteText
{
    font-size: 10px;
    font-weight: normal;
    color: #606060;
}

.BlockTitleRow
{    
    background-color: #F1F1F1;
    color: #676767;    
    border-left: solid 2px #676767;
    border-bottom: solid 1px #CCCCCC;
    font-weight: bold;
    padding-left: 20px;
    padding-top:10px;
    padding-bottom: 10px;   
}
.BorderDotted
{
    /*border: dotted 1px #D0D0D0;*/
    border-left: dotted 1px #E0E0E0;
    border-right: dotted 1px #E0E0E0;
    border-bottom: dotted 1px #E0E0E0;
}

.AlignRT
{
    text-align: right;
}