﻿body { 
    color : #000000; 
    background : #ffffff; 
    font-family : verdana,arial,sans-serif;
    font-size : 9pt;  
    text-align:center;
    
}

force-print-color {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact; /* For Chrome, Safari, and older WebKit browsers */
}

table th,
table td {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;  
}

.RadDropDownList_Silk {
    height: 10px !important;
    font-size: 10px !important;
}

h2 {
    font-size: 14pt;
}
a { 
    text-decoration : underline; 
    color : #0000ff; 
}

.NoPrintClass
{
    display: none;
    color:red;
    font-size:40px;
}  

.PrintOnlyClass
{
    display:block ;
}

#headerDiv {
    height:0px;
}

#MasterOuterWrapper {
    /*Do min-height using % for IE*/
    min-height: 100vh;
    padding-top: 0px;
    height: auto !important;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: #FFFFFF;
    width: calc(100vw - 20px);
}

.tblcellstd{border-bottom:solid 1px black;}
.tblcellstd td{border-bottom:solid 1px black;}

.tblcellstd2{border-bottom:solid 1px black;}
.tblcellstd2 td{border-bottom:solid 1px black;}


#MenuTD
{
  display : none;
  width:0px; /* Set MenuTD to opx to hide menu on printed version*/
}
#FillerTD
{
  display : none;
  width:0px; /* Set MenuTD to opx to hide menu on printed version*/
}

#ContentTD
{
  width:900px; 
}

.mastertbl
{
 width:900px;
}

.maintbl
{
    width:900px;
}

