/* Inventory Mover Styles */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	padding: 0;
	margin: 0;
	background: #DCDCDC url(/images/background.gif) repeat-y left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

a:link {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

a:hover {
	color: #333333;
}

a:active {
	color: #333333;
}

.sm, p.sm, a.sm:link, a.sm:visited, a.sm:hover, a.sm:active {
	font-size: 10px;
	font-weight: normal;
}
a.sm:link, a.sm:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.sm:hover, a.sm:active {
font-weight: bold;
color: #cc0000;
text-decoration: none;
}

h1 {
font-size: 24px;
font-weight: bold;
color: #CC0000;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #000000;
text-transform: none; /* capitalize, uppercase, lowercase, none */
}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #ffffff; 
	background-color: #990000;
	border: 1px #000000 solid;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC0000;
	vertical-align: text-top;
}

/* Footer */

.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
a.footer:link, a.footer:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
a.footer:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: none;	
}

#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;
margin: 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: #000000;
text-decoration: underline;
}