﻿`/* DEFAULTS
----------------------------------------------------------*/
*
{
    margin: 0;
    padding: 0;
}
html
{
    height: 100%;
}

body
{
    background-color: rgb(230,232,236);
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: relative;
}

a:link, a:visited
{
    color: #034af3; /*#FFFFFF;*/
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]
{
    cursor: not-allowed;
    color:Gray;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.Container
{
    width: 100%;
    min-width: 1020px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgb(230,232,236);
}
.page
{
    width: 100%;
    min-width: 1020px; /* 100%;width: 1020px; /*background-color: #fff;*/
    background-color: rgb(230,232,236);
    margin: 0px;
    padding: 0px; /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e url('/images/HeaderBar.png') repeat-x;
    width: 100%;
    height: 50px;
    min-width: 1020px;
    top: 0px;
    left: 0px;
}

.title
{
    float: left;
    padding-top: 18px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 16px;
    color: White;
}

.logo
{
    float: right;
    height: 50px;
}
.menuStrip
{
    background: Gray url('/images/MenuStrip.png') repeat-x;
    height: 24px;
    border-bottom: 1px solid White;
}
.main
{
    padding: 0px;
    margin: 0px;
    min-height: 600px;
    background-color: rgb(230,232,236);
    overflow: hidden;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    width: 76px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
   width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

#footer
{
    min-width: 1020px;
    height: 40px;
    background: Gray url('/images/HeaderBar.png') repeat-x;
    color: #fff;
    font-size: 12px;
}

.divfooter
{
    min-width: 1020px;
    height: 40px;
    background: Gray url('/images/HeaderBar.png') repeat-x;
    color: #fff;
    font-size: 12px;
}

/* Selection Master Menu Buttons   
----------------------------------------------------------*/
.mnuHome
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 48px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_home.gif') no-repeat;
}
.mnuHome:hover
{
    background: url('/images/Menu/Selection/mb_home_1.gif') no-repeat;
}

.mnuSBF
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 83px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_sbf_liquid.gif') no-repeat;
}
.mnuSBF:hover
{
    background: url('/images/Menu/Selection/mb_sbf_liquid_1.gif') no-repeat;
}
.mnuSBFActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 83px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_sbf_liquid_1.gif') no-repeat;
}

.mnuSBF[disabled]
{
    background: url('/images/Menu/Selection/mb_sbf_liquid_2.gif') no-repeat;
}

.mnuCustomer
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 153px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_customer_requirement.gif') no-repeat;
}
.mnuCustomer:hover
{
    background: url('/images/Menu/Selection/mb_customer_requirement_1.gif') no-repeat;
}
.mnuCustomerActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 153px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_customer_requirement_1.gif') no-repeat;
}

.mnuCustomer[disabled]
{
    background: url('/images/Menu/Selection/mb_customer_requirement_2.gif') no-repeat;
}

.mnuHyd
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 150px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_hydraulicperformance.gif') no-repeat;
}
.mnuHyd:hover
{
    background: url('/images/Menu/Selection/mb_hydraulicperformance_1.gif') no-repeat;
}
.mnuHydActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 150px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_hydraulicperformance_1.gif') no-repeat;
}

.mnuHyd[disabled]
{
    background: url('/images/Menu/Selection/mb_hydraulicperformance_2.gif') no-repeat;
}

.mnuPrimeMover
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 173px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_prime_movaccessories.gif') no-repeat;
}
.mnuPrimeMover:hover
{
    background: url('/images/Menu/Selection/mb_prime_movaccessories_1.gif') no-repeat;
}
.mnuPrimeMoverActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 173px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_prime_movaccessories_1.gif') no-repeat;
}

.mnuPrimeMover[disabled]
{
    background: url('/images/Menu/Selection/mb_prime_movaccessories_2.gif') no-repeat;
}

.mnuOptional
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 138px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_optional_accessories.gif') no-repeat;
}
.mnuOptional:hover
{
    background: url('/images/Menu/Selection/mb_optional_accessories_1.gif') no-repeat;
}
.mnuOptionalActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 138px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_optional_accessories_1.gif') no-repeat;
}

.mnuOptional[disabled]
{
    background: url('/images/Menu/Selection/mb_optional_accessories_2.gif') no-repeat;
}

.mnuMOC
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 47px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_moc.gif') no-repeat;
}
.mnuMOC:hover
{
    background: url('/images/Menu/Selection/mb_moc_1.gif') no-repeat;
}
.mnuMOCActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 47px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/Selection/mb_moc_1.gif') no-repeat;
}
.mnuMOC[disabled]
{
    background: url('/images/Menu/Selection/mb_moc_2.gif') no-repeat;
}

/* Commercial Offer */

.mnuSelectPump
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 90px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_select_pump.gif') no-repeat;
}

.mnuSelectPump:hover
{
    background: url('/images/Menu/CommercialOffer/mb_select_pump_1.gif') no-repeat;
}
.mnuSelectPumpActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 90px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_select_pump_1.gif') no-repeat;
}

.mnuSelectPump[disabled]
{
    background: url('/images/Menu/CommercialOffer/mb_select_pump_2.gif') no-repeat;
}

.mnuScopeOfSupply
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 115px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_scope_of_supply.gif') no-repeat;
}

.mnuScopeOfSupply:hover
{
    background: url('/images/Menu/CommercialOffer/mb_scope_of_supply_1.gif') no-repeat;
}
.mnuScopeOfSupplyActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 115px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_scope_of_supply_1.gif') no-repeat;
}

.mnuScopeOfSupply[disabled]
{
    background: url('/images/Menu/CommercialOffer/mb_scope_of_supply_2.gif') no-repeat;
}

.mnuAccessories
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 90px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_accessories.gif') no-repeat;
}

.mnuAccessories:hover
{
    background: url('/images/Menu/CommercialOffer/mb_accessories_1.gif') no-repeat;
}
.mnuAccessoriesActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 90px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_accessories_1.gif') no-repeat;
}

.mnuAccessories[disabled]
{
    background: url('/images/Menu/CommercialOffer/mb_accessories_2.gif') no-repeat;
}

.mnuSpares
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 60px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_spares.gif') no-repeat;
}

.mnuSpares:hover
{
    background: url('/images/Menu/CommercialOffer/mb_spares_1.gif') no-repeat;
}
.mnuSparesActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 60px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_spares_1.gif') no-repeat;
}

.mnuSpares[disabled]
{
    background: url('/images/Menu/CommercialOffer/mb_spares_2.gif') no-repeat;
}

.mnuFactors
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 60px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_factors.gif') no-repeat;
}

.mnuFactors:hover
{
    background: url('/images/Menu/CommercialOffer/mb_factors_1.gif') no-repeat;
}
.mnuFactorsActive
{
    margin: 0px;
    padding: 0px;
    height: 24px;
    width: 60px;
    vertical-align: top;
    outline: none;
    border: none;
    background: url('/images/Menu/CommercialOffer/mb_factors_1.gif') no-repeat;
}

.mnuFactors[disabled]
{
    background: url('/images/Menu/CommercialOffer/mb_factors_2.gif') no-repeat;
}

/* Button */

.btn
{
    width: auto;
    min-width: 30px;
    height: 22px;
    padding: 3px;
    font-family: Verdana,Arial;
    font-size: 11px;
    color: White;
    border: none;
    outline: none;
    background-color: rgb(39,89,150);
}

.btnDefault
{
    width:auto;
    height:28px;
    border: 1px Solid White;
    outline: none;
    background: url('/Images/Buttons/btnDefault.gif') repeat-x;
    color: Black;
}

.btnDefault:hover
{
    color: White;
    background: url('/Images/Buttons/btnDefault_1.gif') repeat-x;
}


.btnSearch
{
    width: 78px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_search.gif') no-repeat;
}

.btnSearch:hover
{
    background: url('/Images/Buttons/mb_search_1.gif') no-repeat;
}

.btnReset
{
    width: 68px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_reset.gif') no-repeat;
}

.btnReset:hover
{
    background: url('/Images/Buttons/mb_reset_1.gif') no-repeat;
}

.btnCopy
{
    width: 65px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_copy.gif') no-repeat;
}

.btnCopy:hover
{
    background: url('/Images/Buttons/mb_copy_1.gif') no-repeat;
}

.btnNewQuote
{
    width: 155px;
    height: 20px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_create_new_quotation.gif') no-repeat;
}


.btnNewQuote:hover
{
    background: url('/Images/Buttons/mb_create_new_quotation_1.gif') no-repeat;
}

.btnDelete
{
    width: 70px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_delete.gif') no-repeat;
}

.btnDelete:hover
{
    background: url('/Images/Buttons/mb_delete_1.gif') no-repeat;
}

.btnForward
{
    width: 75px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_forward.gif') no-repeat;
}


.btnForward:hover
{
    background: url('/Images/Buttons/mb_forward_1.gif') no-repeat;
}
/*
.btnDiscount
{
    width: 75px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_Discount.gif') no-repeat;
}
.btnDiscount:hover
{
    background: url('/Images/Buttons/mb_Discount_1.gif') no-repeat;
}
*/

.btnDiscount
{
    width: 54px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
   /* background: url('/Images/Buttons/mb_DiscountGray.gif') no-repeat;*/
   background: url('/Images/Buttons/mb_discountgraynew.gif') no-repeat;
  /* display:none !important;*/  /*Added for Production Upload on 19-July-2017*/
  
}

.btnDiscount:hover
{
   /* background: url('/Images/Buttons/mb_DiscountBlue.gif') no-repeat;*/
    background: url('/Images/Buttons/mb_discountbluenew.gif') no-repeat;
}

.btnDiscountRed
{
    width: 54px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background-color: #FF0000;   
    color: #080808;
    /*background: url('/Images/Buttons/mb_DiscountRed.gif') no-repeat;*/
}
.btnDiscountRed:hover
{
      background-color: #FF0000;   
    /*background: url('/Images/Buttons/mb_DiscountRed.gif') no-repeat;*/
}
.btnDiscountGreen
{
    width: 54px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background-color: #66CC00;   
    color: #080808;
   /* background: url('/Images/Buttons/mb_DiscountGreen.gif') no-repeat;*/
}
.btnDiscountGreen:hover
{
     background-color:#66CC00; 
    /*background: url('/Images/Buttons/mb_DiscountGreen.gif') no-repeat;*/
}

.btnDiscountYellow
{
    width: 54px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background-color: #FFFF00;   
    color: #080808;
   /* background: url('/Images/Buttons/mb_DiscountYellow.gif') no-repeat;*/
}
.btnDiscountYellow:hover
{
     background-color: #FFFF00;   
    /*background: url('/Images/Buttons/mb_DiscountYellow.gif') no-repeat;*/
}



.btnNewLineItem
{
    width: 140px;
    height: 20px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_add_new_line_item.gif') no-repeat;
}

.btnNewLineItem:hover
{
    background: url('/Images/Buttons/mb_add_new_line_item_1.gif') no-repeat;
}

.btnEdit
{
    width: 60px;
    height: 22px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_edit.gif') no-repeat;
}

.btnEdit:hover
{
    background: url('/Images/Buttons/mb_edit_1.gif') no-repeat;
}

.btnOK
{
    width: 50px;
    height: 22px;
    border: 1px Solid Black;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_ok.gif') no-repeat;
}

.btnOK:hover
{
    background: url('/Images/Buttons/mb_ok_1.gif') no-repeat;
}

.btnCancel
{
    width: 70px;
    height: 22px;
    border: 1px Solid Black;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_cancel.gif') no-repeat;
}

.btnCancel:hover
{
    background: url('/Images/Buttons/mb_cancel_1.gif') no-repeat;
}

.btnYes
{
    width: 54px;
    height: 22px;
    border: 1px Solid Black;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_yes.gif') no-repeat;
}

.btnYes:hover
{
    background: url('/Images/Buttons/mb_yes_1.gif') no-repeat;
}

.btnNo
{
    width: 54px;
    height: 22px;
    border: 1px Solid Black;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_no.gif') no-repeat;
}

.btnNo:hover
{
    background: url('/Images/Buttons/mb_no_1.gif') no-repeat;
}

.btnSaveContinue
{
    width: 130px;
    height: 32px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_Save_Continue.gif') no-repeat;
}

.btnAddCustomer
{
    width: 140px;
    height: 20px;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_add_new_customer.gif') no-repeat;
}

.btnAddCustomer:hover
{
    background: url('/Images/Buttons/mb_add_new_customer_1.gif') no-repeat;
}

.btnAddCustomer[disabled]
{
    background: url('/Images/Buttons/mb_add_new_customer_2.gif') no-repeat;
}

.btnSkip
{
    width: 70px;
    height: 32px;
    outline: none;
    border: none;
    background-position: top;
    background: url('/Images/Skip.gif') no-repeat;
}

.btnSave
{
    width: 66px;
    height: 22px;
    border: 1px Solid Black;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_save.gif') no-repeat;
}

.btnSave:hover
{
    background: url('/Images/Buttons/mb_save_1.gif') no-repeat;
}

.btnSubmit
{
    width: 86px;
    height: 30px;
    outline: none;
    border: none;
    background-position: top;
    background: url('/Images/Buttons/mb_submit.gif') no-repeat;
}

.btnNext
{
    width: 60px;
    height: 32px;
    outline: none;
    border: none;
    background-position: top;
    background: url('/images/Next.gif') no-repeat;
}
.btnBack
{
    width: 60px;
    height: 32px;
    outline: none;
    border: none;
    background-position: top;
    background: url('/images/Back.gif') no-repeat;
}

.btnPrint
{
    background:rgb(190,190,190);
    background-image:url('/Images/print.png');
    background-repeat:no-repeat;
    background-position:4px center;
    padding-left:26px;
    width:auto;
    height:28px;
    border: 1px Solid White;
    outline: none;
    color: Black;
}

.btnPrint:hover
{
    background:rgb(54,100,157);
     background-image:url('/Images/print.png');
     background-repeat:no-repeat;
    background-position:4px center;
    padding-left:26px;
    color: White;
}
/* Text Box & Textbox Div */
.mytext
{
    background-color: transparent;
    margin-top: 1px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 1px;
    border-style: none;
    outline: none;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Verdana, Arial;
    font-size: 11px;
    top: 0px;
    left: 0px;
}

.tempText
{
    position: inherit;
    left: -100%;
    border: none;
    background-color: transparent;
}

.TestText
{
    resize: none;
    font-family:Verdana;
    font-size:11px;
}

.divStyle
{
    float: left;
    border: 1px solid #5897fb;
    height: 20px;
    background-color: rgb(255, 255, 255);
}

/* Operating Limit Table */
#rounded-corner
{
    font-family: "Verdana" , "Lucida Grande" , Sans-Serif;
    font-size: 11px;
    margin: 3px 3px 1px 3px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
    background: #b9c9fe; /* url(/img/table/left.png) left -1px no-repeat*/
    text-align: left;
}
#rounded-corner thead th.rounded-q4
{
    background: #b9c9fe; /* url(/img/table/right.png) right -1px no-repeat*/
    text-align: left;
}
#rounded-corner th
{
    padding: 8px;
    font-weight: normal;
    font-size: 12px;
    color: #039;
    background: #b9c9fe;
    text-align: left;
}
#rounded-corner td
{
    padding: 8px;
    background: #e8edff;
    border-top: 1px solid #fff;
    color: #039;
}
#rounded-corner tfoot td.rounded-foot-left
{
    background: #e8edff; /*url(/img/table/botleft.png) left bottom no-repeat*/
    text-align: right;
    font-weight: bold;
}
#rounded-corner tfoot td.rounded-foot-right
{
    background: #e8edff; /*  url(/img/table/botright.png) right bottom no-repeat*/
}
#rounded-corner tbody tr:hover td
{
    background: #d0dafd;
}

/* Modal Popoup */
.modalBackground
{
    background-color: #969594;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.confirm-dialog
{
    background: url(img/box.png) no-repeat left top;
    margin: 0px auto;
    padding-top: 14px;
    position: relative;
    width: 600px;
}

.confirm-dialog .inner
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 11px;
    background: #E6F0F3 url(img/box.png) no-repeat left bottom;
    float: left;
    margin: 0px 0px -20px 0px;
    padding-top: 0px;
    border: 1px solid #1B548D;
}


.confirm-dialog .base
{
    border-top: #ddd 1px solid;
    background: url(img/base.png) no-repeat left bottom;
    padding-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 4px;
    text-align: center;
}


.confirm-dialog H2
{
    font-weight: bold;
    font-size: 1.25em;
    color: #f60;
    text-align: center;
}

/* Prime Movers */
.pm-confirm-dialog
{
    background: #ECEEF4;
    margin: 0px auto;
    padding-top: 0px;
    position: relative;
}

.pm-confirm-dialog .inner
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 11px;
    background: #ECEEF4;
    float: left;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    border: 1px solid #1B548D;
}


.pm-confirm-dialog .base
{
    border-top: #ddd 1px solid;
    background: url(img/base.png) no-repeat left bottom;
    padding-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 4px;
    text-align: center;
}


.pm-confirm-dialog H2
{
    font-weight: bold;
    font-size: 1.25em;
    color: #f60;
    text-align: center;
}

/* Customer Requirement Tab */

.listBxStyle
{
    background-color: rgb(200,224,240);
    border: 1px solid blue;
    height: 50px;
}
.textAlignRight
{
    text-align: right;
}

/* Hyd. Perf. Tab 
label
{
    display: inline;
}

input[type="radio"],*/
input[type="checkbox"]
{
    float: left;
    width: 13px;
   height: 12px;
   font-size: 11px;
   line-height: 12px;
}

label
{
    vertical-align:top;
    display: inline-block;
    line-height: 20px;
    width:auto;
}

.text-UPPER
{
    text-transform: uppercase;
}

.lstBoxStyle
        {
            border: 1px solid navy;
            color: Black;
            padding: 4px 0px 4px 6px;
            font-size: 11px;
            font-family: Verdana;
            margin-bottom: 10px;
            vertical-align: middle;
            display: inline-block;
            background: White;
        }
       
/* OOPS */
.btnNewOrder
{
    width: 140px;
    height: 20px;
    border: 1px Solid White;
    outline: none;
    background-position: top;
    background: url('/Images/Buttons/mb_create_new_order.gif') no-repeat;
}


.btnNewOrder:hover
{
    background: url('/Images/Buttons/mb_create_new_order_1.gif') no-repeat;
}