/* HiVis Style */

BODY
{
	font-weight: normal;
	font-size: 12px;
	margin: 5px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #000000;
        background-color: #cecece;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}


TH
{
	vertical-align: baseline;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	background-color: #eeeeee;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}


TD
{
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

TD.Data
{
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #000000;
}

FORM
{
	margin: 0px;
	border-collapse: collapse;
}


/**************** page elements **************************/

#MenuBar
{
	border-top: #051537 thin solid;
	border-bottom: #051537 thin solid; 
	background-color: #ffffff;

}
.MenuSeparator
{
	display: none;
	visibility: hidden;
	color: #ffffff;
}

#Header
{
	background-color: white;
        border-top: #051537 thin solid;
}
#HeaderPanel
{
	font-size: 24px;
}

#HeightSpacer
{
	visibility: hidden;
}

#LeftColumn
{
	background-color: #cecccc;
        border-right: #051537 thin solid;

}

#LeftSpacerColumn
{
	background-color: #ffffff;
}

#RightColumn
{
	background-color: #cecccc;
        border-left: #051537 thin solid;

}

#RightSpacerColumn
{
	background-color: #ffffff;
}

#ContentColumn
{
	background-color: #ffffff;
}
#LeftPanel
{
	background-color: #ffffff;
}

#RightPanel
{
	background-color: #ffffff;
}

#PageContent
{
	/*background-color : #eeeeee;*/
}

#HeightSpacer
{
	visibility: hidden;
}

#Address
{
	margin: 2px;
	font-size: 24px;
	font-weight: bold;
	color: black;
}

#Address A
{
	background-image: none;
	color: black;
}

.PromoStatement
{
	color: #aaaaaa;
	font-size: 16px;
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: left;
}

/**************** Data grid ******************/
.DataGrid
{
	background-color: #ffffff;
}
.DataGridHeader
{
	background-color: #000000;
	color: #ffffff;
}

.DataGridItem
{
	background-color: #ffffff;
}

.DataGridPager
{
	background-color: #ffffff;
}

.DataGridPager A
{
	color: #051537;
}

/**************** Form **********************/

.FormTable
{
	background-color: #cccccc; /*width : 80%;*/
}

.FormTable TD
{
	background-color: fefeff;
	border: 1px;
}

TD.FormTitle
{
	background-color: #0f2d39;
	color: #bbbbbb;
}


/**************** Rule ***********************/

HR
{
	color: #f6f717;
	height: 1px;
}


/*************** Titles **********************/

H3.ContentTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000000;
}

H4.ContentSubTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000000;
}

H5.ContentSubTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #000000;
}

/*************** Product Stuff *******************/


.ProductGroupItem H4
{
	height: 40px;
}
.ProductGroupItem
{
	text-align: center;
}


.ProductOptionsTable HR
{
	color: White;
}
.ProductCodeRow TD
{
	font-weight: bold;
	background-color: #eeeeee;
}

.ProductDescriptionRow TD
{
	border-bottom: solid 1px #cccccc;
}

.ProductUnitRow TD
{
	border-bottom: solid 1px #cccccc;
}

.ProductPriceRow TD
{
	border-bottom: solid 1px #cccccc;
}

.SellingPriceRow TD
{
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
}

.ProductSpaceRow TD
{
}

.BasketRow TD
{
}


/******************** Product Scroll List *************/

H3.ScrollContentTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight: bold ;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000000;
	display:inline;
	
}

.ScrollProductGroupItem H4
{
	 height: 40px;
	 text-align:left;
	
}
.ScrollAltProductGroupItem H4
{
	 height: 40px;
	 text-align: left;
}

H4.ScrollContentSubTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold ;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align : left;
	color: #000000  ;
	
}
.ScrollProductGroupItem
{
	vertical-align:top ;
	text-align:  left ;
	background-color: #cccccc;
	padding: 10px;
}
.ScrollAltProductGroupItem
{
	vertical-align:top;
	text-align: left ;
	background-color :#ececec; 
	padding: 10px;
}
.ScrollProductListContent
{
	background-color: #ffffff;
	width: 386px; 
	height: 292px; 
	border: 1px;
    border-color: #cecece; 
    border-style: solid;
    text-align : left;
}

.ScrollProductListContentRuler
{
	color: #f6f717; 
	border-style: inset; 
	width: 100%; 
	line-height: 2;
}

#ProductListScrollPanel
{
	overflow: auto; 
	width: 100%; 
	height: 250px; 
	background-color: #000000; 
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #000000;
}
#ProductListAutoScrollPanel
{
	position: relative;
	width: 100%; 
	height: 250px; 
	overflow: hidden;
	background-color: transparent; 
	scrollbar-base-color: #cab796;
}

#ProductScroller
{
	position: absolute;
	text-align: left;
}

A.ScrollContentLink
{
	font-size: 11px;
	color: #000000;
    font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:hover.ScrollContentLink	
{	
	text-decoration: underline;
	color : #A90027;
}

/*************** Side Panels *********************/


Table.SidePanel
{
	width: 120px;
	background-color: #051537;
}
Th.SidePanelTitle
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	background-color: #f6f717;
	font-size: 12px;
	text-align: center;
}
Td.SidePanelContent
{
	padding: 5px;
	text-align: left;
	color: black;
	background-color: White;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

/*************** Links **********************/

.ContentLink
{
	color: #eeeeee;
}

A.ContentLink
{
	font-size: 12px;
	color: #000066;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:hover.ContentLink
{
	text-decoration: underline;
	color: #A90027;
}

A.MenuLink
{
	background-position: 0px -2px;
	padding-left: 24px; /* space for image*/
	padding-bottom: 5px;
	font-size: 12px;
	background-image: url(hivizlinkicon.gif);
	color: #051537;
	background-repeat: no-repeat;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;

}

A:hover.MenuLink
{
	color: #A90027;
	text-decoration: underline;
}

A.ContentNavBarLink
{
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #051537;
}


A:hover.ContentNavBarLink
{
	text-decoration: underline;
	color: #A90027;
}

A.SubTitleLink
{
	text-decoration: none;
	color: Black;
}

A:hover.SubTitleLink
{
	text-decoration: underline;
	color: #41569a;
}

A.DataLink
{
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #0f2d39;
}

A:hover.DataLink
{
	text-decoration: underline;
	color: #051537;
	font-size: 11px;
}


/*************** Images ***********************/


IMG.LogoImage
{
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	border-width: 0px;
	border-style: solid;
}
IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
