/* Layout classes */
/* definitions for all elements - begin */
* 
{
  /*background-color: #eeeeff;
  color: #000000;*/
}
/* definitions for all elements - end */

/* setting height on body - begin */
html,body
{
  height: 100%;
  padding: 0px;
  margin: 0px;         
}
/* setting height on body - end */

/* definitions of layout table - begin */
  /* main definitions of layout table - begin */
    .layouttable 
    {
      height: 100%;
      width: 100%;
      background-color: #4A182C;
      color: #FFFFFF;
      border-color: #ffffff;
      border-spacing: 30px; /*Set global variable cellspacing to same value for IE*/
    }
    
    .layoutcell 
    {
      background-color: #ffffff;
      color: #000000;
      border-color: #ffffff;
      border-style: solid;
      border-width: 2px;
      padding: 15px;
    }
  /* main definitions of layout table - end */
  /* collum definitions of layout table - begin */
    .head1,.body1,.foot1 
    {
      width: 22%;
      vertical-align: top;
    }
    .head2,.body2,.foot2 
    {
      width: 56%;
      vertical-align: top;
    }
    .head3,.body3,.foot3 
    {
      width: 22%;
      vertical-align: top;
    }
  /* colum definitions of layout table - end */
  
  /* row definitions of layout table - begin */
     .head1, .head2, .head3
    {
      height: 5%;
    }
    .body1, .body2, .body3
    {
      height: 90%;
    }
     .foot1,.foot2,.foot3 
    {
      height: 5%;
    }
  /* row definitions of layout table - end */

  /* cell definitions of layout table - begin */
    .head1 
    {
      background-color: #953158;
      color: #ffffff;
    }
    .head2 
    {
      width : 100%;
      text-align: center;
      background-color: #953158;
      color: #ffffff;
    }
    .head3 
    {
      background-color: #953158;
      color: #ffffff;
    }
    .body1 
    {
      background-color: #F0709B;
      color: #000000;
    }
    .body2 
    {
      border-color: #F0709B;
    }
    .body3 
    {
      background-color: #F0709B;
      color: #000000;
    }
    .foot1 
    {
      background-color: #953158;
      color: #ffffff;
    }
    .foot2 
    {
      width : 100%;
      background-color: #953158;
      color: #ffffff;
    }
    .foot3 
    {
      background-color: #953158;
      color: #ffffff;
    }
  /* cell definitions of layout table - end */
/* definition of layout table - end */




