﻿.table
{
 
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:16px;
              
}


.tablefc
{
 
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:16px;
               
}

.tablefc tr 
{ 
    line-height: 25px; 

}

.travel
{
 
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:16px;
  width:200px;
  
} 

.travel tr 
{ 
    line-height: 25px; 
    text-align:center; 
    background-color:Orange;
}

.travel td 
{ 
   vertical-align:top;
}

.traveldesc
{
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:16px;
  font-weight:normal;
}

.traveldesc td 
{
       text-align:left; 
       background-color:#325115;
}

.note
{
 
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:14px;

              
}

.home
{
 
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:16px;
  text-align:left;
  font-weight:normal;
 
 }
 
.button
{
    color:#ecf1e0;
    background : Grey;
    border-color : Black;
    width : 70%  ;
    height : 100%
}

.buttonSukanyaSamridhi
{
    color:#ecf1e0;
    background : Grey;
    border-color : Black;
    width : 100%  ;
    height : 100%;
    vertical-align:bottom;
    text-align:center;
}
.AlignTextBoxSukanyaSamridhi
{
    text-align: center; 
    vertical-align:middle;
    margin-top:4;   
}

.buttonExpense
{
    color:#ecf1e0;
    background : Grey;
    border-color : Black;
    width : 100%  ;
    height : 70%
}

.dropdown
{
  width:100% ;  
}

.textbox
{
  width:90% ;  
  height: 40px;
}

.checkbox
{
  height: 40px;
  vertical-align:bottom;
}


.grid
{
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:16px;
 
}
.resultlabel
{
 
  color:#ecf1e0;
  font-family:Book Antiqua;
  font-size:16px;
              
}
.listbox
{
  height:200px;
  width:300px;
  font-weight:bold;    
}
.heading
{
 font-weight :bold; 
 background-color:Gray;
 height:30px;
}
.description
{
  background-color:#325115; 
  width:700px;   
}
.container {
  border: 1px solid black;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-pack: justify;
  -moz-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  display: box;
  box-pack: justify;
  box-align: center;
}



