/*This is Style Sheet of aba designed by VISEPL 2005 */
/*
  Design Date: 08-MAR-06
  Modified Date: 01-APR-06
  CSS Author: Deepak Sharma.(TL Web)
*/

/* This class below is inner most table */
.abatintab 
{
   border-color: blue;
   width: 70%;
}

/*Class For Table First Row Head used in the site*/
.abattabrow 
{
  background-image: url("../bdtabbg.png");
  width: 100px;
  height: 22px;
}

/*Class For Table Second Row Head used in the site*/
.abattabrow2 
{
  background-color: #FBF8E8;
}

/*Class For Table Third Row Head used in the site*/
/* Original height 35px changed to 15px*/
.abattabrow3 
{
  background-image: url("../bdtablower.png");
  width: 100px;
  height: 15px;
}

/*Class For Table Column*/
.abattabcol 
{
  background-color: #A3B4AB;
}
.abattabcol2 
{
  background-color: #EAEAEA;
}

.abattabcol3 
{
  background-color: #C8DAD0;
}

/*Class For Section Row*/
.abasecrow 
{
  background-color: #63A900;
}

/*Class For Unanswered Row*/
.abaunansrow 
{
  background-color: #EAEAEA;
}

/*Class For Answered Row*/
.abaansrow 
{
  background-color: #EAFFB7;
}

.abatwhite 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 	
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: white;
}
.abatwhitecen 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 	
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: white;
}
.abatblack 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 	
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: black;
}
.abatcblack 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 	
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: black;
}

/*Class For all inner text Black Font*/
.abatext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 	
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    color: black;
}

.abatred 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 	
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #FF0000;
}


