﻿
.ClsBody
{
    background-image: url('../images/side_panel_block.gif'); /* MainScreenSetup - Setting up the lining screen in backdrop*/
    
}
.loginBox
{
    background-image: url('../images/LoginBox.png');
    background-repeat: no-repeat;
}

.GridView1 td
{
    width: 50px;
    font-family: 'arial Black';
    font-weight: bold;
}

  .tblHeightWidth
  {
    height: 500px;
   /* background:red;
    width:100%;
    color:Red;*/
  }

.ClsDiv
{
   margin:10px 15% 0px 15% ;
   height:150px;
}

/* Font Section */
.fontTohamaBlue12pt
{
    font-family: Tahoma; 
    font-size: 12pt; 
    color: #00357e;
}
.fontTohamaBlue10pt
{
    font-family: Tahoma; 
    font-size: 12pt; 
    color: #00357e;
}
.fontTohamaBlue9pt
{
    font-family: Tahoma; 
    font-size: 9pt; 
    color: #00357e;
}
.fontTohamaBlue8pt
{
    font-family: Tahoma; 
    font-size: 8pt; 
    color: #00357e;
}

.fontTohamaRed12pt
{
    font-family: Tahoma; 
    font-size: 12pt; 
    color: #ff002b;
}
.fontTohamaRed10pt
{
    font-family: Tahoma; 
    font-size: 12pt; 
    color: #ff002b;
}

.fontTohamaRed9pt
{
    font-family: Tahoma; 
    font-size: 9pt; 
    color: #ff002b;
}

.fontTohamaRed8pt
{
    font-family: Tahoma; 
    font-size: 8pt; 
    color: #ff002b;
}

.fontTohamasSilver8pt
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #666666;
}
.tdAlignLeft
    {
            text-align:left;
     
    }
    
    .tdAlignLeftheight10
    {
            text-align:left;
            height:5px;
     
    }
    
    
.tdAlignCash
    {
         font-family: Tahoma;
             text-align:left;
             font-size: 7pt; 
             color: #ff002b;
     
    }
    
    
    .fontTohamaRed8ptError
{
    font-family: Tahoma; 
    font-size: 8pt; 
    color: #ff002b;
    font-style:italic;
}
      
    .fontTohamaBlue9ptLeft
{
    font-family: Tahoma; 
    font-size: 9pt; 
    color: #00357e;
     text-align:left;
}    

/*MainScreenSetup- To see the border lines and small details */
 /*
 table 
 {
     border: 0px solid #000; border-collapse: collapse; 
     }
     
td {border: .1px solid #000; }

 
*/

 
.tableGrid 
{
     border: 0px solid #000; border-collapse: collapse; 
}
     
.tdGrid
{
    border: .1px solid #000;
   
} 

.ImageUserControl
{
    background-image: url('../images/statement.gif');
}