body {background-color : #FFFFFF;
      color: #FF8000;}

.combobox {
background-color: #FFFFFF;
color: #FF8000;
font-size: 7pt;
font-family: arial;
font-weight: bold;
}
.textbox {
background-color: #FFFFFF;
color: #FF8000;
font-size: 7pt;
font-family: arial;
font-weight: bold;
border: 1px solid #7F9DB9;
}

.tableHeader{
background-color: #FF9B6A;
color: #FFFFFF;
}

.headerbars{background-color : #FF9B6A;
            width : 100%;
            text-align : center;
            font-family: Arial, Helvetica;
	    font-size: 5pt;
            color: #FFFFFF;
            }

.maintable{width : 100%;
           height: 90%;
           background-color : #FF9B6A;       
          }


.leftTable{
           width : 20%;
           background-color : #FF9B6A;
           font-family: Arial, Helvetica;
           font-size: 10pt;
           color: #FFFFFF; 
          
           }

.rightTable{
            width : 80%;
            
            background-color : #FF9B6A;
            font-family: Arial, Helvetica;
            font-size: 7pt;
            color: #FFFFFF;
            border : 0;
          
           }


.leftInnerTable{
                  width : 150px;
                  background-color : #FF8000;
                  font-family: Arial, Helvetica;
                  font-size: 7pt;
                  color: #FFFFFF;
                  padding-left: 0px;
                  padding-top: 0px;
                  margin-left : 5px;
                  margin-top :10px;
                  
                  
               }

.rightInnerTable{
                  width :99%;
                  height : 95%;
                  background-color : #FFFFFF;
                 
                 
                  
                }

.welcomebar{
              width : 95%;
              background-color: #FF9B6A;
              font-family: Arial;
              font-size: 10pt;
              color: #FFFFFF;
           }

.aTable{
           width : 75%
        }

.dataTable{
           width : 95%;
           font-family: Arial, Helvetica;
           font-size: 12pt;
           color: #000000;
         }

.textColor{
           color: #FF8000;
          }