﻿#contentArea
{
    padding-left: 20px;
    overflow: visible;
}

.PageHeader
{
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 30px;
	width: 600px;
}

div#MainContentArea
{
	padding-left: 10px;
	width: 610px;
}

#SizingApplicationName
{
	margin-left: 10px;
}

.SizingInstructions
{
	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 30px;
	display: block;
}

.fieldLineItem
{
    display: block;  
    height: 25px;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 1px;  
}

.fieldLineItem span
{
    float: left;
}

.fieldLineItem table input
{
    text-align: left;
    width:15px;
}


.fieldLineItem .fieldValue input
{
    width: 60px;
    margin-right: 10px;
}

.fieldLineItem select
{
    width: 175px;
}

.fieldNote
{
    color: Red;
    font-size: 0.85em;
    width: 175px;
}

.washerContainer .fieldLineItem .fieldValue select
{
    width: 60px;
}

.fieldLineItem .fieldName
{
    width: 170px;
}

.fieldLineItem .fieldNameExtended
{
    width: 200px;
}

.fieldLineItem .fieldSecondaryName
{
    padding-left: 3px;
    padding-right: 10px;
}

.fieldLineItem .fieldUnit
{
    padding-left: 3px;
    padding-right: 10px;
    text-transform:uppercase;
}

.fieldLineItem .fieldLink
{
    padding-left: 10px;
}

.fieldLineItem .fieldSub
{
    font-size: 9px;
}

h3
{
    background-color: Black;
    color: White;
    padding: 3px 0px;
    margin: 0px 0px 10px -11px;
    font-size: 13px; 
}

h5
{
    font-size: 8pt;
    font-weight: bold;
    margin: 5px 0px 5px 0px;    
}

.separator
{
    margin-top: 20px;
    border-top: solid gray 1px;
}

.SizingSection
{
    border-left: 35px solid black;
    border-right: 3px black solid;
    padding-left: 10px;
    padding-bottom: 10px;
}

#sizingFooter
{
    height: 50px;
    padding-bottom: 6px;
    background-color: Black;
}

#continueButton
{
    position: absolute;
    right: 30px;
    bottom: 15px;
}

#equipmentChecklist
{
    height: 120px;
}

#otherRequirementsChecklist
{
    height: 60px;
}

#showCountrySpecificCheckList
{
    height: 30px;  
}

#showCountrySpecificCheckBoxList
{
    height: 30px;  
}

.OffsetCheckRadioLists
{
    margin-left: -28px;
}

.OffsetCheckRadioLists label
{
    margin-left: -25px;
}

.LoadSummarySection
{
    position: relative;
}

#tempRiseField
{
    position: absolute;
    top: 32px;
    left: 300px;
}

#UpdateCalcs
{
    position: absolute;
    right: 10px;
    bottom: 140px;
    background-color: White;
    border: gray;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
}



#SelectAOSmithHeaterDiv
{
    float: right;
}

.dishwasherModalPopup
{
    border: black solid 1px;
    background-color: White;
    width: 475px;
}

.modalPopupBackground
{
    background-color: Gray;
    opacity: .9;
    filter: alpha(opacity=90);
    /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; */

}

.dishwasherModalPopup h4
{
    display: block;
    background-color: #B7D59F;
    border: black solid 1px;
    border-width: 0px 0px 1px 0px;
    padding: 2px 5px;
    margin: 0px;
}

.dishwasherModalPopup .dishwasherModalBody
{
    padding: 10px;
    position: relative;
}

.dishwasherModalPopup select
{
    width: 275px;
}

.dishwasherModalPopup a
{
    display: block;
    float: left;
    padding: 0px 5px 10px 5px;
}

.newTankCapacity
{
    display: none;
}

.washerContainer
{
    position: relative;
}

.washerContainer #equipmentListLink1, .washerContainer #equipmentListLink2
{
    position: absolute;
    font-size: 0.85em;
}

.washerContainer #equipmentListLink1
{
    right: 4px;
    top: 1px;
}

.washerContainer #equipmentListLink2
{
    right: 4px;
    top: 90px;
}

.locationToggle
{
    font-size: 7pt;
    margin: 3px 0px;
    text-align: right;
}

.externalLinkRedirectAlertContainer
{
    display: none; 
    width: 200px; 
    padding: 5px; 
    background-color: #FFFFD4; 
    position: relative; 
    
    left: 355px;
    top: -155px;
    
    border: black solid 1px; 
    font-size: 8.5pt;
    z-index: 10;
}

.externalLinkRedirectAlertContainer h4 
{
    margin: 0px;
    line-height: 12pt;
    font-size: 8.5pt;
}

.externalLinkRedirectAlertContainer p
{
    line-height: 8.5pt;
    margin: 0px;
    padding: 0px;
}

.externalLinkRedirectAlertContainer a
{
    padding: 5px;
    display: block;
}

#ctl00_ctl00_mainContentPlaceholder_countryFlagCanada
{
    position: relative;
    left: -25px;
    top: 7px;
    display: inline-block;
}

.canadaImageGray
{
    width: 16px;
    height: 11px;
    background: url('../images/canadasmall.jpg') no-repeat 0px 0px;
}

.canadaImageColor
{
    width: 16px;
    height: 11px;
    background: url('../Images/canadasmall.jpg') no-repeat 0px -11px;
}

.FoodServiceCheckBoxContainer
{
    line-height: 12px;
    display: block;
    margin: 10px 0px;
}

.foodSeparator
{
    margin: 15px 0px;
}

#moreInfoContainer
{
    position: absolute;
    background-color: #FFFFD4;  
    font-size: 7pt;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
}

.moreInfoContainer
{
	position: absolute;
    background-color: #FFFFD4;  
    font-size: 7pt;
    border: 1px solid black;
    padding: 5px; 
    text-align: justify;
}

#moreInfoContainer table td
{    
    padding: 5px;
}

#moreInfoContainer table thead th
{
    font-style: italic;
    padding: 3px;
}

#DebugInformation
{
	border: 1px dotted gray;
	background-color: #FFFFCC;
	color: gray;
	padding: 2px;
	margin-right: 10px;
}

#DebugInformation #debugInformationHeader
{
	font-size: .8em;
	font-weight: bold;
	display: block;
	
}

#DebugInformation #debugInformationDetails
{
	font-size: .7em;
	display: block;
	margin-bottom: 5px;
}

#DebugInformation .fieldLineItem {
    height: 17px;
    line-height: 17px;
}

#DebugInformation .fieldLineItem .fieldName
{
	width: 220px;
}
