/* Default tags */



table   { 
          FONT-SIZE:12px; COLOR: #000000; font-family: Arial, Tahoma, verdana,  helvetica, sans-self, Chicago;
        }

 
th      { 
          font-weight: bold; 
        }
 
 
img     { 
          border:0;
        }


select  {
            SCROLLBAR-FACE-COLOR: #dddddd; FONT-SIZE: 12px; SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; 
            SCROLLBAR-SHADOW-COLOR: #cccccc; COLOR: #000000; WORD-BREAK: break-all; 
            SCROLLBAR-3DLIGHT-COLOR: #f5f5f5; SCROLLBAR-ARROW-COLOR: #ffffff; 
            SCROLLBAR-TRACK-COLOR: #f0f0f0; FONT-FAMILY: Arial, Tahoma, verdana,  helvetica, sans-self, Chicago;
            SCROLLBAR-DARKSHADOW-COLOR: #f5f5f5; height:auto;  
        }

/* Hyper link, visit, active, hover */

/*
A:link { text-decoration:none; color: black;}
A:visited { text-decoration:none; color: black;}
A:active { text-decoration:underline; color:black ;}
A:hover {color:gray; text-decoration:underline;}
*/

 


/* Title in the Primary Heading */

.title   {
             padding: 4px 0px 0px 0px;FONT-SIZE: 14px; font-weight: bold;  
         }

 
/* Definitions for font style */


.white     {
               color: #FFFFFF;
                   font-weight: bold;
           }


.version    {
               FONT-SIZE: 10px;  
                   text-align : right;
               color: #FFFFFF;
                   font-weight: bold;
           }   


           
.icon     { 
                 FONT-SIZE: 11px;  
          }

.nine     { 
                 padding: 4px 4px 4px 4px; FONT-SIZE: 11px;  background-color: #FFFFFF; 
          }


.nined    { 
                 padding: 4px 4px 4px 4px; FONT-SIZE: 11px;  background-color: #efefef; 
          }

         
.rnineb  { 
            padding: 4px 4px 4px 4px; font-weight: bold;     
         }

.rnine   { 
            padding: 4px 4px 4px 4px;     
         }

.rnin    { 
            padding: 0px 2px 0px 2px;     
         }

.rnines  { 
            font-weight: bold;  text-align:center; 
         }

.rniness { 
           padding: 4px 4px 4px 4px; text-align:center; 
         }



/* Title Style */
.titlebox  {
              font-weight: bold; text-align:center ; background-image : url(img/wbg.gif) ;                          
                  background-repeat:no-repeat;
               }
          
           
.titleline {
              font-weight: bold; text-align:center ;  background-color: #EEF1F6;
           }

 



/* Button style */

.button    { 
               width:100; height:20; background-color:#E2E2E2;border-style:outset;border-width:"2";padding-top:"1"; 
               font-size: 12px; 
           }


.btnm     {  
               width:100; height:30; background-image:url(img/btnmain.gif);border-width:0;
               font-size: 8pt; font-weight: bold; color:#330000; padding: 1px 4px 2px 2px;
          }

 
 
      
/* Text input box style */
 
    
.textbox    { 
                padding: 0px 0px 0px 0px; background-color:white;height:19px;border-width:1pt; 
                border-color:#CCCCCC; border-style:solid
            }


