/* Inventory Mover Styles */

/* ------------------------------------------------------------------ */
/* GLOBAL */
html, body {
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 13px;
	font-style: normal; /* normal, italic, oblique */
	color: #000000; /* default text color */
	background-color: #ececec;
	background-image: url(/images/bg.gif);
	background-repeat: repeat; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: left top; /* left, center, right - top, center, bottom */
	margin: 0 auto 15px; /* don't remove this */
	padding: 0;
}
h1 {
	font-size: 20px;
	line-height: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left; /* left, center, right */
	text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
	color: #ffffff;
	background-image: url(/images/bgH1.gif);
	background-repeat: repeat-x; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: left top; /* left, center, right - top, center, bottom */
	margin: 0;
	padding: 7px 15px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
	color: #322870;
	margin: 0 0 7px;
	padding: 0;
}
h3 {
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #999999;
  margin: 6px;
	padding: 2px 6px;
}
p, .md, p.md, a:link, a:visited, a:hover, a.md:link, a.md:visited, a.md:hover, li {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
p, .md, p.md, li {
	margin: 0;
	padding: 0 0 7px;
}
ul {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
a:link, a.md:link {
	font-weight: bold;
	color: #322870;
	text-decoration: none; /* underline, overline, line-through, blink, none */
}
a:visited, a.md:visited {
	font-weight: bold;
	color: #322870;
	text-decoration: none; 
}
a:hover, a.md:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline; 
}
.sm, p.sm, a.sm:link, a.sm:visited, a.sm:hover {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px;
}
a.sm:link {
	font-weight: bold;
	color: #322870;
	text-decoration: none; /* underline, overline, line-through, blink, none */
}
a.sm:visited {
	font-weight: bold;
	color: #322870;
	text-decoration: none;
}
a.sm:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.lg, p.lg, a.lg:link, a.lg:visited, a.lg:hover {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px;
}
a.lg:link {
	font-weight: bold;
	color: #322870;
	text-decoration: none; /* underline, overline, line-through, blink, none */
}
a.lg:visited {
	font-weight: bold;
	color: #322870;
	text-decoration: none;
}
a.lg:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333333;
	border: 1px #000000 solid;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}
.ruleVert {
  border-left: 1px dotted #333333; /* none, dotted, dashed, solid, double, groove, ridge, inset, outset */
}
hr {
	height: 1px;
	color: #333333;
	background-color: #333333;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
}
.hide {
	display: none;
}
/* ------------------------------------------------------------- */
/* NAV */
#nav { 
	background-color: #000000;
	margin: 0;
	padding: 8px 15px;
	text-align: center;
}
#nav p, #nav a:link, #nav a:visited, #nav a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#nav a:link, #nav a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #F5E200;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* SIDEBAR */
#bgSidebar {
	background-image: url(/images/bgSidebar.jpg);
	background-repeat: repeat-x; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: left top; /* left, center, right - top, center, bottom */
  width: 200px;
  height: 275px;
  margin: 0;
	padding: 12px 12px 6px;
}
#bgSidebar p, #bgSidebar a:link, #bgSidebar a:visited, #bgSidebar a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	text-align: right; /* left, center, right */
 margin: 0;
	padding: 0;
}
#bgSidebar a:link, #bgSidebar a:visited {
	font-weight: bold;
	color: #322870;
	text-decoration: underline;
}
#bgSidebar a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
/* ------------------------------------------------------------- */
/* FOOTER */
#rule {
 background-color: #F5E200;
	height: 6px;
	}
#footer, #footer p, #footer a:link, #footer a:visited, #footer a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 4px 8px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #F5E200;
	text-decoration: underline;
}
#footer p.sm, #footer a.sm:link, #footer a.sm:visited, #footer a.sm:hover {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
#footer a.sm:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#footer a.sm:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#footer a.sm:hover {
	font-weight: bold;
	color: #F5E200;
	text-decoration: none;
}
