/* 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/tilespeak.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;
}
#page {
	width: 700px;
	background-color: #ffffff;
	margin: 0 0 15px 60px; /* don't remove this */
	padding: 15px;
	text-align: left;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	font-style: italic;
	font-weight: normal;
	text-align: left; /* left, center, right */
	text-transform: none; /* capitalize, uppercase, lowercase, none */
	color: #C60033;
	margin: 0;
	padding: 15px 0;
}
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: italic;
	font-weight: bold;
	text-transform: Capitalize;
	color: #23238e;
	margin: 0 0 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;
	margin: 0;
	padding: 0 0 7px;
}
a:link, a.md:link {
	font-weight: bold;
	color: #322870;
	text-decoration: 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 0 5px;
	padding: 0;
}
a.sm:link {
	font-weight: bold;
	color: #322870;
	text-decoration: 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 0 8px;
	padding: 0;
}
a.lg:link {
	font-weight: bold;
	color: #322870;
	text-decoration: 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;
}
hr {
	height: 1px;
	color: #333333;
	background-color: #333333;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
}
.hidden {
	display: 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;
	margin: 0;
	padding: 0;
}
#bgSidebar a:link, #bgSidebar a:visited {
	font-weight: bold;
	color: #322870;
	text-decoration: none;
}
#bgSidebar a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
/* ------------------------------------------------------------- */
/* =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;
}
/* ------------------------------------------------------------- */
/* =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: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 15px 0 0;
	padding: 4px 8px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #23238e;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #990033;
	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: #23238e;
	text-decoration: underline;
}
#footer a.sm:visited {
	font-weight: bold;
	color: #990033;
	text-decoration: underline;
}
#footer a.sm:hover {
	font-weight: bold;
	color: #c3;
	text-decoration: none;
}
#footer h3 {
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: Capitalize;
	color: #23238e;
	margin: 0 0 6px;
	padding: 2px 6px;
	}
