BODY
{
    BACKGROUND-COLOR: aliceblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    margin-left:0;
    margin-right:0;
    margin-top:5;
}
input { 
 font-size:8pt;
}
select { 
 font-size:8pt;
}
textarea {
 font-size:8pt;
}
TABLE.clsReport
{
    BORDER:1px solid blue ;
    padding-bottom:1px;
    padding-top:1px;
    padding-left:1px;
    padding-right:1px;
}
TABLE.clsReport TR
{
    BACKGROUND-COLOR: #93bee2;
    height:12px;
}
TABLE.clsReport TD
{
    BORDER-TOP-STYLE: none; 
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    BORDER-BOTTOM-STYLE: none;
    font-family:Tahoma;
    font-size:8pt;
    font-weight:bold;
    height:12px;
}
TABLE.clsReport TH
{
    BACKGROUND-COLOR: #6699cc;
    BORDER-BOTTOM: white thin groove;
    BORDER-LEFT: white thin groove;
    BORDER-RIGHT: white thin groove;
    BORDER-TOP: white thin groove;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder;
    TEXT-TRANSFORM: capitalize;
    height:12px;
}
TR.alternatingrow 
{
	BACKGROUND-COLOR:#99ccff;
}
TR.alternatingrow TD
{
	BACKGROUND-COLOR:#99ccff;
}
LABEL
{
    COLOR: #336699;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder
}




TABLE.clsGridView
{
    BORDER:1px solid blue ;
    padding-bottom:1px;
    padding-top:1px;
    padding-left:1px;
    padding-right:1px;
   
}
TABLE.clsGridView TR
{
    BACKGROUND-COLOR: #93bee2;
    height:12px;
    
}
TABLE.clsGridView TD
{
    BORDER-TOP-STYLE: none; 
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    BORDER-BOTTOM-STYLE: none;
    font-family:Tahoma;
    font-size:8pt;
    font-weight:bold;
    height:12px;
    padding-left:5px;
    
}
TABLE.clsGridView TH
{
    BACKGROUND-COLOR: #6699cc;
    BORDER-BOTTOM: white thin groove;
    BORDER-LEFT: white thin groove;
    BORDER-RIGHT: white thin groove;
    BORDER-TOP: white thin groove;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bolder;
    TEXT-TRANSFORM: capitalize;
    height:12px;
    text-align:left;
}

TABLE.clsGridView span 
{
    BORDER-TOP-STYLE: none; 
    BORDER-RIGHT-STYLE: none; 
    BORDER-LEFT-STYLE: none; 
    BORDER-BOTTOM-STYLE: none;
    font-family:Tahoma;
    font-size:8pt;
    font-weight:bold;
    height:12px;
}
