#tab_holder img{
    float:left;
}

#tab_holder img.active{
}

#header img{
    border:none;
}

/* WHY is this here? it looks like jquery-ui related (2013-0418a - SavellE)
not sure why this is here, but it appears to give the blue rows their background color on the prdDSF page
*/
.smallblue{
background:#78a6d6;
height:30px;
color:white;
}


table.detail           {border-width: 1px;
    border-spacing:0px;
    border-style: solid;
    border-color: #5b91c9;
    border-collapse: collapse;
    background-color: white;
    color: #000;}

table.detail th        {border-width: 1px;
    padding: 2px;
    padding-left: 8px;
    border-style: solid;
    border-color: #5b91c9;
    text-align: left;
    }

table.detail_nb td     {border-width: 0px;
    padding: 3px;
    border-style: solid;
    border-color: #bababc;
    }

table.detail td, table.detail th.thRow, table.detail th[data-row="header"]        {border-width: 1px;
    padding: 2px;
    padding-left: 8px;
    border-style: solid;
    border-color: #b3cee8;
    }

table.detail .indent00 a, table.detail tr.indent00, .indent00c a, .indent00c{ color: #555 !important; font-weight: bold; } /*first level indent bold and grey prdDSF table rows, and prdDSF_calculate links and paragraphs */

table.detail td.indent01{ padding-left: 15px;}    /* special indenting reserved for sfb_row's with parents (FogBugz #41427, #9893 )'*/
table.detail td.indent02{ padding-left: 30px; }
table.detail td.indent03{ padding-left: 45px; }
table.detail td.indent04{ padding-left: 60px; }
table.detail td.indent05{ padding-left: 75px; }
table.detail td.indent06{ padding-left: 90px; }
table.detail td.indent07{ padding-left: 105px; }

.indent01c:before{ content: "- "; } /*adds dashes to indicate level of indent on prdDSF_calculate page */
.indent02c:before{ content: "-- "; }
.indent03c:before{ content: "--- "; }
.indent04c:before{ content: "---- "; }
.indent05c:before{ content: "----- "; }
.indent06c:before{ content: "------ "; }
.indent07c:before{ content: "------- "; } 

.indent01c{ text-indent: -1em; margin-left: 1em; } /* creates a hanging indent on prdDSF_calculate page */
.indent02c{ text-indent: -1.5em; margin-left: 1.5em; }
.indent03c{ text-indent: -2em; margin-left: 2em; } 
.indent04c{ text-indent: -2.5em; margin-left: 2.5em; }
.indent05c{ text-indent: -3em; margin-left: 3em; }
.indent06c{ text-indent: -3.5em; margin-left: 3.5em; }
.indent07c{ text-indent: -4em; margin-left: 4em; }

p.indent01b:before{ content: "- "; } /*adds dashes to indicate level of indent for blends */
p.indent02b:before{ content: "-- "; }
p.indent03b:before{ content: "--- "; }
p.indent04b:before{ content: "---- "; }
p.indent05b:before{ content: "----- "; }
p.indent06b:before{ content: "------ "; }
p.indent07b:before{ content: "------- "; }

p.indent01b, p.indent02b, p.indent03b, p.indent04b, p.indent05b, p.indent06b, p.indent07b{ font-weight: normal; color: #000 !important; }

p.indent01b{ margin: 0em 0em 0em 2em; text-indent: -1em; } /* creates a hanging indent for blends */
p.indent02b{ margin: 0em 0em 0em 2.5em; text-indent: -1.5em; }
p.indent03b{ margin: 0em 0em 0em 3em; text-indent: -2em; }
p.indent04b{ margin: 0em 0em 0em 3.5em; text-indent: -2.5em; }
p.indent05b{ margin: 0em 0em 0em 4em; text-indent: -3em; }
p.indent06b{ margin: 0em 0em 0em 4.5em; text-indent: -3.5em; }
p.indent07b{ margin: 0em 0em 0em 5em; text-indent: -4em; }

.tableIndent /* 2014 - adds indents to table cells instead of using tds to style */
{
    padding-left: 20px !important;
}

.srvsizeindent{
    padding-left: 99px;
    text-indent: -99px;
    line-height: 1em;
}

.srvpercontindent{
    padding-left: 177px;
    text-indent: -177px;
    line-height: 1em;
}

/* css for advancedsearch page */
div.row{
   margin-bottom: 10px;
}
span.label.amount{
    margin-left: 465px;
}
label.name{
    margin-left: 170px;
}
label.displayed{
    margin-left: 100px;
}
label.qty{
    margin-left: 80px;
}
label.unit{
    margin-left: 30px;
}
.dropdownButton{
    margin-right: 10px !important;
}

div.quickhelp-right{
    position: relative;
    float: right;
}

/* Modify DropDown List in advance search so that the options width may be wider than the dropdown object; without affecting the multi-select list
 * src: http://stackoverflow.com/questions/17692939/kendo-ui-dropdownlist-takes-size-of-biggest-option
        http://jsfiddle.net/4663R/9/
*/
.k-list-container[id^="advsrch_dd_"]
{
    min-width:50px !important;
    width: auto!important;
}
.k-list[id^="advsrch_dd_"]
{
    width:auto !important;
}

