﻿.PnlHeader
{
	Height:208px;
	Width:1024px;
	position: relative; 
	left: 0px; 
	top: 0px; 
	z-index: 100;
}
.ImgHeader
{
	background-image: url(./images/system/header.jpg);	
	background-repeat:no-repeat;	
	border: none;
	z-index: 100; 
	left: 0px; 
	position: absolute; 
	top: 0px;
	Width:1024px;
	Height:137px;
}

.ImgLogo
{
	background-image: url(./images/system/logo.png);	
	background-repeat:no-repeat;	
	border: none;
	z-index: 100; 
	left: 20px; 
	position: absolute; 
	top: 20px;
	Width:291px;
	Height:104px;
}









.PnlLogin
{
	left: 400px; 
	position: absolute;
	top: 56px; 
	z-index: 101;
	Width:290px;
	Height:74px;
}
.PosLblCodCli
{
	left: 5px; 
	position: absolute; 
	top: 6px; 
	z-index: 100;
	Font-Size:8pt;
	Width:120px;	
	font-family:verdana,tahoma,sans-serif; 
	color:White;
}
.PosTxtCodCli
{
	Height:24px;
	left: 3px; 
	position: absolute;
	top: 4px;
	z-index: 103;
	Width:190px;
	Font-Size:10pt;
	border-style:none;
    border-width:0px;
    background-repeat:no-repeat;
	background-image:url(./images/system/logintxt.jpg);	
}

.PosTxtCodPw
{
	Height:24px;
	left: 3px; 
	position: absolute;
	top: 36px; 
	z-index: 101;
	Width:190px;
	Font-Size:10pt;
	border-style:none;
    border-width:0px;
    background-repeat:no-repeat;
	background-image:url(./images/system/logintxt.jpg);	
}

.ImgLogin
{
	background-image: url(./images/system/btnlogin.jpg);	
	background-repeat:no-repeat;	
	border: none;
	z-index: 104; 
	left: 205px;
    position: absolute; 
    top: 28px; 
    Height:24px;
    Width:85px;
}


.PnlLogout
{
	left: 400px; 
	position: absolute;
	top: 56px; 
	z-index: 101;
	Width:290px;
	Height:84px;	
}

.PnlBoxButton
{
	left: 0px; 
	position: absolute;
	top: 140px; 
	z-index: 100;
	Width:1024px;
	Height:56px;
	background-image: url(./images/system/backbutton.jpg);	
}


.PnlTopCart
{
	left: 400px; 
	position: absolute;
	top: 0px; 
	z-index: 100;
	Width:300px;
	Height:74px;
}

.PosLblReturnLogError
{
	z-index: 106; 
	left: 7px; 
	position: absolute;
    top: 48px; 
    font-weight:bold; 
    Font-Size:7pt;
    Color:Red;
    Width:246px;
}




.MenuDisabled
{
	color:#000000; 	
} 

.MenuDisabled:hover
{
   color:#6ec0ee;
}




.MenuEnabled
{
	color:#6ec0ee; 	
} 

