/** Default settings **/
*{ margin:0; padding:0; }
html, body, #pageForm
{
	font-size: 13px;
	background-color: #ffffff;
	font-weight: normal;
	margin: 0px auto 0px auto;
	color: #455560;
}
form
{
	margin: 0px;
	padding: 0px;
}
p
{
	padding: 5px 7px 12px 7px;
	margin: 0px;
}

#divHeader
{
	width: 100%;
	margin: 0px auto 0px auto;
}

a, a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}


/** Branding **/
#branding
{
	height: 50px;
	text-align: left;
	background-color: #FFFFFF;
}

#brandingLogo
{
	width: 400px;
    max-width: 100%;
}

#subBrandingLogo
{
	text-align: center;
	font-size: 85%;
}



/** Search bar **/
.searchBarTableRow
{
	height: 30px;
	background-color: #ffffff;
}


div.RadMenu {  
    float: right;  
}  
 

/** Navigation **/
.navigationBar
{
	vertical-align: top;
	width: 130px;
}

#navigation
{
	background-image: url('vertNavDivider.gif');
	background-position: right top;
	background-repeat: no-repeat;
}


/** Content zone **/
#mainContent
{
	padding: 0px;
	margin: 0px;
	border-style: none solid none solid;
	border-color: #cdd5dc;
	width: 100%;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	height: 440px;
}


/** Page content **/
#pageContent
{
	padding: 0px;
	width: 100%;
}

/** Footer **/
#footer /*currently used in ShoppingCartPrintout.aspx*/
{
    width: 100%;
}


/** Styling for the login page **/

.LoginError
{
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: Red;
}


.LoginPane
{
	padding: 12px 0px 0px 0px;
	margin: 0px;
	border-style: none;
	width: 100%;
}
/*
.LoginPane div
{
	padding: 5px 0;
}
*/

.validatorMessage
{
	color: #ff0000;
	font-size: 12px;
}

/** Payment Cards **/
.payMonthDropdown
{
	width: 50px;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.payYearInput
{
	width: 60px;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.payCvvInput
{
	width: 50px;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.paymentErrorMessage
{
	display: block;
}

.paymentErrorReturnLink
{
	color: #336699;
}

/** Mandatory Information **/
.mandatoryFieldMarker
{
	color: #ff0000;
	font-weight: bold;
}

/** Panel Footers **/
.currentItemsPerPageStyle
{
	color: #336699;
}

.itemsPerPageStyle
{
	font-weight: normal;
}

/** Header Bars **/
.packCalculatorHeaderBar
{
	height: 20px;
	color: White;
	background-color: #336699;
	font-weight: bold;
}

/** External Links **/
.externalLinkWarning
{
	font-size: 80%;
}

/** Related Products **/
#WTRelatedProducts
{
}

.relatedProductsHeaderBar
{
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}

.relatedProductsHeaderBar td
{
	border-bottom: 1px solid #8B8B8B;
	padding-left: 5px;
	width: 100%;
}

.relatedProductsScrollingDiv
{
	width: 100%;
	background-color: #f9f9f9;
}

.relatedProductsGroupsScrollingDiv
{
	width: 100%;
	overflow-x: hidden;
}

.relatedProductsGroupsScrollingDivInner
{
	padding-right: 20px;
}

.watermarkText
{
	color: #808080;
}

.addressFinderControl
{
	width: 390px;
}

/** Modal Popups **/
.modalBackground
{
	background-image: url(images/popup-background.png);
}

.modalPopup
{
	background-color: #ffffff;
	border: 1px solid #8d8d8d;
	width: 250px;
}

.modalPopupLarge
{
	width: 100%;
    max-width: 400px;
}

.modalPopupHuge
{
	width: 620px;
}

.modalPopupMassive
{
	width: 700px;
}

.modalPopupStock
{
	background-color: #ffffff;
	border: 1px solid #8d8d8d;
	width: 440px;
}

.modalPopup p
{
	padding: 5px;
}

.modalPopupTitle
{
	padding: 3px;
	background-color: #8d8d8d;
	color: #ffffff;
}


.mainHeader
{
}

.mainHeader h2
{
	color: #455560;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: left;
	width: 100%;
}

.mainContents
{
}

.fullWidth
{
	width: 100%;
}

#pageContent
{
	width: 100%;
	position: relative;
	top: -10px;
}

.searchText
{
    border-width: 1px;
    border-style:solid;
    border-color:ActiveBorder;
    font-size: 13px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    /*multiline textboxes change font, must specifically set it*/
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.searchDropDown
{
    border-width: 1px;
    border-style:solid;
    border-color:ActiveBorder;
	font-size: 13px;
	/*height:22px;*/
	vertical-align: middle;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.searchFixedWidth
{
    width: 264px;
    
}

    

.orderingDropDown
{
	font-size: 11px;
}
.searchPanel
{
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.searchPanel div
{
	line-height: 30px;

}
.searchPanel input
{
	vertical-align: middle;
}

.WTInformation1
{
    /*display: none;*/ /*disable all these occurances, along with the shadowing of the menu items*/
	background-color: #F9F9F9;
	border: 1px solid #E7E7E7;
	color: #1A598C;
	font-size: 11px;
	margin: 10px 7px !important;
	padding: 7px !important;
}

.WTInformation2 {
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	color: #1A598C;
	font-size: 11px;
	margin: 10px 7px !important;
	padding: 7px !important;
}


.textInput
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

textarea 
{
	resize: none;
}


div.row
{
	clear: both;
	padding-top: 3px;
}

div.row span.label
{
	float: left;
	width: 100px;
	text-align: left;
}

div.row span.field
{
	/*float: left;*/
	margin: 0;
	padding: 0px;
	text-align: left;
}

.timePickerContainer
{
	margin: 0;
	padding: 0;
}

.timePickerTimeContainer
{
	clear:both;
	float: left;
	margin: 0;
	padding: 0;
}

.timePickerButtonContainer
{
	float: left;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
}

.timePickerButtonContainer ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 0px;
	font-size: 0px;
}

.timePickerButtonContainer ul
{
	margin-left: 3px;
	margin-top: 2px;
}

.timePickerLink:link .timePickerLink:visited .timePickerLink:hover
{
	text-decoration: none;
	font-variant: normal;
	cursor: hand;
}

.timePickerButtonContainer img
{
	margin: 0;
	padding: 0;
}

.timePickerText
{
	width: 40px;
	text-align: center;
}

.SigninMessage
{
	font-size: 13px;
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	color: #1A598C;
	margin: 10px 7px !important;
	padding: 7px !important;
}

/* Group accounts */
.groupAccountControlHeader 
{
    position: relative;
    top: 0;
    margin: 0px auto 0px auto;
    width: 980px;
    height: 30px;
    border-left: solid 1px #cdd5dc;
    border-right: solid 1px #cdd5dc;
}

#groupAccountControls 
{
    margin: 5px 80px 5px 185px;
}

.groupAccountHighlight 
{
    position: relative;
    top: -10px;
    /*height: 144px;*/
    width: 151px;
    left: -10px;
    padding: 10px 0px 0px 10px;
    border-bottom: solid 1px #bfbfad;
}

.groupAccountNoHighlight
{
}

.groupAccountHighlightBackground
{
	background-color: #efefef;
}

/* General formatting */
.textAlignL
{
    text-align: left;
}

.textAlignC
{
    text-align: center;
}

.textAlignR
{
    text-align: right;
}

/* Call off orders */
.coSectionLeadTime
{
    font-size: 85%;
    align-self: center;
}

.coReferenceMaskMessage 
{
	text-align: left;
	width: 75%;
	margin: 10px 20px 10px 20px;
	display: block;
}

.coReferenceMaskMessage table {
	width: 100%;
}



.tooltip {
    display: none;
    z-index: 30000;
}

.tooltipMarker {
    vertical-align: text-bottom;
    padding: 0;
    margin: 0px 0 2px 2px;
}

.tooltipTrigger {
    cursor: pointer;
}

.textBoxWatermark {
	color: #a0a0a0;
}


/* Dashboards */
.dashboardFolders 
{
	padding: 0;
	margin: 0;
	min-height: 440px;
	overflow: auto;
	width: auto;
}

.dashboardFilesOuter
{
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

.dashboardFilesInner
{
	padding: 0;
	margin: 0;
	min-height: 440px;
	overflow: auto;
	border-left: 1px solid #8d8d8d;
	margin-top: -1px;
}

.dashboardFilesList
{
	margin: 10px;
	margin-left: 0px;
}

.dashboardFolders a:link
{
	font-weight: normal;
}

.dashboardFolders a:visited
{
	font-weight: normal;
}

.dashboardFilesList ul 
{
	margin: 3px 0 20px 10px;
	list-style-type: none;
}

.dashboardFilesList li 
{
	padding: 2px 0;
}

.dashboardFilesList a
{
	padding: 2px 0 2px 20px;
	background: url(../images/dashboard.png) no-repeat center left;
}

.dashboardSelectedNode a
{
	font-weight: bold;
}

.dashboardLoading {
    background: center no-repeat url(../images/loadingIcon.gif);
    height: 30px;
    position: absolute;
    top: 30px;
    width: 100%;
}

.error-message{
    background-color: salmon;
    color: white;
    font-weight: bold;
    padding: 10px;
}

