/* Inventory Mover Styles */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: 0px;
	background-color: #CCCCCC;
}
.bgnav {
	background-image: url(/images/nav/bg.gif); background-repeat: repeat-x;
	background-position: left top;
}

p, ul, li, ol, dl, dt {
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}
h1 {
	font-size: 20px;
	color: #676767;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}
h2 {
	font-size: 16px;
	color: #676767;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #FFD900;
}

a:active {
	color: #FFD900;
}

.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #000000; 
	background-color: #E4FF00;
	border: 1px #000000 solid;
}
.formarea, .textarea {
  	border: #333333 1px solid;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 10px;
  	font-style: normal;
  	color: #333333;
	background-color: #ffffff;
  	text-decoration: none;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}
.sm {
	font-size: 10px;
	color: #000000;
}
a.sm:link, a.sm:visited {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.sm:hover {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}

/* Footer */

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
a.footer:link, a.footer:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}
a.footer:hover {
	font-family: Arial, Verdana, 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;
}