﻿

.total
   {
   	   background-color:orange; 
   	   color:white;
   	   font-weight:bold;
   	   text-align:left;
   	   white-space: nowrap;
   }
.title
   {
   	   height:30px;    
       background-color:#3366FF;
   	   color:White; 
   	   text-align:left;
   	   font-weight:bold;
   	   white-space: nowrap;
   }
   
.titlecompanydetail
   {
   	   background-color:orange;
   	   color:White; 
   	   font-size:medium;
   }

 .alternate
   {
   	    background-color:#F2F2F2;
   }
   
.tablebody
{
   /*background-color:#E8E8E8*/
   background-color:#F2F2F2;
}

.valuebox
{
   /*background:#E8E8E8;*/
   background:#F2F2F2;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:x-large
}

.ratiovalue
{
   text-align  :right;
   white-space: nowrap;
}

   
