﻿body 
{
    margin: 0px;
    background-color: Transparent; 
}

.itemButton
{
    height: 26px;
    cursor: pointer;
    }
    
.itemButton:hover
{
    background-color: Black;
    }        

.xmlButton
{
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-width: 0;
    background-image: url(Images/xml.png);
    cursor: pointer;
    }
    
.xmlButton:hover
{
    background-image: url(Images/xmlDown.png);
    } 
    
.pdfButton
{
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-width: 0;
    background-image: url(Images/pdf.png);
    cursor: pointer;
    }
    
.pdfButton:hover
{
    background-image: url(Images/pdfDown.png);
    }     
    
.SendEmailButton
{
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-width: 0;
    background-image: url(Images/SendEmail.png);
    cursor: pointer;
    }
    
.SendEmailButton:hover
{
    background-image: url(Images/SendEmailDown.png);
    } 
    
.EmailButton
{
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-width: 0;
    background-image: url(Images/Email.png);
    cursor: pointer;
    }
    
.EmailButton:hover
{
    background-image: url(Images/EmailDown.png);
    }  
        
.CloseButton
{
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-width: 0;
    background-image: url(Images/Close.jpg);
    cursor: pointer;
    }
    
.CloseButton:hover
{
    background-image: url(Images/CloseDown.jpg);
    }    
    
.NewButton
{
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-width: 0;
    background-image: url(Images/New.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    }
    
.NewButton:hover
{
    background-image: url(Images/NewDown.png);
    }    
    
.SearchButton
{
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-width: 0;
    background-image: url(Images/Search.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    }
    
.SearchButton:hover
{
    background-image: url(Images/SearchDown.png);
    }    

.buttonAdd
{
    height: 14pt;
    }        
            
.txtHidden
{
    display: none;
    }

.ReportViewer
{
    background-color: Gray;
    border: 1px Solid Silver;
    }    
    
.divMain
{
    width: 100%;
    min-height: 400px;
    margin: 10px 0 0 0;
    font-family: Century Gothic, Tahoma, Arial;
    font-size: 10pt;
    color: rgb(127,127,127);
    text-align:left;
    overflow: visible;
    }

.txtTotales
{
    font-weight: bold;
    text-align: right;
    }
    
.GridHeader
{
    background-color: Gray;
    color: Black;
    border: 1px solid white;
    }    
    
.GridHeaderCell
{
    border: 1px solid white;
    text-align: center;
    }    

.GridRow
{
    color: Black;
    } 
    
.GridRowAlternating
{
    background-color: Silver;
    color: Black;
    }    
        
.MenuItem
{
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 7px 7px 7px 7px;
	}
	
.MenuItem:hover
{
    background-color: #333333;
	}
	
.strMenu 
{
     font-family: Century Gothic,Tahoma,Arial;
     font-size: 12px;
     font-weight: bold;
     color: white;
     text-decoration: none;
    }
    
 .strMenu:hover
 {
     color: Gray;
    }    
    
 .strMenuVisited
 {
     font-family: Century Gothic,Tahoma,Arial;
     font-size: 12px;
     font-weight: bold;     
     color: silver;
     text-decoration: none;    
    }     
    
 .strMenuVisited:hover
 {
     color: white;
    }  
    
 .tableMain
 {
     width: 100%;
     padding: 0,0,0,0; 
     margin: 0,0,0,0;
     }
     
.tMenu
{
    width: 100%;
    padding: 0 0 0 0; margin: 0 0 0 0;
    height: 20pt;
    }     

.ButtonClass
{   
     height: 18pt;
	}

.TextClass
{   

	}	 
	
.CboClass
{   

	}	

.ChkBox
{

    }    
    	

	    
.strLink 
{
     font-family: Century Gothic,Tahoma,Arial;
     font-size: 10pt;
     font-weight: bold;
     text-decoration: none;
     color: rgb(50,69,137);
    }
 .strLink:hover
 {
     font-family: Century Gothic,Tahoma,Arial;
     font-size: 10pt;
     font-weight: bold;     
     text-decoration: none;
     color: silver;
    }     
    
    
 .pSubMenu
 {
    margin: 0px; 
    padding: 0px; 
    text-align: left;
    vertical-align: middle;
    line-height: 30px;
    }     
   

.pGrid
{
     font-family: Century Gothic, Tahoma, Arial;
     font-size: 10pt;
     color: rgb(127,127,127);
     text-decoration: none;
     text-align: left;
    }
             
.pText
{
     font-family: Century Gothic, Tahoma, Arial;
     font-size: 10pt;
     color: rgb(127,127,127);
     text-decoration: none;
     text-align: left;
     margin: 10px;
    }
    
.pLogo
{
     font-family: Century Gothic, Tahoma, Arial;
     font-size: 9pt;
     color: rgb(127,127,127);
     text-decoration: none;
     text-align: left;
     margin: 10px;
    }    
    
   .strBJ 
{
     font-family: Tahoma,Arial;
     font-size: 8pt;
     font-weight: bold;
     color: gray;
     text-decoration: none;
    }
    
 .strBJ:hover
 {
     color: silver;
    } 
    
     
  .PTitle
 { 
     font-family: Century Gothic, Tahoma, Arial; 
     font-size: 12pt;
     font-style: normal;
     font-weight: bold;
     color: gray; 
  }   
  
  .PTotales
 { 
     font-family: Century Gothic, Tahoma, Arial; 
     font-size: 12pt;
     font-style: normal;
     font-weight: bold;
     color: black; 
     text-align: right;
  }   
   
  .PError
 { 
      font-family: Century Gothic, Tahoma, Arial; 
      font-size: 10pt;
      font-style: normal;
      font-weight: bold;
      color: red; 
  }                

    