body {
	color: #404040;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

hr {
	height: 0px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #BABABA;
}

img {
    border: none;
}

A, Visited, Active {
    color: #b77107;
    text-decoration: underline;
}
A:Hover {
    color: #DF9D32;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#showOnPrint {
    display: none;
}
#printSendFunctions {
    float: right;
}

/*---------------------------------------------------------------------------------------------*/
/* Text Formatting */
.title {
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}
.small {
    font-size: 9px;
}
.caption {
    font-size: 9px;
    color: #666666;
}
.error {
	color: #993300;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}

/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #000000;
    padding: 4px;
}
.dataBoxBody {
	font-size: 11px;
}
.dataBoxHeader {
	color: #555555;
	font-size: 11px;
	font-weight: bold;
}
.dataBoxRowTitle {
    color: #c97809;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.dataBoxRowValue {
	text-align: left;
	vertical-align: middle;
	width: 99%;
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */
.formButton_small {
    background-color: Transparent;
    background-image: url(images/buttonBG_Small.jpg);
    background-repeat: no-repeat;
    border: 0px;
    color: #333;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(images/buttonBG_Medium.jpg);
    background-repeat: no-repeat;
    border: 0px;
    color: #333;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(images/buttonBG_Large.jpg);
    background-repeat: no-repeat;
    border: 0px;
    color: #333;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 200px;
}

input.textbox {
    background-image: url(images/field_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #999999;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}

.formControl {
    background-image: url(images/field_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #999999;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}
SELECT.formControl {
    background-image: url(images/field_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f1f1f1;
    border: 1px solid #999999;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
}

/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
}
#breadcrumbs.A, #breadcrumbs.A:Visited, #breadcrumbs.A:Active {
    color: #003399;
    text-decoration: underline;
}
A:Hover {
    color: #990000;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Repeater Pagination (not related to grid pagination) */
#pageLinks {
    text-align: right;
}
.pageCurrent {
    font-weight: bold;
}
A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #b77107;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #DF9D32;
    text-decoration: underline;
}
A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #b77107;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #DF9D32;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Tab Support */
.tabOff {
    background: transparent url(images/tabOff.gif) 0px 0px no-repeat;
    cursor: pointer;
    font-family: Verdana;
    font-size: 10px;
    float: left;
    height: 18px;
    margin: 0;
    padding-top: 5px;
    text-align: center;
    width: 115px;
}
.tabOn {
    background: transparent url(images/tabOn.gif) 0px 0px no-repeat;
    cursor: pointer;
    font-family: Verdana;
    font-size: 10px;
    float: left;
    margin: 0;
    padding-top: 5px;
    height: 18px;
    text-align: center;
    width: 115px;
}
.tabHeader {
    border: solid 1px #919B9C;
    border-bottom: none;
    padding: 5px 5px 0px 5px;
    margin-top: -3px;
}
.tabBodyOn {
    border-left: solid 1px #919B9C;
    border-right: solid 1px #919B9C;
    padding: 5px 5px 0px 5px;
}
.tabBodyOff {
    display: none;
}
.tabFooter {
    border: solid 1px #919B9C;
    border-top: none;
    padding: 0px 5px 5px 5px;
}



#diskUsage {
	border: solid 1px #999999;
	padding: 10px;
	text-align: center;
	float: right;
}


/*---------------------------------------------------------------------------------------------*/
/* eCommerce Support */
.priceRetail {
	color: #555555;
	text-decoration: line-through;
}
.priceSale {
	color: #993300;
	font-weight: bold;
}
.priceSavings {
	color: #993300;
	font-weight: bold;
	font-style: italic;
}

.pricingHeader_regular {
	color: #555555;
	border-bottom: dotted 1px #999;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.pricingHeader_sale {
	color: #993300;
	border-bottom: dotted 1px #999;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.pricingDetail_regular {
	color: #555555;
	font-size: 11px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.pricingDetail_sale {
	color: #993300;
	font-size: 11px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.pricingDetail_retail {
	color: #555555;
	font-size: 11px;
	text-align: right;
	text-decoration: line-through;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.cartItem_title {
	color: #404040;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.cartItem_value {
	color: #404040;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.salesOrder_box {
	border: solid 1px #999999;
	vertical-align: top;
	font-size: 11px;
}
.salesOrder_boxHighlighted {
	background-color: #fafafa;
	border: solid 1px #666666;
	vertical-align: top;
}
.salesOrder_header {
	color: #666666;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(/images/field_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
.salesOrder_subHeader {
	background-color: #E6E6E6;
	color: #444444;
	font-weight: bold;
	padding: 5px;
}
.salesOrder_totalTitle {
	color: #444444;
	font-weight: bold;
	text-align: right;
}
.salesOrder_totalValue {
	background-color: #E6E6E6;
	color: #444444;
	font-weight: bold;
	text-align: right;
}
.salesOrder_detail {
	padding: 5px;
	color: #444444;
}
.cartSummary th, .cartSummary td {
	font-size: 10px;
}




.boxHeader {
	background-image: url(/images/box_top_bg.jpg);
	background-repeat: no-repeat;
	color: #555555;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	padding: 10px 0 0 15px;
	width: 200px;
}
.boxBody {
	background-image: url(/images/box_body_bg.jpg);
	background-repeat: repeat-y;
	width: 200px;
	font-size: 12px;
	line-height: 14px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
.boxBottom {
	background-image: url(/images/box_bottom.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 200px;
}

#pageTitle {
	background-image: url(/images/pageTitle_bg.jpg);
	background-repeat: repeat-x;
	color: #c97809;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 34px;
	width: 100%;
}

#pageTitle_left {
	background-image: url(/images/pageTitle_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
}

#pageTitle_right {
	background-image: url(/images/pageTitle_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
}

#pageTitle .detail {
    vertical-align:middle;
    padding: 0 0 0 10px;
}

.input_field {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    background-image: url(/images/field_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #999999;
    background-attachment: scroll;
    padding: 2px;
}

