.headerPosition {position:absolute; top:0px; left:0px; width:100%;}
.headerMenuPanel {position:absolute; top:0px; right:0px; z-index:1;}

/*Depends on logo image size.*/
td.headerLogoSize { height:70px; width:235px;}
.LogoHyperLink { border:0px; height:70; width:200}

/*Color has to match with logo image background color*/
.headerColor{background-color:#D87A4B;}

/*Describes look of navigation menu in the top-left corner. Colors have to match with one on the pictures.*/
.headerMenu {background-color:#E6BC87; font: bold 12px Arial,Verdana,san-serif; text-align:center;}
.headerActiveMenu {background-color:#ECE6CF;}
.headerMenu a,
.headerActiveMenu a {text-decoration:none; height:29px; padding-top:9px;}
.headerMenu a {color:#fff;}
.headerActiveMenu a {color:#000; background-color:#ECE6CF;}

/*Look of login status bar.*/
.LoginStatus {background-color:#ccd3d8; height: 25px;}

/*Desribes look of supplier information bar text*/
.loginInfo {color:#666666; font: 11px Arial,Verdana,san-serif;}
/*Desribes look of supplier information bar data text(username, address.)*/
.supplierInfo {font: 11px Arial,Verdana,san-serif;}
.supplierInfoPanel {padding-left:10px; float:left;}

/*Desribes look of logout panel*/
.logoutPanel {float:right; padding-right:10px; padding-top:2px;}
a.logout {color:#000; font: bold 11px Arial,Verdana,san-serif;}

/*Desribes look of login panel*/
.loginPanel {float:right; padding-right:10px; padding-top:2px;}
a.login {color:#000; font: bold 11px Arial,Verdana,san-serif;}