/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
BODY,TABLE,.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalOrange
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #F08314
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_EditItem
{
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Pager
{
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
  font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.containermaster_adb {
	width: 100%;
	/*background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_adb {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_adb {
	background-color: #ffffff;
}

/* Skin */
/*
a:link {color: #000000; text-decoration: underline}
a:visited {color: #000000; text-decoration: underline}
a:hover {color: #0093df; text-decoration: underline}
a:active {color: #0093df; text-decoration: underline}
*/
.Body
{
	background-color: #9ea39c;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.Head {
   font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #F08314;
}

.InformationMessage {
   font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}
.newstitle
{
	color: #000000;
	font-weight: bold;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;

}
.newssummary
{
	color: #000000;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
 
}
.newsrow
{
background: none;

}
.breadcrumb
{
	font-weight: normal;
}
.SkinObject
{
	font-weight: normal;
}

/* Badly named old MultiQuote styles - added temporarily for changeover */
.mq10pxdblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	white-space: normal;
	letter-spacing: 0.05pc;
}
.textbox1 {
	height: 16px;
	width: 275px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	background-position: center center;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: none;
	cursor: text;
}
.mq12pxBorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	background-color: #FFFFFF;
	text-decoration: none;
}
.mq14pxmainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
}
.largeBlueMainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
}
.largeOrangeMainhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
}
.pictureholder {
	position: static;
	left: 75px;
	top: 50px;
	background-image: url(images/images_m/loginpict.gif);
	background-position: left top;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: thin none #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.productholder {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 470px 285px;
}
.mq10pxgry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	cursor: default;
}
.logostyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #003399;
}
.italstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-variant: normal;
	color: #000000;
}
.webbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0pt;
	border: 0px #FFFFFF;
	color: #003366;
	background-color: #FFFFFF;
	padding: 0px;
	height: 18px;
	width: 120px;
}
.promobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	height: 18px;
	width: 48px;
	border: #FFFFFF;
	color: #003366;
	padding: 0px;
}
.reqbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	height: 18pt;
	width: 50pt;
	padding-left: 4px;
	border: #FFFFFF;
	padding-top: 4px;
	color: #003366;
}
.mq10pxField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	border: 1.0px solid #FFCC99;
	padding: 2px;
}
.mq10pxFieldStatic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	border: 1.0px solid #003399;
	padding: 2px;
}
a {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;

}
.mq12pxBorangegreybackCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF6600;
	background-color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}
.mq12pxBbluegreybackCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #003399;
	background-color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
	cursor: auto;
}
link {
	font-style: normal;
	font-weight: bold;
}

A:link {
    text-decoration:    underline;
    color: #F08314;
}


A:visited  {
    text-decoration:    underline;
    color: #F08314;
}

A:active   {
    text-decoration:    underline;
    color: #F08314;
}

A:hover    {
	color: #003399;
	text-decoration: none;

}

.para_indent {
	line-height: 12px;
	text-indent: 10px;
	list-style-position: outside;
}
.product_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #003399;
	height: 30px;
	width: 315px;
	background-color: #FFFFFF;
	background-position: left top;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 5px 20px 5px 5px;
}
.linerule1 {
	background-color: #FF6600;
	float: left;
	height: 5px;
	width: 300px;
}
.mq10px-sm-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	border: 1.0px solid #FFCC99;
	padding: 0px;
}
.findbox {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	vertical-align: top;
	margin: 2px 2px 2px 0px;
	background-position: center center;
	right: 0px;
	left: 3px;
	top: 0px;
	bottom: 0px;
	padding: 0px;
}

.listMainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 003399;
}
.listHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 003399;
	text-align: center;
}
.productSearchHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;

}
.productSearchResult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin none;
	background-color: #FFFFFF;
	color: 003399;
}
.productSearchExactResult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin none;
	background-color: #FFCC99;
	color: 003399;
}
.itemPriceInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin none;
	background-color: #FFFFFF;
	color: 003399;
}
.itemPriceInfoAwarded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin none;
	background-color: #FFCC99;
	color: 003399;
}
.itemPricePositive {
	color: FF0000;
}
.itemPriceNegative {
	color: #339900;
}
.nagHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	white-space: normal;
	letter-spacing: 0.05pc;
	background-position: center center;

}
.nagStrapOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	white-space: normal;
	letter-spacing: 0.05pc;
}
.nagStrapBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	white-space: normal;
	letter-spacing: 0.05pc;
}
.nagOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	white-space: normal;
	letter-spacing: 0.05pc;
}

.nagBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	white-space: normal;
}
.mq12pxBblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #003399;
	background-color: #FFFFFF;
	text-decoration: none;
}
.mq14pxBblueCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003399;
	background-color: #FFFFFF;
}
.BulletListblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	white-space: normal;


}
.BulletListorange {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	white-space: normal;
}
.nagOrangeNorm {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	white-space: normal;
	letter-spacing: 0.05pc;
}
.SmallBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
}

/* Menu bar styles */
.SupplierMenu {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #F08314;
}

A.SupplierMenu:link {
    text-decoration:    none;
    color: #F08314;
}


A.SupplierMenu:visited  {
    text-decoration:    none;
    color: #F08314;
}

A.SupplierMenu:active   {
    text-decoration:    none;
    color: #F08314;
}

A.SupplierMenu:hover    {
	color: #003399;
	text-decoration: none;

}

.ListingTable {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border-collapse: collapse;
	padding: 2px;

}


table.ListingTable td {
	border: 1px solid #999999;
}

.DataTable {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border-collapse: collapse;
	padding: 2px;
}

table.DataTable td {
	border: 1px solid #999999;
}
.priceIndex {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003399;
}

.priceIndexHeader {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color:#F08314;
}

.priceIndexFooter {
  font-weight: bold;
  text-align: right;
  border-color:#ECE9D8;
  border-left-width:0px;
  border-right-width:0px;
  border-top-width:1px;
  border-bottom-width:1px;
  border-style: solid;
}

.priceIndexResult {
  border-color:#ECE9D8;
  border-width:1px;
  border-right-style: solid;
}
.priceIndexResultFirst {
  border-color:#ECE9D8;
  border-width:1px;
  border-left-style: solid;
  border-right-style: solid;
}
.priceIndexResultNumber {
  border-color:#ECE9D8;
  text-align: right;
  border-width:1px;
  border-right-style: solid;
}
.priceIndexRowOdd {
  background-color: #ffddb9;
}
.priceIndexRowEven {
  background-color: #FFFFFF;
}

.priceIndexResult A:link {
    text-decoration: none;
    font-weight: normal;
    color: #003399;
}

.priceIndexResult A:visited  {
    text-decoration: none;
    font-weight: normal;
    color: #003399;
}

.priceIndexResult A:active   {
    text-decoration: none;
    font-weight: normal;
    color: #003399;
}

.priceIndexResult A:hover    {
    text-decoration: none;
    color: #F08314;
}

