﻿body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#4E8AAE;
	background-position:bottom;
	
}

.SiteLayout
{
	background-color: White;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	
}

.BoxOnHomePage
{
	margin-top: 20px;
	margin-left: 20px;
	width: 260px;
	height: 180px;
	background-image: url(images/box-background.gif);
}

.HomeHead
{
	color: #999999;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
}

.ContentHead
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}


.SubContentHead
{
	background-color: #ccddee;
	color: dimgray;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
}

.SectionHead
{
	background-color: #ccddee;
	color: black;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 14pt; /*text-decoration: underline;*/
}

.SubSectionHead
{
	background-color: #ffffff;
	color: #000099;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.BoxHead
{
	background-color: #ffffff;
	color: #000099;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

.DivBox1
{
	background-color: #ccddee;
	color: Black;
	font-family: Verdana, Arial;
	font-size: 11px;
	border-style: solid;
	border-color: #aabbcc;
}

.DivScrollFrame
{
	font: 12px arial;
	width: 825;
	height: 200;
	border: none;
	overflow: auto;
	border: 1px solid white;
}

/* */
.UnitCost
{
	color: #808080;
	font-family: Verdana, Arial;
	font-size: 15px;
	line-height: 20pt;
}

/* */
.ModelNumber
{
	color: #808080;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 20pt;
}

/* */
.ErrorText
{
	color: red;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 14pt;
}
.MostPopularHead
{
	background-color: darkred;
	color: white;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

A.MostPopularItemText:hover
{
	color: red;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: underline;
}

.ProductListHead
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14pt;
	text-decoration: underline;
}
.ProductListItem
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.GridListHead
{
	background-color: #7799cc;
	background-image: url(images/GridHeaderBackground.gif);
	border-bottom: solid 1px dimgray;
	border-left: solid 1px dimgray;
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	height: 26px;
}

.GridListItem
{
	background-color: #eeeeee;
	border-bottom: solid 1px dimgray;
	border-left: solid 1px dimgray;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
	line-height: 20px;
}

.GridListItemAlt
{
	background-color: #ffffff;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
	line-height: 20px;
}

.GridListFooter
{
	background-color: LightSteelBlue;
	line-height: 1px;
}

.SubGridListHead
{
	background-color: #eeeeee;
	background-image: url(images_brs/VerticalFade.gif);
	background-repeat: repeat-x;
	border: 2px groove;
	color: black;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px;
	width: 100px;
	text-align: center;
}

.SubGridListItem
{
	background-color: #efeff7;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
	height: 16px;
}

.SubGridListItemAlt
{
	background-color: #ffffff;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
	height: 16px;
}

.SubGridListFooter
{
	background-color: #eeeeee;
	line-height: 1px;
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #dddddd;
	font-size: 11px;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
	color: #dddddd;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

A.SiteLinkBold:hover
{
	color: white;
	text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	color: goldenrod;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 10px;
}

A.MenuUnselected:hover
{
	color: white;
	text-decoration: underline;
	padding-left: 10px;
}

A.MenuSelected
{
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 10px;
}

A.MenuSelected:hover
{
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

.NormalDouble
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: Red;
}
.NormalRedHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	color: Red;
}
.freetxt
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 55px;
	text-align: center;
	font-weight: bold;
	line-height: 65px;
	height: 66px;
	color: Red;
}
.during
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	color: darkblue;
}
.register
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	line-height: 25px;
	width: 100%;
	color: darkblue;
	text-decoration: none;
}

.outsource
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	height: 66px;
	color: Red;
}
.NormalWhite
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: White;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.NormalItalic
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	width: 300px;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #999966;
	width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
	margin-left: -4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: -5px; /*    border-style: solid;     border-width: 1px;     border-color: #cccc99; */
	background-color: #ccccaa;
}

.NormalInputLabel
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-color: #ccddee;
	font-weight: Normal;
	line-height: 22px;
}

.SelectDeclined
{
	color: White;
	background-color: Red;
}

.SelectPending
{
	color: Blue;
	font-weight: bold;
}

.SelectAccept
{
	color: White;
	background-color: Green;
	font-weight: bold;
}

.SelectAcceptLocal
{
	color: Green;
}

.SelectNotPresented
{
	color: Black;
}

.SelectDeclinedReasonCode
{
	color: Red;
}

.SelectResponse
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.SelectReasonCode
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

A:link
{
	text-decoration: none;
	color: black;
}

A, A:hover
{
	text-decoration: underline;
	color: black;
}

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
{
	height: 1pt;
	text-align: left;
}
.X
{
	width: 200px;
	height: 200px;
	margin-top: 30px;
	z-index: auto;
}
