P { MARGIN: 0; }
OL { MARGIN-TOP: 0; MARGIN-BOTTOM: 0; MARGIN-LEFT: 40px; }
UL { MARGIN-TOP: 0; MARGIN-BOTTOM: 0; MARGIN-LEFT: 40px; }
BODY { font-size: 13px; font-family: Verdana; color: #000080; }
INPUT { FONT-SIZE: 13px;
    margin-top: 9px;
}
OPTION { FONT-SIZE: 13px; }
SELECT { FONT-SIZE: 13px; }
TABLE { FONT-SIZE: medium; font-family: Verdana; /*margin-right: 56px;*/ }
TD { FONT-SIZE: 13px; font-weight: 700; }
TR { FONT-SIZE: 13px; }
A:link { COLOR: black; }
A:active { COLOR: black; }
A:visited { COLOR: black; }
A:hover { color: #808080; }

.gridview TD{font-family:Verdana;font-size:11px; }


.pnlCustomerInfo  { float:right; border:1px solid #eee; border-radius:3px; padding:10px; margin:5px 5px 0 0; text-align:center; position:relative; }
    .pnlCustomerInfo a { display:inline-block; width:100%; max-width: 80px; border:1px solid #d4d4d4; padding:6px 2px; margin:10px auto 0; text-decoration:none;
                         -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;

                        background: rgb(226,226,226); /* Old browsers */
                        background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
                        background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
                        background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    }

    .pnlCustomerInfo a:hover { border:1px solid #fff; box-shadow:0 0 2px #000; background:#000; color:#fff !important; }