/* Inventory Mover Styles */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: 0px;
	background-color: #F3F3F3;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.bgnav {
	background-image: url(/images/bgnav.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 169px;
}
.bglogo {
	background-image: url(/images/bglogo.gif);
	background-repeat: repeat-x;
}
h1 {
font-size: 18px;
line-height: 20px;
font-weight: bold;
color: #CA1328;
text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
text-align: left;
margin: 12px 0 6px 0;
padding: 0;
}
h2 {
font-size: 16px;
line-height: 18px;
font-weight: bold;
color: #CA1328;
text-transform: none; /* capitalize, uppercase, lowercase, none */
text-align: left;
margin: 14px 0 3px 0;
padding: 0;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FFD900;
}
a:active {
	color: #FFD900;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #CA1328;
	border: 1px #000000 solid;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}
/* Footer */

#navbtm, #navbtm p, #navbtm a:link, #navbtm a:visited, #navbtm a:hover {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: center;
margin: 0;
padding: 15px 0 3px 0;
}
#navbtm a:link, #navbtm a:visited {
font-weight: bold;
color: #000000;
text-decoration: none;
}
#navbtm a:hover {
font-weight: bold;
color: #CA1328;
text-decoration: underline;
}
#copyright, #copyright p, #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright sup {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: center;
margin: 0 0 15px 0;
padding: 3px 0 0;
}
#copyright sup {
font-size: 6px;
font-weight: bold;
text-decoration: none;
}
#copyright a:link, #copyright a:visited {
font-weight: bold;
color: #000000;
text-decoration: none;
}
#copyright a:hover {
font-weight: bold;
color: #CA1328;
text-decoration: underline;
}