@CHARSET "ISO-8859-1";

html {
	height: 100%;
}

body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #fbdb48;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

a, a:active, a:visited {
	color: #00529b;
	text-decoration: underline;
}

a:hover {
	color: #ed1a3b;
	text-decoration: underline;
}

p {
	margin: 8px;
}

h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
}

#content {
	margin: auto;
	width: 768px;
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#loginBlurb {
	color: #000000;
	position:relative;
	left:400px;
	width:300px;
	top:0px;
}

#loginDiv {
	width: 100%;
	height: 20px;
	background-color: #80849d;
}

#loginHeader {
	margin: auto;
	width: 400px;
	height: 22px;
	font-size: 1.3em;
	color: #e31d2e;
	font-weight:900;
	margin-top: 40px;
}

#loginContent {
	margin: auto;
	width: 400px;
	height: 224px;
	background-color: #FFFFFF;
	position:relative;
	z-order:0;
}

.loginFields {
	width: 280px;
	border: 1px solid #d0d0d0;
}

.loginError {
	color: #C92529;
	background-image: url(/images/standard/error16.png);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 20px;
	line-height: 16px;	
}

.loginMessage {
	color: #068438;
	background-image: url(/images/standard/valid16.png);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 20px;
	line-height: 16px;	
}

.globalError {
	border: 1px solid #887105;
	background-color: #f9fabe;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.globalError .header{
	background-color: #FFD959;
	padding: 5px;
	height: 14px;
}

p.globalError {
	padding: 10px;
}

#regContainer {
	margin: auto;
	margin-top: 30px;
	width: 526px;
}

#regContent {
	width: 524px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-bottom: 0;
	padding-top: 4px;		
}

.textfield {
	font-family: arial;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	padding: 1px;
}

.cartfield {
	border: 1px solid #000;
	height: 16px;
	margin: 0;
	margin-right: 3px;
	width: 35px;
	vertical-align: middle;
}

.cartfieldHidden {
	border: 1px solid #000;
	height: 16px;
	margin: 0;
	margin-right: 3px;
	width: 0px;
	vertical-align: middle;
	visibility: hidden;
}

.imButton {
	cursor: pointer;
	cursor: hand;
	position:relative;
	top:5px;
}
.imButton2 {
	cursor: pointer;
	cursor: hand;
	position:relative;
	top:-3px;
}
.formError {
	width: 100%;
	background-color: #FFDDA6;
	border-top: 1px solid #E51837;
	border-bottom: 1px solid #E51837;
	background-image: url(/images/standard/error32.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.formError ul {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	margin-bottom: 18px;
	list-style: none;
	font-weight: bold;
}

.formError li {
	line-height: 16px;
}

.fieldErrorFlag {
	width: 16px;
	height: 16px;
	background-image: url(/images/standard/error16.png);
	background-repeat: no-repeat;
}	

.imgError {
	margin:2px;
}

.formNotice {
	width: 100%;
	background-color: #ABECFF;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	background-image: url(/images/standard/notice32.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.formNotice ul {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	margin-bottom: 18px;
	list-style: none;
	font-weight: bold;
}

.formNotice li {
	line-height: 16px;
}

.tdLabel {
	font-weight: bold;
}

#logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 18px;
}

#user {
	text-align: right;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding-top: 130px;
}

#left {
	float: left;
	width: 200px;
}

#center {
	float: left;
	width: 768px;
	padding-bottom: 100px;
}

#right {
	float: left;
	width: 50px;
}

#menu {
	clear: both;
	width: 100%;
	height: 27px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	height: 27px;
	width: 128px;
	cursor: pointer;
	cursor: hand;
}

.menuHomeOn {
	background: url(/images/menu/home_on.png);
}

.menuHomeOff {
	background: url(/images/menu/home_off.png);
}

.menuPosOn {
	background: url(/images/menu/pos_on.png);
}

.menuPosOff {
	background: url(/images/menu/pos_off.png);
}

.menuPodOn {
	background: url(/images/menu/pod_on.png);
}

.menuPodOff {
	background: url(/images/menu/pod_off.png);
}

.menuHelpOn {
	background: url(/images/menu/help_on.png);
}

.menuHelpOff {
	background: url(/images/menu/help_off.png);
}

.menuAccountOn {
	background: url(/images/menu/account_on.png);
}

.menuAccountOff {
	background: url(/images/menu/account_off.png);
}

.menuContactOn {
	background: url(/images/menu/contact_on.png);
}

.menuContactOff {
	background: url(/images/menu/contact_off.png);
}

.menuReportsOn {
	background: url(/images/menu/reports_on.png);
}

.menuReportsOff {
	background: url(/images/menu/reports_off.png);
}

.menuBlank {
	background: url(/images/menu/blank.png);
}

#pheader {
	height: 74px;
	background: url(/images/menu/menu_bg.png);
	background-repeat: no-repeat;
}

#pheaderLeft {
	width: 582px;
	padding-left: 8px;
	float: left;
}

#pheaderRight {
	width: 178px;
	height: 62px;
	float: right;
}

#pheaderContent {
	width: 100%;
	margin-top: 10px;
}

#pbody {
	width: 100%;
	float: right;
}

#pbodyhp {
	width: 100%;
	float: left;
	background: url(/images/homepage.png);
	background-repeat: no-repeat;
}





#dashDivWrapper {
	position:relative;
	margin-top:-2px;
	height:900px;
}

#dashDiv {
 	z-index=5;
	width: 102%;
	height: 900px;
	position:absolute;
	left:0px;
}



#pbodyLeft {
	margin-top: 20px;
	width: 587px;
	float: left;
}

#pbodyLeftSub {
	position:inherit;
	width: 570px;
	margin-left: 10px;
}

#pbodyRight {
	float: right;
	width: 181px;
}

#submenu {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	height: 14px;
}

#submenu a, #submenu a:visited, #submenu a:hover, #submenu a:active {
	color: #fff;
}

.headerText {
	font-size: 14px;
	font-weight: bold;
}

.headerTag {
	margin-top: 5px;
	font-size: 12px;
}

.headerTag a{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

.headerTag  a:hover, .headerTag a:visited{
	font-size: 12px;
	color: black;
}

.headerTitle {
	margin-top: 13px;
	font-size: 16px;
	font-weight: bold;
}

.headerTitle a, .headerTitle a:visited {
	color: #000;
}

.headerTitle a:hover {
	color: #00529b;
}

.iHead {
	font-size: 14px;
	margin-bottom: 10px;
}

.leftLogos {
	text-align: center;
	padding-right: 30px;
}

.leftLogos img {
	margin-top: 60px;
}

.searchInput {
	border: 0;
	width: 149px;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	background-image: url(/images/search_box.png);
	background-repeat:no-repeat;
	margin: 0;
}

#newContainer {
	margin-top: 6px;
	width: 181px;
	float: right;
}

#newTop {
	width: 181px;
	height: 28px;
	background-image: url(/images/newtop.png);
	background-repeat:no-repeat;
}

#newContent {
	width: 162px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 4px;	
	padding-bottom: 4px;
	font-size: 11px;	
}

#promoContainer {
	margin-top: 6px;
	width: 181px;
	float: right;
}

#promoTop {
	width: 181px;
	height: 28px;
	background-image: url(/images/promotop.png);
	background-repeat:no-repeat;
}

#promoContent {
	width: 162px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 4px;	
	padding-bottom: 4px;
	font-size: 11px;	
}

#promoContent a {
	color: #000;
}

#cartContainer {
	margin-top: 6px;
	width: 181px;
	float: right;
}

#cartTop {
	width: 181px;
	height: 28px;
	background-image: url(/images/carttop.png);		
}

#cartContent {
	width: 172px;
	height: 100px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 4px;
	padding-left: 6px;
	overflow: auto;
	font-size: 11px;
}

.olist {
	margin:0;
	padding:0;
}

.olist li {
	margin: 0;
	margin-left: 25px;
	padding: 0;
	padding-bottom: 3px;
}

.webDiv {
	font-size: 16px;
	font-weight: bold;
}

.webDiv a, .webDiv a:active, .webDiv a:visited {
	color: #000;
	text-decoration: none;
}

.webDiv a:hover {
	color: #00529b;
	text-decoration: underline;
}

.webSec {
	font-size: 14px;
	margin-left: 18px;
}

.webSec a, .webSec a:active, .webSec a:visited {
	color: #000;
	text-decoration: none;
}

.webSec a:hover {
	color: #00529b;
	text-decoration: underline;
}

.webSecItem {
	padding-right: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.webCat {
	margin-left: 15px;
}

.webCatItem {
	font-size: 14px;
	font-weight: bold;
}


.reportTitle a:hover {
	color: #00529b;
	text-decoration: underline;
}

.reportTitle {
	font-size: 13px;
	padding-left: 10px;
	line-height: 21px;
	z-index:1;
}

.reportTitle a, .reportTitle a:active, .reportTitle a:visited {
	color: #000;
	text-decoration: none;
}

.reportTitle a:hover {
	color: #00529b;
	text-decoration: underline;
}

.reportAlt {
	background-image: url(/images/reportbg.png);
	background-repeat: no-repeat;
}

#footer {
	margin-top: 30px;
	margin-bottom: 5px;
	float: right;
	width: 100%;
	text-align: right;
}

#footer a, #footer a:active, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.itemTile {
	float: left;
	padding: 5px;
	width: 185px;
	height: 235px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.imgBox {
	margin: auto;
	height: 100px;
	width: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

.itemTile select {
	margin:0;
	margin-right: 5px;
	vertical-align: middle;
}

.itemTile .imButton {
	vertical-align: middle;
}

.itemTile a, .itemTile a:active, .itemTile a:visited {
	color: #000;
	text-decoration: none;
}

.itemTile a:hover {
	color: #00529b;
	text-decoration: underline;
}

.pager {
	width: 570px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

.pager span {
	margin-left: 5px;
	margin-right: 5px;
}

.pager .pagerActive a{
	color: #00529b;
}

.pager .pagerActive a:hover{
	text-decoration: none;
}

.pager .pagerInactive a{
	color: #000;
}

.pager .pagerInactive a:hover{
	text-decoration: none;
	color: #00529b;
}

.cartLine {
	width:100%;
	margin-bottom: 4px;
}

.cartItem {
	width:100%;
	font-size: 11px;
	vertical-align: middle;
}

.cartItem p {
	margin: 0;
	padding: 4px;
}

.cartDelete {
	width:100%;
	vertical-align: middle;
	text-align: right;
}

.cartDelete img {
	margin-right: 4px;
}

.cartDelete p {
	margin: 0;
	padding: 0;
	padding-left: 4px;
	text-align: left;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

/* account */
.gTable {
	width: 100%;
	margin-bottom: 3px;
}

.gTable th{
	white-space: nowrap;
	padding: 3px;
	padding-left:10px;
	padding-right: 6px;
	padding-bottom: 5px;
	text-align: left;
	background-image: url(/images/headerbg.png);
	background-repeat: no-repeat;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
 	color: #bcbcbc;
	text-decoration: underline;
 }

.fContent {
	padding-top: 3px;
	margin-left: 5px;
	margin-right: 14px;
	margin-bottom: 4px;
	border-left: 1px solid #d0d0d0; border-bottom: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0;
}

.gSubTable {
	margin-left:10px;
}

.gSubTable td{
	padding: 3px;
}

.gSubTable th{
	white-space: nowrap;
	padding: 3px;
	padding-right: 6px;
	text-align: left;
	background-image: none;
	line-height: 16px;
	cursor: default;
	font-weight: bold;
}

.gSubTable .subLabel {
	font-weight: normal;
	text-align: right;
}



.gSubTable .pager {
	width: auto;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.gSubTable .pager span {
	margin-left: 5px;
	margin-right: 5px;
}

.trHighLight {
	background-color: #f0f0f0;
}

.trNoLight {
	background-color: #fff;
}

.aoloader {
	margin: 3px;
}

.aoloader img {
	vertical-align: middle;
}

.statusDiv {
	width:300px;
	height:100px;
	margin-left:200px;
	z-index:2000;
	position: absolute;
	background-color: #fff;
	border: 1px solid #A1A1A1;
}

.statusDivContent {
	margin: auto;
	width: 220px;
	margin-top: 30px;	
}

.statusDivContent .stext {
	margin-left: 5px;
}

#breadCrumb {
	margin-bottom: 10px;
}

#breadCrumb a {
	color: #6b6f87;
}

#breadCrumb a:hover {
	color: #ed1a3b;
}

#breadCrumbCurrent {
	font-weight: bold;
}
