/*
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *                                             head
 * "The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific language governing rights and limitations under
 * the License.
 *
 * The Original Code is ICEfaces 1.5 open source software code, released
 * November 5, 2006. The Initial Developer of the Original Code is ICEsoft
 * Technologies Canada, Corp. Portions created by ICEsoft are Copyright (C)
 * 2004-2006 ICEsoft Technologies Canada, Corp. All Rights Reserved.
 *
 * Contributor(s): _____________________.
 *
 * Alternatively, the contents of this file may be used under the terms of
 * the GNU Lesser General Public License Version t2.1 or later (the "LGPL"
 * License), in which case the provisions of the LGPL License are
 * applicable instead of those above. If you wish to allow use of your
 * version of this file only under the terms of the LGPL License and not to
 * allow others to use your version of this file under the MPL, indicate
 * your decision by deleting the provisions above and replace them with
 * the notice and other provisions required by the LGPL License. If you do
 * not delete the provisions above, a recipient may use your version of
 * this file under either the MPL or the LGPL License."
 *
 */

/* Basic CSS styles This stylesheet is intended to match the style of the default Windows XP UI */
/* Default CSS styles. These styles override the basic HTML tags on the page  */
/* Version received from KF Apr 01 2006 v1.2   */

/*
=================== Font Family, Size and Color ==============
*/

/*
=================== HTML Form Element Appearence ==============
*/

fieldset {
    border: 0px none;
}

/*
=================== Style class definitions for ICE Standard Extended Component Appearance ==============
*/
.iceInpTxt, .iceInpSecrt, .iceInpTxtArea, .iceSelInpDateInput {
    margin: 0;
    padding: 0 3px 3px;
    font: 11px tahoma;
    border: 1px solid #d9d9d9;
}

.iceSelMnyCb {
    white-space: nowrap;
}

.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
    margin: 2px;
    padding: 2px;
}

.iceSelOneRb table tr td {
    padding: 1px;
}

.iceSelOneMnu, .iceSelMnyLb, .iceSelMnyMnu, .iceSelOneLb {
    margin: 0;
    padding: 1px;
    font: 11px tahoma;
    background: #FFF;
    border: 1px solid #d9d9d9;
}

div.scrollBarForSelect {
    overflow-x: auto;
    overflow-y: hidden;
    width: 341px;
    height: 33px;
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 1px solid #d9d9d9;
    position: relative;
}
div.scrollBarForSelect select {
    width: auto;
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    top: -2px;
    left: -2px;
    margin-right: -4px;
}

.iceInpTxtArea {
    margin: 2px;
    padding: 3px;
    font: 11px tahoma;
    background: #FFF;
    border: 1px solid #d9d9d9;
}

.iceCmdLnk, .iceOutLnk {
    text-decoration: none;
    font-weight: normal;
    font-size:11px;
    hover: underline;
}

.iceOutTxt, .iceOutLbl, .iceOutFrmt, p {
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
}

.iceOutLbl {
    font-weight: bold;
    color: #484848;
}

.iceCmdBtn {
    font-family: Arial, Helvetica, sans-serif;
}

a .iceOutTxt, a .iceOutLbl, a .iceOutFrmt {
    text-decoration: none;
    font-weight: normal;
    font-size:11px;
    color:#4878B2;
    font-family: Arial, Helvetica, sans-serif;
}
/*
=================== ICE Component Appearence ==============
*/
/*
----------- Calendar Component classes
*/
.iceSelInpDate {
/* calendar outline & background color */
    background-color: #FFFFFF;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9; /*margin-top: 10px;*/
}

.iceSelInpDateIFrameFix, .iceIEIFrameFix {
    z-index: -1;
    position: absolute;
    display: block; /*filter: mask();*/
}

.iceSelInpDatePopup {
    min-width: 172px;
}

.iceSelInpDateInput {
    width: 150px;
    /*margin: 2px;*/
}

input.iceSelInpDateOpenPopup {
    text-decoration: none;
    background: transparent url(css-images/cal_button.gif) no-repeat center;
    text-align: center;
    border: none;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

input.iceSelInpDateClosePopup {
    text-decoration: none;
    background: transparent url(css-images/cal_off.gif) no-repeat center;
    text-align: center;
    border: none;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.iceSelInpDateMonthYear, .iceSelInpDateTime {
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
    color: #666;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px;

}

.iceSelInpDateTime {
    border-left: 1px solid #2A6CC2;
    border-bottom: 1px solid #2A6CC2;
    border-right: 1px solid #2A6CC2;
}

.iceSelInpDateMoYrDropdown, .iceSelInpDateTimeDropDown {
    background: #F5F5F5;
    font-weight: bold;
    color: #666;
}

.iceSelInpDateMonthYear img {
    border: none;
    margin-left: 3px;
    padding: 3px;
}

.iceSelInpDateMovePrev {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url(css-images/cal_arrow_left.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateMoveNext {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url(css-images/cal_arrow_right.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateWeek {
/* the days of the week row */
    font-weight: normal;
    color: #666;
    text-align: center;
    padding: 3px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 22px;
}

/* set the look for the days of the week backgrounds */

.iceSelInpDateDay {
    text-align: center;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 3px;
}

.iceSelInpDateCur {
    background: #faa620;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.iceSelInpDateCur .iceCmdLnk {
    background: none;
    border: none;
}

.iceSelInpDateCur .iceOutTxt {
    color: #FFFFFF;
}

.weekend {
    background: #e9e9e9;
}

.weekend .iceOutTxt {
    color: #666;
}

.weekend .iceCmdLnk {
    background: none;
    border: none;
}

/* now set the attributes for the numbers for each day of the week */

.iceSelInpDateDay a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #666666;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceSelInpDateCur a {
    text-decoration: none;
    background-color: #2A6CC2;
    border: 1px solid #2A6CC2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover {
/* the day text */
    text-decoration: none;
    color: #666;
}

.exampleBoxCol1 {
    padding: 7px;
}

/*
----------- Output Table Component classes
*/

/*
.firstChildTitle .icePnlGrd {
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
}

.firstChildTitle .icePnlGrdRow1 {
    background: #f1f1f1;
    border-left: 1px solid #d9d9d9;
}

.firstChildTitle .icePnlGrdRow2 {
    background: #FFF;
    border-left: 1px solid #d9d9d9;
}

.firstChildTitle .icePnlGrdCol1 {
    font-weight: bold;
    padding: 7px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
}

.firstChildTitle .icePnlGrdCol2 {
    padding: 7px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;

}
*/

/*
----------- Data Table Component classes
*/
.iceDatTbl {
/* was iceDataTblOutline */
    border-collapse: collapse;
    border: none;
    border-left: 1px solid #d9d9d9;
    margin: 0;
}

.emptyStyle {
    border: none;
    margin: 0;
}

.iceDatTbl table {
    border-collapse: collapse;
    text-align: center;
}

.panelTree {
    border-: 1px solid #d9d9d9;
    background-color:aliceblue;

}


.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol, .iceDatTblFtr {
/* was iceTblHeader */
    text-align: center;
    vertical-align:middle;
    font: 11px tahoma;
    color: #484848;
    font-weight: bold;
    background-color:white;
    border: 1px solid #d9d9d9;
}

.iceDatTblColHdr1 a .iceOutTxt, .iceDatTblColHdr1 a .iceOutLbl, .iceDatTblColHdr1 a .iceOutFrmt,
.iceDatTblColHdr2 a .iceOutTxt, .iceDatTblColHdr2 a .iceOutLbl, .iceDatTblColHdr2 a .iceOutFrmt,
.iceDatTblColHdr a .iceOutTxt, .iceDatTblColHdr a .iceOutLbl, .iceDatTblColHdr a .iceOutFrmt {
    text-decoration: none;
    font-weight: bold;
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
}

.iceDatTblColHdr1 a .iceOutTxt:hover, .iceDatTblColHdr1 a .iceOutLbl:hover, .iceDatTblColHdr1 a .iceOutFrmt:hover,
.iceDatTblColHdr2 a .iceOutTxt:hover, .iceDatTblColHdr2 a .iceOutLbl:hover, .iceDatTblColHdr2 a .iceOutFrmt:hover,
.iceDatTblColHdr a .iceOutTxt:hover, .iceDatTblColHdr a .iceOutLbl:hover, .iceDatTblColHdr a .iceOutFrmt:hover {
    text-decoration: underline;
}

/* data tables are rendered with alternating row colors */

.iceDatTblRow1 {
/* was iceTblRow1 */
    border-left: 1px solid #d9d9d9;
    background-color: white
}

.iceDatTblRow2 {
/* was iceTblRow2 */
    border-left: 1px solid RGB(223, 236, 246);
    background-color: RGB(223, 236, 246);
}

.iceDatTblRow3 {
    /* was iceTblRow3 */
    border-left: 1px solid #d9d9d9;
    background-color: RGB(223, 236, 246);
}

/* set the common attributes for the column classes */
.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
/*was column, column1, column2, column3*/
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    padding:5px;
}

.iceDatTblCol.nopaddCol, .iceDatTblCol1.nopaddCol1, .iceDatTblCol2.nopaddCol2 {
/*was column, column1, column2, column3*/
    padding:0;
    height:100%;
}

.iceDatTblHdr {
}

/*was iceTblHeader */
.iceDatTblFtr {
    background: none;
    border-top: 1px solid #d9d9d9;
}

.iceDatTblScrlSpr {
    background: url('./css-images/table_col_header.gif') repeat-x bottom left;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.iceDatTblScrlSprFtr {
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.iceDatTblScrlSprFtr .iceDatTblFtr {
    border-bottom: none;
}

.iceDatTblScrlSpr .iceDatTblColHdr1, .iceDatTblScrlSpr .iceDatTblColHdr2 {
    border-left-style: none;
    border-top-style: none;
}

.iceDatTblResHdlr {
    margin: 0px;;
    padding: 0px;
    border-width: 0px;
    width: 2px;
    background-color: transparent;

}

.iceDatTblResBor {
    margin: 0px;;
    padding: 0px;
    background-color: #d9d9d9;
    background-position: bottom;
    background-repeat: repeat-x;
    width: 2px;
    border-top: 1px solid #CCCCCC;
}

.iceDatTblBlkTd {
    border-bottom: 1px solid #CCCCCC;
    background-color: #d9d9d9;
}

.iceDatTblActvSrtHdr {
}

.portlet-section-header .iceDatTblResBor {
    padding: 0px;
}

.portlet-section-body .iceDatTblBlkTd {
    padding: 0px;
}

/*was iceTblFooter */

/*
----- for datatable when cell content length exceeds-----
*/

.iceDatTbl td span.iceOutTxt {
    overflow: hidden;
    display: block;
    padding: 2px 0px;
}

/* etc */

/*
----------- Data Scroller Component classes
*/
.iceDatPgrScrOut {
/* the class for the outside table */
    background-color: transparent;
    margin: 10px;
}

.iceDatPgrScrBtn .iceCmdLnk-dis {
    border-bottom: none;
}

.iceDatPgrTbl {
/* the container for the pagination*/
}

/* set the common attributes for the pagination numbers */
.iceDatPgrScrCol a, .iceDatPgrCol a {
    text-decoration: underline;
    font-weight: normal;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size:11px;
    color:#4878B2;
}

/** html .iceDatPgrCol a {*/
/*width: 1%;*/
/*}*/

/* override the attributes for the currently selected page */
.iceDatPgrScrCol a, .iceDatPgrScrCol a:hover, .iceDatPgrScrCol a:active, .iceDatPgrScrCol a:active code,
.iceDatPgrScrCol a:visited, .iceDatPgrScrCol a:visited code {
    color: #FFFFFF;
    background-color: RGB(42, 126, 197);
}

/** html .iceDatPgrScrCol a {*/
    /*width: 1%;*/
/*}*/

/* set the attributes for the mouseover on none-current pages */
/*.iceDatPgrCol a:hover {*/
    /*border: 1px solid #FFA600;*/
    /*text-decoration: none;*/
    /*padding-bottom: 1px;*/
/*}*/
/*.iceDatPgrScrCol a:hover {*/
    /*color: #000000;*/
    /*border: 1px solid #DBDBDB;*/
    /*text-decoration: none;*/
    /*padding-bottom: 1px;*/
/*}*/

/*
----------- commandSortHeader classes
*/
.iceCmdSrtHdrAsc, .iceCmdSrtHdrDesc, .iceCmdSrtHeaderAsc, .iceCmdSrtHeaderDesc {
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
}

.iceCmdSrtHdrAsc, .iceCmdSrtHeaderAsc{
    background-image: url(css-images/column_sort_asc.gif);
}

.iceCmdSrtHdrDesc, .iceCmdSrtHeaderDesc {
    background-image: url(css-images/column_sort_desc.gif);
}

/*
----------- Tabbed Pane Component classes
*/

/* tabOn style classes */

.icePnlTbOn {
    margin-right: 0;
}

.icePnlTbOn .MidMid td {
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.icePnlTbOn .LftTop {
    background: url('./css-images/Tab_LftTop.gif') no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOn .MidTop {
    background: url('./css-images/Tab_MidTop.gif') repeat-x top left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOn .RtTop {
    background: url('./css-images/Tab_RtTop.gif') no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOn .LftMid {
    background: url('./css-images/Tab_LftMid.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOn .MidMid {
    background: url('./css-images/Tab_MidMid.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOn .MidMid a {
    background: url('./css-images/Tab_MidMid_bullet.gif') no-repeat top left;
    border: none;
    padding: 4px 8px 5px 28px;
    margin: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOn .RtMid {
    background: url('./css-images/Tab_RtMid.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOn .LftBtm {
    background: #f7f7f7;

    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOn .MidBtm {
    background: #f7f7f7;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOn .RtBtm {
    background: #f7f7f7;

    padding: 0;
    text-align: center;
    height: 1px;
}

* html .icePnlTbOn .MidMid a {
    height: 1%;
}

/* tabOff style classes */

.icePnlTbOff {
    margin-right: 0;
}

.icePnlTbOff .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.icePnlTbOff .LftTop {
    background: url('./css-images/Tab_LftTop_off.gif') no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOff .MidTop {
    background: url('./css-images/Tab_MidTop_off.gif') repeat-x top left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOff .RtTop {
    background: url('./css-images/Tab_RtTop_off.gif') no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOff .LftMid {
    background: url('./css-images/Tab_LftMid_off.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOff .MidMid {
    background: url('./css-images/Tab_MidMid_off.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOff .MidMid a {
    background: url('./css-images/Tab_MidMid_bullet_off.gif') no-repeat top left;
    border: none;
    padding: 4px 8px 5px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOff .MidMid a:hover {
    font-weight: bold;
}

.icePnlTbOff .MidMid td:hover {
    color: #3581A5;
}

.icePnlTbOff .RtMid {
    background: url('./css-images/Tab_RtMid_off.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOff .LftBtm {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOff .MidBtm {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOff .RtBtm {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

* html .icePnlTbOff .MidMid a {
    height: 1%;
}

/* tabOver style classes */

.icePnlTbOver {
/* was iceTabSetTabOver */

}

.icePnlTbOver .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.icePnlTbOver .LftTop {
    background: url('./css-images/Tab_LftTop_off.gif') no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOver .MidTop {
    background: url('./css-images/Tab_MidTop_off.gif') repeat-x top left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOver .RtTop {
    background: url('./css-images/Tab_RtTop_off.gif') no-repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOver .LftMid {
    background: url('./css-images/Tab_LftMid_off.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOver .MidMid {
    background: url('./css-images/Tab_MidMid_off.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOver .MidMid a {
    background: url('./css-images/Tab_MidMid_bullet_over.gif') no-repeat top left;
    border: none;
    padding: 4px 8px 5px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOver .MidMid a:hover {
    font-weight: bold;
    color: #3581A5;
}

.icePnlTbOver .RtMid {
    background: url('./css-images/Tab_RtMid_off.gif') repeat top left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOver .LftBtm {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOver .MidBtm {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOver .RtBtm {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

* html .icePnlTbOver .MidMid a {
    height: 1%;
}

/* tabSpacer */

.icePnlTbSetSpcr {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

/* tabPanel */
.icePnlTbSet {
/* was iceTabSet*/
    width: 100%;
    background: transparent;
    border-collapse: separate;
}

.icePnlTbSetCnt {
/*newly added class*/
    background: url('./css-images/contentContainer_bg.gif') repeat-x top left;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 20px;
}

.icePnlTbSetCntBtm {
/*was iceTabSetBottom*/
    background: url('./css-images/contentContainer_bg_up.gif') repeat-x top left;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 20px;
}

/* TABS ON BOTTOM STYLE CLASSES */
/* tabOn style classes */

.icePnlTbOnBtm {
    margin-right: 0;
}

.icePnlTbOnBtm .MidMid td {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.icePnlTbOnBtm .LftTop {
    background: #f7f7f7;
    padding: 0;
    text-align: center;
    height: 1px;

}

.icePnlTbOnBtm .MidTop {
    background: #f7f7f7;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOnBtm .RtTop {
    background: #f7f7f7;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOnBtm .LftMid {
    background: url('./css-images/Tab_Btm_LftMid.gif') repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOnBtm .MidMid {
    background: url('./css-images/Tab_Btm_MidMid.gif') repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOnBtm .MidMid a {
    background: url('./css-images/Tab_MidMid_bullet.gif') no-repeat top left;
    border: none;
    padding: 3px 8px 2px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOnBtm .RtMid {
    background: url('./css-images/Tab_Btm_RtMid.gif') repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOnBtm .LftBtm {
    background: url('./css-images/Tab_Btm_LftBtm.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOnBtm .MidBtm {
    background: url('./css-images/Tab_Btm_MidBtm.gif') repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOnBtm .RtBtm {
    background: url('./css-images/Tab_Btm_RtBtm.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

* html .icePnlTbOnBtm .MidMid a {
    height: 1%;
}

/* tabOff style classes */

.icePnlTbOffBtm {
    margin-right: 0;
}

.icePnlTbOffBtm .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.icePnlTbOffBtm .LftTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOffBtm .MidTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOffBtm .RtTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOffBtm .LftMid {
    background: url('./css-images/Tab_Btm_LftMid_off.gif') repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOffBtm .MidMid {
    background: url('./css-images/Tab_Btm_MidMid_off.gif') repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOffBtm .MidMid a {
    background: url('./css-images/Tab_MidMid_bullet_off.gif') no-repeat top left;
    border: none;
    padding: 3px 8px 2px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOffBtm .MidMid a:hover {
    font-weight: bold;
}

.icePnlTbOffBtm .RtMid {
    background: url('./css-images/Tab_Btm_RtMid_off.gif') repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOffBtm .LftBtm {
    background: url('./css-images/Tab_Btm_LftBtm_off.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOffBtm .MidBtm {
    background: url('./css-images/Tab_Btm_MidBtm_off.gif') repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOffBtm .RtBtm {
    background: url('./css-images/Tab_Btm_RtBtm_off.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

* html .icePnlTbOffBtm .MidMid a {
    height: 1%;
}

/* tabOver style classes */

.icePnlTbOverBtm {
/* was iceTabSetTabOverBottom*/

}

.icePnlTbOverBtm .MidMid td {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.icePnlTbOverfBtm .LftTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOverBtm .MidTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    height: 1px;
}

.icePnlTbOverBtm .RtTop {
    background: #d9d9d9;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 1px;
}

.icePnlTbOverBtm .LftMid {
    background: url('./css-images/Tab_Btm_LftMid_off.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOverBtm .MidMid {
    background: url('./css-images/Tab_Btm_MidMid_off.gif') repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
}

.icePnlTbOverBtm .MidMid a {
    background: url('./css-images/Tab_MidMid_bullet_over.gif') no-repeat top left;
    border: none;
    padding: 3px 8px 2px 28px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    display: block;
}

.icePnlTbOverBtm .MidMid a:hover {
    font-weight: bold;
}

.icePnlTbOverBtm .RtMid {
    background: url('./css-images/Tab_Btm_RtMid_off.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
}

.icePnlTbOverBtm .LftBtm {
    background: url('./css-images/Tab_Btm_LftBtm_off.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

.icePnlTbOverBtm .MidBtm {
    background: url('./css-images/Tab_Btm_MidBtm_off.gif') repeat-x bottom left;
    border: none;
    padding: 0;
    text-align: center;
    height: 4px;
}

.icePnlTbOverBtm .RtBtm {
    background: url('./css-images/Tab_Btm_RtBtm_off.gif') no-repeat bottom left;
    border: none;
    padding: 0;
    text-align: center;
    width: 4px;
    height: 4px;
}

* html .icePnlTbOverBtm .MidMid a {

}

/* tabSpacer */
.icePnlTbSetSpcrBtm {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

/* tabPanel */

.icePnlTbSetBtm {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    background-color: #FFFFFF;
}

/*
------------- BorderLayout
*/

.icePnlBrdrNorth {
    padding: 5px;
    background: #FFF;
    font-weight: bold;
    height: 0px;
    text-align: center;
}

/*
.icePnlBrdrNorth {
   padding: 5px;
   background: #FFF;
   font-weight: bold;
   height: 60px;
   text-align: center;
} */
/*
.icePnlBrdrNorth {
    background: gray;
    font-weight: bold;
    text-align: left;
}
*/

.icePnlBrdrEast {
    width: 10%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrWest {
    width: 20%;
    background-color: #FFFFFF;
    vertical-align: top;
}

.icePnlBrdrCenter {
    width: 70%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.icePnlBrdrSouth {
    border-top: 1px solid #FFFFFF;
    color: #666666;
    padding: 4px;
}

/*

/*
--------PGZ custom tag panelWithHeader style class (overrides .icePnlBrdr)
*/
.pgzPnlWithHdrNorth {
    padding: 2px;
    background: rgb(200, 214, 230);
    font-weight: bold;
    height: 0px;
    text-align: left;
}

.pgzPnlWithHdrEast {
    width: 10%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.pgzPnlWithHdrWest {
    width: 20%;
    background-color: #FFFFFF;
    vertical-align: top;
}

.pgzPnlWithHdrCenter {
    width: 70%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.pgzPnlWithHdrSouth {
    border-top: 1px solid #FFFFFF;
    color: #666666;
    padding: 4px;
}

/*
------------- PanelLayout
*/

.pageHdr {
    font-weight: bold;
    height: auto;
    background-color: #CDCDCD;
    padding: 5px;
    text-align: center;
}

.icePnlBrdrStyle {
    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    margin: 10px;
    width: 97%;
}

.pageNavigation {
    width: 20%;
    background-color: #DEDEDE;
    padding: 5px;
    vertical-align: top;
}

.pageBody {
    width: 80%;
    background-color: #FFFFFF;
    padding: 5px;
    vertical-align: top;
}

.pageFtr {
    border-top: 1px solid #ABABAB;
    color: #666666;
    padding: 4px;
}

/*
------------ PanelNavigation
*/

.navFormOutline {
    background-color: #DEDEDE;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.navItem, .navActvItem, .navOpenItem {
    color: #333333;
    text-decoration: none;
    background-color: #CDCDCD;
    width: 100%;
    border: 1px solid #CDCDCD;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 1px;
    display: block;
}

.navItem:hover, .navActvItem:hover, .navOpenItem:hover {
    background-color: #FFFFFF;
    color: #666666;
    border: 1px solid #2A6CC2;
}

.navOpenItem {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.navActvItem {
    width: 100%;
    background-color: #2A6CC2;
    color: #FFFFFF;
    background-image: url(css-images/cal_arrow_right.gif);
    background-position: center right;
    background-repeat: no-repeat;
}

.navSeparator {
    width: 100%;
    height: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #CDCDCD;
    border-bottom: 1px solid #DEDEDE;
}

/*
--------------- Progress bar
*/
.iceOutProg {
    margin: 0;
}

.iceOutProgBg {
    width: 300px;
    height: 17px;
    border: 1px solid #d9d9d9;
    background: #FFF;
}

.iceOutProgFill {
    display: block;
    margin: 1px;
    height: 17px;
    background: url(css-images/ProgFill_bg.gif) repeat-x top left;
}

.iceOutProgTxt {
    color: #484848;
}

/*
--------------- autoComplete classes ------
*/

.iceSelInpTxtTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 10px 0 0 2px;
    padding: 2px;
}

.iceSelInpTxtList {
    position: absolute;
    display: block;
    border-top: 1px solid #ABABAB;
    border-right: 1px solid #666666;
    border-left: 1px solid #ABABAB;
    border-bottom: 1px solid #333333;
    z-index: 1000;
}

.iceSelInpTxtRow {
    /*display: block;*/
    background-color: #FFFFFF;
    color: #333333;
    padding: 2px !important;
    padding-left: 10px !important;
    border-bottom: 1px solid #DEDEDE !important;
    position: relative;
}

.iceSelInpTxtRow td:hover {
    text-decoration: underline !important;
    color: #333333;
}

/*
.iceSelInpTxtSelRow {
    display: block;
    background-color: #4591A1;
    color: #FFFFFF;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}
*/

.iceSelInpTxtSelRow {
    display: block;
    background-color: #FFFFFF;
    color: #333333;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

/*.iceSelInpTxtSelRow span {
    color: #FFFFFF;
}*/
.iceSelInpTxtSelRow span {
	text-decoration: underline;
    color: #333333;
}

/*
--------------- autoComplete disable class ------
*/

.iceSelInpTxtTxt-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
}

/*
--------------- autoComplete in one line class ------
*/

.iceSelInpTxtTxt-in-one-line input {
    margin: 0 0 0 2px;
}

/*
----------- FileUpload Component classes
*/
.iceInpFile {
    overflow: hidden;
}

.iceInpFileTxt {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;

    color: #666666;
}

.iceInpFileBtn {
    border: 1px solid #ABABAB;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;

    color: #666666;
}

.iceDocNameColumn {
    width: 340px;
}

/*
----------- Data Navigation Bar classes
*/

.tablebg {
    background-color: #EEF3FB;
    border: 1px solid #6392C6;
    width: 70%;
}

.oddRow {
    background-color: #FFFFFF;
}

.evenRow {
    background-color: #EEF3FB;
}

.barCol1 {
    width: 40%;
    text-align: left;
}

.barCol2 {
    width: 15%;
    text-align: left;
}

.barCol3 {
    width: 20%;
    text-align: left;
}

.barCol4 {
    width: 15%;
    text-align: right;
}

.barCol5 {
    width: 15%;
    text-align: left;
}

/*
----------- TreeView component
*/

.iceTreeRow {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0;
}

.iceTreeRow a {
    text-decoration: none;
    cursor: pointer;
    padding: 0; /*padding-left: 3px;*/
    vertical-align: middle;
}

.iceTreeRow a:hover {
    text-decoration: underline;
}

.iceTreeRow img {
    border: 0;
    vertical-align: middle;
    background-repeat: repeat-y;
    padding: 0;
}

.iceTreeRow > img {
/*width: 10px;*/
/*height:16px;*/
}

.iceTreeRow a img {
/* vertical-align: top; - Bug in FF, when img has focus it is not highlighted with a box.*/
    background-repeat: repeat-y;
    border: 0;
    padding: 0;
}

.iceTreeRow * div {
    padding: 0;
    vertical-align: middle;
}

/* ------------ Menu Classes --
*/

.iceMnuBar, .iceMnuBarVrt {
    padding: 0;
    margin: 0;
    /*white-space: nowrap;*/
    width:100%;
    /*background-image:url('../img/menu_bg.gif');*/
	background:url(../img/portal/bg-menu.png) repeat-x;
  	height:46px;

	/*width:850px;*/
    /*width:850px - to correct show in IE*/
}

.iceMnuBarItem, .iceMnuBarVrtItem {
    /*border: 1px solid #DBDBDB;COLOR="#2A7EC5"*/
    float: left;
    /*border-right:1px #6295D3 solid;*/
    white-space: nowrap;
    /*background-color: #FCFCFC;*/
    /*background-image:url('../img/menu_bg.gif');*/
    /*height:39px;*/
	height:100%;
	vertical-align:middle;
	padding:0 18px 0 20px;
}

#menuForm .iceMnuBarItem {
    /*display:inline-block;*/
    display:inline;
    float:none;
}

.gecko #menuForm .iceMnuBarItem {
    display: -moz-inline-stack;
    float:none;
}

.ie #menuForm .iceMnuBarItem {
    display:inline;
    float:none;
}

.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover, .iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover {
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:22px;
    font-weight:bold;
    text-decoration:none;
    display: block;
}

/*.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover {
    padding: 3px 6px 3px 6px;
}*/

.iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover {
    padding: 3px 0 3px 6px;
}

.iceMnuBarItem a, .iceMnuBarVrtItem a {
    /*background-color:RGB(42, 126, 197);*/
}

.iceMnuBarItem a:hover, .iceMnuBarVrtItem a:hover {
    /*background-color:RGB(42, 126, 197);*/
}

.iceMnuItmSep {
    border-bottom: 1px solid #DBDBDB;
}

.iceMnuItmSep hr {
    width: 100%;
    border: 1px inset #666666;
}

.iceMnuBarSubMenu, .iceMnuBarVrtSubMenu {
    /*position: absolute;
    background-color: #FCFCFC;
    display: block; *//*width: auto; doesn't work correctly in IE*//*
    width: 340px;
    border-right: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    z-index: 1000;*/

	display:block;
	position:absolute;
	/*left:-5500px;*/
	z-index:100;
	width:359px;
	/*height:148px;*/
	/*background: #ECF2FA url(../img/portal/bg-menu-drop.png) no-repeat ;*/
	background: #ECF2FA;
	border: 1px solid #C4CDE6;
	padding:17px 0 0;
	overflow:hidden;
}

.iceMnuItm {
    /*padding: 0;
    margin: 0;
    vertical-align: top;
    border-bottom: 1px solid #DBDBDB;*/
	background:url(../img/portal/pointer.png) no-repeat 14px 6px;
	padding:0 0 10px 14px;
}

.iceMnuItm a, .iceMnuItm a:hover, .iceMnuItmVrt a, .iceMnuItmVrt a:hover {
    /*border: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    line-height: 25px;
    height: 25px;
    width: 100%;*/

	/*line-height:16px;*/
	/*height:30px;*/
}

/*.iceMnuItm a, .iceMnuItmVrt a {
    background-color: #FCFCFC;
    color: #666666;
}*/

/*.iceMnuItm a:hover, .iceMnuItmVrt a:hover {
    background-color: #4591A1;
    color: #FFFFFF;
}*/

.iceMnuItm a:link .iceMnuItmLabel {
    color:#0060a4;
}

.iceMnuItm a:hover .iceMnuItmLabel {
    /*color: #FFFFFF;*/
	color:#c01d00;
}

.iceMnuItmLabel {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 7px;
    font-weight: normal;
    vertical-align: top;
}

.iceMnuBarSubMenu .iceMnuItmLabel {
	font-size:12px !important;
	text-decoration:underline !important;
}

.iceMnuBarItemLabel {
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px;
    text-decoration:none;
}

.iceMnuItmImage, .iceMnuBarItemImage, .iceMnuBarVrtItemImage {
    display: inline;
}

.iceMnuItmImage, .iceMnuItmLabel {
    vertical-align: middle;
}

.iceMnuBarSubMenuInd {
    float: right;
    padding: 5px 0 0 0;
    margin: 0;
}

.iceMnuBarVrt {
    width: 160px;
    display: block;
}

.iceMnuBarVrtSubMenuInd {
    display: inline;
    float: right;
    padding-top: 3px;
    padding-right: 1px;
}

.iceMnuItmTwoLines a, .iceMnuItmTwoLines a:hover {
    display: block;
    line-height: 25px;
    height: 55px;
}

.iceMnuItmTwoLinesImage {
    display: block;
    float: left;
}

.iceMnuItmTwoLinesLabel {
    width: 300px;
    white-space: normal;
    display: block;
    float: left;
}

.ie .iceMnuItmTwoLinesLabel {
    padding-left: 0;
}

/*
----------- PanelPopup ----------
*/

.iceMnuPopVrtItemLabel {
    vertical-align: middle;
}

.iceMnuPopVrtItemImage {
    width: 19px;
    vertical-align: middle;
}

.iceMnuPopVrt {
/* was iceMenu_vertical */
    float: left;
    white-space: nowrap;

    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 0px;
    height: 0px;
}

.iceMnuPopVrtTopSubMenu {
    padding: 1px;
    width: auto;
    background-color: #EFEFEF;
    border: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
    z-index: 1000;
}

.iceMnuPopVrtTopSubMenu div hr {
    margin: 0px;
    color: gray;
    background-color: gray;
    height: 1px;
}

.iceMnuPopVrtTopSubMenu div a span {
    color: black;
	display:block;
	font-size:11px;
}

.iceMnuPopVrtItem {
/* was iceMenu_verticalItem */
    width: auto;
    display: block;
    vertical-align:middle;
    background-color: white;
	text-align:left;
	white-space:nowrap;
}

.iceMnuPopVrtItem a {
/* was iceMenu_verticalItem */
    height: auto;
    padding-left: 3px;
    padding-right: 3px;
    color: #333333;
    font-size: 1.1em;
    margin-bottom: 1px;
    float: none;
    display: block;
    text-decoration: none;
    border: 0px solid #FFFFFF;
    line-height:25px;
    white-space:nowrap;/*IE6 fix*/
}

.iceMnuPopVrtItem a:hover {
/* was iceMenu_verticalItem */
    background-color: #4591A1;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuPopVrtItem a:hover .iceOutTxt{
    color: #FFFFFF;
}

.iceMnuPopVrtSubMenu {
/* was iceSubMenu_vertical*/
    padding: 1px;
    width: 160px;
    background-color: #EFEFEF;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuPopVrtSubMenuInd {
/* was iceSubMenuDividerVert */
    display: inline;
    float: right;
    padding-top: 0px;
    padding-right: 1px;
}

/*
----------- PanelPopup & panelTooltip ----------
*/

.icePnlPop, .icePnlTlTip {
    /* width: 50%; PGZ-9789 - или так, или править исходники iceFaces */
    padding: 0;
    z-index: 1000;
    background: #F5F5F5;
    border: 1px solid #d9d9d9;
    color: #666666;
}

.icePnlPopHdr, .icePnlTlTipHdr {
    height: 2.0em;
    font-weight: bold;
    background: #FFF url(css-images/PnlHdr_bgslice.gif) repeat-x top left;
    border-bottom: 1px solid #d9d9d9;
}

.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    font: 11px tahoma;
    color: #484848;
    font-weight: bold;
}

.icePnlPopBody, .icePnlTlTipBody {
    padding: 10px;
    background-color:white;
}

.icePnlPopFtr, .icePnlTlTipFtr {
    float: right;
    height: auto;
    background-color: #DDDDDD;
}

.popupTopTextDrag, .popupTopTextModal {
    margin: 2px 0 0 4px;
    display: inline;
    float: left;
}

.popupTopClose, .popupTopCloseModal {
    vertical-align: middle;
    margin: 4px;
    display: inline;
    float: right;
}

.popupContentText {
    display: block;
}

/*
   Classes for the output progress bar
*/

.iceOutProgIndetActv {
    margin: 1px;
    height: 17px;
    background: url(css-images/ProgFill_Indet_Bg_active.gif) repeat-x top left;
}

.iceOutProgIndetInactv {
    margin: 1px;
    height: 17px;
    background: url(css-images/ProgFill_Indet_Bg_inactive.gif) repeat-x top left;
}

/*
    Classes for the connection status indicator
*/

.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
    height: 33px;
    width: 33px;
    position: absolute;
    margin-left: -10px;
}

.iceOutConStat {
    margin: 0px;
    width: 25px;
    height: 25px;
    border: none;
    font-size: .5em;
}

.iceOutConStatInactv {
    background: url(css-images/connect_idle.gif) no-repeat center top;
}

.iceOutConStatActv {
    background: url(css-images/connect_active.gif) no-repeat center top;
}

.iceOutConStatCaution {
    background: url(css-images/connect_caution.gif) no-repeat center top;
}

.iceOutConStatDisconnect {
    background: url(css-images/connect_disconnected.gif) no-repeat center top;
}

/* XP Disabled styles CSS Document  v1.0 mar 31 2006 */

.iceCmdBtn-dis {
}

.iceCmdLnk-dis, .iceOutLnk-dis, .iceCmdLnk-dis .iceOutTxt, .iceOutLnk-dis .iceOutTxt {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

.iceOutTxt-dis, .iceOutLbl-dis {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

.iceInpTxt-dis, .iceInpSecrt-dis, .iceSelInpDateInput-dis {
    color: #ABABAB;
    cursor: default;
    margin: 0;
    padding: 0 3px 3px;
    font: 11px tahoma;
    border: 1px dotted #CCCCCC;
}

.iceInpTxtArea-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    border: 1px dotted #CCCCCC;
    cursor: default;
    margin: 2px;
    padding: 2px;
    background-color: rgb(249,248,247);
    color: rgb(102,102,102);
}

.iceSelMnyCb-dis {
    background-color: #CCCCCC;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #CCCCCC;
    border: none;
}

.iceSelOneMnu-dis, .iceSelMnyLb-dis, .iceSelMnyMnu-dis, .iceSelOneLb-dis {
    margin: 0;
    padding: 1px;
    font: 11px tahoma;
    cursor: default;
    border: 1px dotted #CCCCCC;
    background-color: rgb(212,208,200);
    color: rgb(102,102,102);
}

.iceSelOneRb-dis {
    /*background-color: #CCCCCC;*/
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: #444444;
    border: none;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
}

.iceInpFileTxt-dis {
    border: none;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

.iceInpFileBtn-dis {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin: 2px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    cursor: default;
}

/* submenu disabled style classes */
.iceSubMenuRowLabel-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
}

.iceSubMenuRow-dis {
    color: #ABABAB;
    text-decoration: none;
    cursor: default;
    padding: 0px;
    display: block;
    height: auto;
}

.iceSubMenuRow-dis a {
    color: #333333;
    text-decoration: none;
    cursor: default;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.iceSubMenuRow-dis a:hover {
    color: #ABABAB;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
    cursor: default;
}

/* panel tabs disabled style classes */

.icePnlTbOff {
/* was iceTabSetTabOff*/

}

.icePnlTbOff .LftTop-dis {
    background-color: transparent;
    background-image: url(css-images/off-left-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOff .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url(css-images/off-mid-top-dis.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .RtTop-dis {
    background-color: transparent;
    background-image: url(css-images/off-right-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOff .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOff .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;

}

.icePnlTbOff .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOff .LftBtm-dis {
    background-color: transparent;
    background-image: url(css-images/off-left-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOff .MidBtm-dis {
    background-color: transparent;
    background-image: url(css-images/off-mid-bot.gif);
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOff .RtBtm-dis {
    background-color: transparent;
    background-image: url(css-images/off-right-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

/* disabled bottom tab off */
.icePnlTbOffBtm .LftBtm-dis {
    background-color: transparent;
    background-image: url("./css-images/off-left-top-dis.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOffBtm .MidBtm-dis {
    background-color: #DEDEDE;
    background-image: url('./css-images/off-mid-top-dis.gif');
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOffBtm .RtBtm-dis {
    background-color: transparent;
    background-image: url("./css-images/off-right-top-dis.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOffBtm .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOffBtm .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOffBtm .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;

}

.icePnlTbOffBtm .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOffBtm .LftTop-dis {
    background-color: transparent;
    background-image: url("./css-images/off-left-bot.gif");
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOffBtm .MidTop-dis {
    background-color: transparent;
    background-image: url("./css-images/off-mid-bot.gif");
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOffBtm .RtTop-dis {
    background-color: transparent;
    background-image: url("./css-images/off-right-bot.gif");
    background-repeat: no-repeat;
    border: none;
}

/* disabled bottom tab on */

.icePnlTbOnBtm .LftBtm-dis {
    background-color: transparent;
    background-image: url("./css-images/off-left-top-dis.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOnBtm .MidBtm-dis {
    background-color: #DEDEDE;
    background-image: url('./css-images/off-mid-top-dis.gif');
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOnBtm .RtBtm-dis {
    background-color: transparent;
    background-image: url("./css-images/off-right-top-dis.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOnBtm .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOnBtm .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOnBtm .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;
}

.icePnlTbOnBtm .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOnBtm .LftTop-dis {
    background-color: transparent;
    background-image: url("./css-images/off-left-bot.gif");
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOnBtm .MidTop-dis {
    background-color: transparent;
    background-image: url("./css-images/off-mid-bot.gif");
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOnBtm .RtTop-dis {
    background-color: transparent;
    background-image: url("./css-images/off-right-bot.gif");
    background-repeat: no-repeat;
    border: none;
}

/* tab on disabled */
.icePnlTbOn {

}

.icePnlTbOn .LftTop-dis {
    background-color: transparent;
    background-image: url(css-images/off-left-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
    height: 4px;
}

.icePnlTbOn .MidTop-dis {
    background-color: #DEDEDE;
    background-image: url(css-images/off-mid-top-dis.gif);
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOn .RtTop-dis {
    background-color: transparent;
    background-image: url(css-images/off-right-top-dis.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.icePnlTbOn .LftMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-left-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .MidMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-mid-mid.gif");
    background-repeat:repeat-x;*/
    text-align: center;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    white-space: nowrap;
    color: #ABABAB;
}

.icePnlTbOn .MidMid-dis a {
    text-decoration: none;
    color: #ABABAB;
    cursor: default;
}

.icePnlTbOn .RtMid-dis {
    background-color: #DEDEDE;
    /*    background-image: url("./css-images/off-right-mid.gif");
    background-repeat:no-repeat;*/
    text-align: center;
    padding-top: 15px;
    border: none;
}

.icePnlTbOn .LftBtm-dis {
    background-color: transparent;
    background-image: url(css-images/off-left-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

.icePnlTbOn .MidBtm-dis {
    background-color: transparent;
    background-image: url(css-images/off-mid-bot.gif);
    background-repeat: repeat-x;
    border: none;
}

.icePnlTbOn .RtBtm-dis {
    background-color: transparent;
    background-image: url(css-images/off-right-bot.gif);
    background-repeat: no-repeat;
    border: none;
}

/*
data scroller classes disabled styles
*/
.sclBtnCell-dis {
/* the cells behind the scroll buttons */
    background-color: #FFFFFF;
    padding: 2px;
}

.sclBtnCell-dis img {
    cursor: default;
}

.icePaginatorTbl-dis {
/* the container for the pagination*/
    background-color: #FFFFFF;
}

/* set the common attributes for the pagination numbers */
.icePaginatorAtvCol-dis a, .icePaginatorCol-dis a {
    text-decoration: none;
    font-weight: normal;
    background-color: #FFFFFF;
    color: #ABABAB;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #FFFFFF;
    cursor: default;
}

/* override the attributes for the currently selected page */
.icePaginatorAtvCol-dis a {
    color: #ABABAB;
    /*    border:1px solid #2A6CC2;
        background-color:#2A6CC2;
    */
    cursor: default;
}

/* set the attributes for the mouseover on none-current pages */
.icePaginatorCol-dis a:hover {
    /*    color:#000000;
  border:1px solid #2A6CC2;*/
}

/*
Disabled classes for the calendar controls
*/

.iceSelInpDate-dis {
/* calendar outline & background color */
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE; /* removed margin from calendar outline - better absolute positioning of popup */
/*margin:10px;*/
}

.iceSelInpDateMonthYear-dis {
    background-color: #EFEFEF;
    /*    background-image: url("./css-images/table_col_header.gif");
    background-position:bottom;
    background-repeat:repeat-x;*/
    font-weight: normal;
    text-align: center;
    color: #999999;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMoYrDropdown-dis {
    background-color: #EFEFEF;
    color: #999999;
}

.iceSelInpDateMonthYear-dis img {
    cursor: default;
}

.iceSelInpDateWeek-dis {
/* the days of the week row */
    font-weight: normal;
    color: #999999;
    background-color: #EFEFEF;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ABABAB;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay-dis, .iceSelInpDateCur-dis {
/* the background & alignment for the days */
    padding: 3px;
    text-align: center;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay-dis a {
/* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #ABABAB;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

.iceSelInpDateCur-dis a {
    text-decoration: none;
    background-color: #ABABAB;
    border: 1px solid #ABABAB;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/*
----------- commandSortHeader ----------
*/
.iceCmdSrtHdr {
    text-decoration: none; /*border: 1px solid #ABABAB;*/
    color: #333333; /*width: 100%;*/
    /*height: 100%; PGZ-2789 - � ���� ���������� ������������ ������������ �� �������� */
    padding: 0;
    display: block;
}

.iceCmdSrtHdr-dis {
    text-decoration: none; /*border: 1px solid #ABABAB;*/
    color: #999999; /*width: 100%;*/
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
}

/* IE specific CSS to enlarge clickable area of SortHeader links */
* html .iceCmdSrtHdr {
    /*height: 1%; PGZ-2789 - � ���� ���������� ������������ ������������ �� �������� */
}

.iceCmdSrtHeader, .iceCmdSrtHeader td {
    color: #4878b2 !important;
    font-weight: bold !important;
}

/*
----------- form ----------
*/
.iceFrm {

}

/*
----------- graphicImage ----------
*/
.iceGphImg {

}

/*
----------- message ----------
*/
.iceMsg {

}

.iceMsgFatal {

}

.iceMsgError {
    font-size:11px;
    color:red;
    font-family: Arial, Helvetica, sans-serif;
}

.iceMsgWarn {

}

.iceMsgInfo {

}

/*
----------- messages ----------
*/
.iceMsgs {

}

.iceMsgsFatal {

}

.iceMsgsError {

}

.iceMsgsWarn {

}

.iceMsgsInfo {

}

/*
----------- panelGrid ----------
*/
.icePnlGrd {

}

.icePnlGrdHdr {

}

.icePnlGrdFtr {

}

.icePnlGrdRow1 {
    vertical-align: top;
}

.icePnlGrdRow2 {

}

.icePnlGrdCol1 {

}

.icePnlGrdCol2 {

}

/*
----------- panelGroup ----------
*/
.icePnlGrp {

}

/*
----------- outputFormat ----------
*/
.iceOutFrmt {

}

/*
----------- tree ----------
*/
.iceTree {

}

.iceTreeRow {

}

/*
----------- panelSeries ----------
*/
.icePnlSrs {

}

/*
----------- positionedPanel ----------
*/
.icePnlPos {

}

.icePnlPos-dis {

}

/*
----------- positionedPanel ----------
*/
.icePnlStk {
}

.icePnlStkRow {
}

.icePnlStkCol {
}

/*
----------- panelTab header ----------
*/
.icePnlTbSetHdrIconLft {
    display: none;
    width: 0;
    height: 0;

}

.icePnlTbSetHdrIconRt {
    display: none;
    width: 0;
    height: 0;
}

.icePnlTbSetHdrLbl {
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

/*
----------- Table Row Selection --------
*/
.iceRowSelSelected, .iceRowSelSelected td {
    background: #E5E5E5;
}

.iceRowSelSelected .iceOutTxt {
    color: #578E93;
}

.iceRowSelSelected .iceOutTxt {
    color: #428F99;
}

.iceRowSelSelectedMouseOver {
    background: #FFA326;
}

.iceRowSelSelectedMouseOver  .iceOutTxt {
    color: white;
}

.iceRowSelMouseOver {
    color: white;
    background: #4591A1;
}

.iceRowSelMouseOver .iceOutTxt {
    color: white;
}

.portlet-section-body-hover .iceRowSelSelectedMouseOver {
    background-color: #FFA326;
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
    background-color: #4591A1;
}

/*
----------- outputChart --------
*/

.iceOutChrt {

}

/*
----------- Panel Collapsible --------
*/

.icePnlClpsbl, .icePnlClpsbl-dis {
    border: 1px solid #d9d9d9;
}

.icePnlClpsblCnt .icePnlClpsbl {
    border: none;
}

.icePnlClpsblHdr, .icePnlClpsblHdr-dis, .pgzPnlClpsblHdr, .pgzPnlClpsblHdr-dis {
    font: 11px tahoma;
    color: #484848;
    font-weight: bold;
    height: 20px;
    background-color:#E3E3E3;
    border-bottom: 1px solid #d9d9d9;
}

/*.icePnlClpsblHdr-dis {*/
    /*background: #FFF url('./css-images/table_col_header_dis.gif') repeat-x top left;*/
/*}*/

.icePnlClpsblHdr .iceCmdLnk, .icePnlClpsblColpsdHdr .iceCmdLnk {
    padding-left: 22px;
}

.icePnlClpsblHdr .icePnlGrp a, .icePnlClpsblHdr-dis .icePnlGrp a {
    font-weight: bold;
}

.icePnlClpsblCnt, .icePnlClpsblCnt-dis, .pgzPnlClpsblCnt, .pgzPnlClpsblCnt-dis {
    font: 11px / 17px tahoma;
    color: #494949;
    background: #f5f5f5;
    border-bottom: none;
}

.icePnlClpsblCnt-dis {
    background-color: #e5e5e5;
}

.icePnlClpsblCnt .icePnlClpsblHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 0 0 0 0;
    font-weight: bold;
    height: 20px;
    border: none;
    margin-top: 8px;
}

.icePnlClpsblCnt .icePnlClpsblHdr .iceOutTxt {
    background: none;
}

.icePnlClpsblCnt .icePnlClpsblColpsdHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 0 0 0 0;
    font-weight: bold;
    height: 20px;
    border: none;
    margin-top: 8px;
}

.icePnlClpsblCnt .icePnlClpsblColpsdHdr .iceOutTxt {
    background: none;
}

.icePnlClpsblCnt .icePnlClpsblCnt {
    border-left: none;
    border-right: none;
    padding: 0 0 0 10px;
}

.icePnlClpsblColpsd, .icePnlClpsblColpsd-dis, .pgzPnlClpsblColpsd, .pgzPnlClpsblColpsd-dis {
    border: 1px solid #d9d9d9;
    background-color:#E3E3E3;
}

.icePnlClpsblCnt .icePnlClpsblColpsd {
    border: none;
}

.icePnlClpsblColpsdHdr, .icePnlClpsblColpsdHdr-dis, .pgzPnlClpsblColpsdHdr, .pgzPnlClpsblColpsdHdr-dis {
    font: 11px tahoma;
    color: #484848;
    font-weight: bold;
    height: 20px;
    border-bottom: none;
}

.icePnlClpsblColpsdHdr-dis {
    /*background: #FFF url( './css-images/table_col_header_dis.gif' ) repeat-x top left;*/
}

/*.icePnlClpsblColpsdHdr .iceOutTxt, .icePnlClpsblHdr .iceOutTxt,*/
/*.icePnlClpsblColpsdHdr-dis .iceOutTxt, .icePnlClpsblHdr-dis .iceOutTxt {*/
    /*padding-left: 22px;*/
/*}*/

.icePnlClpsblColpsdCnt, .icePnlClpsblColpsdCnt-dis {
    border: none;
}

.icePnlClpsblHdr, .icePnlClpsblColpsdHdr {
    cursor: pointer;
}

.icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr-dis {
    cursor: default;
}

.icePnlClpsblHdr div, .icePnlClpsblHdr-dis div, .icePnlClpsblColpsdHdr div, .icePnlClpsblColpsdHdr-dis div {
    background-repeat: no-repeat;
    background-position: left top;
    height: 18px;
}

.icePnlClpsblHdr div .iceOutTxt, .icePnlClpsblHdr-dis div .iceOutTxt,
.pgzPnlClpsblHdr div .iceOutTxt, .pgzPnlClpsblHdr-dis div .iceOutTxt {
    margin-left:20px;
    border-bottom:thin dashed #666666;
    color:#666666;

}

.icePnlClpsblColpsdHdr div .iceOutTxt, .icePnlClpsblColpsdHdr-dis div .iceOutTxt,
.pgzPnlClpsblColpsdHdr div .iceOutTxt, .pgzPnlClpsblColpsdHdr-dis div .iceOutTxt {
    margin-left:20px;
    border-bottom:thin dashed #1E5A96;
    color:#4878B2
}

.icePnlClpsblHdr div, .pgzPnlClpsblHdr div {
    background: url( './css-images/arrow_down.gif' ) no-repeat top left;
}

.icePnlClpsblHdr-dis div, .pgzPnlClpsblHdr-dis div {
    background: url( './css-images/arrow_down.gif' ) no-repeat top left;
}

.icePnlClpsblColpsdHdr div, .pgzPnlClpsblColpsdHdr div {
    background: url( './css-images/arrow_right.gif' ) no-repeat top left;
}

.icePnlClpsblColpsdHdr-dis div, .pgzPnlClpsblColpsdHdr-dis div {
    background: url( './css-images/arrow_right.gif' ) no-repeat top left;
}

.icePnlClpsbl-dis, .icePnlClpsblHdr-dis, .icePnlClpsblCnt-dis,
.icePnlClpsblColpsd-dis, .icePnlClpsblColpsdHdr-dis, .icePnlClpsblColpsdCnt-dis{
    color: #999;
    background-color:#E3E3E3;
}

.icePnlClpsblHdr-dis .iceOutTxt, .icePnlClpsblCnt-dis .iceOutTxt,
.icePnlClpsblColpsdHdr-dis .iceOutTxt, .icePnlClpsblColpsdCnt-dis .iceOutTxt {
    color: #999;
    background-color:#E3E3E3;
}

/*
----------- PGZ Panel Collapsible
*/
.pgzPnlClpsbl, .pgzPnlClpsbl-dis {
    border: 1px solid #d9d9d9;
}

.pgzPnlClpsbl table {
    width: 100%;
}

.pgzPnlClpsbl-dis table {
    width: 100%;
}

.pgzPnlClpsblCnt .pgzPnlClpsbl {
    border: none;
}

/*.pgzPnlClpsblHdr, .pgzPnlClpsblHdr-dis {*/
    /*font: 11px tahoma;*/
    /*color: black;*/
    /*padding: 6px 0 0 8px;*/
    /*font-weight: normal;*/
    /*height: 20px;*/
    /*background: gray none;*/
    /*border-bottom: 1px solid #d9d9d9;*/
/*}*/

.pgzPnlClpsblHdr-dis {
    background: gray none;
}

.pgzPnlClpsblHdr .pgzCmdLnk, .pgzPnlClpsblColpsdHdr .pgzCmdLnk {
    padding-left: 22px;
}

.pgzPnlClpsblHdr .pgzPnlGrp a, .pgzPnlClpsblHdr-dis .pgzPnlGrp a {
    font-weight: bold;
}

/*.pgzPnlClpsblCnt, .pgzPnlClpsblCnt-dis {*/
    /*font: 11px / 17px tahoma;*/
    /*color: #494949;*/
    /*background: #f5f5f5;*/
    /*padding: 4px 4px 4px 9px;*/
    /*border-bottom: none;*/
/*}*/

.pgzPnlClpsblCnt-dis {
    background-color: #e5e5e5;
}

.pgzPnlClpsblCnt .pgzPnlClpsblHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 0 0 0 0;
    font-weight: bold;
    height: 20px;
    border: none;
    margin-top: 8px;
}

.pgzPnlClpsblCnt .pgzPnlClpsblHdr .iceOutTxt {
    background: none;
}

.pgzPnlClpsblCnt .pgzPnlClpsblColpsdHdr {
    font: 11px tahoma;
    color: #484848;
    padding: 0 0 0 0;
    font-weight: bold;
    height: 20px;
    border: none;
    margin-top: 8px;
}

.pgzPnlClpsblCnt .pgzPnlClpsblColpsdHdr .iceOutTxt {
    background: none;
}

.pgzPnlClpsblCnt .pgzPnlClpsblCnt {
    border-left: none;
    border-right: none;
    padding: 0 0 0 10px;
}

.pgzPnlClpsblColpsd, .pgzPnlClpsblColpsd-dis {
    border: 1px solid #d9d9d9;
}

.pgzPnlClpsblColpsd table {
    width: 100%;
}

.pgzPnlClpsblColpsd-dis table {
    width: 100%;
}

.pgzPnlClpsblCnt .pgzPnlClpsblColpsd {
    border: none;
}

/*.pgzPnlClpsblColpsdHdr, .pgzPnlClpsblColpsdHdr-dis {*/
    /*font: 11px tahoma;*/
    /*color: black;*/
    /*padding: 6px 0 0 8px;*/
    /*font-weight: normal;*/
    /*height: 20px;*/
    /*background: gray none;*/
    /*border-bottom: none;*/
/*}*/

/*.pgzPnlClpsblColpsdHdr-dis {*/
    /*background: gray none;*/
/*}*/

/*.pgzPnlClpsblColpsdHdr .iceOutTxt, .pgzPnlClpsblHdr .iceOutTxt,*/
    /*.pgzPnlClpsblColpsdHdr-dis .iceOutTxt, .pgzPnlClpsblHdr-dis .iceOutTxt {*/
    /*padding-left: 22px;*/
/*}*/

.pgzPnlClpsblColpsdCnt, .pgzPnlClpsblColpsdCnt-dis {
    border: none;
}

.pgzPnlClpsblHdr, .pgzPnlClpsblColpsdHdr {
    cursor: pointer;
}

.pgzPnlClpsblHdr-dis, .pgzPnlClpsblColpsdHdr-dis {
    cursor: default;
}

.pgzPnlClpsblHdr div, .pgzPnlClpsblHdr-dis div, .pgzPnlClpsblColpsdHdr div, .pgzPnlClpsblColpsdHdr-dis div {
    background-repeat: no-repeat;
    background-position: left top;
    height: 18px;
}

.pgzPnlClpsbl-dis, .pgzPnlClpsblHdr-dis, .pgzPnlClpsblCnt-dis,
    .pgzPnlClpsblColpsd-dis, .pgzPnlClpsblColpsdHdr-dis, .pgzPnlClpsblColpsdCnt-dis {
    color: #999;
    background-color:#E3E3E3;
}

.pgzPnlClpsblHdr-dis .iceOutTxt, .pgzPnlClpsblCnt-dis .iceOutTxt,
    .pgzPnlClpsblColpsdHdr-dis .iceOutTxt, .pgzPnlClpsblColpsdCnt-dis .iceOutTxt {
    color: #999;
    background-color:#E3E3E3;
}

/*
----------- Google Maps --------
*/

.iceGmp {
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
}

.iceGmpMapTd {
    vertical-align: top;
}

.iceGmpMapTd div.gmap {
    width: 600px;
    height: 400px;
}

.iceInpRchTxt {
    width: 100%;
}

/* panel divider */
.icePnlDvr, .icePnlDvrHor {
    width: 800px;
    height: 400px;
}

.icePnlDvrCnt, .icePnlDvrHorCnt {
    border: 1px solid #ABABAB; /*width: 100%;*/
    height: 100%;
}

.icePnlDvrFst, .icePnlDvrSnd {
    height: 100%;
    display: block;
    float: left;
    overflow: auto;
}

.icePnlDvrSpt {
    width: 2px;
    height: 100%;
    display: inline;
    background-color: #EFEFEF;
    border-left: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    float: left;
    cursor: e-resize;
}

.icePnlDvrHorFst, .icePnlDvrHorSnd {
    width: 100%;
    display: block;
    overflow: auto;
    display: block;
}

.icePnlDvrHorSpt {
    width: 100%;
    height: 2px;
    background-color: #EFEFEF;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    cursor: n-resize;
}

.iceSelMnyCb input, .iceSelOneRb input, .iceSelOneRb-dis input, .iceSelBoolChkbx, .iceSelBoolChkbx-dis {
    margin: 0 5px 2px 2px;
    padding: 2px;
    vertical-align: middle;
}

/*----------PGZ selectOneRadio style class----------- */

.pgzSelMnyCb input, .pgzSelOneRb input, .pgzSelBoolChkbx {
    margin: 2px;
    padding: 2px;
}

.pgzSelOneRb table tr td {
    padding: 1px;
}

.pgzSelOneRb-dis {
    background-color: transparent;
    padding: 2px;
    margin: 2px;
    cursor: default;
    color: red;
    border: none;
}

.pgzSelMnyCb input, .pgzSelOneRb input, .pgzSelBoolChkbx {
    margin: 0 5px 2px 2px;
    padding: 2px;
    vertical-align: middle;
}

/*
----------- PanelConfirmation ----------
*/

.icePnlCnf {
    background-color: #F5F5F5;
    border: 1px solid #d9d9d9;
    width: 300px;
    padding: 0;
    z-index: 1000;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}

.icePnlCnfHdr {
    background: #FFF url('./css-images/PnlHdr_bgslice.gif') repeat-x top left;
    border-bottom: 1px solid #d9d9d9;
    height: 2.0em;
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    font: 11px tahoma;
    color: #484848;
    font-weight: bold;
}

.icePnlCnfBody {
    padding: 10px 10px 5px 10px;
    font-size: 1em;
    font-weight: normal;
}

.icePnlCnfBtns {
    padding: 5px 10px 10px 10px;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
}

.icePnlCnfBtns input {
    margin:0 10px 0 10px;
    /* аналогично btn132 */
    width:132px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

.deleteInfosConfirmationBtns input {
    width:195px;
}

.myStyle {
    background-color: blue;
    color: green;
}

.title {
    font-weight: bold;
}

.grid-column-bold {
    font-weight: bold;
}

input[type=text].readonly {
    background-color: rgb(239, 235, 222);
}

.buttons button {
    background-color: red;
}

textarea.address {
    width: 100%;
}

.disabledRadio {
    color: yellow;
    background-color: blue;
}

.pgzPopupPnlWithHdr {
    background-color: rgb(255, 255, 204);
    border-color: rgb(185, 202, 219);
    width: 100%
}

.pgzPopupPnlWithHdrNorth {
    background-color: rgb(255, 255, 204);
    padding: 0 !important;
    height: auto !important;
}

.pgzPopupPnlWithHdrCenter {
    background-color: rgb(255, 255, 204);
}

.pgzPopupPnlWithHdrCenter .icePnlGrdRow1 {
    width: 100%;
}

.pgzPopupPnlWithHdrCenter .icePnlGrdCol1 {
    width: 50%;
}

.pgzPopupPnlWithHdrCenter .icePnlGrdCol2 {
    width: 50%;

}
.ordersCalendar .icePnlGrdCol1{
    vertical-align:top;
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.lots-list {

}

.lots-list-col1 {
    text-align: center;
    vertical-align: top;
    width: 5%;
}

.lots-list-col2 {
    width: 40%;
}

.lots-list-col3 {
    text-align: center;
    vertical-align: top;
    width: 10%;
}

.lots-list-col4 {
    width: 15%;
}

.lots-list-col5 {
    width: 15%;
}

.lots-list-col6 {
    width: 15%;
}

.confirmPopup {

}

.tableColumn10 {
    width: 10px;
}

.tableColumn70 {
    width: 70px;
}

.tableColumn100 {
    width: 100px;
}

.tableColumn105 {
    width: 105px;
}

.tableColumn150 {
    width: 150px;
}

.tableColumn200 {
    width: 200px;
}

.columnTextCenter{
    text-align: center;
}

.columnImageTextCenter{
    text-align: center;
    vertical-align: middle;
}

.columnImageTextLeft{
    text-align: left;
    vertical-align: middle;
}

.orderInfo  {
    border-collapse: collapse;
    border: none;
    margin: 0;
}

.orderInfo table {
    border-collapse: collapse;
    text-align: left;
}

.orderInfoRow {
    border-left: 1px solid #000;
    background-color: white;
    padding: 6px 8px;
}

.orderInfoCol1  {
    text-align: left;
    padding:5px;
    width: 30%;
    height:25px;
    vertical-align: top;
}

.productHolder {
    padding-left: 15px;
}

.orderInfoCol2 {
    text-align: left;
    padding:5px;
    width: 70%;
    vertical-align: top;
}

.orderInfoCol3 {
    text-align: left;
    padding-top:5px;
    padding-bottom:5px;
    width: 70%;
    vertical-align: top;
}

.iceOutTxt.mainTitle {
    color:#B23C3C;
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px;
    /*font-weight:bold;*/
}

.title1 {
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
}

.iceOutTxt table {
    font-size: 12px;
	font-weight : bold;
    font-family: Arial, Helvetica, sans-serif;
}

.iceCmdSrtHdr span, .iceCmdSrtHdr-dis span {
    font-size: 12px;
}

.iceCmdSrtHdr-dis span {
    font-weight:bold;
}

.iceDatTblCol1 span {
    font-size: 11px;
}

.iceDatTblCol2 span {
    font-size: 11px;
}

.iceDatTblCol1 a {
    font-size: 11px;
}

.iceDatTblCol2 a {
    font-size: 11px;
}

a {
    color:#4878B2;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:underline;
}

a:visited, a:visited code {color:#4878B2;}
a:active, a:active code {color: #4878B2;}
a:hover {text-decoration:underline;}

.aleft {
    text-align:left;
}

.padd10 {
    padding-left:10px;
}

.input_body {
	border : 1px solid #d5d5d5;
	background: url(css-images/bg_8.gif);
	border-top-color : #7e7e7e;
	font-weight : bold;
	font-size: 17px;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 27px;
}
.input_body2 {
	border : 1px solid #d5d5d5;
	background: url(css-images/bg_8.gif);
	border-top-color : #7e7e7e;
	font-weight : bold;
	font-size: 17px;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 27px;
	width: 160px;
	text-align : right;
}
.input_body3 {
	border : 1px solid #d5d5d5;
	border-top-color : #7e7e7e;
	font-weight : bold;
	font-size: 17px;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 27px;
	width: 800px;
}
.input_chk {
	border : 1px solid #d5d5d5;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 15px;
}

.iceSelMnyCb label {
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    white-space:nowrap;
}

input.btnRed {
    width:108px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/red_btn.gif);
    color:white;
    border:0;
    font-size:12px;
    cursor: pointer;
}

input.btnRedNext {
    width:108px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/red_btn_next.gif);
    color:white;
    border:0;
    font-size:12px;
    cursor: pointer;
}

input.btnRedNext-dis {
    width:108px;
    height:26px;
    font-weight:bold;
    cursor: pointer;
}

input.btn108 {
    width:108px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

input.btn132, input.btn132-dis{
    width:132px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
    cursor: pointer;
}

input.red_btn132, input.red_btn132-dis{
    width:132px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/red_btn.gif);
    color:white;
    border:0;
    font-size:12px;
    cursor: pointer;
}


input.btn180 {
    width:180px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

input.btn180-dis {
    width:180px;
    height:26px;
    font-weight:bold;
    border:0;
    font-size:12px;
}

input.red_btn180 {
    width:180px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/red_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

input.btn180_npf, input.btn180_npf-dis {
    width:180px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

input.red_btn180_npf, input.red_btn180_npf-dis {
    width:180px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/red_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

input.btn250 {
    width:250px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

input.red_btn250 {
    width:250px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/red_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

input.btn180-font10px {
    width:180px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:10px;
    text-align:center;
}

input.btn250-dis {
    width:250px;
    height:26px;
    font-weight:bold;
}

.btn250rightPanelGrid {
    width:100%;
}

.btn250rightPanelGridCol1 {
    text-align:right;
}

input.btn250right {
    width:250px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
    text-align:right;
}

input.btn280 {
    width:280px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}
input.btn350 {
    width:350px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}
input.btn370 {
    width:370px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
    cursor: pointer;
}
input.btn430 {
    width:430px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

.menu6 {
    padding-left: 3px;
}

.search_ext_col1 {
    width:40%;
    vertical-align:top;
    padding-top:2px;
}

.search_ext_col2 {
    width:60%;
    vertical-align:top;
}

.search_ext_tab1 {
    padding-left:40px;
}

.search_ext_tab2 {
    padding-left:80px;
}

.search_ext_tab0 .iceOutTxt {
    font-size:13px;
}

.search_ext_tab1 .iceOutTxt {
    font-size:11px;
}

.search_ext_tab2 .iceOutTxt {
    font-size:11px;
}

.horizontalSpacer {
    border-bottom:1px #ABABAB solid;
    padding-top: 10px;
}

.w100pc {
    width:100%;
}

.w99pc {
    width:99%;
}

.w100pc-dis {
    width:100%;
}

.w40pc {
    width:40%;
}

.aLeft {
    text-align:left;
}

.aRight {
    text-align:right;
}

.aCenter {
    text-align:center;
}

.error {
    font-size:11px;
    color:red;
}

.f12 {
    font-size:12px;
}

.f11 {
    font-size:11px;
}

.f10 .iceOutTxt {
    font-size:10px;
}


/*paddings*/

.padd5 {
    padding:5px;
}

.paddT5 {
    padding-top:5px;
}

.paddT10 {
    padding-top:10px;
}

.paddT20 {
    padding-top:20px;
}

.paddB10 {
    padding-bottom:10px;
}

.paddB20 {
    padding-bottom:20px;
}

.margB20 {
    margin-bottom:20px;
}

.paddL10 {
    padding-left:10px;
}

.paddL5 {
    padding-left:5px;
}

.paddL19 {
    padding-left:19px;
}

.paddL20 {
    padding-left:20px;
}

.paddL40 {
    padding-left:40px;
}

.paddL60 {
    padding-left:60px;
}


.paddL60 {
    padding-left:60px;
}

.margL60 {
	margin-left: 60px;
}

.margL-60 {
	margin-left: -60px;
}

.paddL70 {
    padding-left:70px;
}

.paddL75 {
    padding-left:75px;
}

.paddR10 {
    padding-right:10px;
}

.paddR20 {
    padding-right:20px;
}

.paddL30R30 {
    padding-left:30px;
    padding-right:30px;
}

.paddL40R40 {
    padding-left: 40px;
    padding-right: 40px;
}

.paddT10L20 {
    padding-top:10px;
    padding-left:20px;
}

.protocolsGrid {
    width: 100%;
}

.protocolsGridInner {
    width: 100%;
}

.protocolsGridInnerCol1 {
    width: 10%;
}

.protocolsAddress {
    width: 75%;
}

.protocolsAddressButtons td {
    padding-right: 1em;
}

.protocolsAddressInput {
    width: 100%;
}

.protocolsAddressItems {
    width: 100%;
}

.protocolsAddressItemsCol1 {
    width: 50%;
}

.protocolsComissionCol1 {
    width: 50%;
}

.protocolsEditableComissionCol1 {
    width: 40%;
    text-align: left;
}

.protocolsEditableComissionCol2 {
    width: 60%;
}

.protocolsComission select {
    width: 100%;
}

.protocolsComissionItems {
    width: 100%;
    text-align:center;
}

.protocolsComissionItems th {
    text-align:center;
    font-weight: bold;
}

.comissionMemberNameGrdCol1 {
    width: 30%;
}

.comissionMemberNameGrdCo2 {
    width: 70%;
}

.protocolsComissionItemsCol1 {
    width: 40%;
    text-align: left;
}

.iceSelOneRb, .iceSelOneRb-dis {
    width: 100%;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
}

.gecko #placementFeaturesTd .iceSelOneRb, .gecko #placementFeaturesTd .iceSelOneRb {
    width: auto;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
}

.iceSelOneRb td, .iceSelOneRb-dis td {
    width: 50%;
    white-space:nowrap;
}

.protocolsButtons {
    width: 100%;
    border-spacing: 0px;
}

.protocolsButtonsCol2 {
    width: 100%;
}

.protocolsButtonsGroupRow1 {
    width: 100%;
    border-spacing: 0;
    vertical-align: top;
}

.protocolsButtonsGroupCol2 {
    width: 100%;
}

.protocolsButtonsGroup img {
    vertical-align: middle;
}

.protocolsButtonsGroup span {
    white-space: nowrap;
}

.wizardControlsGroup img {
    vertical-align: middle;
}

.wizardControlsGroup span {
    white-space: nowrap;
}

.protocolsName td {
    padding-right: 1em;
}
.panelBorder {
    border:1px #C8D6E6 solid;
}

.selectManyHeader {
    border:1px #C8D6E6 solid;
    background-color:white;
    font-size:11px;
    color:#666666;
}

input.smallNumber, input.smallNumber-dis {
    width: 50px;
}

input.smallText, input.smallText-dis {
    width: 75px;
}

.searchResultcol0 {
    padding: 20px 20px 20px 20px;
}

.searchResultcol1 {
    width:100%;
}

.searchResultcol2 {
    padding-left:15px;
    vertical-align:top;
    padding-top:20px;
}

.searchResultcol3 {
    vertical-align:bottom;
}

.searchResultcol11 {
    height:25px;
    white-space:nowrap;
    vertical-align:middle;
}

.searchResultcol11vertAlignTop {
    height:25px;
    white-space:nowrap;
    vertical-align:top;
    padding-top: 10px;
}

.searchResultcol12 {
    width:100%;
    height:25px;
    padding-left:10px;
    padding-right:5px;
    vertical-align:middle;
}

.searchResultcol21 {
    white-space:nowrap;
}

.searchResultcol31 {
    vertical-align:bottom;
}

.in-line-item {
    padding-right: 1em;
}

.doc-req-headerCol1 {
    font-weight:bold;
    padding-right: 1em;
}

.criteriaHeader {
    width: 100%;
}

.criteriaBorder {
    background-color: transparent;
    width: 100%;
}

.criteriaBorderCenter {
    background-color: transparent;
}

.criteriaTable {
    width: 100%;
}

.criteriaTableRow1 {
    background-color: rgb(223,223,223);
}

.criteriaTableRow2 {
    background-color: rgb(194,194,194);
}

.criteriaBorderGrid {
    width: 100%;
}

.criteriaBorderGridRow2>td {
    padding-left: 20px;
}

.criteriaBorderGridCol1, .criteriaBorderGridCol1 td {
    text-align: left;
}

.criteriaBorderGridCol1 td.aCenter {
    text-align:center;
}

.criteriaInner {
    width: 100%;
}

.subcriteriaBorder {
    background-color: transparent;
    width: 100%;
}

.subcriteriaBorderCenter {
    background-color: transparent;
}

.subcriteriaTable {
    width: 100%;
}

.subcriteriaTableRow1 {
    background-color: rgb(223,236,246);
}

.subcriteriaTableRow2 {
    background-color: rgb(179,217,216);
}

.subcriteriaBorderGrid {
    width: 100%;
}

/* �������� �� -> �������� -> ����������� *** begin block */

.ie .criteriaRadio, .ie .criteriaRadio-dis{
    padding: 2px;
    margin: 2px;
}

.criteriaRadio, .criteriaRadio td, .criteriaRadio-dis, .criteriaRadio-dis td {
    white-space: normal !important;
}

.ie .criteriaRadio input, .ie .criteriaRadio-dis input {
    float:left;
}

/* �������� �� -> �������� -> ����������� *** end block */

/* checkbox/radio + label *** begin block */

table.TblWithCheckboxMiddleAligned tr.TblWithCheckboxMiddleAlignedRow1 td.TblWithCheckboxMiddleAlignedCol1 {
	/* so we can set "width: 100%" for table, and label will remain near input */
	width: 1px;
}

.ie table.TblWithCheckboxMiddleAligned tr.TblWithCheckboxMiddleAlignedRow1 td.TblWithCheckboxMiddleAlignedCol1 input.iceSelBoolChkbx {
}

.ie table.TblWithCheckboxMiddleAligned tr.TblWithCheckboxMiddleAlignedRow1 td.TblWithCheckboxMiddleAlignedCol2 {
    vertical-align: middle;
}

.ie table.TblWithCheckboxMiddleAligned tr.TblWithCheckboxMiddleAlignedRow1 td.TblWithCheckboxMiddleAlignedCol2 .iceOutLbl {
}

.ie table.iceSelOneRb td, .ie table.iceSelOneRb-dis td {
    vertical-align: middle;
}

/* checkbox/radio + label *** end block */

.rowWeight>td {
    padding-top: 1em;
}

.rowDesc>td {
    padding-top: 1em;
}

.rowSubcr>td, .rowLink>td {
    padding-top: 1em;
}

.rowDescInp>td {
    padding-right: 1em;
}

.criterionWeightCol1, .criterionWeightCol2 {
    padding-right: 0.5em;
}

.spaceOnTheRight {
    padding-right: 0.5em;
}

.criterionFieldsCol1 {
    width: 256px;
}

.criterionFieldsCol2 {
    padding-right: 0.5em;
}

.criterionInputFieldCol1 {
    width: 100%;
}

.criterionSatisfyProcCol1 {
    /*padding-left: 1em;*/
}

.criterionSatisfyProcCol2 label {
    /*font-weight: normal;*/
}

textarea.criteria, textarea.criteria-dis {
    width: 100%;
    border: 1px inset black;
}

textarea.wide {
    width: 100%;
}

.jsCalendar {
}

.jsCalendarBtn {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url(css-images/cal_button.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

.appQuantityCol1 {
    padding-top: 0.1em;
}

.totalApplicationsCol1, .totalApplicationsCol2 {
    padding-right: 0.5em;
}

.totalApplicationsOldValueGroup, .iceInpTxtAreaOldValueGroup, .oldValueLeftAlignedOldValueGroup, .disabledMultiLineOldValueGroup {
    text-align: left;
}

.totalApplicationsOldValueLabel, .totalApplicationsOldValueText,
.iceInpTxtAreaOldValueLabel, .iceInpTxtAreaOldValueText,
.oldValueLeftAlignedOldValueLabel, .oldValueLeftAlignedOldValueText,
.disabledMultiLineOldValueLabel, .disabledMultiLineOldValueText {
    display: inline !important;
    text-align: left;
}

.oldValueInItalicsOldValueText, .oldValueInItalicsOldValueLabel {
    font-style:italic;
}

.requirementCompliances .OldNewGridCol1 {
    text-align: left;
}

.requirementStructures .OldNewGridCol1 {
    text-align: left;
}

.blue {
    color:#4878B2;
}

.blueBold {
    font-weight:bold;
    color:#4878B2;
}


.app-rating-notes-inp textarea.notes {
    width: 100%;
}

/* contract conditions *** begin block */

.contractConditionsTable {
}

.contractConditionsTitle, .contractConditionsTitleHdr, .contractConditionsTitleCnt {
    border: none;
}

.contractConditionsTitle.even {
}

.contractConditionsTitle.odd {
}

.contractConditionsTitleHdr div, .contractConditionsTitleHdr-dis div {
    background: transparent none;
    height: auto;
}

.contractConditionsTitleHdr div .iceOutTxt, .contractConditionsTitleHdr-dis div .iceOutTxt {
    margin: 0;
    border: none;
    color: rgb(102, 102, 102);
}

.contractConditionsTable-row {
    width: 100%;
}

.contractConditionsTable-row .main-table {
}

.contractConditionsTable-row .subcriteria-table {
}

.contractConditionsMainTable {
    width: 100%;
}

.contractConditionsMainTable .left {
    width: 60%;
}

.contractConditionsMainTable .right {
    padding-left: 5em;
}

.contractConditionsMainTable .condition {
    width: 100%;
    text-align: left;
}

.contractConditionsMainTable .criterion {
    width: 100%;
    text-align: left;
}

.contractConditionsSubcriterionTable-row {
    width: 100%;
}

.contractConditionsSubcriterionBody {
    width: 100%;
}

.contractConditionsSubcriterionBody .left {
    width: 60%;
}

.contractConditionsSubcriterionBody .right {
    padding-left: 5em;
}

.contractConditionsSubcriterionBody .condition {
    width: 100%;
    text-align: left;
}

.contractConditionsSubcriterionBody .criterion {
    width: 100%;
    text-align: left;
}

.conditionFields {
    width: 100%;
}

.conditionFieldLeft {
}

.conditionFieldRight {
    width: 126px;
}

.conditionNoOffer {
    font-weight: normal;
}

.condition .conditionTimeRanges {
    width: 100%;
}

.condition .conditionTimeRanges .conditionFieldLeft {
    width: 200px;
}

textarea.contractConditionsTextarea {
    height:12.5em;
}

span.contractConditionsTextarea-viewing-outer {
    height:12.5em;
    overflow-y:scroll;
}

span.rpgInvalidationGround-viewing-outer {
    height:6em;
    overflow-y:scroll;
}

span.rnpCommissionDecision-viewing-outer {
    height: 3em;
    overflow-y: scroll;
}

/* contract conditions *** end block */

span.publishInfoXmlView-outer {
    /*width:400%;*/
    /*width:auto;*/
}

.inlineGroup {
    display: inline;
    text-align: left;
}

.inlineGroup span, div.inlineGroup span.iceOutTxt, .inlineGroup label, .inlineGroup div {
    display: inline;
}

.spaceBetweenDivs div, .spaceBetweenDivs span, .spaceBetweenDivs label, .spaceBetweenDivs img {
    padding-right: 5px;
}

.spaceBetweenDivs input {
    margin-right: 5px;
}

.firstLetterCapitalizedForInline {
    display: inline-block;
}
.firstLetterCapitalizedForInline:first-letter {
    text-transform: uppercase;
}
.firstLetterCapitalizedForBlock {
    display: block;
}
.firstLetterCapitalizedForBlock:first-letter {
    text-transform: uppercase;
}

.app-rating-criteria-row {
    width: 100%;
}

.app-rating-criteria-row .criterion>td,
.app-rating-criteria-row .subcriteria>td {
    padding-left: 22px;
}

.app-rating-criterion {
    width: 100%;
}

.app-rating-criterion td.left {
    width: 480px;
}

.app-rating-subcriteria {
    width: 100%;
}

.app-rating-subcriteria td.left {
    width: 477px;
}

.app-rating-participant>td, .app-rating-participant-list>td {
    padding-left: 1em;
}

.app-rating-member, .app-rating-member-inner, .app-rating-subcriterion {
    width: 100%;
}

.app-rating-member-innerCol1, .app-rating-subcriterionCol1 {
    width: 300px;
    padding-left: 1em;
}

.app-rating-subcriteria-inner {
    width: 100%;
}

.app-rating-subcriteria-inner .eval>td,
.app-rating-subcriteria-inner .err>td {
    padding-left: 2px;
}

.appEvalResultCol1 {
    width: 160px;
}

.appEvalResultCol2 {
    width: 105px;
}

.pgz-popup {
    display: block;
    position: absolute;
}

.pgz-popupTitle {
    display: block;
    width: 100%;
    text-align: center;
}

.pgz-popupBody {
    width: 100%;
}

.pgz-popupMessage {
    text-align: center;
}

.pgz-popupLinesOfText {
    text-align: left;
}

.pgz-popupLinesOfText .spacer {
    display: block;
    height: 1em;
}

.pgz-popupLinesOfText .lineOfText {
    display: block;
    padding-bottom: 1em;
}

.pgz-popupButtons {
    text-align: center;
}

.pgz-popupButtons input {
    margin: 0 1em 0 1em;
    width:108px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

.pgz-popup-alternative {
    display: block;
    position: absolute;
}

.pgz-popup-alternativeTitle {
    display: block;
    text-align: left;
    padding-left: 10px;
}

.pgz-popup-alternativeBody {
    width: 100%;
}

.pgz-popup-alternativeNorthGroup {
    font-weight: normal;
    text-align: left;
}

.pgz-popup-alternativeLinesOfText {
    font-weight: normal;
    text-align: left;
}

.pgz-popup-alternativeLinesOfText .spacer {
    display: block;
    height: 1em;
}

.pgz-popup-alternativeLinesOfText .lineOfText {
    display: block;
    padding-bottom: 1em;
}

.pgz-popup-alternativeButtons {
    text-align: center;
}

.pgz-popup-alternativeButtons input {
    margin: 0 1em 0 1em;
    width:108px;
    height:26px;
    font-weight:bold;
    background-image:url(css-images/blue_btn.gif);
    color:white;
    border:0;
    font-size:12px;
}

.pgz-customerNameLink {
    position: absolute;
    padding-top: 28px !important;
}

.OK1UploadPopupHeader {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.NsiUploadPopupHeader {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.header{
    text-decoration: underline;
}

.contractCondition {
    width: 100%;
}

.contractCondition .select>td {
    padding-bottom: 2em;
}

.contractCondition .label3>td {
    padding-top: 1em;
}

.criteriaTableInner, .subcriteriaTableInner {
    width: 100%;
}

.criteriaTableInner .table1>td,
.criteriaTableInner .table2>td {
    padding-bottom: 0.5em;
}

.criteriaTableInner .checkbox {
    width: 17px;
}

.criteriaTable2, .subcriteriaTable2 {
    width: 100%;
}

.criteriaTable2Col {
    border: 1px solid #a6a6a6;
    padding: 5px 1em 5px 0.5em;
}

.subcriteriaTable2Col {
    border: 1px solid #92b3b2;
    padding: 5px 1em 5px 0.5em;
}

.criteriaTable2 .left {
    width: 60%;
}

.subcriteriaTable2 .left {
    width: 60%;
}

.criteriaTableInner .left .label1>td {
    padding-bottom: 1em;
}

.criteriaTableInner .right .price>td,
.criteriaTableInner .right .label>td,
.criteriaTableInner .right .message>td {
    padding-left: 0.5em;
}

.contractConditionCriterionMode-dis {
    text-align: left !important;
}

/*PGZ-6222*/
.panelCollapsibleLongHeader {
    background-color:#E3E3E3;
}

.panelCollapsibleLongHeaderHdr, .panelCollapsibleLongHeaderColpsdHdr {
    height:auto;
}

.orderNameCol {
    padding-left:70px;
    padding-right:70px;
    white-space:nowrap;
}

.orderNameCol td {
    white-space:nowrap;
}

div.fileinputs {
    position: relative;
    top: 0px;
    width: 350px;
    float: left;
    cursor: pointer;
}
input.file {
    filter: alpha(opacity=0);
    opacity:0;
    position: relative;
    z-index: 2;
    width: 350px;
    top: 2px !important;
    padding-bottom: 2px !important;
}
div.fakefile {
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1;
    cursor: pointer;
}

.overFileBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 20px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    background-image: url(css-images/blue_btn.gif);
    color: white;
    border: 0;
    z-index: 1;
}
.overFileBtn span {
    position: relative;
    top: 3px;
}
.attachBtn {
    height: 20px;
    font-weight: bold;
    text-align: center;
    background-image: url(css-images/blue_btn.gif);
    color: white;
    border: 0;
}

.oldNewImageDiv {
    visibility:hidden;
}

.oldNewImageDiv span {
    color: red;
}

.oldNewImageDivAbsolute {
    position: absolute;
    z-index: 2;
    width: 5.25em;

}

.oldNewImageDivAbsoluteWide {
    position: absolute;
    z-index: 2;
    width: 86px;
}

.oldNewImageDivFixed {
    position: fixed;
}

.oldNewCellRelative {
    position: relative;
}

.oldNewCell {
    height:100%;
    width:100%;
}

.oldNewCellGrey {
    height:100%;
    width:100%;
    background-color:#CCCCCC;
}

.margin-right {
	margin-right:10px;
}

.center {
	text-align:center;
}

.checkboxGrayed {
    filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=50) !important; -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;
}

.checkbox {
}

.selectedNodetrue{
    font-weight:bold;
    background-color:#D0FFFF;
}

.selectedRowtrue{
    font-weight:bold;
    background-color:#c9cccd;
}

.protocolComissionMembersTable {
    width: 70%;
    border: none;
}
.protocolComissionMembersTableRow {
    border: none;
}
.protocolComissionMembersTableCol {
    vertical-align: top;
    border: none;
    padding-left:90px;
}

.clearedOnTheLeft, .clearedOnTheLeft-outer {
    float: left;
    clear: left;
    overflow: hidden;
    width: 100%;
}

.disabledMultiLine-outer {
    width: 100%;
    background-color: rgb(212,208,200);
    border: 2px inset rgb(212,208,200);
    padding: 1px;
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
}

.signIcon{
    width: 4%;
    text-align: center !important;
}

.signCol{
    width: 24%;
    text-align: center !important;
}

.iceSelMnyCb.brSelect label {
    white-space:normal;
}

.iceSelMnyCb-dis.brSelect-dis {
    background-color:white;
    padding: 0;
    margin: 0;
    cursor: default;
    color: #444444;
}

.upDownPanelGrid {
    height:25px;
    white-space:nowrap;
    vertical-align:middle;
    padding-right:20px;
}

.buttonUp {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url(css-images/arrow_up1.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.buttonDown {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url(css-images/arrow_down1.gif);
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

/*a .iceOutTxt.personalCabinet {
    white-space:nowrap;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
    text-decoration:none;
}*/

.orderPlanTableHeaders th a span {
    color:#666666;
    font-weight:bold;
}

a.iceCmdSrtHdr {
    text-align: center;
}

a.iceCmdSrtHdr span {
    display: inline-block;
    /* ������� ��� IE ��� ����������� <a href="javascript:"><span style="display: inline-block;">the word</span></a>*/
    cursor: pointer;
}

.commissionWorkResult-col2 {
	width:300px;
}

.commissionWorkResult-col3 {
	width:50px;
}

.commissionWorkResult-col2-col2 {
	width:100px;
}

.changeInfoPanelGroupImg {
    vertical-align:middle;
    text-align: center;
    padding-left: 19px;
    padding-right: 19px;
}

.OA2_Col1 {
    width: 75px;
}
.OA2_Col2 {
    width: 9em;
}
.OA2_Col3 {
    width: 200px;
}
.OA2_Col4 {
    width: 282px
}
.OA2_Col5 {
    width: 106px;
}
.OA2_Col6 {
    width: 106px;
}
.ie .OA2_Col1 {
    width: 100px;
}
.ie .OA2_Col2 {
    width: 12em;
}
.ie .OA2_Col3 {
    width: 200px;
}
.ie .OA2_Col4 {
    width: 290px;
}
.ie .OA2_Col5 {
    width: 130px;
}
.ie .OA2_Col6 {
    width: 130px;
}
.iceOutTxt.leftMenuItem {
    color:#4878B2;
}

.OC1_DocReq_Col1 {
    width:50px;
}

.OC1_DocReq_Col2 {
}

.OC1_DocReq_Col3 {
    width:69px;
}

.ie .OC1_DocReq_Col3 {
    width:92px;
}

.ie .pgzLegend {
    background-color: white;
}

.OCP3-orderList-panelColpsdHdr div, .OCP3-orderList-panelColpsdHdr-dis div {
    background: transparent none;
    height: auto;
}

.OCP3-orderList-panelColpsdHdr div .iceOutTxt, .OCP3-orderList-panelColpsdHdr-dis div .iceOutTxt {
    margin: 0;
    border: none;
    color: rgb(102, 102, 102);
}

.OCP3-orderList-winners td, .OCP3-orderList-seconds td {
    padding-top: 1em;
}

.foundObjectRow{
    background-color: #99cc00;
}

.OK2_Feat_Col1 {
    width: auto;
}

.OK2_Feat_Col2 {
    width: 150px;
}

table.maxPricePreferenceGRID table.OldNewGrid td.OldNewGridCol1 {
    text-align: center;
}

.width250 {
    width: 250px;
}

.exclamation {
    color: red;
    font-weight: bolder;
    width: 3px;
}

.view-lots-footer {
    text-align: left;
    vertical-align: middle;
    font: 11px tahoma;
    color: #484848;
    font-weight: normal;
    background-color:white;
    border: 1px solid #d9d9d9;
    background: none;
    border-top: 1px solid #d9d9d9;
    padding-left: 5px;
}

.lotListProductTable {
    border: 0px none transparent;
    background-color: transparent;
}

.lotListProductTableCol1, .lotListProductTableCol2 {
    border: 0px none transparent;
    background-color: transparent;
}

.lotListProductTableRow1, .lotListProductTableRow2 {
    border: 0px none transparent;
    background-color: transparent;
}


.iceMnuPopVrtItem a.iceLink {
    color:#4878B2;
    font-size:11px;
}

.widthAuto {
    width: auto;
}

.width200 {
    width: 200px;
}

.width350 {
    width: 350px;
}

.transparentTable, .transparentTableCol1, .transparentTableCol2, .transparentTableRow1, .transparentTableRow2 {
    border: 0px none transparent;
    background-color: transparent;
}

 /** Navigation Line */
/*.navigationLineTable {
    border-bottom: #4878B2 solid 1px;
}*/

.navigationLineSelectedElement {
    height:20px;width:auto;background-color:white;padding-left:10px;padding-right:10px;
    border-right: #4878B2 solid 1px;
    border-left: #4878B2 solid 1px;
}

.navigationLineSelectedElement_Top {
    width:auto;background-color:white;padding-left:10px;padding-right:10px;
    border-top: #4878B2 solid 1px;
    border-right: #4878B2 solid 1px;
    border-left: #4878B2 solid 1px;
}

.navigationLineReadOnlyElement {
    height:20px;width:auto;background-color:silver;padding-left:10px;padding-right:10px;
    border-top: #4878B2 solid 1px;
    border-right: #4878B2 solid 1px;
    border-left: #4878B2 solid 1px;
    border-bottom: #4878B2 solid 1px;
}

.navigationLineElement {
    height:20px;width:auto;background-color:#C8D6E6;padding-left:10px;padding-right:10px;
    border-top: #4878B2 solid 1px;
    border-right: #4878B2 solid 1px;
    border-left: #4878B2 solid 1px;
    border-bottom: #4878B2 solid 1px;
}

div.publishInfoPopup {
    min-height: 200px;
}

.publishInfoPopupInnerTbl {
    width: 100%;
    height: 100%;
}

.publishInfoPopupInnerTbody {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.publishInfoPopupInnerTrHdr {
    width: 100%;
}

.publishInfoPopup .publishInfoPopupInnerTrHdr {
    width: 100%;
    height: 10px;
}

.publishInfoPopupInnerTrBody {
    width: 100%;
}

.publishInfoPopupInnerTrHdr div {
    display: inline;
}

.publishInfoTabSetOuterDiv {
    height: 100%;
}
.ie .publishInfoTabSetOuterDiv {
    padding-top: 3em;
}

.publishInfoTabSetDivWrapper {
    height: 100%;
    margin-bottom: -3em;
}
.ie .publishInfoTabSetDivWrapper {
    height: auto;
    margin-bottom: 0em;
}

.ie .publishInfoPopup .publishInfoTabSetDivWrapper {
    height: 90%;
    margin-bottom: 0em;
}

.publishInfoTabSet {
    height: 100%;
    padding-bottom: 3em;
}
.ie .publishInfoTabSet {
    padding-bottom: 0em;
    margin-top: -3em;
}

.publishInfoPrintformTab, .publishInfoXmlTab {
    height: 100%;
}

.publishInfoPrintformTabGr, .publishInfoXmlTabGr {
    height: 100%;
    overflow-y: hidden;
}

.publishInfoTabSetHdr {
    height: 34px;
}

.publishInfoTabSetCnt {
    zzpadding: 20px 20px 5em 20px;
}

.publishInfoPopupBody {

}
.participantTable {
	margin-left: 60px;
}
.participantTable table {
	text-align: left;
}

.imgVAlignMiddle {
    vertical-align: middle;
}
.tdVAlignMiddle {
    vertical-align: middle;
}
.economyCondSelect td, .economyCondSelect td label {
    white-space: normal !important;
}
fieldset.energyTypeSelect {
    border: 1px dashed black;
    padding: 10px 0.5% 10px 0.5%;
    width: 99%;
}
.ie fieldset.energyTypeSelect {
    padding: 10px;
    width: 100%;
}
.ie label.energyTypeSelect {
    width: auto;
}
.energyTypeSelect td, .energyTypeSelect td label {
    white-space: normal !important;
}

.width100p {
    width: 100%;
}

.orsInputTextArea {
    height: 36px;
    width: 98%;
    overflow: auto;
}

table.protocolFirstPagePreferences {
    margin-left: -8px;
}

.pgzPanelCollapsed {
    display: none;
}

.pgzPanelExpanded {
    display: block;
}

.criteriaTableInnerRow .pgzPanelCollapsed {
    display: none !important;
}

.criteriaTableInnerRow .pgzPanelCollapsed {
}

.contractEventJournalTableDate {
    width: 168px;
    text-align:center;
}

.contractEventJournalTableEvent {
    width: 529px;
}

.dwrPattern {
    display: none;
}

.hiddenText {
    display: none;
}

.inlineGroup span.hiddenText, div.inlineGroup span.hiddenText, .inlineGroup label.hiddenText, .inlineGroup div.hiddenText {
    display: none;
}

div.OCP2OrdersConsiderationResult div.panelCollapsibleLongHeader .hiddenText {
    display: none;
}

.criteriaTable .criteriaBorder .hiddenText {
    display: none;
}

.indentAfter {
    padding-bottom: 10px;
}

td.timeRangesTableCol1 table.criterionWeight div.inlineGroup table.OldNewGrid {
    float: left;
    width: auto;
}

.protocolsGridInnerCol2 {
    width: 90%;
}

div.input-with-helper {
    position: relative;
}

div.input-with-helper input {
    width: 99%;
    margin-right: 25px;
}

div.input-with-helper img {
    position: absolute;
    top: 0;
    right: 16px;
}

.RPGoverFileTxt {
    position: absolute;
    top: 0px;
    right: 75px;
    width: 205px;
    height: 20px;
    padding: 0;
    text-align: left;
    color: black;
    z-index: 1;
}

input.RPGuploadFile {
    filter: alpha(opacity=0);
    opacity:0;
    position: relative;
    z-index: 2;
    width: 282px;
    top: 2px !important;
    padding-bottom: 2px !important;
}

div.RPGfileUploadInputs {
    position: relative;
    top: 0px;
    width: 220px;
    float: left;
    cursor: pointer;
}

.RPGoverUploadFileBtn {
    position: absolute;
    top: 0px;
    right: 3px;
    width: 66px;
    height: 20px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    border: 0;
    z-index: 1;
}
