﻿/*
Blue

Dark  #0a5b90
Light #bfe0ff
*/

body
{
	font-family:helvetica, sans-serif;
	font-size: 14px;
	background-color:White;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.DarkColor
{
	color: #0a5b90;
}

.LightColor
{
	color: #bfe0ff;
}

.ContrastColor
{
	color: red;
}

.MainMenuLevel1Item
{
    color: #bfe0ff;
    background-color: #0a5b90;    
}

.MainMenuLevel2
{
    border: solid 3px #0a5b90;
}

.MainMenuLevel2Item
{
    color: #0a5b90;
    background-color: #bfe0ff;
    padding: 0px 5px 2px 5px;
}

.MainMenuHover
{
    text-decoration: underline !important;
}


.LoginBox
{
	margin-left: 50px;
	margin-right: 50px;
	border: solid 1px #0a5b90;
}

tr.MasterRow1 { background-color:#0a5b90; }
.TopMenuTitle {	font-size: 20px; color: white; white-space: nowrap}
.TopCusBannerText {font-size: smaller; color: white; font-weight:bold; white-space: nowrap}
tr.LoginTable { font-size: smaller; color: #bfe0ff;}
.ErrorMessage { color: red; border: solid 1px red;}
td.HeaderGradient
{
	width: 326px;
	height: 44px;
	background-image: url(blue_hd_grad.jpg);
	background-repeat: no-repeat;
}
tr.MasterRow2 { background-color:#bfe0ff; }
tr.MasterRow3 { background-color:#0a5b90; color:#bfe0ff; font-size:14px; }
a.MainMenuItem 
{
	color: #bfe0ff;
	text-decoration: none;
	
}
a.MainMenuItem_Highlighted
{
	color:white;
	text-decoration: none;
}
tr.MasterRow4 { background-color:#bfe0ff; }
.MasterRow4_CusName { color: #0a5b90; }
tr.MasterRow5 { background-color:#0a5b90; }
.BottomNav { color: white; }
a.BottomNavItem 
{
	font-size: 12px;
	text-decoration: none;
	color: white;
}
tr.MasterFooterRow
{
	background-color:#0a5b90;
	background-image:url(blue_ft_grad.jpg);
	background-repeat:repeat-y;
}
.FooterRowText
{
	color: #bfe0ff;
	font-size: 10px;
}

/* Left nav */
td.LeftNav
{
	vertical-align:top;
	background-color:#bfe0ff;
	width:200px;
	border-right:1px solid #0a5b90;
	
}

div.LeftNavSection
{
	border: 1px solid #0a5b90;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	color: #0a5b90;
}

a.LeftNavLink
{
	color: #0a5b90;
	text-decoration: none;
}

a.LeftNavLink_Highlighted
{
	color: #0a5b90;
	text-decoration: underline;
}

div.LeftNavSection h1
{
	font-size: 13px;
	color: #0a5b90;
	margin-top: 0px;
	margin-bottom: 6px;
}

div.LeftNavSection h2
{
	font-size: 13px;
	color: #0a5b90;
	margin-top: 6px;
	margin-bottom: 6px;
}

input.LeftNavTextBox
{
	font-size: 12px;
}

div.AcctPicker
{
	float: right;
	border-right: solid 1px #0a5b90;
	border-bottom: solid 1px #0a5b90;
	border-left: solid 1px #0a5b90;
	color: #0a5b90;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 4px 4px 4px 4px;
}

div.AcctPicker .AcctPickerBigText
{
	font-size: 16px;
	font-weight: bold;
	color: Red;
}

div.AcctPicker a
{
	color: #0a5b90;
}

table.ProdCategories
{
	margin-left: 10px;
}

/* When displaying a form in a table, left justify. */
table.ForForm
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Static links that should not change appearance. */
a.EcomActionLink
{
	color: #0a5b90;
}
	
/* Headers */
h1
{
	color: #0a5b90;
	text-align: left;
	font-size: 20px;
}

h2
{
	color: #0a5b90;
	text-align: left;
	font-size: 15px;
}

h3
{
	color: #0a5b90;
	text-align: left;
	font-size: 12px;
}

/* Tables that show lists of items. */
table.EcomTable
{
	width: 100%;
	font-size: 13px;
	border-right: solid #bfe0ff 1px;
	border-top:solid #bfe0ff 1px;
	margin-left: auto;
	margin-right: auto;
}
table.EcomTable th 
{
	background-color: #bfe0ff;
}
table.EcomTable td 
{
	border-left: solid #bfe0ff 1px;
	border-bottom:solid #bfe0ff 1px;
}

a.PageNavLink 
{
	color: #0a5b90;
	text-decoration: none;
}

.PageNavActiveLink
{
	color: Gray;
	text-decoration: none;
}

/* Search box */
table.Search
{
    margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	border: solid 1px #0a5b90;
    background-color: #bfe0ff;
}
td.SearchTitle {color: #ffffff; background-color: #0a5b90; font-size:12px; font-weight:bold; text-align:center; border-bottom: solid 1px #0a5b90;}
.Search {font-size: 11px;} /* For the controls. */
.SearchButton {font-size: 11px; background-color: #0a5b90; color: White}

/* Product Detail */
table.ProductDetail
{
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	border-right: solid #0a5b90 1px;
	border-top:solid #0a5b90 1px;
}
table.ProductDetail th {text-align:center; font-size:large; background-color: #bfe0ff; border-left: solid #0a5b90 1px; border-bottom:solid #0a5b90 1px;}
table.ProductDetail td {border-left: solid #0a5b90 1px; border-bottom:solid #0a5b90 1px;}
td.ProductDetailRowHeader {background-color:#bfe0ff; width: 5%; border-left: solid #0a5b90 1px; border-bottom:solid #0a5b90 1px;}

/* News Scroller */
#news_scroller
{
	width: 175px;
	height: 300px;
	padding: 3px;
	font-size: 12px;
}

.NewsScrollerTitle
{
	color: #0a5b90;
	font-weight: bold;
}

.FaqHeader
{
	font-size:14px;
	color: Black;
	margin-bottom: 0.5em;
}


/* Product Search Results */
td.ProductMfrCatNum
{
	white-space:nowrap;
	padding-right: 15px;
}

a.ProductCatNumLink
{
	color: #0a5b90;
	text-decoration: none;
}

a.ProductCatNumLink_Highlighted
{
	color: #0a5b90;
	text-decoration: underline;
}


.FullTechDescription
{
	font-size: 10px;
}


a.ProductDetailsLink
{
	font-size: 10px;
	color: #0a5b90;
	text-decoration: none;
}

a.ProductDetailsLink_Highlighted
{
	font-size: 10px;
	color: #0a5b90;
	text-decoration: underline;
}

.SimpleBox
{
	border: solid 1px #0a5b90;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
}

.ExpandedOptionBox
{
	border-left: solid 1px #0a5b90;
	border-bottom: solid 1px #0a5b90;
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 5px;
}

.SectionBox
{
	border: solid 1px #0a5b90;
}

.SectionBox h2
{
	color: #0a5b90;
	background-color: #bfe0ff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border-bottom: solid 1px #0a5b90;
}

.SectionBox .SectionContent
{
	margin: 5px 5px 5px 5px;
}


