/* CSS Document */
/***
 *File Name:          application.css
 *Created By:         Ankur Kumar Singh
 *Date:               27/06/2007
 *Description:        This css file make class to achieve a consistance design of the application
 *Copyright           pj softwares 
 */
 

p,body , table , tr , td {
  font: verdana;
  font-size:12px;
  color: black;
  
}

a , a:active , a:visited
{
  font: normal normal bold 11 bold verdana , Arial;
  color: rgb(255,153,0);
  letter-spacing: 1px;
  
}

a:hover
{
  color: blue;
}


.application_heading{
  font: normal normal bold 30px bold ;
  font-family: arial;
  color: #ffffff;
}

.section_heading
{
    font: normal normal bold 25px bold verdana , Arial;
    color: rgb(68,0,136);
}

.text_body
{
  font: normal normal normal 13px normal verdana , Arial;
  color: rgb(32,32,32);
  text-align: justify;
 
}

/* Css Use to design any form which take input */
.form_table
{
  border: 1px gray solid;
  font: normal normal normal 13px normal verdana , Arial;
  color: red;
  text-align: justify;
}

.form_table tr td
{
  padding: 3px ;
  border-bottom: 1px rgb(82,82,82) solid;
}

.form_table tr td.header
{
  font: bold 11 bold verdana , arial;
  color: #ffffff;
  text-align: justify;
  background-color: rgb(64,128,128);
}
.form_table tr td.label
{
  font: bold 12 bold verdana , arial;
  letter-spacing: 1px;
  color: rgb(101,101,101);
  text-align: right;
}
.form_table tr td input
{
  border: 1px rgb(51,153,153) solid;
  font: 11px verdana , arial;
  height: 20px;
}
/* End of form CSS */

.s_box , .s_box tr td
{
	border: none;
	padding: 0 ;
}
/* Css Class use to design report layout */

.report_table
{
    font: normal 11 normal verdana , arial;
    color: rgb(0,0,0);
    text-align: justify;
    border: 1px rgb(0,0,0) solid
}   

.report_table tr td.header  
{
    border-bottom: rgb(0,0,0) ;
    background: rgb(0,102,204);
    font: bold 12 bold verdana , arial;
    letter-spacing: 1px;
    text-align: left;
    height:20px;
}



.report_table tr td.even
{
  height: 20px;
  background-color: rgb(164,164,164);
  text-align:left;
  font: normal 11px normal verdana , arial;
  border-bottom: 1px rgb(80,80,80) solid; 
}
.report_table tr td.odd
{
  height: 20px;
  background-color: white;
  text-align:left;
  font: normal 11px normal verdana , arial;
  border-bottom:1px  rgb(80,80,80) solid;
}

.report_table tr td.paging
{
  padding-left: 200px;
}

/* End of report table */ 

/* Browse Directory Design Table */

     /* Classes fcr Sponsers Product Listing */
      .sponser_company_product
      {
        font: bold 12 bold verdana , arial;
        letter-spacing: 2px;
        text-decoration: none;
      }
      
      .sponser_company_product a, .sponser_company_product a:visited
      {
        font: bold 16px bold verdana , arial;
        text-decoration: none;
        color: rgb(0,51,153);
        letter-spacing: 0px;
      }
      
      .sponser_company_product a:hover
      {
        color: rgb(0,0,0);
      }
      
      .sponser_company_product .company_name 
      {
        font: bold 14 bold verdana,arial;
        color: rgb(0,51,153);
      }
      /*************************************************************/
      /*Design for Economy product Listing */
      
      .economy_company_product
      {
        font: bold 12 bold verdana , arial;
        letter-spacing: 2px;
        text-decoration: none;
      }
      
      .economy_company_product a, .economy_company_product a:visited
      {
        font: bold 14px bold verdana , arial;
        text-decoration: none;
        color: rgb(0,51,153);
        letter-spacing: 0px;
      }
      
      .economy_company_product a:hover
      {
        color: rgb(0,0,0);
      }
      
      .economy_company_product .company_name 
      {
        font: bold 14 bold verdana,arial;
        color: rgb(0,51,153);
      }
      /**************************************************************/
      /*Design for Basic Product Listing****************************/
      .basic_company_product
      {
        font: bold 12 bold verdana , arial;
        letter-spacing: 2px;
        text-decoration: none;
      }
      
      .basic_company_product a, .economy_company_product a:visited
      {
        font: bold 12px bold verdana , arial;
        text-decoration: none;
        color: rgb(0,51,153);
        letter-spacing: 1px;
        
      }
      
      .basic_company_product a:hover
      {
        color: rgb(0,0,0);
        text-decoration: underline;
      }
      
      .basic_company_product .company_name 
      {
        font: bold 14 bold verdana,arial;
        color: rgb(0,51,153);
      }
      /************************************************************/
      /**Global class design of Product listing ******************/
      .description
      {
        font: normal 12 normal verdana , arial;
        color: rgb(80,80,80);
      }
      .more_link
      {
        font: normal 12  verdana , arial;
        font-weight: bold;
        color: rgb(80,80,80);
      }
      
      .more_link a
      {
        font: bold 12 bold verdana , arial;
        color: rgb(0,0,204);
        text-decoration: none;
      }
      
      .more_link a:hover
      {
        color: rgb(204,102,0);
        text-decoration: underline;
      }
      .line td
      {
        border-bottom: 1px rgb(80,80,80) solid;
      }
      
      
      /* Bjrowse Directory Class */
      
      
      .browse_directory , .browse_directory tr , .browse_directory tr td , .browse_directory tr td  a , .browse_directory tr td  a:visited  
      {
        
        font: bold 14px bold tahoma ;
        text-decoration: none;
        color: rgb(204,102,51);    
        border: none ;    
        
        
      }
      
      .browse_directory tr td  a:hover , 
      {
        font: bold 14px bold tahoma ;
        text-decoration: none;
        color: rgb(0,0,153);
      }
      
      .browse_directory tr td  a:visited
      {
        font: bold 14px bold tahoma ;
        text-decoration: none;
            
      }
