/* Overall containers */
html, body{
margin: 0;
padding: 0;
background: #AA0000 url('images/Bkgnd.gif') top left repeat-x;
font-family: sans-serif;
font-size: 14px;
}
h1 {
font-size: 20px;
border-bottom: 2px solid #AA0000;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
A:link { color: #700000 }
A:visited { color: #700000 }
A:active { color: #AA0000 }
A:hover { color: #AA0000 }
#wrap {
background: #FFFFFF;
position: absolute;
width: 800px;
left: 50%;
margin-left: -400px;
top: 30px;
}
/* Header Content */
#header {
background: #FFFFFF url('images/HeaderBeta.gif') top left no-repeat;
height: 100px;
padding: 0px 0px 0px 0px;
color: #777777;
font-size: 12px;
}
#welcome { /* Welcome Message */
position: absolute;
width: 340px;
margin: 0px;
top: 20px;
left: 440px;
}
#HomeLink { /* clickable logo link to the home page */
position: absolute;
height: 80px;
width: 260px;
top: 15px;
left: 15px;
}
#HomeLink span{ /* text within the home link */
display: none;
}
/* Navigation Links */
#navlist {
text-align: left;
background: #000000;
padding: 0;
margin: 0px 0px 10px 0px;
}
#bctotal {
padding: 3px 5px 0px 0px;
color: #FFFFFF;
font-size: 12px;
float: right;
}
#navlist ul {
display: block;
padding: 3px 0px 3px 0px;
margin: 0;
background: #000000;
list-style: none;
}
#navlist li {
display: inline;
background: #000000;
padding: 3px 10px 3px 10px;
}
#navlist li.here {
background: #000000 url('images/WhitePointer.gif') center bottom no-repeat;
}
#navlist a {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}
#navlist a:hover {
text-decoration: underline;
}
/* Main Page Section */
#main{
background: #FFFFFF;
padding: 10px 10px 10px 10px ;
}
.Google780box {
width: 780px;
background: #AA0000 url('images/Red780top.gif') no-repeat top left;
margin: 0px 0px 10px 0px;
text-align: center;
}
.Google780box .Google780span {
display: block;
padding: 10px 10px 10px 10px;
background: url('images/Red780btm.gif') no-repeat bottom left;
color: #FFFFFF;
font-size: 12px;
text-align: center;
}
#shim400{
height:400px;
float:right;
width:1px;
}
/* Footer Section */
#footer {
clear: both;
background: #AA0000 url('images/Footer.gif') top left no-repeat;
height: 100px;
text-align: center;
font-size: 12px;
color: #000000;
}
#copyright {
position: relative;
top: 60px;
text-align: center;
font-size: 10px;
color: #C95E5E;
}
/* Barcode generation area */
#bcform {
float: left;
width: 250px;
}
#datanotice {
background: #F1D6D6;
border: 1px solid #AA0000;
padding: 5px;
text-align: center;
font-size: 10px;
color: #700000;
}
#bcdisplay {
float: right;
width: 520px;
height: 300px;
overflow: auto;
text-align: center;
}
#bcsaveoptions {
float: right;
width: 520px;
padding: 5px 0px 5px 0px;
border-top: 1px solid #E2E2E2;
font-size: 18px;
text-align: center;
}
#bcsaveoptions form {
display: inline;
margin: 0px;
padding: 0px;
}
#bcsaveoptions img{
margin: 0px 5px 0px 5px;
}
.paramlabel {
width: 85px;
padding: 0px 0px 0px 5px;
color: #AA0000;
font-size: 16px;
font-weight: bold;
}
.paramvalue {
margin: 4px 0px 4px 0px;
padding: 2px;
width: 160px;
background: #EEEEEE;
font-size: 14px;
font-weight: bold;
color: #444444;
}