body{
    font-family:Verdana, Arial, Calibri, sans-serif;
    font-size:11pt;
}

input[type="button"], input[type="submit"]{
    border-radius:5px;
    border:thin solid silver;
    cursor:hand;
}

input[type="text"], input[type="password"], select{
    border-radius:3px;
    border:thin solid silver;
}

select{
    cursor:hand;
}

#pnlHeader{
    box-shadow:0px 5px 5px #212121;
     z-index:999; 
    left: 0px; 
    position: absolute; 
    top: 0px; 
    min-width:1020px;
}

#AspenMenu{
    width:840px;
    min-height:30px;
    height:5%;
    text-align:center;
    Z-INDEX: 1000; 
    CURSOR: default; 
    POSITION: absolute; 
    TOP: 0px; 
    left:165px;
}

#divSearch{
    position:absolute;
    left:165px;
    top:48px;
    min-width:500px;
}

#divInfo {
    position:absolute;
    left:600px;
    top:34px;
    min-width:400px;
    text-align:right;
}

#tblImage{
    LEFT: 0px; 
    POSITION: absolute; 
    TOP: 0px;
}

#icmdHome, #imgHome{
    max-width:160px;
    display: block;
    max-height:80px;
    width: auto;
    height: auto;
}

#cmdSearch{
    border:thin solid #a5a5a5;
    background-color:#c2c2c2;
    padding:0px 10px 3px 10px;
}

#cmdSearch:hover{
    border:thin solid #92edfa;
    background-color:Highlight;
}

#cmdSearch i{
    color:black;
}

#cmdChangeCustomer, #cmdLogOut{
    font-size: .8em;
    text-decoration:none;
}

#cmdChangeCustomer:hover, #cmdLogOut:hover{
    text-decoration:underline;
}

.link{
    text-decoration:none;
}
.link:hover{
    text-decoration:underline;
}

.dataitem tr{
    border:thick solid transparent;
    border-collapse:initial;
}