body, div, span, table, td, input, a, a:visited, a:hover, a:active { 
	/* font-family : Arial, Helvetica, sans-serif; */ 
	font-family : Times New Roman, Times, serif; 
	font-size : 18px;
 }

table.orders {
	color: Black;
	background-color: #FFFFCC;
	padding: 5px;
}


div.pageContainer {
	width: 900px;
}

/*  Product Listing Table  */

table.prodTbl {
	border: solid 1px #999999;
}


td.prodTblHdr {
	font-size : 18px;
	font-weight: bold;
	color: #ffffff;
	background: #0000ff;
	vertical-align:top;
	white-space:nowrap;
	text-align: center;
}


td.prodTbl {
	vertical-align:top;
}



#msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	
}

td.msgText, span.msgText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	text-align: right;
	vertical-align: baseline;
	padding: 0px;
}
td.msgDots, span.msgDots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	text-align: left;
	vertical-align: baseline;
	padding: 0px;
}

td { 
	vertical-align: top;
	padding: 5px;
} 


span.footer, span.footer a:link, span.footer a:hover, span.footer a:visited {
	font-size: 12px;
	font-style: normal;
   color: Black;
}

hr { color : #666666; height : 1px; } 


.title,
span.title a:link,
span.title a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration : none;
	font-weight: bold;
	color: #000099;
}

span.title a:hover,
span.title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration : underline;
	font-weight: bold;
	color: #000099;
}

span.body{
	font-style : normal;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
}


.textSmall, .textSmall a:hover {
	color: #333333;
	font-family : arial, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight: normal;
}

.textSmall a, .textSmall a:visited  {
	color: #0000FF;
	font-family : arial, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight: normal;
}


.textSmallBold, .textSmallBold a:hover {
	color: #333333;
	font-family : arial, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight: bold;
}

.textBold {
	color: #333333;
	font-family : arial, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight: bold;
}

.textBoldColor {
	color: #000099;
	font-family : arial, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight: bold;
}

.textMessageColor {
	color: #990000;
	font-family : arial, sans-serif;
	font-size : 12pt;
	font-style: italic;
	font-weight: bold;
}



/* --  STYLES FOR NEPTCO OPEN ORDERS PAGE  --  */

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration : none;
	font-weight: bold;
	color: #000066;
	text-align: center;
}

/* --  STYLES FOR NEPTCO OPEN ORDERS TABLE  --  */

.ColumnTitle {
	color: #000066;
	font-family : arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: bold;
}

table.sortable a.sortheader {
	color: #000066;
	font-family : arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: bold;
   text-decoration: none;
   display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

td.rowText {
	color: #333333;
	font-family : arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: normal;
}

td.rowTextRight {
	color: #333333;
	font-family : arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: normal;
	text-align: right;
}

td.rowTitle {
	color: #333333;
	font-family : arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight: bold;
}
/*  --  Tabbed Menu   --  */
td.tabMenu {
	color: White;
	background-color: #000099;
	font-family : arial, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight: bold;
	width: 125px;
	text-align: center;
	border-right: solid 10px white;
	white-space: nowrap;
}

td.tabMenu a:link, td.tabMenu a:visited {
	color: White;
	background-color: #000099;
	font-family : arial, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

td.tabMenu a:hover {
	color: Yellow;
	background-color: #000099;
	font-family : arial, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
/*  --  END  Tabbed Menu   --  */
