body, td, textarea
{
	font-size: 10pt;
	font-family: Tahoma,Arial,Helvetica;
}

hr
{
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #cc0000;
}

a img 
{
	border: none;
}
pre
{
	font: 10pt;
}

.NavButton img {
	border: none;
}

#MessageBox {margin: 0 !important; padding: 0 !important; }
.MessageBox
{
	border: 1px solid #666666;
	background-color: #ffffcc;
	width: 500px;
	padding: 5px;
	margin-bottom: 10px;
	overflow: auto;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2);
}

.MessageBox UL
{
	margin: 0px;
	padding-left: 65px
}
.HelpPopup
{
	border: 1px solid #666666;
	background-color: #ffffcc;
	padding: 4px;
	left: 16px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2);
}

.LinkButton
{
	color: #333399;
	font-size: 9pt;
	font-weight: bold;
}

.SubNav, .SubNav A
{
	font-size: 7pt;
	color: #ffffff;
}

.SubNavHeader
{
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;

	/* this causes all lines AFTER the first one to indent 6px */
	margin-left: 6px;
	text-indent: -6px;
}

.SubNav UL
{
	line-height: 10pt;
	margin: 0px;
	padding-left: 10px;
	text-indent: -6px;
	list-style-type: none;
}

.SubNav A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.SpendingAccountLabel /* When there's just a single account */
{
	font-size: 7pt;
	color: #ffffff;
}
.SubNavQuickOrder
{
	color: #ffffff;
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
}

#SpendingAccounts, #SpendingAccounts ul { /* all lists */
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	background: #333399; 
	font-size: 100%;
	list-style: none;
	line-height: 1;
}

#SpendingAccounts a { /* spending account text */
	display: block;
	width: 10em;
	color: #cccccc;
}

#SpendingAccounts li { /* active spending account */
	float: left;
	width: 10em; 
}

#SpendingAccounts li ul { /* available spending accounts if there's more than one */
	position: absolute;
	background: #5555BB;
	color: #cccccc;
	width: 10em;
	padding-left: 4px; 
	visibility:hidden;
}

#SpendingAccounts li ul a {
	color: #cccccc;
}

#SpendingAccounts li:hover ul, #SpendingAccounts li.sfhover ul { /* lists nested under hovered list items */
	visibility:visible;
}

.ProductImage
{
	border: 2px solid #cccccc;
}

.Grid, .InfoBox
{
	border: 1px solid #999999;
	border-collapse: collapse;
}

.Grid TD
{
	padding:  1px 3px 1px 3px;
	border-left: 1px solid #999999;
	vertical-align: top;
}

.GridEvenRow TD
{
	background-color: #e9e9e9;
}

.InfoBox TD.InfoBoxHeader
{
	padding:0 2px 0 2px;
}

/* example: credit card history */
.LiteGrid
{
	border: 1px solid #999999;
	border-collapse: collapse;
}

.LiteGridHeaderRow TD
{
	border: 1px solid #999999;
	background-color: #e9e9e9;
}

.LiteGridOddRow TD, .LiteGridEvenRow TD
{
	border: 1px solid #999999;
}

.WizardProgressBar
{
	border: 1px solid #999999;
	color: #999999;
	background-color: #e9e9e9;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

.WizardProgressBar A, .WizardProgressBar A:hover
{
	color: #999999;
	text-decoration: underline;
}

/* example: Create New Address box in checkout process */
.ShadedRegion
{
	border: 1px solid #999999;
	background-color: #e9e9e9;
}

.CategoryCrumbs
{
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 12px;
}

.CategoryTable IMG
{
	border-style: none;
}

#Calendar
{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2);
}

#Calendar .DayHeader
{
	background-color: #666666;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	color: white;
}

#Calendar .DayCell
{
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	height: 20px;
	font-size: 12px;
	font-family: verdana;
}

#Calendar .SelectedDayCell
{
	height: 20px;
	border: 2px solid #ff0000;
	font-size: 12px;
	font-family: verdana;
}

.FileUpload
{
	margin-bottom: 4px;
}

.FileUpload TD
{
	font-size: 8pt;
}

.LineItemSpecTable TD
{
	padding: 0px;
	border-width: 0px;
	font-size: 8pt;
}

.UnformattedList
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#SubNav .FixedMenuItem, .FixedMenuItem a
{
	height: 15px;
	padding-left:2px;
	font-size: 8pt;
	color: white;
	display: block;
}

#SubNav .FixedMenuItemHover, .FixedMenuItemHover a
{
	background-color: #e9e9e9;
	color: black;
}

#SubNav .PopupMenu
{
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}

#SubNav .PopupMenuItem, .PopupMenuItem a
{
	font-size: 10pt;
	height: 15px;
	border-top: 1px solid #999;
	padding: 0 2px 0 2px;
	display: block;
	color: black;
}

#SubNav .FixedMenuItem a:hover, .PopupMenu a:hover
{
	color: black;
	text-decoration: none;
}

#SubNav .PopupMenuItemHover, .PopupMenuItemHover a
{
	background-color: #e9e9e9;
}

.savedReportBox
{
	border:solid 1px black;
	background-color:#ddd;
	width:250px;
	padding:10px;
}
.Loading 
{
	background : url('/Images/loadingImage.gif') right center no-repeat;
	position: relative; 
	width: 150px; 
	height: 150px;
}
.DynamicSubNav, .DynamicSubNav * {
	margin:0;
	padding:0;
}
.DynamicSubNav {
	line-height:1.0;
	margin-bottom:.5em;
	border-bottom: 1px solid #000099;
	width: 12.45em;
}
.DynamicSubNav ul {
	background:#fff; /*IE6 needs this*/
	border-bottom: 1px solid #000099;
	padding-left:0px;
	width: 12.45em;
}
.DynamicSubNav li {
	background:#333399;
	border-left:1px solid #000099;
	border-top:1px solid #000099;
	float: left;
	list-style:none;
	position:relative;
	width: 12.45em;
	z-index:999;
}
.DynamicSubNav a {
	display:block;
	padding: .5em 0 .5em 1.25em;
	text-decoration:none;
	width:10.45em;
}
.DynamicSubNav li ul {
	top:-999em;
	position:absolute;
	width:12.45em;
}
.DynamicSubNav li:hover,
.DynamicSubNav li.sfHover,
.DynamicSubNav a:focus, .DynamicSubNav a:hover, .DynamicSubNav a:active {
	background:#000099;
}
.DynamicSubNav li:hover ul, /* pure CSS hover is removed below */
ul.DynamicSubNav li.sfHover ul {
	left:12.45em;
	top:-1px;
}

.DynamicSubNav li:hover li ul,
.DynamicSubNav li.sfHover li ul {
	top:-999em;
}
.DynamicSubNav li li:hover ul, /* pure CSS hover is removed below */
ul.DynamicSubNav li li.sfHover ul {
	left:12.45em;
	top:-1px;
}
.DynamicSubNav li li:hover li ul,
.DynamicSubNav li li.sfHover li ul {
	top:-999em;
}
.DynamicSubNav li li li:hover ul, /* pure CSS hover is removed below */
ul.DynamicSubNav li li li.sfHover ul {
	left:12.45em;
	top:-1px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.DynamicSubNav li li {
	width:12.45em;
}
.MenuArrow {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/Images/icons/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .MenuArrow {  /* give all except IE6 the correct values */
	top:			.4em;
	background-position: 0 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .MenuArrow,
a:hover > .MenuArrow,
a:active > .MenuArrow,
li:hover > a > .MenuArrow,
li.sfHover > a > .MenuArrow {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.DynamicSubNav ul .MenuArrow { background-position:  -10px 0; }
.DynamicSubNav ul a > .MenuArrow { background-position:  0 0; }
/* apply hovers to modern browsers */
.DynamicSubNav ul a:focus > .MenuArrow,
.DynamicSubNav ul a:hover > .MenuArrow,
.DynamicSubNav ul a:active > .MenuArrow,
.DynamicSubNav ul li:hover > a > .MenuArrow,
.DynamicSubNav ul li.sfHover > a > .MenuArrow {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.MenuShadow ul {
	background:	url('/Images/shadow.png') no-repeat bottom right;

}
.MenuShadow ul.MenuShadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to TopNav creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	14.45em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.MenuHover ul {
	left:	14.45em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .MenuArrow { background-position: 0; } /* IE6 gets solid image only */
.sf-vertical a > .MenuArrow { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .MenuArrow,
.sf-vertical a:hover > .MenuArrow,
.sf-vertical a:active > .MenuArrow,
.sf-vertical li:hover > a > .MenuArrow,
.sf-vertical li.MenuHover > a > .MenuArrow {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
.SpecForm
{
	margin: 2px;
	border-collapse: collapse;
}
.SpecForm td
{
	vertical-align: center;
	padding-right: 5px;
}
.SpecLabel { }
.SpecControl { }
.SpecSuffix
{
	margin-left: 3px;
}
.SpecPrefix
{
	text-align: right;
}
.SpecOddRow  { }
.SpecEvenRow  { }

.ProductForm  { }
.ProductLabel
{
	vertical-align: center;
}
.ProductControl { }
.ProductOddRow  { }
.ProductEvenRow  { }

div.ProductGroup
{
	width: 800px;
	overflow: auto;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

div.ProductGroupHeader
{
	font-weight: bold;
}

div.ProductGroupItem
{
	min-width: 150px;
	text-align: center;
	float: left;
	padding: 2px;
}