<style>
BODY { backgroundcolor: $this->BgColor; link: $this->LinkColor; vlink: $this->VlinkColor; 
        scrollbar-3dlight-color : #FFFFFF;
        scrollbar-arrow-color : #8D887A;
        scrollbar-darkshadow-color : #DED6BD;
        scrollbar-face-color : #F7F7EF;
        scrollbar-highlight-color : #F7F7EF;
        scrollbar-shadow-color : #FFFFFF;
        scrollbar-track-color : #DEEBF6;
}
A:vlink { COLOR: $this->VlinkColor; }
A:hover { COLOR: #004182; }
A { cursor: hand; }
<!-- if($this->Language == "arabic") { -->
.sw {font-family:$this->FontStyle;font-size:12px;color:$this->TextColor;FONT-WEIGHT: lighter;}
<!-- } -->

<!-- if($this->Language != "arabic") { -->
.sw {font-family:$this->FontStyle;font-size:11px;color:$this->TextColor;FONT-WEIGHT: lighter;}
.swbold {font-family:$this->FontStyle;font-size:11px;color:$this->TextColor;FONT-WEIGHT: bold;}
<!-- } -->

.swb {font-family:$this->FontStyle;font-size:12px;color:$this->TextColor;}
.swsmall {font-family:$this->FontStyle;font-size:11px;color:$this->TextColor;}
.swhead {font-family:$this->FontStyle;font-size:14px;font-weight:BOLD;color:$this->TextColor;}
.mheader {font-family:Verdana;font-size:11px;font-weight:BOLD;color:$this->TextHeadColor;}
.mlheader {font-family:$this->FontStyle;font-size:18px;font-weight:BOLD;color:$this->TextColor;}
.msheader {font-family:$this->FontStyle;font-size:13px;font-weight:BOLD;color:$this->TextColor;}
.stdsel {
background-color: #FFFFFF; font: 9pt Verdana; border: 1px solid
black;padding: 3px; height: 22px;}
.stdedit { background-color: #FFFFFF; font: 8pt Tahoma; border: 1px solid black;
padding: 3px; height: 22px;}

TR.on	{BACKGROUND-COLOR: $this->SelectColor; }
TR.ongray	{BACKGROUND-COLOR: #F5F5F5; }

</style>

<SCRIPT LANGUAGE="JavaScript">
var MSIE=navigator.userAgent.indexOf("MSIE");
var NETS=navigator.userAgent.indexOf("Netscape");
var OPER=navigator.userAgent.indexOf("Opera");
var agt=navigator.userAgent.toLowerCase();


var mac    = (agt.indexOf("mac")!=-1);

if((MSIE>-1) || (OPER>-1)) {


if(mac)	{

document.write("<style>.stdbtn { background-color: #F4F4F4; font: 9pt Tahoma; width: 75px;}");
document.write(".stdbtnlong { background-color: #F4F4F4; font: 9pt Tahoma; width: 95px;}</style>");

} else {

document.write("<style>.stdbtn { background-color: #F4F4F4; font: 8pt Tahoma; width: 75px;}");
document.write(".stdbtnlong { background-color: #F4F4F4; font: 8pt Tahoma; width: 95px;}</style>");
}

}

if (navigator.appName=="Netscape" && parseFloat(navigator.appVersion) >= 4.7)	{
document.write("<style>.stdbtn { background-color: #F4F4F4; font: 8pt Tahoma; width: 75px;}");
document.write(".stdbtnlong { background-color: #F4F4F4; font: 8pt Tahoma; width: 95px;}</style>");
} else {
document.write("<!--Netscape Style Sheet-->");
}
</SCRIPT>
