/* SITEWIDE STYLES */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background4.gif);
}
body,td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:link, active {
	text-decoration: none;
	color: #003399;
}
A:visited { 
	text-decoration: none;
	color: #003399;
}
A:hover { 
	text-decoration: underline;
	color: #003399;
}
img {
	border-width:0px;
}



/* Used for small type at bottom of page */
.OEQinfo {
	font-size: 10px;
	color: #FFFFFF;
}

.OEQStrong {
	font-size: 14px;
	font-weight:700;
}

/* SITE MENU STYLES */
#mainmenu{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#mainmenu td{
	background: url(../images/mainmenu_02.gif) repeat-x;
}
#mainmenu ul{
	margin: 0px;
	padding: 0px;
}
#mainmenu li{
	display: inline;
	list-style: none;
	padding: 0px 7px;
	font-size: 10px;
	font-weight: bold;
}
#mainmenu a{
	color: #000000;
}
#mainmenu a:hover {
	color: #CC0000;
	text-decoration: none;
}
.menu-bkg {
	background: url(../images/mainmenu_02.gif) repeat-x;
}

/* Used on parts page */
.DNum {
	font-size: 20px;
	font-weight: bold;
}
.article_head {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: normal;
}
.article_subhead {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}
.PhotoCaption {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.inactive-link {
	color: #333333;
}
.list {
	font-size: 12px;
	line-height: 20px;
	list-style-position: outside;
	list-style-type: square;
}

/* Complete Parts list table */
.parts-table {
	font-size: 11px;
}
.slideCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#form {
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
	border-left: 1px dotted #333333;
}
input, textarea {
	font-size: 10px;
	background: #D7DBE7;
}
select {
	font-size: 9px;
}

/* CUSTOMER ORDER SECTION */
#sidemenu li{
	list-style: url(../images/menu-arrow.gif) none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: -5px;
}
.headerline{
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}
#POtable td{
	font-size: 10px;
}
.POtableHeader{
	font-weight: bold;
	background: #5B7C9E;
	color: #FFFFFF;
}

.POtableHeader a {
	color: #FFFFFF;
}

.noedit{
	color: #666666;
}
#RecentPOTable td{
	border-bottom: 1px solid #666666;
	padding: 5px 12px 5px 12px;
	font-size: 11px;
}
.tablehead{
	color: #000000;
	background: #DFDFDF;
}
#AddressTable td{
	font-size: 11px;
	padding: 2px 4px;
}
.POPartsHeaders {
	color: #333333;
	font-weight: bold;
}
.POTableText {
	font-size: 11px;
}
#PartOrderTable td, #PartOrderTable th{
	font-size: 11px;
	padding: 2px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#PartDisplayTable th{
	font-weight:700;
	text-align:left;
	font-size: 10px;
	padding: 4px 2px 0px;
}
#PartDisplayTable td.td{
	font-size: 10px;
	padding: 4px 2px 2px;
	border-top:1px solid #BBBBBB;
}
#PartDisplayTable td.extra{
	font-size: 10px;
	padding: 0px 2px 2px;
	border-top:0px;
}
#PartDisplayTable td.right {
	text-align:right;
	padding-right:6px;
}
#PartDisplayTable th.right {
	text-align:right;
	padding-right:6px;
}
.collapsable {
	display: inline;
}
#tallybox{
	position: relative;
	z-index: 2;
	top: 100px;
	right: -40px;
}
#tallybox table{
	background-color: #99CC00;
}
.mandatory {color: #C70000}

/* FIXED FOOTER FOR PO PAGE */ 
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:55px;
	width:770px;
	margin-right: auto;
	margin-left: auto;
}
div#footertable {
	width:623px;
	height:55px;
	float: right;
	background: #000000;
}
#footertable td{
	font-size: 11px;
	color: #FFFFFF;
}
#SelectFile td {
	font-size: 11px;
}

.tinyBlack {
 font-size:10px;
 color:#000000;
 }
 
.goRight {
	text-align:right;
}

#logintext{
	padding-right: 10px;
	font-size: 11px;
}
.incorrect {color: #990000}

.errorbox {background-color:#ffaaaa; padding: 10px; margin: 10px; border: 1px black solid; font-weight: 600; text-align: center;}

	#newPartsNotify { font-size: 1.15em; padding: 6px; background-color: #f2eeaa; border: 1px solid #2e2a07; text-align: center; width: 80%; margin:auto; margin-top: 15px; margin-bottom: 10px;}
