﻿
body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    background-color: white;   
}

p 
{
	font-size: 80%;
	margin-left: 10px;
}

h1 
{
	color: #004685;
	margin-bottom: 5px;
	margin-left: 10px;
}

.Clear
{
    clear: both;   
}

.Wrapper
{
    width: 980px;
    margin: 0 auto;
    padding: 0;   
}

.MainDiv
{
    width: 980px;
    padding: 0;
    margin: 0;     
}

.SelectPageHead
{
    width: 100%;
    height: 32px;
    clear: both;
    margin: 30px 0 0 0;   
    overflow: hidden;
}

.ProjectControls
{
    min-width: 200px;
    height: 32px;
    padding: 0;
    margin: 0 7px 0 0;
    overflow: hidden;
    float: right;
}

.EditUserDetailButton, .ChangePasswordButton
{
    display: block;
    margin: 0 15px 0 0;
    height: 26px;
    padding: 4px 0 2px 36px;
    line-height: 26px;
    font-size: 14px;
    color: #325A8C;
    text-decoration: none;
    background: url(images/option_icons/Customer_32x32.png) no-repeat scroll center left;
    float: left;
}

.PreferencesButton
{
    display: block;
    margin: 0 15px 0 0;
    height: 26px;
    padding: 4px 0 2px 36px;
    line-height: 26px;
    font-size: 14px;
    color: #325A8C;
    text-decoration: none;
    background: url(images/option_icons/Customization_32x32.png) no-repeat scroll center left;
    float: left;
}


.CustomFamiliesButton
{
    display: block;
    margin: 0 15px 0 0;
    height: 26px;
    padding: 4px 0 2px 36px;
    line-height: 26px;
    font-size: 14px;
    color: #325A8C;
    text-decoration: none;
    background: url(images/option_icons/Customization_32x32.png) no-repeat scroll center left;
    float: left;
}

.CustomFamiliesButton:hover
{   
    text-decoration: underline;
}

.CustomTablesButton
{
    display: block;
    margin: 0 0 0 0;
    height: 26px;
    padding: 4px 0 2px 36px;
    line-height: 26px;
    font-size: 14px;
    color: #325A8C;
    text-decoration: none;
    background: url(images/option_icons/CustomTables_32x32.png) no-repeat scroll center left;
    float: left;
}

.SelectAdvanceSearch > input[type="submit"] {
    height: 27px;
    display: block;
    margin: 5px 10px 0 -3px;
    float: left;
    font-size: 12px;
}

.SearchToolTextBox {
    display: block;
    margin: 5px 2px 0 8px;
    height: 20px;
    padding: 4px 0 2px 29px;
    line-height: 23px;
    color: #325A8C;
    text-decoration: none;
    background: url(images/option_icons/Search_22x22.png) no-repeat scroll center left;
    float: left;
    border: 1px solid #B8D4F2;
    border-radius: 4px 0 0 4px;
    background-color: white;
}

.SearchToolButton {
    border-radius: 0 4px 4px 0;
    border: 1px solid;
    border: 1px solid #B8D4F2;
    background: #4F81BD;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.SearchToolButton:hover {
        background: #7ea4ce;
}


/*
.AdvanceSearchTextBox {
        margin: 9px 0 0 8px;
        height: 19px;
        border-top: 1px solid RGB(171,173,179);
        border-left: 1px solid RGB(226,227,234);
        border-right: 1px solid RGB(219,223,230);
        border-bottom: 1px solid RGB(227,233,239);
}
*/
.CustomTablesButton:hover {
    text-decoration: underline;
}

.MainPageLoginButton {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: url(images/login_icon.png) no-repeat scroll top left;
}

.MainPageLogoutButton
{
    display: block;
    float: right;
    margin: 5px 0 0 10px;
    padding: 0; 
    width: 20px;
    height: 22px;
    background: url(images/logout_icon.png) no-repeat scroll top left;
}

.EditUserDetailButton:hover, .MainPageLogoutButton:hover, .ChangePasswordButton:hover, .PreferencesButton:hover
{
    text-decoration: underline;   
}

.NewProjectButton, .OpenProjectButton, .SaveProjectButton, .PdfHelpLink, .ShowExportOptionsButton, .ReleaseNotesButton
{
    display: block;
    float: right;
    margin: 0 0 0 7px;
    padding: 0;    
    width: 32px;
    height: 32px;
}

.PdfHelpLink
{
    background: url(images/option_icons/Index_32x32.png) no-repeat scroll top left;           
}

.ShowExportOptionsButton
{
    background: url(images/option_icons/Export_32x32.png) no-repeat scroll top left;       
}

.NewProjectButton
{
    margin: 0;
    background: url(images/option_icons/New_32x32.png) no-repeat scroll top left;       
}

.OpenProjectButton
{
    background: url(images/option_icons/Open_32x32.png) no-repeat scroll top left;       
}

.SaveProjectButton
{
    background: url(images/option_icons/Save_32x32.png) no-repeat scroll top left;       
}

.ReleaseNotesButton {
    background: url(images/option_icons/ReleaseNotes_32x32.png) no-repeat scroll top left;  
}

.MainHeader
{
    width: 980px;
    height: 75px;
    padding: 0;
    margin: 0;
    background: url(images/emersonlogo.gif) no-repeat scroll 20px 10px;   
}

.Select8Container
{
    width: 980px;
    padding: 0;
    margin: 10px 0 20px 0;    
}

.SelectAdvanceSearch {
    background: #bdd5ed;
    height: 40px;
    margin-top: 10px;
    padding: 3px;
    font-size: 11px !important;
    border-radius: 4px;
    border: 1px solid #95adc8;
}

.LeftColumn
{
    float: left;
    width: 260px;
    margin: 0;
    padding: 0;
}

.CompressorsTab
{
    float: left;
    background: url(images/compressoricon.png) no-repeat scroll center 13px;
    margin: 0 4px 0 0;
}

.CondensingUnitsTab
{
    float: left;
    background: url(images/condensinguniticon.png) no-repeat scroll center 13px;
    margin: 0 4px 0 0;
}

.ComponentsTab
{
    float: right;
    background: url(images/componenticon.png) no-repeat scroll center 13px;
    margin: 0;
}

.LeftColumnTab
{
    width: 84px;
    height: 75px;
    padding: 0;
    border-radius: 8px 8px 0 0;
    background-color: #95b7d9;
}




.LeftColumnTab.Selected
{
    background-color: #01315f;
}

.LeftColumnTopOverlay
{
    width: 100%;
    height: 12px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #01315f;
}

.LeftColumnTabsContainer
{
    width: 260px;
    height: 75px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 500;
}

.LeftColumnRightTabSelected
{
    background: url(images/righttabselected.png) no-repeat scroll top left;        
}

.LeftColumnTabContent
{
    width: 246px;
    padding: 0 6px;
    margin: 0;
    border-left: 1px solid #B8D4F2;
    border-right: 1px solid #B8D4F2;
    background-color: #F4F9FD;
    overflow: hidden;
}

.LeftColumnTabBottom
{
    width: 260px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: url(images/leftcolumntabsbottom.png) no-repeat scroll top left;   
    clear: both;
    overflow: hidden;
}

.LeftColumnCollapseContent
{
	width: 226px;
	padding: 5px 9px 0 9px;
    border-left: 1px solid RGB(177,200,233);
    border-right: 1px solid RGB(177,200,233);
    background-color: White;
	overflow:hidden;
}

.LeftColumnCollapseContentBottom
{
    width: 246px;
    padding: 0;
    margin: 0;
    height: 10px;
    background: url(images/leftcolumncollapsecontentbottom.png) no-repeat scroll top left;   
}

.LeftColumnCollapseHeader
{
	width: 226px;
	height: 22px;
	border: 1px solid #002e56;
	background: url(images/gradstrip5.jpg) repeat-x scroll top left;
	padding: 0 18px 0 0;
	margin: 8px 0 0 0;
	position: relative;
}

.LeftColumnCollapseContent p
{
    margin: 10px 0;
}

.LeftColumnCollapseHeaderText
{
	width: 200px;
	height: 20px;
	color: white;
	font-weight: normal;
	font-size: 70%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

.LeftColumnCollapseHeaderButton
{
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	background-repeat:repeat-x;
	position: absolute;
	top: 3px;
	right: 5px;
}

.ControlCloseButton
{
    display: block;
	width: 17px;
	height: 17px;
	padding: 0;
	float: right;
	margin: 2px 0 0 0;
	background: url(images/controlclose.jpg) no-repeat scroll top left;    
}

.LeftColumnGroupBoxTop
{
    width: 206px;
    padding: 0 10px;
    height: 17px;
    margin: 5px 0 0 0;   
    background: url(images/leftcolumngroupboxtop.jpg) no-repeat scroll bottom left;
    overflow: hidden;
}

.LeftColumnGroupBoxTitle
{
    background-color: White;
    color: RGB(50,90,140);
    font-size: 12px;   
    display: block;
    padding: 0 4px;
    float: left;
    font-weight: bold;
}

.LeftColumnGroupBoxBody
{
    width: 206px;
    padding: 5px 9px;
    background-color: White;
    margin: 0;
    border-left: 1px solid RGB(204,204,204);
    border-right: 1px solid RGB(204,204,204);   
    color: RGB(50,90,140);    
    font-size: 11px;
    position: relative;
}

.OpCondsOverlay
{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;   
    z-index: 20000;
}

.LeftColumnGroupBoxBottom
{
    width: 226px;
    height: 5px;
    padding: 0;
    margin: 0;
    background: url(images/leftcolumngroupboxbottom.jpg) no-repeat scroll top left;
    overflow: hidden;   
}

.RegionRow
{
    width: 190px;
    height: 22px;
    padding: 0;
    margin: 0 0 2px 8px;
    position: relative;   
}

.LeftColumnOptionRow, .LeftColumnOptionRow3
{
    width: 206px;
    height: 22px;
    padding: 0;
    margin: 4px 0 4px 0;
    position: relative;   
}

.LeftColumnOptionRow2
{
    width: 206px;
    height: 32px;
    padding: 0;
    margin: 4px 0 4px 0;
    position: relative;   
}

.LeftColumnOptionSubRow
{
    width: 206px;
    height: 22px;
    padding: 0;
    margin: 0 0 4px 0;
    position: relative;   
}

.LeftColumnOptionLeft, .LeftColumnOptionLeft2, .LeftColumnOptionLeft3, .LeftColumnOptionLeft4, .LeftColumnOptionLeft5, .LeftColumnOptionLeft8
{
    width: 85px;
    display: block;
    padding: 3px 0 0 0;
    margin: 0;   
}

.LeftColumnOptionLeft2
{
    width: 130px; 
    padding: 0; 
}

.LeftColumnOptionLeft3
{
    width: 124px;
    padding: 3px 0 0 6px;
    color: Black;
    font-size: 10px;
}

.LeftColumnOptionLeft4
{
    width: 135px;
}

.LeftColumnOptionLeft5
{
    width: 124px;
    padding: 3px 0 0 6px;
    color: Black;
    font-size: 11px;
}

.LeftColumnOptionLeft6
{
    width: 50px; 
    padding: 0; 
}

.LeftColumnOptionLeft7
{
    width: 127px;
    padding: 3px 0 0 3px;
    color: Black;
    font-size: 11px;
}

.LeftColumnOptionLeft8
{
    padding: 0;
    transform: translateY(-5px);
}

.LeftColumnOptionRight, .LeftColumnOptionRight2, .LeftColumnOptionRight4
{
    width: 115px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;   
}

.LeftColumnOptionRight2
{
    width: 70px;
}

.LeftColumnOptionRight4
{
    padding-top: 2px;
    width: 30px;   
}

.LeftColumnOptionRow2 .LeftColumnOptionRight
{
    margin-top: 2px;
}

.LeftColumnOptionRow3
{
    margin: 5px 0 8px 0;
}

.LeftColumnDDL1
{
    width: 115px;
    font-size: 11px;
}

.LeftColumnDDL2
{
    width: 130px;
    font-size: 11px;
}

.LeftColumnDDL3
{
    width: 54px;
    font-size: 11px;
}


.RefrigerantDDL, .PowerSupplyDL
{
    width: 80px;
    font-size: 11px;
    float: left;
}

.TemperatureRefIcon
{
    width: 30px;
    margin: 0;
    padding: 0;
    height: 18px;
    float: right;   
}

.DewPointLabel
{
    font-size: 11px;
    height: 14px;
    margin: 3px 0 0 5px;
    color: #000;
}

.SmallButton1, .SmallButton1Selected
{
    float: left;
    display: block;
    width: 50px;
    height: 14px;
    padding: 2px 0;
    text-decoration: none;
    text-align: center;
    margin: 0 5px 0 0;
}

.SmallButton1
{
    color: RGB(120,120,120);
    background: url(images/smallbutton1.jpg) no-repeat scroll top left;           
}

.SmallButton1Selected
{
    color: black;
    font-weight: bold;
    background: url(images/smallbutton1selected.jpg) no-repeat scroll top left;           
}

.RequirementValue
{
    width: 85px;
    float: right;   
}

.RequirementValue span
{
     font-size: 10px;   
}

.RequirementValueText
{
    width: 40px;
    padding: 2px 2px 1px 2px;
    font-size: 10px;
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);    
}

.ARCOptionValue
{   
    display: block;
    width: 115px;
    padding: 0;
    margin: 0;
}

.ARCOptionText1
{
    width: 75px;
    padding: 2px 2px 1px 2px;
    margin: 0 4px 0 0;
    float: left;
    font-size: 10px;
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);    
}

.ARCOptionText2, .ARCComparisonText
{
    width: 55px;
    padding: 2px 2px 1px 2px;
    margin: 0 4px 0 0;
    float: left;
    font-size: 10px;
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);    
}

.ARCComparisonDDL
{
    width: 90px;
    padding: 2px 2px 1px 2px;
    margin: 0 4px 0 0;
    float: left;
    font-size: 10px;    
}

.ARCOptionUnit1
{
    width: 30px;
    padding: 0;
    margin: 4px 0 0 0;
    float: left;
}

.ARCOptionUnit2
{
    width: 50px;
    padding: 0;
    margin: 4px 0 0 0;
    float: left;
}

.ProgressOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    _background: none;
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index:900000;
}

.modalBackground 
{
	background-color: black;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.ModalTextFieldPopup
{
    width: 258px;
    padding: 0;
    margin: 0;   
}

.ModalTextFieldPopupTop
{
    width: 250px;
    height: 36px;
    padding: 0 7px 0 1px;
    margin: 0;
    background: url(images/modalpopuptop1.png) no-repeat scroll top left;
    float: left;
}

.ModalTextFieldPopupBottom
{
    width: 258px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: url(images/modalpopupbottom1.png) no-repeat scroll top left;
    float: left;
}

.ModalTextFieldPopupBody
{
    width: 246px;
    padding: 0 9px 0 3px;
    margin: 0;
    background: url(images/modalpopupstrip1.png) repeat-y scroll top left;
    float: left;
}

.ModalTextFieldPopupBodyContent
{
    width: 230px;
    padding: 7px;
    margin: 0;
    border: 1px solid RGB(204,204,204);
}

.ModalTextFieldButtons
{
    width: 225px;
    height: 23px;
    padding: 10px 5px 0 0;
    margin: 0;   
}

.ModalTextFieldOk, .ModalTextFieldCancel
{
    display: block;
    float: right;
    margin: 0 0 0 10px;
    width: 22px;
    height: 23px;
}

.ModalTextFieldOk
{
    background: url(images/okicon.jpg) no-repeat scroll top left;
}

.ModalTextFieldCancel
{
    background: url(images/cancelicon.jpg) no-repeat scroll top left;
}

.ModalTextFieldTitle
{
    display: block;
    width: 228px;
    height: 20px;
    padding: 6px 8px;
    margin: 2px 0 0 2px;  
    background: url(images/gradstrip3.jpg) repeat-x scroll top left;
    border: 1px solid RGB(177,200,233);
    position: relative; 
    font-size: 16px !important;
    font-weight: bold;
    color: White;
}

.LeftColumnReadOnly1
{
    width: 40px;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    padding: 1px;
    float: right;
    border: 1px solid #fff;
    color: #333;
}

.LeftColumnText2
{
    width: 40px;
    font-size: 10px;
    float: right;   
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);    
}

.LeftColumnText3
{
    width: 40px;
    font-size: 10px;
    float: right;   
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);    
    margin: 2px 0 0 0;
}


.LeftColumnLabel1{
    min-width: 10px;
    font-size: 11px;
    float: left;
    margin: 1px 3px 0 0;
}


.ModalTextFieldTextBox
{
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);    
    width: 150px;   
}

.ConditionsButtonsContainer
{
    width: 200px;
    overflow: hidden;
    padding: 3px;
    margin: 10px 0 0 0;   
}

.OperatingConditionPresetsLabel
{
    display: block;
    float: left;
    width: 44px;
    padding: 10px 0;
    margin: 0;
}

.LowTempPresetButton, .MediumTempPresetButton, .HighTempPresetButton, .LowTempPresetButtonDown, .LowTempPresetDisabledButton, .MediumTempPresetButtonDown, .HighTempPresetButtonDown {
    display: block;
    margin: 0 0 0 4px;  
    float: left;     
}

.AsercomButton, .AsercomButton, .AsercomButtonDown
{
    display: block;
    margin: 0 0 0 4px;  
    float: right;     
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/asercom.jpg) no-repeat scroll center center;   
}

.AsercomButton:hover
{
    background: url(images/preset_buttons/asercomhover.jpg) no-repeat scroll center center;   
}

.AsercomButtonDown
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/asercompressed.jpg) no-repeat scroll center center;   
}

.AlcoPresetButton, .AlcoPresetButton, .AlcoPresetButtonDown
{
    display: block;
    margin: 0 0 0 4px;  
    float: right;     
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/alco.jpg) no-repeat scroll center center;   
}

.AlcoPresetButton:hover
{
    background: url(images/preset_buttons/alcohover.jpg) no-repeat scroll center center;   
}

.AlcoPresetButtonDown
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/alcopressed.jpg) no-repeat scroll center center;   
}

.LowTempPresetButton
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/lowtemp.png) no-repeat scroll top left;   
}

.LowTempPresetButton:hover
{
    background: url(images/preset_buttons/lowtemphover.png) no-repeat scroll top left;   
}

.LowTempPresetButtonDown
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/lowtemppressed.png) no-repeat scroll top left;   
}

.LowTempPresetDisabledButton {
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/lowtempdisabled.png) no-repeat scroll top left;
}

.MediumTempPresetButton
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/mediumtemp.png) no-repeat scroll top left;
}

.MediumTempPresetButton:hover
{
    background: url(images/preset_buttons/mediumtemphover.png) no-repeat scroll top left;
}

.MediumTempPresetButtonDown
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/mediumtemppressed.png) no-repeat scroll top left;
}

.HighTempPresetButton
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/hightemp.png) no-repeat scroll top left;
}

.HighTempPresetButton:hover
{
    background: url(images/preset_buttons/hightemphover.png) no-repeat scroll top left;
}

.HighTempPresetButtonDown
{
    width: 35px;
    height: 41px;
    background: url(images/preset_buttons/hightemppressed.png) no-repeat scroll top left;
}

.RightColumn
{
    float: right;
    width: 700px;
    padding: 0;
    margin: 0 10px 0 0;
    position: relative;
    min-height: 500px;
}

.NoResultsSection
{
    width: 500px;
    margin: 30px auto;
    text-align: center;   
}

.NoResultTitle
{
    font-size: 20px;       
    margin: 0 0 15px 0;
}

.NoResultContent
{
    font-size: 16px;
    line-height: 24px;    
}

.DisplayOptions
{
    width: 560px;
    height: 40px;
    padding: 9px 69px;
    background: url(images/displayoptionsstrip.jpg) no-repeat scroll top left; 
    border: 1px solid #C2DAF4;
}

.CustomCheckBox2
{
    color: RGB(50,90,140);
    font-size: 12px;       
    float: left;
    padding: 0 10px;
    width: 120px;
}
.CustomCheckBox2 label
{
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 19px
	
}

.DisplayHeader
{
    width: 700px;    
    margin: 0 0 10px 0;
    padding: 0;   
}

.RefrigerantDisplayHeader
{
    width: 140px;
    height: 55px;
    padding: 0;
    background: url(images/gradstrip4.jpg) repeat-x scroll top left;
    border: 1px solid #012c56; /*#B7D3F2;*/
    color: #FFFFFF;
    font-size: 32px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    float: left;
}

.RefrigerantDisplayHeader.alco-setup {
    width: 250px;
}

.PowerSupplyDisplayHeader
{
    width: 170px;
    height: 55px;
    padding: 0;   
	background: url(images/gradstrip4.jpg) repeat-x scroll top left;
	border: 1px solid #012c56; /*#B7D3F2;*/
	color: #FFFFFF;
	font-size: 32px;
	line-height: 55px;
	font-weight: bold;
	text-align: center;
	float: left;   
    margin-left: 7px;     
}

.PowerSupplyDisplayHeader.alco-setup {
    display:none;
}

.ModelDisplayHeader
{
    float: right;
	width: 370px;
	height: 55px;
	padding: 0;
	margin: 0;
	background: url(images/gradstrip4.jpg) repeat-x scroll top left;
	border: 1px solid #012c56; /*#B7D3F2;*/
	position: relative;
	color: #FFFFFF;
}

.ModelDisplayHeader.alco-setup {
    width: 435px;
}

.DisplaySection
{
	width: 698px;
	margin: 0;
	background-color: #F4F9FD;
	border-left: 1px solid #B8D4F2;
	border-right: 1px solid #B8D4F2;
	overflow: hidden;
	padding: 0;
	clear: both;
}

.DisplaySectionBottom
{
    width: 700px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: url(images/displaysectionbottom.png) no-repeat scroll top left;   
}

.DisplayContainerWideHead
{
	width: 662px;
	height: 22px;
	background: url(images/gradstrip6.jpg) repeat-x scroll top left;
	border: 1px solid #002E56;
	margin: 10px 5px 0 5px;
	padding: 3px 6px 3px 10px;
}

.DisplayContainerNarrowFloatedContainer
{
    width: 345px;
    padding: 0;
    margin: 0;
    float: left; 
    background-color: White;  
}

.DisplayContainerWideFloatedContainer
{
    width: 690px;
    padding: 0;
    margin: 0;
    float: left;
    background-color: White;   
}

.DisplayContainerNarrowHead
{
	width: 317px;
	height: 22px;
	background: url(images/gradstrip6.jpg) repeat-x scroll top left;
	border: 1px solid #002E56;
	margin: 10px 5px 0 5px;
	padding: 3px 6px 3px 10px;
}

.DisplayContainerTitle
{
    display: block;
    float: left;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.DisplayContainerTitleCompressorLabel
{
    display: block;
    float: right;
	margin: 0;
	padding: 3px 20px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    
}

.DisplayTableContainerControlsLabel
{
    font-size: 12px;
    color: #003E81;
    margin: 0 10px 0 0;
}

.DisplayContainerWide
{
    width: 660px;
    padding: 20px 10px 12px 10px;
    margin: 0 auto;
    /*border-left: 1px solid #B8D4F2;   
    border-right: 1px solid #B8D4F2;   */
}

.DisplayContainerNarrow
{
    width: 315px;
    padding: 20px 10px 12px 10px;
    margin: 0 auto;
    /*border-left: 1px solid #B8D4F2;   
    border-right: 1px solid #B8D4F2;   */
}

.DisplayContainerDrawing
{
    width: 695px;
    padding: 5px 0 0 0;
    margin: 0 auto;   
}

.DisplayContainerPerformance
{
    width: 680px;
    padding: 20px 0 12px 0;
    margin: 0 auto;
}

.DisplayContainerBoM
{
    width: 660px;
    padding: 0 10px 12px 10px;
    margin: 0 auto;
    /*border-left: 1px solid #B8D4F2;   
    border-right: 1px solid #B8D4F2;   */
}

.DisplayContainerWideBottom
{
    width: 680px;
    height: 8px;
    padding: 0;
    margin: 0 5px;
    background: url(images/displaycontainerwidebottom.png) no-repeat scroll top left;
}

.DisplayContainerNarrowBottom
{
    width: 335px;
    height: 8px;
    padding: 0;
    margin: 0 5px;
    background: url(images/displaycontainernrrwbottom.png) no-repeat scroll top left;
}

.DisplayTableContainer
{
    width: 650px;
    margin: 0 3px;
    padding: 0;
}

.DisplayTableContainerControls
{
    width: 640px;
    padding: 0;
    margin: 5px 8px;       
}


.FirstTimeText
{
	width: 260px;
	padding: 40px 20px;
	height: 70px;
	line-height: 20px;
	text-align: center;
	display: block;
}

.CreateUserWizard
{
    width: 300px;
    margin: 5px 0 0 0;    
}

.CreateUserWizardText
{
    width: 128px;
}

.CreateUserWizardCreateButton, .CreateUserWizardContinueButton, .CreateUserWizardNavigationButton, .LoginButtonStyle, .SubmitButtonStyle, .RegisterLink
{
    display: block;
    padding: 2px 5px;
    font-size: 14px;
    width: 100px;
    border: 1px solid #83AFDE;
    color: #003E81;
    background-color: #BAD5F2;            
    text-decoration: none;
    text-align: center;
}

.CreateUserWizardNavigationButton, .LoginButtonStyle, .SubmitButtonStyle, .RegisterLink
{
    width: 80px;      
}

.LoginButtonStyle, .SubmitButtonStyle
{
    margin: 5px 0;    
}

 .RegisterLink
 {
    margin: 0 auto;   
 }

.CreateUserWizardCreateButton:hover, .CreateUserWizardContinueButton:hover, .CreateUserWizardNavigationButton:hover, .LoginButtonStyle:hover, .SubmitButtonStyle:hover, .RegisterLink:hover
{
    background-color: #D4E7FB;
    border: 1px solid #B8D4F2;
}

.CreateUserWizardErrorMessage, .LoginFailureText
{
    color: #990000;
    font-size: 12px;   
}

.LoginControlLoggedInDiv
{
    width: 300px;
    padding: 10px 0;
    margin: 0;
    text-align: center;   
}

.CustomFamiliesModalDialogPopup
{
    width: 800px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px #333;
}

.CustomFamiliesModalDialogPopupTop
{
    width: 792px;
    height: 36px;
    padding: 0 7px 0 1px;
    margin: 0;
}

.CustomFamiliesModalDialogPopupBody
{
    width: 800px;
    padding: 0;
    margin: 0 0 2px 0;
}

.CustomFamiliesModalDialogPopupBodyContent
{
    width: 786px;
    padding: 7px;
    margin: 0;
}

.CustomFamiliesModalDialogTitle
{
    display: block;
    width: 776px;
    height: 20px;
    padding: 6px 8px;
    margin: 2px 0 0 2px;  
    background: url(images/gradstrip3.jpg) repeat-x scroll top left;
    border: 1px solid RGB(177,200,233);
    position: relative; 
    font-size: 18px !important;
    font-weight: bold;
    color: White;
}

.CustomFamiliesModalDialogButtons
{
    width: 779px;
    height: 30px;
    padding: 10px 5px 0 0;
    margin: 10px 0 0 0;
}

.CustomTablesModalDialogPopup
{
    width: 800px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px #333;
}

.CustomTablesModalDialogPopupTop
{
    width: 792px;
    height: 36px;
    padding: 0 7px 0 1px;
    margin: 0;
}

.CustomTablesModalDialogPopupBody
{
    width: 800px;
    padding: 0;
    margin: 0 0 2px 0;
}

.CustomTablesModalDialogPopupBodyContent
{
    width: 786px;
    padding: 7px;
    margin: 0;
}

.CustomTablesModalDialogTitle
{
    display: block;
    width: 776px;
    height: 20px;
    padding: 6px 8px;
    margin: 2px 0 0 2px;  
    background: url(images/gradstrip3.jpg) repeat-x scroll top left;
    border: 1px solid RGB(177,200,233);
    position: relative; 
    font-size: 18px !important;
    font-weight: bold;
    color: White;
}

.CustomTablesModalDialogButtons
{
    width: 779px;
    height: 30px;
    padding: 10px 5px 0 0;
    margin: 10px 0 0 0;   
}

.AdvanceSearchModalDialogPopup
{
    width: 850px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px #333;
}

.AdvanceSearchModalDialogPopupTop
{
    width: 792px;
    height: 36px;
    padding: 0 7px 0 1px;
    margin: 0;
}

.AdvanceSearchModalDialogPopupBody
{
    width: 800px;
    padding: 0;
    margin: 0 0 2px 0;
}

.AdvanceSearchModalPopupBodyContent
{
    width: 850px;
    padding: 7px;
    margin: 0;
}

.AdvanceSearchModalDialogTitle 
{
    display: block;
    width: 827px;
    height: 20px;
    padding: 6px 8px;
    margin: 2px 0 0 2px;
    background: url(images/gradstrip3.jpg) repeat-x scroll top left;
    border: 1px solid RGB(177,200,233);
    position: relative;
    font-size: 18px !important;
    font-weight: bold;
    color: White;
}

.AdvanceSearchModalDialogButtons 
{
    width: 828px;
    height: 30px;
    padding: 10px 5px 0 0;
    margin: 10px 0 0 0;
}

.AdvanceSearchDialogRow {
    padding: 17px;
}

.AdvanceSearchFieldLabels {
    float:left;
    width: 25%;
}

.AdvanceSearchFieldControls{
    float:left;
    width: 75%;
}

.AdvanceSearchModelName {
    width: 567px;
    padding: 5px;
    margin: 0;
}

.AdvanceSearchDropdownBox {
    width: 300px;
    padding: 5px;
    margin: 0;
}


.ReleaseNotesModalDialogPopup
{
    width: 650px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 5px 5px 5px #333;
}

.ReleaseNotesModalDialogPopupTop
{
    width: 650px;
    height: 36px;
    padding: 0 7px 0 1px;
    margin: 0;
}

.ReleaseNotesModalDialogPopupBody
{
    width: 650px;
    padding: 0;
    margin: 0 0 2px 0;
}

.ReleaseNotesModalPopupBodyContent
{
    width: 630px;
    padding: 7px;
    margin: 0;
}

.ReleaseNotesModalDialogTitle
{
    display: block;
    width: 625px;
    height: 20px;
    padding: 6px 8px;
    margin: 2px 0 0 2px;  
    background: url(images/gradstrip3.jpg) repeat-x scroll top left;
    border: 1px solid RGB(177,200,233);
    position: relative; 
    font-size: 18px !important;
    font-weight: bold;
    color: White;
}

.ReleaseNotesModalDialogButtons
{
    width: 630px;
    height: 30px;
    padding: 10px 5px 0 0;
    margin: 10px 0 10px 0;   
}

.ReleaseNotesPanelScrollable {
    padding: 15px;
    overflow-y: scroll;
    height: 400px;
}

.ReleaseNotesPanelScrollable h1 {
    color: Black;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ModalDialogPopup
{
    width: 618px;
    padding: 0;
    margin: 0;   
}

.ModalDialogPopupTop
{
    width: 610px;
    height: 36px;
    padding: 0 7px 0 1px;
    margin: 0;
    background: url(images/modalpopuptop2.png) no-repeat scroll top left;
    float: left;
}

.ModalDialogPopupBottom
{
    width: 618px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: url(images/modalpopupbottom2.png) no-repeat scroll top left;
    float: left;
}

.ModalDialogPopupBody
{
    width: 606px;
    padding: 0 9px 0 3px;
    margin: 0;
    background: url(images/modalpopupstrip2.png) repeat-y scroll top left;
    float: left;
}

.ModalDialogPopupBodyContent
{
	width: 590px;
	padding: 7px;
	margin: 0;
	border: 1px none RGB(204,204,204);
}

.ModalDialogPopupBodyContent .ModalDialogPopupLogo
{
	width: 560px;
	padding: 0;
	height: 56px;
	background: url(images/select8logo2.jpg) no-repeat scroll top center;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

.ModalDialogPopupRow {
    height: 140px;
}

.ModalDialogPopupColumn {
    float:left;
    padding-left: 5px;
}

.CustomFamiliesModalDialogPopupBodyContent .ModalDialogPopupLogo
{
	width: 784px;
	padding: 0;
	height: 56px;
	background: url(images/select8logo2.jpg) no-repeat scroll top center;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}


.ModalDialogButtons
{
    width: 585px;
    height: 30px;
    padding: 10px 5px 0 0;
    margin: 10px 0 0 0;
}

.ModalDialogOk, .ModalDialogCancel
{
    display: block;
    float: right;
    margin: 0 0 0 10px;
    width: 22px;
    height: 23px;
}

.ModalDialogButton, .ModalDialogWideButton, .WelcomeBackButton, .MainCalculateButton, .TermsButton
{
    width: 100px;
    height: 18px;
    padding: 4px;
    border: 1px solid #477DAF;   
    background: url(images/buttongrad1.jpg) repeat-x scroll top left;
    color: #013467;
    text-decoration: none;
    text-align: center;
    float: right;
    display: block;
    margin: 0 0 0 10px;
    font-size: 16px;
    cursor:pointer;    
}

.ModalDialogButton.MoveLeft {
    float:left;
}

.ModalDialogButton.Extended {
    width: 170px;
}

.ModalDialogButton.Disabled {
    opacity: 0.8;
    cursor:not-allowed;
}

.MainCalculateButton
{
    margin: 140px auto 0 auto;   
    height: 35px;
    padding: 0;
    width: 200px;
    line-height: 35px;
    font-weight: bold;
    float: none;
}

.FirstLoginPopupSection
{
    width: 400px;
    padding: 10px 95px;   
    margin: 0;
    font-size: 14px;
}

.FirstLoginPopupSection .ModalDialogSectionText
{
    width: 400px;
    font-size: 16px;
    text-align: center;   
}

.WelcomeBackSection, .WelcomeBackProjectsSection
{
	width: 290px;
	margin: 20px auto;
	text-align: center;
	padding: 0;
}

.WelcomeBackProjectsSectionPanel
{
    width: 290px;
    padding: 0;
    margin: 0;
    float: left;   
}

.WelcomeBackSection .ModalDialogSectionText, .WelcomeBackProjectsSection
{
	width: 290px;
	text-align: center;
	font-size: 190%;
	color: #004685;
}

.WelcomeBackButton, .TermsButton
{
    width: 280px;
	float: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	height: 25px;
	font-weight: bold;
}

.WelcomeBackProjectLink
{
    display: block;
    color: #013467;
    font-size: 16px;
    margin: 0 0 10px 10px;       
    padding-left: 30px;
    height: 22px;
    line-height: 22px;
    background: url(images/projecticon_open.png) no-repeat scroll top left;
    text-align: left;
    width: auto;
    clear: both;
    float: left;
}

.ModalDialogWideButton
{
    width: 200px;   
    float: none;
    margin: 10px 0 10px 150px;
}

.ModalDialogTitle
{
    display: block;
    width: 588px;
    height: 20px;
    padding: 6px 8px;
    margin: 2px 0 0 2px;  
    background: url(images/gradstrip3.jpg) repeat-x scroll top left;
    border: 1px solid RGB(177,200,233);
    position: relative; 
    font-size: 18px !important;
    font-weight: bold;
    color: White;
}

.ModalDialogTitleContainer
{
    display: block;
    width: 594px;
    height: 22px;
    padding: 5px;
    margin: 2px 0 0 2px;  
    background: url(images/gradstrip3.jpg) repeat-x scroll top left;
    border: 1px solid RGB(177,200,233);
    position: relative; 
    font-size: 18px !important;
    font-weight: bold;
    color: White;
}

.ModalDialogTitleText
{
    display: block;
    width: 400px;
    height: 20px;
    padding: 1px 5px;
    margin: 0;  
    font-size: 18px !important;
    font-weight: bold;
    color: White;
    float: left;
}

.ModalDialogSection
{
    width: 500px;
    padding: 0;
    margin: 5px 45px;   
}

.ModalDialogSectionWide
{
    width: 525px;
    padding: 0;
    margin: 5px 20px 15px 45px;   
}

.NewSavePanel
{
    width: 525px;
    height: 280px;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}


.ModalDialogSectionText
{
    width: 500px;
    padding: 0;
    margin: 4px 0 8px 0;
    display: block;   
}

.ModalDialogRow
{
    width: 500px;
    padding: 0;
    margin: 5px 0;      
    position: relative; 
}

.ModalDialogRowCentred
{
    width: 500px;
    padding: 10px 0;
    margin: 5px 0;      
    position: relative; 
    text-align: center;
    font-size: 16px;
}

.ModalDialogSpanWide
{
    width: 500px;
    display: block;
    font-size: 16px;
    margin: 1px 0;
    padding: 0;
}

.ModalDialogSpanWide
{
    width: 500px;
    display: block;
    font-size: 16px;
    margin: 1px 0;
    padding: 0;
}

.ModalDialogSpanLeft, .ModalDialogSpanRight
{
    width: 230px;
    display: block;
    float: left;
    font-size: 16px;
    margin: 1px 0;
    padding: 0;
}

.ModalDialogSpanRight
{
    float: right;  
}

.CentredText
{
    text-align: center;   
}

.ModalDialogWideText1, .ModalDialogHalfText1
{
    width: 498px;    
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);  
    font-size: 16px;
}

.ModalDialogWideDDL1
{
    width: 500px;
    font-size: 16px;
}

.ModalDialogHalfText1
{
    width: 228px;    
}

.SaveDialogRadio
{
    width: 240px;
    display: block;
    padding: 0;
    margin: 0 0 2px 130px;
    text-align: left;       
}

.ModalDialogWarning
{
    display: block;
    width: 500px;
    min-height: 40px;
    padding: 0;
    margin: 15px 0 10px 0;   
    font-size: 16px;
    font-weight: bold;
    color: #AA0000;
}

.ModalDialogList1
{
    width: 338px;
    height: 100px;
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);  
    margin: 5px 80px 15px 80px;    
    padding: 0;
}

.SaveExistingLabel
{
    display: block;
    width: 338px;
    border-top: 1px solid RGB(171,173,179);
    border-left: 1px solid RGB(226,227,234);
    border-right: 1px solid RGB(219,223,230);
    border-bottom: 1px solid RGB(227,233,239);  
    margin: 5px 0 15px 50px;    
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}

.DisplayHeaderPreviousDisplay
{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    top: 16px;
    left: 16px;
    background: url(images/headerprevious.png) no-repeat scroll top left;
    z-index: 100;
}

.DisplayHeaderNextDisplay
{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    top: 16px;
    right: 16px;
    background: url(images/headernext.png) no-repeat scroll top left;    
    z-index: 100;
}

.DisplayTitleContainer
{
    float: right;
    position: relative;
    left: -50%;
    top: 5px;
    text-align: left;   
}

.DisplayTitle
{
    position: relative;
    left: 50%;
}

.DisplayTitleText
{
    font-size: 32px;
    font-weight: bold;   
    line-height: 45px;
}

.DisplayTitleImage
{
    width: 33px;
    height: 33px;
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}

.ExportPdfButton1
{
    width: 70px;
    height: 72px;
    padding: 0;
    /*margin: 0 0 0 170px;
    _margin: 0 0 0 85px;*/
    margin: 0 0 0 215px;
    display: block;
    background: url(images/exportpdfbutton.png) no-repeat scroll top left;   
    float: left;
}

.PrintButton1
{
    width: 72px;
    height: 72px;
    padding: 0;
    margin: 0 168px 0 0;
    _margin: 0 84px 0 0;
    display: block;
    background: url(images/printbutton.png) no-repeat scroll top left;   
    float: right;
}

.DisplayDrawingImage
{
    margin: 0;   
}

.EnvelopeImage
{
    width: 640px;
    min-height: 480px;
    padding: 8px 12px 0 0;
    margin: 0;
    /*border: 1px solid #A0BBDB !important;   */
    background-color: #fff;
    position: relative;
    clear: both;
}

.EnvelopeImageOverlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 0.8;
    display: none;
}

.EnvelopeImageLoading
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/main_loading.gif) no-repeat scroll center center;
    z-index: 101; 
    display: none;       
}



.ToggleOnOff1
{
    float: left;   
}

.EnvelopeKey
{
    width: 640px;
    padding: 8px 9px;
    margin: 0;
    clear: both;   
}

.EnvelopeTitle
{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;   
}

.EnvelopeKeyStart
{
    float: left;
    display: block;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 12px;
    color: #333333;   
}

.EnvelopeKeyItem, .EnvelopeKeyCrossItem, .EnvelopeKeyTempRefItem, .EnvelopeKeyItemWithToggle
{
    float: left;
    height: 16px;
    overflow: hidden;
    padding: 0 10px 10px 0;
    margin: 0;   
    clear: both;
}

.EnvelopeKeyItem, .EnvelopeKeyCrossItem, .EnvelopeKeyTempRefItem
{
    margin-left: 25px;
}

.EnvelopeKeyVisibilityToggle
{
    float: left;
    width: 20px;
    height: 16px;
    margin: 0 5px 0 0;
}

.EnvelopeKeyVisibilityToggle input
{
    margin: 1px 0 0 0;
}

.EnvelopeKeyTempRefItem
{
    padding-left: 0; 
}

.EnvelopeKeyCrossItem, .EnvelopeKeyTempRefItem
{
    clear: both;   
    width: 640px;
}

.EnvelopeKeyColourBox
{
    float: left;
    width: 20px;
    height: 6px;
    margin: 5px 0;
    padding: 0;
}

.EnvelopeKeyDashedItem
{
    float: left;
    width: 18px;
    height: 1px;
    margin: 7px 1px;
    padding: 0;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
}

.EnvelopeKeyColourLine
{
    float: left;
    width: 20px;
    height: 2px;
    margin: 7px 0;
    padding: 0;
}

.EnvelopeKeyColourVerticalLine
{
    float: left;
    width: 2px;
    height: 16px;
    margin: 0 0 0 9px;
    padding: 0;
}

.EnvelopeKeyCross
{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    padding: 0;
    background: url(images/envelopecross.jpg) no-repeat scroll center center;   
}

.EnvelopeKeyDewPointIcon
{
    float: left;
    width: 30px;
    height: 18px;
    margin: 0 2px 0 0;
    padding: 0;
    background: url(images/dewpoint_icon.png) no-repeat scroll center center;   
}


.EnvelopeKeyText
{
    display: block;
    margin: 0;
    padding: 1px 8px 0 18px;
    float: left;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #333333;   
}

.EnvelopeKeyTempRefItem .EnvelopeKeyText
{
    padding-left: 10px;   
}

.EditUserDetailContent
{
    width: 500px;
    padding: 10px 44px 5px 44px;
    margin: 5px 0; 
    border: 1px solid #C2DAF4;     
    height: 320px;
    overflow-y: scroll;   
    overflow-x: hidden;
}

.PadBlock
{
    width: 500px;
    height: 10px;
    padding: 0;
    margin: 0;    
}

.EditPreferencesContent
{
    width: 500px;
    padding: 10px 44px 5px 44px;
    margin: 5px 0; 
    border: 1px solid #C2DAF4;     
    height: 320px;
    overflow: hidden;
}

/* Numeric up/down control */

.NUD_Container
{
    width: 230px;
    padding: 0 0 10px 0;
    margin: 0;       
}

.NUD_Container, .NUD_Container div, .NUD_Container span, .NUD_Container a
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
}

.NUD_NumberContainer
{
    width: 150px;
    padding: 1px 2px;
    height: 20px;
    margin: 0;
    border: 1px solid #999999;
    float: left;   
}

.NUD_ButtonContainer
{
    width: 50px;
    padding: 2px 5px;
    margin: 0;
    height: 20px;
    float: left;
}

.NUD_UpButton, .NUD_DownButton
{
    width: 18px;
    height: 18px;
    border: 1px solid black;
    margin: 0 2px;
    float: left;
}

.NUD_UpButton
{
    background: url(images/nud_increment.jpg) no-repeat scroll center center;   
}

.NUD_DownButton
{
    background: url(images/nud_decrement.jpg) no-repeat scroll center center;   
}

.NUD_DigitSpan, .NUD_SelectedDigitSpan, .NUD_DecimalSpan, .NUD_NegativeSpan
{
    font-size: 16px !important;
    line-height: 18px;   
    display: block;
    float: left;
    height: 18px;
    margin: 0 0 0 1px;   
    padding: 0;
}

.NUD_DecimalSpan, .NUD_NegativeSpan
{
    background: white;
    border: 1px solid white; 
    font-weight: bold;      
}

.NUD_DigitSpan, .NUD_SelectedDigitSpan
{
    cursor: pointer;
    width: 14px;
    text-align: center;        
}

.NUD_DigitSpan
{
    background: white;
    border: 1px solid #eeeeee;
}

.NUD_DigitSpan:hover
{
    background: #dde9fc;
    border: 1px solid #cfddf4;
}

.NUD_SelectedDigitSpan
{
    background-color: #bacdeb;
    border: 1px solid #7d9ecb;
}

.DisplayTabs
{
    width: 642px;
    height: 43px;
    padding: 10px 7px 0 10px;
    margin: 0;
    background: url(images/tabsbottom.jpg) repeat-x scroll bottom left;
    white-space: nowrap;
    overflow: hidden;   
    float: left;
    position: relative;
}

.DisplayTabs.FullWidth
{
    padding-right: 0;
    width: 690px;
}

.DisplayTabsInner
{
    height: 43px;
    width: auto;
    white-space: nowrap;
    margin: 0;
    padding: 10px 27px 0 10px;   
    position: absolute;
    top: 0;
    left: -50px; 
}

.DisplayTabScrolling
{
    width: 36px;
    height: 43px;
    float: left;
    padding: 0 5px 0 0;
    margin: 10px 0 0 0;
    background: url(images/tabsbottom.jpg) repeat-x scroll bottom left;   
}

.DisplayTabScrollLeft
{
    width: 15px;
    height: 40px;
    padding: 0;
    margin: 0 1px 0 0;
    border: 1px solid #b8d4f2;
    float: left;    
    background: #fff url(images/scroll_left.png) no-repeat scroll center center;
}

.DisplayTabScrollRight
{
    width: 15px;
    height: 40px;
    padding: 0;
    margin: 0 1px 0 0;
    border: 1px solid #b8d4f2;
    float: left;    
    background: #fff url(images/scroll_right.png) no-repeat scroll center center;
}

.DisplayTabScrollLeft:hover
{
    border: 1px solid #000;
    background: #ddddff url(images/scroll_left_hover.png) no-repeat scroll center center;
}

.DisplayTabScrollRight:hover
{
    border: 1px solid #000;
    background: #ddddff url(images/scroll_right_hover.png) no-repeat scroll center center;
}


.DisplayTabButtonInner
{
    max-width: 90px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.FalseTab
{
    width: 30px;
    height: 43px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.DisplayTabButtonSelected
{
    display: inline-block;
    padding: 0 1px 0 0;
    margin: 0 0 0 -4px;
    position: relative;
    white-space: normal;
}

.DisplayTabButtonSelected .DisplayTabButtonInner
{
    height: 34px;
    font-size: 14px;
    line-height: 16px;
    color: Black; /*#002e56;*/
    text-decoration: none;   
    margin: 0;
    padding: 4px 10px;
    border-top: 1px solid #b8d4f2;
    border-left: 1px solid #b8d4f2;
    border-right: 1px solid #b8d4f2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #F4F9FD;    
}

.DisplayTabButton
{
    display: inline-block;
    padding: 2px 1px 0 0;
    margin: 0 0 1px -4px;
    position: relative;
    white-space: normal;
}

.DisplayTabButton .DisplayTabButtonInner
{
    height: 32px;
    font-size: 14px;
    line-height: 14px;
    color: #004684;
    text-decoration: none;   
    margin: 0;
    padding: 3px 8px;
    border-top: 1px solid #93b9e2;
    border-left: 1px solid #93b9e2;
    border-right: 1px solid #93b9e2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
    background-color: #e7eff8;
    background-image: linear-gradient(to bottom, #F4F9FD, #b9d4f2);    
}

.DisplayTabOverlay
{
    position: absolute;
    width: calc(100% - 1px);
    height: 100%;
    z-index: 50;
    cursor: pointer;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: transparent url(images/transparency.png) repeat scroll top left;
}

.DisplayTabButton .DisplayTabOverlay
{
    height: calc(100% - 3px);
    top: 3px;
}


.PackSelectionContainerHead
{
	width: 684px;
	height: 22px;
	background: url(images/gradstrip6.jpg) repeat-x scroll top left;
	border: 1px solid #002E56;
	margin: 0 auto;
	padding: 3px 6px 3px 10px;
}

.PackSelectionContainerFloatedContainer
{
    width: 700px;
    padding: 0;
    margin: 0;
    float: left;
    background-color: White;   
}

.PackSelectionContainer
{
    width: 680px;
    padding: 10px;
    margin: 0 auto;
    border-left: 1px solid #B8D4F2;   
    border-right: 1px solid #B8D4F2;   
    border-bottom: 1px solid #B8D4F2;   
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #325A8C;
}

.PackParameterSelection
{
    width: 660px;
    padding: 9px;
    margin: 0 0 10px 0;
    border: 1px solid #B8D4F2;           
}

.PackSelectionColumnLeft, .PackSelectionColumnRight
{
    width: 315px;
    padding: 9px;   
    border: 1px solid #B8D4F2;               
    display: table-cell;
}

.PackSelectionColumnLeft
{
    border-bottom-left-radius: 10px;
}

.PackSelectionColumnRight
{
    border-bottom-right-radius: 10px;
}

.PackSelectionColumnBreak
{
    width: 10px;
    display: table-cell;
}

.PackSelectionReqTypeSelection {
    position: relative;
    float: left;
    margin-left: 34px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.PackSelectionReqTypeSelection input[type=submit] {
    color: RGB(120,120,120)
}

.PackSelectionReqTypeSelection input[type=submit].Selected {
    color: RGB(0,0,0)
}

.PackHeader
{
    display: block;
    width: 315px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 5px 0;   
}

.PackRequirementItems
{
    width: 660px;
    padding: 0;
    margin: 0;
    float: left;       
}

.PackRequirementItem
{
    width: 295px;
    padding: 5px 0 5px 35px;
    margin: 0;
    float: left;   
}

.PackRequirementItemDescription
{
    width: 190px;
    float: left; 
    font-size: 14px;  
    line-height: 22px;
}

.PackRequirementItemSelector
{
    width: 105px;
    float: left;  
    font-size: 12px; 
}

.PackRequirementText
{
    width: 50px;
    font-size: 14px;   
}

.PackResultSection
{
    width: 315px;
    margin: 0 0 30px 0;
    padding: 0;   
}

.PackNoResultsSection
{
    width: 330px;
    margin: 30px 0;
    text-align: center;   
}

.PackAddButton, .PackRemoveButton, .PackAddButtonDisabled, .PackRemoveButtonDisabled
{
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;   
}

.PackAddButton
{
    background: url(images/nud_increment.jpg) no-repeat scroll top left;
}

.PackRemoveButton
{
    background: url(images/nud_decrement.jpg) no-repeat scroll top left;
}

.PackAddButtonDisabled
{
    background: url(images/nud_increment_disabled.jpg) no-repeat scroll top left;
}

.PackRemoveButtonDisabled
{
    background: url(images/nud_decrement_disabled.jpg) no-repeat scroll top left;
}

.LanguageDropDown
{
    width: 150px;
    float: right;
    margin: 10px 14px 0 0;   
    padding: 0;
}

.PackInfoItem
{
    display: block;
    width: 315px;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 12px;
    font-weight: bold;   
}

.CalculateButton
{
    font-family: Verdana, Arial;
    display: block;
    width: 27px;
    height: 22px;
    float: right;
    margin: 5px 39px 5px 0;
    text-align: center;
    text-decoration: none;    
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    background-position: center center;    
    background-image: url(images/calculatebutton.png); 
}

.PackButton
{
    float: left;
    width: 35px;
    height: 41px;
    display: block;
    margin: 5px 4px 0 0;
    background: url(images/packbutton.jpg) no-repeat scroll top left;   
}

.PackButton:hover
{
    background: url(images/packbuttonhover.jpg) no-repeat scroll top left;   
}

.PackButtonPressed
{
    float: left;
    width: 35px;
    height: 41px;
    display: block;
    margin: 5px 4px 0 0;
    background: url(images/packbuttonpressed.jpg) no-repeat scroll top left;   
}

.ARCButton
{
    float: left;
    width: 35px;
    height: 41px;
    display: block;
    margin: 5px 4px 0 0;
    background: url(images/arc_button.jpg) no-repeat scroll top left;   
}

.ARCButton:hover
{
    background: url(images/arc_button_hover.jpg) no-repeat scroll top left;   
}

.ARCButtonPressed
{
    float: left;
    width: 35px;
    height: 41px;
    display: block;
    margin: 5px 4px 0 0;
    background: url(images/arc_button_pressed.jpg) no-repeat scroll top left;   
}

.SelectionListPopupRow
{
    width: 290px;
    height: 22px;
    padding: 0;
    margin: 5px auto;
}

.SelectionListPopupRow .RowTitle
{
    width: 40px;
    padding: 0;
    margin: 0;
    float: left;
    line-height: 22px;
    font-size: 14px;   
}

.SelectionListPopupRow .RowContent
{
    width: 250px;
    padding: 0;
    margin: 0;
    float: right;       
}

.SelectionListColumnDDL
{
    font-size: 14px;
    width: 225px;
    padding: 0;
    margin: 0;   
}

.SelectionListOptionsContainer
{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0 0 5px 0;   
}

.SelectColumnsButton
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 0 10px;   
    height: 17px;
    line-height: 17px;
    border: 1px solid #6f6f6f;
    background: url(images/buttongrad2.jpg) repeat-x scroll top left;
    display: block;
    float: right;
    color: Black;
    border-radius: 3px;
}

.PackSelectionColumnRight .PackHeader
{
    margin-bottom: 10px;   
}

.PackWarning
{
    display: block;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #990000;
    font-size: 16px;
    margin: 0;
    padding: 0;   
}
.FamilyFilter
{
    width: 240px;
    padding: 0px;
    background-color: White;
    margin: 0;  
    color: RGB(50,90,140);    
    font-size: 11px;
}

.familyCheckbox
{   
    height: 18px;   
    clear: both;
}

.familyCheckbox span
{
    float: left;
}

.FamilyCheckBox
{
    display: none;
}

.FamilyCustomCheckBox
{
    display: block;
    float: left;
    /*height: 15px;*/    
    margin: 0;
    padding: 3px 0 3px 20px;
    background: url(images/checkbox_unchecked.jpg) no-repeat scroll top left;
}

.FamilyCustomCheckBox:hover
{
    background: url(images/checkbox_uncheckedhover.jpg) no-repeat scroll top left;
}

.FamilyCheckBox:checked + .FamilyCustomCheckBox
{
    background: url(images/checkbox_checked.jpg) no-repeat scroll top left;
}

.FamilyCheckBox:checked + .FamilyCustomCheckBox:hover
{
    background: url(images/checkbox_checkedhover.jpg) no-repeat scroll top left;
}

.ScrollFamilies
{
    float: left;
    width: 120px;
}

.SemiFamilies
{
    float:right;
    width: 120px;
}

.UnitFamilies
{
    float: left;
    width: 190px;
}

.CustomFamilies
{
    float: left;
    width: 190px;
}


.familyToggle
{
    width: 102px;
    height: 40px;
}

.SetCheckbox
{
    height: 100px;
}

.UnitSetCheckbox
{
    height: 75px;
    width: 220px;
}

.CustomFamiliesCheckbox
{
    margin: 5px 0 0 0;
    height: 75px;
    width: 220px;
}

.ScrollToggleCheckbox
{
    float: left;
    width: 34px;
    padding: 0;
    margin: 0;
}


.DisplayOverlay
{
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 702px;
    height: 100%;
    z-index: 5000;
    text-align: center;
}

.DisplayOverlayBackground
{
    position: absolute;
    background: url(images/display_lock_tile.jpg) repeat scroll top left;   
    opacity: 0.9;
    filter:alpha(opacity=90);
    border: 1px solid #666;
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;    
    z-index: 5000;
}

.CalculateButtonWrapper
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    z-index: 6000;      
}

.CalculateButtonContainer
{
    position: relative;
    width: 300px;
    height: 200px;
    padding: 0;
    border: 1px solid #666;
    background: #fff url(images/select8logo2.jpg) no-repeat scroll center 20px;
    margin: 150px auto 0 auto;

    -moz-box-shadow: 3px 3px 1px #666;
    -webkit-box-shadow: 3px 3px 1px #666;
    box-shadow: 3px 3px 1px #666;
    z-index: 6000;
}

.CalculatingImage
{
    width: 24px;
    margin: 142px auto 0 auto;
}

.SelectionListDisplayContainerWide
{
    padding-top: 6px;
}


/*HEADER************************************************************************
*******************************************************************************/

.MainHeader {
    width: 980px;
    height: 75px;
    padding: 0;
    margin: 0;
    background: url(images/copeland-logo.png) no-repeat scroll 34px 13px;
    background-size: contain;
    border-bottom: 1px dotted #808080;
    padding-bottom: 15px;
    position: relative;
}

/*Hyper link above picture*/
.ImgHyperLink
{
	position: absolute;
	left:20px;
	top:16px;
	width: 150px;
	height: 75px;
	padding: 0;
	margin: 0;	
}

/*hide text behind logo*/
.hiddenTxt{
	display:none;	
}

/* Global style for Menu*/
.Menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    top: 51px;
    left: 250px;
}


/* Menu List Item style*/
.Menu li {float: left; position: relative;}

/*Style all the anchors inside the menu List Item*/
.Menu li a
{
	float: left;
	display: block;
	font-weight:bold;
	font-size:12px;
	border-left: 1px solid #999999;
	padding-right: 32px;
	padding-left: 12px;
	text-decoration: none;
	color: #808080;
	text-transform: uppercase;
	margin-right: 10px;
}

/* 
Style to apply on mouse over Menu List Item or anchors below Menu List Item
*/
.Menu li:hover a,
.Menu li a:hover
{
	color: #f7941d;	/*Orange*/
}


/* 
Hide all submenus by default
*/
.Menu ul 
{
	display: none;
}

/* Set Submenus to visible (vertical) if mouseover Menu List Item*/
.Menu li:hover ul 
{
	display: block;
}

/*default style of submenus*/
.Menu ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 13px;
	left: 0;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	z-index: 1000;
}

/*Apply style to all subitems*/
.Menu ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #808080;		
}


/* 
Apply style to final anchor when mouse over Menu list Item
*/
.Menu li:hover ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px 0 15px;
	float: none;
	border:none;
	text-transform: capitalize;
	font-size:11px;
	color: #808080;
	background: none;
}

/*
Apply style to final anchor when mouse over Menu List Item and final anchor
*/
.Menu li:hover ul li a:hover
{
	background: none;
	color: #f7941d;
}

/**FOOTER***********************************************************************
*******************************************************************************/

.MainFooter {
	width: 980px;
	height: 75px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#999999;
	font-size:10px;
	
}

.MainFooter a, .MainFooter a:visited {
	text-decoration: none;
	color: #999999;
}

.MainFooter a:hover{
	text-decoration: none;
	color:#f7941d;	
}

.leftFooter {
	float:left;
	margin:0;
	padding:0;
}

.leftFooter li{
	display: inline;
	font-weight: bold;
	padding-right: 10px;
	text-transform:uppercase;
	font-size: 8px;
}

.leftFooter ul{
	margin:auto;
	padding: 0;
}

.rightFooter {
	float:right;
}

.rightFooter li{
	display: inline;
	color: #999999;
	font-weight: bold;
	border-left: 1px solid #999999;
	padding-right: 10px;
	padding-left: 10px;	
}

.rightFooter ul{
	margin:auto;
	padding: 0;
}

.subFooter{
	font-size:10px;
	font-weight:bold;
	color:#808080;
	text-transform: uppercase;
	text-align: right;
	position: relative;
	clear: both;
	padding-right: 11px;
	
}

.DbFooter
{
    width: 980px;
    padding: 20px 0 20px 18px;
    margin: 30px;
    font-size: 10px;
	font-weight:bold;
	color:#808080;
	text-align: center;
}


.ModalDialogBackground
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
	background-color: black;
    filter: alpha(opacity=20);
    opacity: 0.2;       
}

.SelectMainContainer 
{
    width: 980px;
    padding: 0;
    margin: 0;   
    position: relative; 
}

.PreloadDisplay
{
    position: absolute;
    background-color: #fff;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    min-height: 500px;
    margin: 20px 0;
    padding: 0;   
}

.ModalPopup
{
    width: 618px;
    z-index: 100001;
    position: fixed;
    left: 50%;
    margin-left: -309px;
    top: 50%;
}

.ExportPopup
{
    height: 480px;
    margin-top: -240px;
}

.ExportPopupContent
{
    height: 250px;   
}

.ExportList
{
    width: 500px;
    padding: 0;
    margin: 40px auto 0 auto;
    list-style-type: none;
}

.ExportList li
{
    margin: 15px 0;   
    height: 22px;
    line-height: 22px;
    width: 500px;
}

.ExportList .Description
{
    display: block;
    height: 22px;
    float: left;
    margin: 0;
    max-width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: no-wrap;
}

.ExportList li a
{
    color: #54739c;
    text-decoration: none;    
}

.PolynomialsExportLinks, DataSheetExportLinks
{
    float: right;
    margin: 0;
    padding: 0;
    height: 22px;
}

.PdfLink
{
    display: block;
    float: right;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px; 
    height: 18px;
    line-height: 18px;
    margin-top: 1px;
    background: url(images/option_icons/ExportToPdf_16x16.png) no-repeat scroll center left;   
}

.CsvLink
{
    display: block;
    float: right;
    margin: 0 0 8px 10px;
    padding: 0 0 0 20px; 
    height: 18px;
    line-height: 18px;
    margin-top: 1px;
    background: url(images/option_icons/ExportToCsv_16x16.png) no-repeat scroll center left;   
}

.ExportList li a:hover
{
    text-decoration: underline;
}

.WelcomeBackPopup
{
    height: 460px;
    margin-top: -230px;
}

.FirstLoginPopup
{
    height: 350px;
    margin-top: -175px;   
}

.LoaderContent
{
    width: 200px;
    margin: 50px auto 0 auto;
    text-align: center;   
}

.MainLoadingImage
{
    width: 66px;
    height: 66px;
    margin: 20px auto 0 auto;
    background: url(images/main_loading.gif) no-repeat scroll top left;
}

.DrawingPdfLink
{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;       
    position: absolute;
    top: 5px;
    right: 0;
}

.DrawingPdfLink a
{
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    background: url(images/option_icons/ExportToPDF_32x32.png) no-repeat scroll top left;    
    margin: 0 10px 0 0;
}

.DrawingSTPLink {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 40px;
}

.DrawingSTPLink a {
    width: 32px;
    height: 32px;
    display: block;
    float: right;
    background: url(images/option_icons/ExportToSTP_32x32.png) no-repeat scroll top left;
    margin: 0 10px 0 0;
}

.DrawingContainer
{
    width: 695px;
    padding: 5px 0 0 0;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.UnavailableDrawing
{
    width: 595px;
    padding: 0 50px;
    margin: 0;
    height: 431px;
    background: url(drawings/jpeg/unavailable.jpg) no-repeat scroll bottom left;
    font-size: 16px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.SelectDataTableHeader
{
    display: block;
    width: 100%;
    margin: 10px 0 5px 0; 
    font-size: 14px;
    color: #325A8C;   
}

.OldBrowserContent, .UnregisterCompleteContent
{
    width: 700px;
    padding: 0;
    margin: 50px auto;
}

.UnregisterCompleteContent {
    min-height: 500px;
}

.UnregisterCompleteContent section {
    margin: 50px 0;
}

.UnregisterCompleteText p {
    font-size: 16px;
}

.BrowserUpdateLinks
{
    width: 600px;
    height: 400px;
    margin: 20px auto 10px auto;
    padding: 0;   
}

.BrowserUpdateLink
{
    width: 600px;
    margin: 10px 0;
    padding: 0;
    float: left;   
}

.IeBrowserIconLink, .FirefoxBrowserIconLink, .ChromeBrowserIconLink
{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    clear: left;
}

.IeBrowserIconLink
{
    background: url(images/browser_icons/ie_icon.jpg) no-repeat scroll top left;    
} 

.FirefoxBrowserIconLink
{
    background: url(images/browser_icons/firefox_icon.jpg) no-repeat scroll top left;
} 

.ChromeBrowserIconLink
{
    background: url(images/browser_icons/chrome_icon.jpg) no-repeat scroll top left;
}

.BrowserUpdateLinkText
{
    width: 530px;
    height: 24px;
    margin: 0;
    padding: 13px 0;
    float: right;   
    line-height: 14px;
}

.BrowserLink
{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.BrowserLink:hover
{
    text-decoration: underline;   
}

.PerformanceMidPointImage
{
    float: right;   
}

.SelectionListMidPointImage
{
    float: right;
    margin: 1px 10px 0 0;   
}

.TableDisplayDropDown
{
    float: left;
    margin: 0;   
}

.TablesMidPointImage
{
    float: left;
    margin: 1px 0 0 10px;   
}

.RefrigerantsDropDownContainer, .PowerSuppliesDropDownContainer
{
    width: 80px;
    height: 18px;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
}

.RefrigerantsDropDownClosed
{
    width: 75px;
    height: 16px;
    padding: 2px 0 0 5px;
    margin: 0;
    background: url(images/ref_dropdown_closed.png) no-repeat scroll top left;
}

.RefrigerantsDropDownClosed:hover
{
    background: url(images/ref_dropdown_open.png) no-repeat scroll top left;
}

.PowerSuppliesDropDownClosed{
    width: 115px;
    height: 16px;
    padding: 2px 0 0 5px;
    margin: 0;
    background: url(images/ps_dropdown_closed.png) no-repeat scroll top left;
}

.PowerSuppliesDropDownClosed:hover {
    background: url(images/ps_dropdown_open.png) no-repeat scroll top left;
}

.RefrigerantsDropDownOpen
{
    width: 115px;
    height: 16px;
    padding: 2px 0 0 5px;
    margin: 0;
    background: url(images/ref_dropdown_open.png) no-repeat scroll top left;
}

.PowerSuppliesDropDownOpen {
    width: 115px;
    height: 16px;
    padding: 2px 0 0 5px;
    margin: 0;
    background: url(images/ps_dropdown_open.png) no-repeat scroll top left;
}

.MultipleRefrigerantsDropDown, .MultiplePowerSuppliesDropDown
{
    width: 130px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #b2b2b2;
    border-left: 2px solid #b2b2b2;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 2px;    
    z-index: 10000;
    position: absolute;
    top: 18px;
    left: 0;       
}

.MultiplePowerSuppliesDropDown {
    width: 155px !important;
    left: -42px;
}

.MultipleRefrigerantsOverlay, .MultiplePowerSuppliesOverlay
{
    width: 80px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.MultiplePowerSuppliesOverlay {
    z-index: 9999 !important;
}

.MultipleRefrigerantsList
{
    width: 130px;
    padding: 0;
    margin: 0;
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.MultiplePowerSuppliesList
{
    width: 155px;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.MultipleRefrigerantsGWP {
    font-size: 9px;
    color: #808080;
    float:right;
    margin-top:7px;
}

.MultipleRefrigerantsOptions
{
    width: 120px;
    padding: 5px;
    margin: 0;
    text-align: right;
    background-color: #ddddff;   
}

.MultiplePowerSuppliesOptions
{
    width: 145px;
    padding: 5px;
    margin: 0;
    text-align: right;
    background-color: #ddddff;   
}

.SelectedRefrigerantsLabel, .SelectedPowerSuppliesLabel
{
    display: block;
    width: 58px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11.5px;
    color: #000;
}

.SelectedPowerSuppliesLabel {
    width: 92px !important;
}

.CloseRefrigerantsButton, .ClosePowerSuppliesButton
{
    font-size: 11px;
}

.RefrigerantItemHeader {
    font-weight: bold;
    font-size: 12px;
    background-image: linear-gradient(80deg, white, #e1e1e1);
    border-bottom: 1px solid #938f8f;
}

.RefrigerantItem
{
    width: 109px;
    padding: 2px;
    margin: 0;
    color: #000;
    font-size: 11px;
}

.PowerSupplyItem {
    width: 155px;
    padding: 0px;
    margin: 0;
    color: #000;
    font-size: 12px;
}

.PowerSupplyItem > span {
     padding: 2px;
}

.RefrigerantItem label, .PowerSupplyItem label
{
    margin-top: -2px;
}

.ARCContainerHead
{
	width: 682px;
	height: 22px;
	background: url(images/gradstrip6.jpg) repeat-x scroll top left;
	border: 1px solid #002E56;
	margin: 0 auto;
	padding: 3px 6px 3px 10px;
}

.ARCContainerFloatedContainer
{
    width: 700px;
    padding: 0;
    margin: 0;
    float: left;
    background-color: White;   
}

.ARCContainer
{
    width: 680px;
    padding: 10px 9px;
    margin: 0 auto;
    border-left: 1px solid #B8D4F2;   
    border-right: 1px solid #B8D4F2;   
    border-bottom: 1px solid #B8D4F2;   
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #325A8C;
}

.TemperatureBinGraphContainer
{
    width: 680px;
    padding: 0;
    margin: 0 auto;
}

.TemperatureBinGraphImageContainer
{
    width: 300px;
    padding: 9px;
    border: 1px solid #bbb;
    margin: 10px;
    float: left;   
}

.TemperatureBinGraphImage
{
    width: 300px;
    height: 175px;
    background-color: #fff;
    display: block;
    border: none;
}

.TemperatureBinTitle
{
    display: block;
    width: 660px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 0 10px;   
}

.BinGraphTitle
{
    display: block;
    width: 300px;
    font-size: 14px;
}

.BinGraphAxisFooter
{
    width: 270px;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

.ARCDetailsTableContainer
{
    width: 680px;
    padding: 0;
    margin: 20px 0 0 0;   
}

.AnnualRunningCostTotals
{
    width: 640px;
    padding: 0;
    margin: 20px 0 0 0;
}

.AnnualRunningCostRequirement {
     margin: 0 10px 0 0;
     padding: 0 0 0 10px;
}

.DefaultCaseTotals, .ComparisonCaseTotals
{
    width: 300px;
    padding: 0;
    margin: 0 10px;
    float: left;
}

.ARCTotalRow
{
    width: 300px;
    padding: 0;
    margin: 5px 0;    
}

.ARCTotalRowTitle
{
    width: 170px;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;   
}

.ARCTotalRowValue
{
    float: left;   
}

.ARCTotalTitle
{
    font-weight: bold;
}

.AnnualRunningCostError
{
    width: 300px;
    height: 20px;
    margin: 0;
    padding: 0;
    float: left;
    color: #ff0000;
    font-weight: bold;   
}

.ARCComparisonCheckBox
{
    width: 20px;
    float: left;
    margin: 0;
    padding: 0;   
}

.EditCustomLoads
{
    float: left;
    margin: 0 0 0 10px;
    position: relative;   
}

.CustomLoadsMask
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.CustomLoadsContent
{
    width: 560px;
    padding: 10px 14px 5px 14px;
    margin: 5px 0 30px 0; 
    border: 1px solid #C2DAF4;     
    height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}

.CustomLoadText
{
    width: 100px;   
}

.OverviewImageContainer
{
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 9px;
    border: 1px solid #b8d4f2;
    border-radius: 10px;
    background-color: #fff;   
}

.OverviewTextContainer, .OverviewButtons
{
    width: 400px;
    padding: 0;
    margin: 20px auto 0 auto;
    font-size: 14px;
    color: rgb(50, 90, 140);
}

.OverviewButtons
{
	text-align: center;
	margin: 10px auto;
}

.OnlineDocumentationButton, .SparePartsButton, .OnlineDocumentationButtonDisabled, .SparePartsButtonDisabled
{	
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
    margin: 0 5px;
    padding: 0 10px;   
    height: 17px;
    line-height: 17px;
    border: 1px solid #6f6f6f;
    background: url(images/buttongrad2.jpg) repeat-x scroll top left;
    display: inline-block;
    color: Black;
    border-radius: 3px;
}

.OnlineDocumentationButtonDisabled, .SparePartsButtonDisabled
{
	color: #999;
	border: 1px solid #bbb;
}

.CustomFamiliesContent
{
    width: 786px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 500px;
    margin: 0;
    padding: 0;
}

.CustomFamiliesListColumn
{
    width: 250px;
    height: 330px;
    padding: 80px 10px;
    margin: 10px 0 0 0;
    float: left;
    display: table;
    background: url(images/Select8Logo2.jpg) no-repeat scroll top center;
}

.CustomFamiliesListColumnContent
{
    width: 250px;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;   
}

.CustomFamiliesEditingColumn
{
    width: 460px;
    height: 480px;
    padding: 10px;
    margin: 0;
    float: right;   
    position: relative;
}

.CustomFamilyCreation
{
    width: 250px;
    margin: 0;
    padding: 0;
}

.NewFamilyText
{
    width: 170px;
    padding: 5px;
    margin: 0;
    float: left;   
}

.NewFamilyButton
{
    width: 65px;
    height: 28px;
    padding: 0;
    margin: 0;
    float: right;   
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    background: url(images/medium_button.png) no-repeat scroll top left;
}

.CustomFamiliesWarningLabel
{
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;   
}

.CustomFamiliesItem
{
    width: 220px;
    height: 20px;
    padding: 14px;
    margin: 5px 0;
    border: 1px solid #d2d2d2;
    position: relative;       
    border-radius: 3px;
    overflow: hidden;
}

.CustomFamiliesItemSelected
{
    width: 220px;
    height: 20px;
    padding: 14px;
    margin: 5px 0;
    border: 1px solid #000;
    background-color: #ddf;
    position: relative;       
    border-radius: 3px;
    overflow: hidden;
}

.CustomFamiliesItem:hover
{
    border: 1px solid #bbb;
    background: #eef;   
}

.CustomFamiliesItemName
{
    width: 130px;
    padding: 0;
    margin: 0;
    height: 20px;
    line-height: 20px;  
}

.DeleteCustomItemButton
{
    display: block;
    float: right;
    width: 14px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url(images/trash.png) no-repeat scroll top left;   
}

.CustomFamiliesContainer
{
    width: 250px;
    padding: 0;
    margin: 0 0 10px 0;   
}

.CustomFamiliesItemOverlay
{
    width: 220px;
    height: 20px;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;   
}

.CustomFamiliesItemSelected .CustomFamiliesItemOverlay
{
    cursor: default;   
}

.CustomFamiliesEditingTop
{
    width: 460px;
    height: 70px;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.CustomFamiliesEditingContent
{
    width: 460px;
    height: 410px;
    padding: 0;
    margin: 0;
}

.CustomFamiliesEditingOptionsColumn
{
    width: 200px;
    height: 380px;
    float: left;
    margin: 0;
    padding: 0;
}

.CustomFamiliesEditingButtonsColumn
{
    width: 60px;
    height: 380px;
    float: left;
    margin: 0;
    padding: 0;
    display: table;
}

.CustomFamiliesEditingSelectionsColumn
{
    width: 200px;
    height: 380px;
    float: right;
    margin: 0;
    padding: 0;
   
}

.CustomFamiliesListBox
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;   
}

.CustomFamilyTitle
{
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

.CustomFamilyEditingFilters
{
    width: 100%;
    margin: 0;
    padding: 0;    
}

.CustomFamilyEditingDropDown
{
    float: right;   
    font-size: 15px;
    padding: 5px;
    margin: 0 0 0 5px;
}

.CustomFamiliesEditingButtons
{
    width: 100%;
    text-align: center;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.CustomFamiliesEditingOverlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 100000;
}

.CustomTablesContent
{
    width: 786px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 500px;
    margin: 0;
    padding: 0;
}

.CustomTablesListColumn
{
    width: 250px;
    height: 390px;
    padding: 80px 10px 20px 10px;
    margin: 10px 0 0 0;
    float: left;
    background: url(images/Select8Logo2.jpg) no-repeat scroll top center;
}

.CustomTablesEditingColumn
{
    width: 460px;
    height: 480px;
    padding: 10px;
    margin: 0;
    float: right;   
    position: relative;
}

.CustomTablesEditingTop
{
    width: 460px;
    height: 50px;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.CustomTablesEditingTopContent
{
    width: 460px;
    margin: 0;
    padding: 0;    
}

.CustomTablesEditingContent
{
    width: 458px;
    height: 408px;
    padding: 0;
    margin: 0;
    position: relative;
    border: 1px solid #bbb;
}

.CustomTablesEditingOverlay, .CustomTablesDefaultOverlay 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 100000;
}

.CustomTablesCustomOverlay, .CustomTablesRegularOverlay
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 90000;   
}

.CustomTableSelected
{
    display: block;
    float: right;
    width: 20px;
    height: 16px;
    margin: 2px 0 0 5px;
    padding: 0;
    background: url(images/tick.png) no-repeat scroll top left;     
}

.CustomTableNotSelected
{
    display: block;
    float: right;
    width: 20px;
    height: 16px;
    margin: 2px 0 0 5px;
    padding: 0;
}


.CustomTablesListColumnTop
{
    width: 250px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.CustomTablesListColumnBody
{
    width: 250px;
    height: 320px;
    padding: 10px 0;
    margin: 0;
    display: table;
}

.CustomTablesTypeDropDown
{
    width: 155px;
    padding: 5px;
    margin: 0 5px 0 0;
    float: left;
    font-size: 15px;
}

.CustomTablesUnitsDropDown
{
    width: 90px;
    padding: 5px;
    margin: 0;
    float: left;
    font-size: 15px;
}

.CustomTablesListColumnContent
{
    width: 250px;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.CustomTableCreation
{
    width: 250px;
    margin: 0;
    padding: 0;
}

.NewTableText
{
    width: 170px;
    padding: 5px;
    margin: 0;
    float: left;   
}

.NewTableButton
{
    width: 65px;
    height: 28px;
    padding: 0;
    margin: 0;
    float: right;   
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    background: url(images/medium_button.png) no-repeat scroll top left;
}

.CustomTablesWarningLabel
{
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;   
}

.CustomTablesItem
{
    width: 220px;
    height: 20px;
    padding: 14px;
    margin: 5px 0;
    border: 1px solid #d2d2d2;
    position: relative;       
    border-radius: 3px;
    overflow: hidden;
}

.CustomTablesItemSelected
{
    width: 220px;
    height: 20px;
    padding: 14px;
    margin: 5px 0;
    border: 1px solid #000;
    background-color: #ddf;
    position: relative;       
    border-radius: 3px;
    overflow: hidden;
}

.CustomTablesItem:hover
{
    border: 1px solid #bbb;
    background: #eef;   
}

.CustomTablesItemName
{
    width: 100px;
    padding: 0;
    margin: 0;
    height: 20px;
    line-height: 20px;  
}

.CustomTablesContainer
{
    width: 270px;
    padding: 0;
    margin: 0 0 10px 0;
    max-height: 290px;
    overflow: auto;
    overflow-y: auto; 
}

.CustomTablesItemOverlay
{
    width: 220px;
    height: 20px;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;   
}

.CustomTablesItemSelected .CustomTablesItemOverlay
{
    cursor: default;   
}

.SetDefaultTableButton
{
    display: block;
    width: 110px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    color: #000;
    float: right;   
    background: url(images/large_button.png) no-repeat scroll center center;
}

.CustomTableTitle
{   
    float: right;
    text-align: right;
    margin: 0 10px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.CustomTablesEditingColumns
{
    float: left;
    width: 440px;
    height: 70px;
    padding: 9px 9px 10px 9px;
    background-color: #eee;  
    overflow-x: auto;
    overflow-y: hidden; 
}

.CustomTablesEditingRows
{
    float: left;
    width: 140px;
    padding: 10px 9px 9px 9px;
    height: 300px;   
    background-color: #eee;   
    overflow-x: hidden;
    overflow-y: auto; 
}

.CustomTablesEditingOptions
{
    width: 280px;
    height: 300px;
    padding: 10px 9px 9px 9px;
    float: right;
    overflow: hidden;
    margin: 0;
    background-color: #fff;
}

.CustomTablesRegularOptions
{
    width: 270px;
    height: 140px;
    padding: 5px;
    margin: 0;
    position: relative;
}

.CustomTablesCustomOptions
{
    width: 270px;
    height: 140px;
    padding: 5px;
    margin: 0;    
    position: relative;
}

.RegularTableText
{
    font-size: 12px;
    width: 65px;       
}

.CustomTablesOptionRow
{
    width: 200px;
    padding: 10px 0 0 0;
    margin: 0 auto;   
    font-size: 12px;
}

.CustomTablesOptionRowLeft
{
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;   
    line-height: 21px;
}

.CustomTablesOptionRowRight
{
    width: 75px;   
    padding: 0;
    margin: 0;
    float: right;
}

.CustomTableText
{
    width: 65px;
    font-size: 12px;   
}

.CustomTablesRadio
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;   
}

.CustomTablesEditingText
{
    max-width: 60px;
}

.StandardPhDiagramContainer, .EviPhDiagramContainer
{
    width: 300px;
    margin: 10px auto 70px auto;
    padding: 15px 30px 0 0;
    position: relative;       
}

.StandardPhDiagramContainer .Title, .EviPhDiagramContainer .Title
{
    display: block;
    width: 100%;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    z-index: 20;
}

.EviPhDiagramContainer .SubTitle
{
    display: block;
    width: 100%;
    margin: 0;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 25px;
    z-index: 20;
}

.CycleDiagramContainer
{
    width: 500px;
    padding: 0;
    margin: 70px auto 20px auto;       
    /*font-family: Tahoma, Arial, Sans-Serif;*/
}

.CycleDiagramContainer .Title
{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
}

.StandardCycleDiagram
{
    width: 500px;
    height: 250px;
    margin: 0;
    padding: 0;
    background: #fff url(images/standard_cycle_diagram_base.jpg) no-repeat scroll center center;     
    position: relative;  
}

.SystemDiagramStandardCondGroup
{
    width: 115px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 180px;
    margin: 0;
    padding: 0;
    display: table;   
}

.SystemDiagramStandardEvapGroup
{
    width: 115px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 180px;
    margin: 0;
    padding: 0;
    display: table;   
}

.SystemDiagramGroupContainer
{
    display: table-cell;
    vertical-align: middle;   
    margin: 0;
    padding: 0;
}

.SystemDiagramGroup
{
    width: 105px;
    padding: 3px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 6px;
    margin: 0;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
}

.SystemDiagramCondPressure, .SystemDiagramCondTemp, .SystemDiagramEvapPressure, .SystemDiagramEvapTemp
{
    display: block;
    width: 80px;
    padding: 4px 0 4px 25px;
    height: 12px;       
}

.SystemDiagramCondPressure
{
    background: url(images/ico_disch_pressure.png) no-repeat scroll center left;     
    margin: 0 0 3px 0;
}

.SystemDiagramCondTemp
{
    background: url(images/ico_cond_temp.png) no-repeat scroll center left;     
    margin: 0;
}

.SystemDiagramEvapPressure
{
    background: url(images/ico_evap_pressure.png) no-repeat scroll center left;     
    margin: 0 0 3px 0;
}

.SystemDiagramEvapTemp
{
    background: url(images/ico_evap_temp.png) no-repeat scroll center left;     
    margin: 0;
}

.StandardCycleDiagram .SystemDiagramLiquidTemp, .SystemDiagramCoolGasTemp
{
    display: block;
    position: absolute;
    top: 65px;
    left: 80px;
    height: 12px;
    padding: 3px 0 5px 30px;
    margin: 0;
    font-size: 12px;
    color: #000;      
}

.StandardCycleDiagram .SystemDiagramLiquidTemp
{
    background: url(images/ico_liquid_temp.png) no-repeat scroll center left;     
}

.SystemDiagramCoolGasTemp
{
    background: url(images/ico_subcooling.png) no-repeat scroll center left;     
}

.SystemDiagramLiquidTempIcon, .SystemDiagramCoolGasTempIcon
{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 65px;
    left: 82px;
}

.EviCycleDiagram .SystemDiagramLiquidTemp, .EviCycleDiagram .SystemDiagramCoolGas
{
    display: block;
    position: absolute;
    top: 68px;
    left: 112px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #000;
    background-color: #fff;
}

.SystemDiagramDischargeLinePd
{
    display: block;
    position: absolute;
    left: 300px;
    height: 20px;
    height: 12px;
    padding: 3px 0 5px 28px;
    margin: 0;
    font-size: 12px;
    color: #000;      
    background: url(images/ico_disch_pd.png) no-repeat scroll center left;     
}

.StandardCycleDiagram .SystemDiagramDischargeLinePd
{
    top: 7px;    
}

.EviCycleDiagram .SystemDiagramDischargeLinePd
{
    top: 5px;
}

.SystemDiagramCompDischPressure
{
    display: block;
    position: absolute;
    height: 20px;
    height: 12px;
    margin: 0;
    font-size: 12px;
    color: #000;      
    background: url(images/ico_disch_pressure.png) no-repeat scroll center left;     
}

.StandardCycleDiagram .SystemDiagramCompDischPressure
{
    top: 68px;
    left: 362px;    
    padding: 3px 0 5px 28px;
}

.EviCycleDiagram .SystemDiagramCompDischPressure
{
    top: 76px;
    left: 363px;    
    padding: 3px 0 5px 30px;
}

.SystemDiagramCompSuctionPressure
{
    display: block;
    position: absolute;
    height: 20px;
    height: 12px;
    margin: 0;
    font-size: 12px;
    color: #000;      
    background: url(images/ico_suction_line.png) no-repeat scroll center left;     
}

.StandardCycleDiagram .SystemDiagramCompSuctionPressure
{
    top: 135px;
    left: 362px;
    padding: 3px 0 5px 28px;
}

.EviCycleDiagram .SystemDiagramCompSuctionPressure
{
    top: 142px;
    left: 364px;
    padding: 3px 0 5px 29px;
}

.SystemDiagramSGR
{
    display: block;
    position: absolute;
    height: 20px;
    height: 12px;
    padding: 3px 0 5px 30px;
    margin: 0;
    font-size: 12px;
    color: #000;      
    background: url(images/ico_suction_gas_return.png) no-repeat scroll center left;        
}

.StandardCycleDiagram .SystemDiagramSGR
{
    top: 160px;
    left: 360px;    
}

.EviCycleDiagram .SystemDiagramSGR
{
    top: 166px;
    left: 362px;    
}


.SystemDiagramUsefulSuperheat
{
    display: block;
    position: absolute;
    left: 300px;
    height: 20px;
    height: 12px;
    padding: 3px 0 5px 25px;
    margin: 0;
    font-size: 12px;
    color: #000;      
    background: #fff url(images/ico_superheat.png) no-repeat scroll center left;        
}

.StandardCycleDiagram .SystemDiagramUsefulSuperheat
{
    top: 196px;
}

.EviCycleDiagram .SystemDiagramUsefulSuperheat
{
    top: 256px;
}

.SystemDiagramSuctionLinePd
{
    display: block;
    position: absolute;
    left: 320px;
    height: 20px;
    height: 12px;
    padding: 3px 0 5px 25px;
    margin: 0;
    font-size: 12px;
    color: #000;      
    background: #fff url(images/ico_suction_pd.png) no-repeat scroll center left;        
}

.StandardCycleDiagram .SystemDiagramSuctionLinePd
{
    top: 223px;    
}

.EviCycleDiagram .SystemDiagramSuctionLinePd
{
    top: 283px;
}


.EviCycleDiagram
{
    width: 500px;
    height: 320px;
    margin: 0;
    padding: 0;
    background: #fff url(images/evi_cycle_diagram_base.jpg) no-repeat scroll center center;     
    position: relative;  
}

.EviCycleDiagram.FlashTank 
{
    background: #fff url(images/evi_cycle_diagram_flashtank_base.jpg) 64px 18px !important;     
    background-repeat: no-repeat!important;  
}

.EviCycleDiagram.FlashTank  > .SystemDiagramCoolGas {
    top: 38px;
}
.EviCycleDiagram.FlashTank  > .SystemDiagramCoolGasTempIcon  {
    top: 34px;
}

.EviDiagramStandardCondGroup
{
    width: 115px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 180px;
    margin: 0;
    padding: 0;
    display: table;   
}

.EviDiagramStandardEvapGroup
{
    width: 115px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 180px;
    margin: 0;
    padding: 0;
    display: table;   
}

.SystemDiagramEviCondGroup
{
    width: 115px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 180px;
    margin: 0;
    padding: 0;
    display: table;   
}

.SystemDiagramEviEvapGroup
{
    width: 115px;
    height: 60px;
    position: absolute;
    bottom: 12px;
    left: 180px;
    margin: 0;
    padding: 0;
    display: table;   
}

.SystemDiagramOutletVapourTemp
{
    display: block;
    position: absolute;
    left: 200px;
    top: 100px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #333;  
}

.IntermediateDewTemp
{
    display: block;
    position: absolute;
    left: 165px;
    top: 100px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #333;  
}

.IntermediateSuctionPressure
{
    display: block;
    position: absolute;
    left: 165px;
    top: 130px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #333;  
}


.SystemDiagramLiquidTempExchangerOutlet, .SystemDiagramLiquidTempValveInlet
{
    display: block;
    position: absolute;
    left: 82px;
    height: 12px;
    padding: 3px 0 5px 30px;
    margin: 0;
    font-size: 12px;
    color: #333;  
    background: url(images/ico_liquid_temp.png) no-repeat scroll center left;     
}

.SystemDiagramFlashTankTemp {
    display: block;
    position: absolute;
    left: 70px;
    top: 110px;
    height: 12px;
    padding: 3px 0 5px 27px;
    margin: 0;
    font-size: 12px;
    color: #333;  
    background: url(images/ico_liquid_temp.png) no-repeat scroll center left;   
}

.SystemDiagramLiquidTempExchangerOutlet
{
    top: 165px;   
}

.SystemDiagramLiquidTempValveInlet
{
    top: 225px;
}

.SystemDiagramLiquidLineTempRise
{
    display: block;
    position: absolute;
    left: 82px;
    top: 195px;
    height: 12px;
    padding: 3px 0 5px 30px;
    margin: 0;
    font-size: 12px;
    color: #000;  
    background: url(images/ico_liquid_temp_rise.png) no-repeat scroll center left;     
}

.EviDiagramToggle
{
    display: block;
    width: 60px;
    height: 23px;
    margin: 0;
    padding: 0;
    float: left;
}

.EviDiagramToggleContainer
{
    width: 650px;
    margin: 10px auto 30px auto;   
}

.EviDiagramToggleContainer .Title
{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 23px;
    margin: 0 5px 0 0;
}

.ResetSystemViewContainer
{
    width: 100%;
    padding: 8px 0 0 0;
    margin: 0;    
}

.ResetSystemViewButton
{
    float: right;
    margin: 0;
    font-size: 12px;   
}

.PhDiagramPoint
{
    background-color: #60a0c0;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.FilterDropDown, .FilterDropDownOpen
{
    width: 94px;
    height: 14px;
    padding: 2px 17px 2px 4px;
    margin: 0;
    background: url(images/dropdown_closed.png) no-repeat scroll center center;
    position: relative;
}

.FilterDropDown:hover, .FilterDropDown:focus, .FilterDropDownOpen
{
    background: url(images/dropdown_open.png) no-repeat scroll center center;
}
        
.FilterDropDownText
{
    width: 94px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;   
}
        
.FilterDropDownMenu
{
    width: 125px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #b2b2b2;
    border-left: 2px solid #b2b2b2;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 2px;    
    z-index: 90000;
    position: absolute;
    top: 18px;
    left: 0; 
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
        
.FilterDropDownItem
{
    width: calc(100% - 6px);
    padding: 1px 3px;
    margin: 0;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    color: #000;
    background: #fff;
    position: relative;
}      
        
.FilterDropDownItemHighlighted
{
    width: calc(100% - 6px);
    padding: 1px 3px;
    margin: 0;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    position: relative;
    color: #fff;
    background: #3399ff;
}          
        
.FilterDropDownItemOverlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.ManualSelectionContainer
{
    position: relative;
    display: block;
}

.SelListOverlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

.RefrigerantPropertiesContainer
{
    width: calc(100% - 30px);
    margin: 80px auto 20px auto;
    padding: 0;
}

.RefrigerantPropertiesContainer .Title 
{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
}

.RefrigerantPropertiesContainer .SubTitle 
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    width: 100%;
}

.RefrigerantPropertiesColumn
{
    width: 50%;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
}

.PerformanceTablesContainer
{
    width: 450px;
    padding: 0;
    margin: 0 auto;
}

.DownloadEnvelope
{
    width: 100%;
    margin: 20px auto 0 auto;   
}

.DownloadEnvelope:after
{
    content:" ";
    width: 100%;
    clear: both;
    display: block;   
}

.EnvelopeSize
{
    float: right;   
}

.EnvelopeDownloadButton
{
    float: right;
    margin: 0 0 0 3px;   
}

.EnvelopeDownloadButton input
{
    padding: 3px 10px;   
}

.EnvelopeSizeDropDown
{
    margin-top: 1px;
    padding: 5px;   
}

.familyCheckbox label
{
    max-width: 200px;
    text-wrap: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

.SemiFamilies .familyCheckbox label
{
    max-width: 90px;
}

.ScrollFamilies .familyCheckbox label
{
    max-width: 75px;
}

.CountryDropDown
{
	width: 100%;
	max-width: 100%;
}

.MiniCalculateButton
{
    width: 40px;
    padding: 2px 1px;
    font-size: 10px;
    text-align: center;
    display: block;
    float: right;
    border: 1px solid #477DAF;   
    background: url(images/buttongrad1.jpg) repeat-x scroll bottom right;
    color: #013467;
    text-decoration: none;
}

.MiniLoader
{
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 15px 0 0;
}

.MiniLoader img
{
    display: block;
    width: 100%;
}

.BillOfMaterialSection
{
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 0;
}

.BillOfMaterialSection .Title
{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: left;
}

.SearchToolDropDownContainer
{
    width: 80px;
    height: 18px;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
}

.SearchToolDropDownOpen
{
    width: 527px;
    height: 16px;
    padding: 2px 0 0 5px;
    margin: 0;
    border: 1px solid #767676;
    padding: 5px;
    border-radius: 3px;
}

.SearchToolDropDownOpen > .SearchToolDropDownButton {
    background: #fff;
}

.SearchToolDropDownClosed {
    width: 568px;
    height: 16px;
    padding: 5px;
    margin: 0;
    border: 1px solid #767676;
    border-radius: 3px;
}

.MultipleSearchToolFilterOverlay
{
    width: 80px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.MultipleSearchToolDropDownList
{
    width: 536px;
    padding: 0;
    margin: 0;
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.MultipleSearchToolDropDown
{
    width: 536px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #b2b2b2;
    border-left: 2px solid #b2b2b2;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 2px;    
    z-index: 10000;
    position: absolute;
    top: 28px;
    left: 0;       
}

.SearchToolDropDownButton {
    position: absolute;
    top: 1px;
    left: 551px;
    background: #cdd6e0;
    width: 28px;
    height: 26px;
    border-right: 1px solid #767676;
    border-radius: 1px;
}
.SearchToolDropDownButton > img {
    position: relative;
    top: 6px;
    left: 6px;
}

.SearchToolSelectedOptionsLabel{
    display: block;
    width: 500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12.5px;
    color: #000;
    margin-top: 3px;
}

.SearchToolDropDownClosed:hover > .SearchToolDropDownButton
{
     background:#8daed7;
}

.SearchToolFooterOptions
{
    width: 526px;
    padding: 5px;
    margin: 0;
    text-align: right;
    background-color: #ddddff;   
}

.SearchToolSearchResultPanel {
    width: 100%;
    text-align: center;
    height: 20px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 15px;
}

.SearchToolCheckBoxList {
    float:left;
    margin-right: 10px;
}

.SearchToolHidden {
    display:none;
}

.HiddenCheckBox
{
    display: none;
}

.ShowGroupToggle
{
    display: block;
    width: 210px;
    padding: 4px;
    margin: 0 0 5px 0;
    background: #fff;
    border: 1px solid #cbcbcb;
    text-align: left;
    color: #797979;
    font-size: 12px;
    box-shadow: 3px 3px 3px #cbcbcb, 3px 4px 4px #cbcbcb;
    cursor: pointer;
}

.ShowGroupToggle:hover
{
    border-color: #192a55;
}

.HiddenCheckBox:checked ~ .ShowGroupToggle, .HiddenCheckBox:checked ~ .ShowGroupToggle:hover
{
    border-color: #192a55;
    color: #000;
}

.SectionHeader
{
    height: 75px;
    width: 220px;
}

.TermsAndConditionsPanelScrollable > p, ul {
    font-size:12px;
}

.TermsPageContainer {
    width: 100%;
    padding: 20px 0 50px 0;
    margin: 0 auto;
}

.TermsPageContainer h1 {
    text-align: center;
    margin-bottom: 40px;
}

.TermsButtonContainer {
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
}

.TermsButtonContainer .TermsButton {
    margin: 0 auto;
}