/* Kenya Revenue Authority Style Definition */

a                      
    {
      color            : #000000;
    }
a:link:active:visited 
    {
      color            : #000000;
    }
a:hover       
    {
      border           : 0px solid #cf3e45;
      color            : #cf3e45;
    }

h1                     
    {
      color            : #cf3e45;
      font-family      : Verdana, Arial, Helvetica, sans-serif;
      font-size        : 14pt; 
      font-weight      : bold; 
      text-decoration  : none ;
    }
h2                     
    {
      color            : #000000;
      font-family      : Verdana, Arial, Helvetica, sans-serif;
      font-size        : 12pt; 
      font-weight      : bold; 
      text-decoration  : none ;
    }

body
    {
      background       : url(../images/ebg.jpg);
      background-attachment : fixed;
      top-margin       : 0pt;     
    }
legend
    {
      color            : #000000;
      font-family      : Verdana, Arial, Helvetica, sans-serif;
      font-size        : 8pt; 
      font-weight      : bold; 
      text-decoration  : none ;
    }
td  
    {
      color            : #000000;
      font-size        : 9pt; 
      font-family      : Verdana, Arial, Helvetica, sans-serif;
    }
img 
    {
      border           : 0;
    }
.bgFade
    {
      background       : url(../images/fade.jpg);
      background-color : #ffffff;
      background-position : top;
      background-repeat : repeat-x;
    }

#btnOn                
    {
      color            : #ffffff;
      background-color : #cf3e45;
      height           : 20px;
      border           : 4px;
      font-size        : 8pt;
      text-align       : center;
      text-vertical-align       : center;
      border-top       : 1px   solid #ffffff;
      border-bottom    : 1px   solid #000000;
      border-left      : 1px   solid #ffffff;
      border-right     : 1px   solid #000000;
    }
#btnOff                
    {
      color            : #000000;
      background-color : #aaaaaa;
      height           : 20px;
      border           : 4px;
      font-size        : 8pt;
      text-align       : center;
      text-vertical-align       : center;
      border-top       : 1px   solid #ffffff;
      border-bottom    : 1px   solid #000000;
      border-left      : 1px   solid #ffffff;
      border-right     : 1px   solid #000000;
    }

.dataScroll           
    {
      overflow         : scroll;
      height           : 250px; 
      width            : 960px; 
    }
#dataOn               
    {
      background       : #ffffdd;
    }
#dataOffEven               
    {
      background       : #eeeeee;
    }
#dataOffOdd               
    {
      background       : #dddddd;
    }

.txtCaption           
    {
      color            : #cf3e45;
      font-color       : #cf3e45;
      font-size        : 8pt;
      font-style       : italic;
      text-align       : center;
    }
.txtFind              
    {
      color            : #cf3e45;
      background-color : #dddddd;
      height           : 20px;
      width            : 100px;
      font-size        : 8pt;
      text-align       : center;
      border-top       : 1px   solid #000000;
      border-bottom    : 1px   solid #ffffff;
      border-left      : 1px   solid #000000;
      border-right     : 1px   solid #ffffff;
    }

.btnSearch              
    {
      color            : #ffffff;
      background-color : #cf3e45;
      height           : 20px;
      font-size        : 8pt;
      text-align       : center;
      font-weight      : bold;
    }
.txtSearch            
    {
      color            : #cf3e45;
      background-color : #dddddd;
      border           : 4px;
      font-size        : 8pt;
      text-align       : center;
      font-weight      : bold;
    }
.topBanner   
    {
     background-image  : url(../images/krabanner.jpg);
     background-repeat : no-repeat;
     background-position : top;
     height            : 100px;
     widtht            : 1000px;
    }
.fadeBox     
    {
     background-image  : url(../images/fadebg.jpg);
     background-repeat : repeat-x;
    }

.kraContentText   
    {
      color            : #000000;
      font-family      : Verdana, Arial, Helvetica, sans-serif;
      font-size        : 8pt; 
      text-decoration  : none ;
    }
    
.dotBox
    {
      margin           : 0;
      padding          : 0;
      border-top       : 1px dotted #dddddd;
      border-bottom    : 1px dotted #dddddd;
      border-right     : 1px dotted #dddddd;
      border-left      : 1px dotted #dddddd;
    }
.dotLineLeftRight
    {
      margin           : 0;
      padding          : 0;      
      border-left      : 1px dotted #cf3e45;
      border-right     : 1px dotted #cf3e45;
    }
.dotLineBottom 
    {
      margin           : 0;
      padding          : 0;      
      border-bottom    : 1px dotted #cf3e45;
    }
.dotLineLeft 
    {
      margin           : 0;
      padding          : 0;      
      border-left      : 1px dotted #cf3e45;
    }
.dotLineRight 
    {
      margin           : 0;
      padding          : 0;      
      border-right     : 1px dotted #cf3e45;
    }
.dotLineTop   
    {
      margin           : 0;
      padding          : 0;      
      border-top       : 1px dotted #cf3e45;
    }
    

