/* Inventory Mover Styles */
/* ------------------------------------------------------------------ */

/* =GLOBAL */

html, body {
	font-family: Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
	font-size: 13px;
	font-style: normal; /* normal, italic, oblique */
	color: #000000;
	background-color: #999999;
	background-image: url(/images/bg.gif);
	background-repeat: repeat; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: center top; /* left, center, right - top, center, bottom */
	margin: 5px 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: #ED1C24;
	background-image: url();
	background-repeat: repeat-x; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: center top; /* left, center, right - top, center, bottom */
	margin: 0 auto; /* don't remove this */
	padding: 7px 15px 0;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase; /* capitalize, uppercase, lowercase, none */
	color: #ED1C24;
	margin: 0 0 7px;
	padding: 0;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 8px;
	padding: 4px 8px 4px;
	border-top: 1px solid #cccccc;
	background-color: #ececec;
	}
h4 {
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #ED1C24;
	margin: 0 0 8px;
	padding: 4px 8px 4px;
	border-top: 1px solid #cccccc;
	background-color: #eeeeee;
}
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;
}
a:link, a.md:link {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
a:visited, a.md:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
a:hover, a.md:hover {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.sm, p.sm, a.sm:link, a.sm:visited, a.sm:hover {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
a.sm:link {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.sm:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.sm:hover {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
.lg, p.lg, a.lg:link, a.lg:visited, a.lg:hover {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
}
a.lg:link {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.lg:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.lg:hover {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
.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;
}
hr {
	height: 1px;
	color: #333333;
	background-color: #333333;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
}
.hidden {
	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: 13px;
	font-weight: normal;
	color: #ffffff;
}
#nav a:link, #nav a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
/* TABLES */

/* =table01 */
#table01 {
	font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
#table01 caption {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 0 5px;
	text-align: left;
	text-transform: uppercase;
}
#table01 table, #table01 td {
	border: 1px solid #ED1C24;
	border-collapse: collapse;
}
#table01 th {
	color: #ffffff;
	border: 1px solid #ED1C24;
	border-collapse: collapse;
	background-color: #ED1C24;
	margin: 0;
	padding: 2px 6px;
}
#table01 table {
	border: none;
	border-top: 1px solid #ED1C24;
	border-bottom: 1px solid #ED1C24;
}
#table01 td {
	margin: 0;
	padding: 4px 10px 6px;
}
#table01 tfoot {
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	background-color: #F0F8FF;
	text-align: left;
}
/* ------------------------------------------------------------- */
/* =FOOTER */

#footer {
	margin: 0;
	padding: 0;
}
#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: #000000;
	text-align: center;
	margin: 12px 0 0;
	padding: 0;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #666666;
	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;
	padding: 0;
}
#footer a.sm:link {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: underline;
}
#footer a.sm:visited {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: underline;
}
#footer a.sm:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.bgcontent {
	background-image: url(/images/bgcontent.gif);
	background-repeat: repeat-y; /* no-repeat, repeat, repeat-x, repeat-y */
	background-position: center top; /* left, center, right - top, center, bottom */
	margin: 0; 
	padding: 0;
}
#box {
	background-color: #ED1C24;
	margin: 0; 
	padding: 2px 6px 6px;
	border: 2px solid #000000;
}
#box a:link, #box a:visited {
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#box a:hover {
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
