@CHARSET "UTF-8";

/* ****************************************************************************

	RENTENPLUS ICEfaces-Theme

**************************************************************************** */

/* ****************************************************************************
   IceFaces Controls
**************************************************************************** */

fieldset.iceSelMnyCb,
fieldset.iceSelOneRb {
	margin: 0px;
	padding: 0px;
	border: none;
}

.iceSelOneRb table td,
.iceSelMnyCb td
{
	margin-left: 0px;
	padding: 0 0 7px 0;
	white-space: nowrap;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.iceSelMnyCb input,
.iceSelOneRb input,
input.iceSelBoolChkbx
{
    margin: 0;
    vertical-align: bottom;
}

.iceSelMnyCb label,
label.iceSelOneRb
{
    padding-right: 1.5em;
    padding-left: 0.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.iceOutTxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.iceOutLbl {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.iceCmdLnk,
.iceOutLnk,
.iceLink
{
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

a:hover.iceCmdLnk,
a:hover.iceOutLnk,
a:hover.iceCmdLnk .iceOutTxt,
a:hover.iceOutLnk .iceOutTxt
{
    color: #ed1c29;
}

.iceCmdLnk .iceOutTxt,
.iceOutLnk .iceOutTxt
{
    color: inherit;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: inherit;
}	 

.iceCmdLnk img
{
  border: none;
}

.iceInpTxt,
.iceInpSecrt,
.iceInpFileTxt,
.iceInpTxtArea,
.iceSelInpDateInput,
.iceSelMnyLb,
.iceSelOneLb,
.iceSelMnyMnu
{
    padding: 1px;
    border-top: 1px solid #000;
    border-right: 1px solid #98c2dd;
    border-bottom: 1px solid #98c2dd;
    border-left: 1px solid #000;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
}

.iceSelOneMnu {
    padding: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #98c2dd;
    border-bottom: 1px solid #98c2dd;
    border-left: 1px solid #000;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
}

.iceCmdBtn,
.iceInpFileBtn,
#content a.button
{
    margin: 0;
    padding: .25em 1em;
    border-top: 1px solid #ffefef;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    border-left: 1px solid #ffefef;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    background: #98c2dd;
}

.iceCmdBtn:hover,
.iceInpFileBtn:hover,
#content a.button:hover
{
	color: #fff;
	background: #ed1c29;
}

.iceCmdBtn[type=image] {
/* Ausnahme fuer Image-Buttons */
    padding: 0;
    background: transparent;
    border: none;
}

/* ===========================================================================
   Calendar Component classes
=========================================================================== */

.iceSelInpDate {
/* calendar outline & background color */
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    margin-top: 10px;
    background: #fff;
}

.iceSelInpDate tbody tr td table{
    border-right: 1px solid #c6c6c6;
}

.iceSelInpDateIFrameFix, .iceIEIFrameFix {
    z-index: -1;
    position: absolute;
    display: block;
    filter: mask();
}

.iceIEIFrameFix {
    height: 0;
}

.iceSelInpDatePopup {
    min-width: 172px;
}

.iceSelInpDateInput {
    width: 8em;
}

.iceSelInpDateOpenPopup {
    display: inline;
    text-decoration: none;
    background: transparent url("./css-images/cal_button.gif") no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.iceSelInpDateClosePopup {
    display: inline;
    text-decoration: none;
    background: transparent url("./css-images/cal_off.gif") no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.iceSelInpDateMonthYear {
    background: #fff;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding: 4px 1px 4px 1px;
}

.iceSelInpDateMoYrDropdown {
    font-weight: bold;
}

.iceSelInpDateMonthYear img {
    border: none;
    margin-left: 3px;
    padding: 3px;
}

.iceSelInpDateMovePrev {
    text-decoration: none;
    display: inline;
    background: transparent url( "./css-images/cal_arrow_left.gif" ) no-repeat center;
    text-align: center;
    border: none;
}

.iceSelInpDateMoveNext {
    text-decoration: none;
    display: inline;
    background: transparent url( "./css-images/cal_arrow_right.gif" ) no-repeat center;
    text-align: center;
    border: none;
}

.iceSelInpDateWeek {
/* the days of the week row */
    font-weight: normal;
    color: #444;
    background: #e5e5e5;
    text-align: center;
    padding: 3px;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

/* set the look for the days of the week backgrounds */

.iceSelInpDateDay {
    text-align: center;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 3px;
}

.iceSelInpDateCur {
    background: #cedfe7;
    text-align: center;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}

.iceSelInpDateCur .iceCmdLnk {
    background: none;
    border: none;
}

.iceSelInpDateCur .iceOutTxt {
}

.weekend {
    color: #ef142e;
}

.weekend .iceOutTxt {
    color: #ef142e;
}

.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 !important;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceSelInpDateCur a {
    text-decoration: none !important;
    background-color: #2A6CC2;
    color: #000;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover,
.iceSelInpDateCur a:hover
{
    text-decoration: none !important;
}


/* ===========================================================================
Output Table Component classes
=========================================================================== */

/*
.firstChildTitle .icePnlGrd {
    margin-top: 10px;
    border: 1px solid #c6c6c6;
    border-collapse: collapse;
}

.firstChildTitle .icePnlGrdRow1 {
    background: #f1f1f1;
    border-left: 1px solid #c6c6c6;
}

.firstChildTitle .icePnlGrdRow2 {
    background: #FFF;
    border-left: 1px solid #c6c6c6;
}

.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
=========================================================================== */

table.iceDatTbl {
/* was iceDataTblOutline */
	margin: 0;
    border-collapse: collapse;
    border-spacing:0;
    border: none;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.iceDatTbl .iceOutTxt {
  /* color: inherit; */
}

.iceDatTbl table {
    border-collapse: collapse;
}

.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol, .iceDatTblFtr {
/* was iceTblHeader */
    text-align: center;
    color: #000;
    padding: 3px 5px;
    font-weight: bold;
    background: #5cc5ed;
    border: 1px solid #fff;
    vertical-align: top;
}

.iceDatTblResHdlr {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    width: 2px;
    background: transparent;
 
}

.iceDatTblResBor {
    margin: 0; 
    padding: 0;
    width: 2px;   
    border: 1px solid #c6c6c6;
}

.iceDatTblBlkTd {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;   
}

/* set the common attributes for the column classes */
.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
/*was column, column1, column2, column3*/
    padding: 3px 5px;
    border: 1px solid #ffffff;
    text-align: left;
    color: #000;
    vertical-align: top;
}

.iceDatTblHdr {
}
/*was iceTblHeader */

.iceDatTblFtr {
	background: none;
    border-top: 1px solid #ffffff; 	
}

.iceDatTblScrlSpr{
    border-top: 1px solid #ffffff; 
    border-right: 1px solid #ffffff;
}

/* edit: border-right und border-bottom fuer scrollbare */

.iceDatTblScrlSpr + div {
    border-right: 1px solid #ffffff; 
    border-bottom: 1px solid #ffffff;
}

.iceDatTblScrlSprFtr{ 
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;        
}

.iceDatTblScrlSprFtr .iceDatTblFtr{ 
    border-bottom: none;     
}

.iceDatTblScrlSpr .iceDatTblColHdr1, .iceDatTblScrlSpr .iceDatTblColHdr2 {
    border-left-style: none;
    border-top-style: none;
}
/*was iceTblFooter */

.iceDatTblActvSrtHdr{
	background-color: #cedfe7;
}
/*
----- for datatable when cell content length exceeds-----
*/

table.iceDatTbl td span.iceOutTxt {
    display: block;
}

/* 
----- commandSortHeader classes------
*/

.iceCmdSrtHdrAsc, .iceCmdSrtHdrDesc{
    background-repeat: no-repeat;
    background-position: center;
    width:10px;
    height:10px;
}
.iceCmdSrtHdrAsc{
    background-image: url('./css-images/column_sort_asc.gif');
}
.iceCmdSrtHdrDesc{
    background-image: url('./css-images/column_sort_desc.gif');
}


/* ===========================================================================
   Data Scroller Component classes
=========================================================================== */

.iceDatPgrScrOut {
/* the class for the outside table */
    background-color: transparent;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.iceDatPgrScrBtn {
/* the cells behind the scroll buttons */
    background-color: transparent;
    padding: 2px;
}

.iceDatPgrTbl {
/* the container for the pagination*/
    background-color: transparent;
}

/* set the common attributes for the pagination numbers */
.iceDatPgrScrCol a, .iceDatPgrCol a {
    text-decoration: none;
    font-weight: normal;
    color: #007da5;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/** html .iceDatPgrCol a {*/
    /*width: 1%;*/
/*}*/

/* override the attributes for the currently selected page */
.iceDatPgrScrCol a {
    color: #444;
    font-weight: bold;
}

/** html .iceDatPgrScrCol a {*/
    /*width: 1%;*/
/*}*/

/* set the attributes for the mouseover on none-current pages */
.iceDatPgrCol a:hover {
    padding-bottom: 1px;
    color: #0099cb;
}
.iceDatPgrScrCol a:hover {
    padding-bottom: 1px;
    color: #0099cb;
}

/* ===========================================================================
   Tabbed Pane Component classes
=========================================================================== */


/* ---------------------------------------------------------------------------
   tabOn style classes
--------------------------------------------------------------------------- */

.icePnlTbOn {
    margin-right: 0;
}

.icePnlTbOn .LftTop img, .icePnlTbOn .MidTop img, .icePnlTbOn .LftMid img, .icePnlTbOn .LftBtm img, .icePnlTbOn .MidBtm img {
    display: none;
}

.icePnlTbOn .RtTop img, .icePnlTbOn .RtMid img, .icePnlTbOn .RtBtm img {
    width: 10px;
}

.icePnlTbOn .MidMid td {
    white-space: nowrap;
    text-align: center;
}

.icePnlTbOn .LftTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOn .MidTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    background: #fff;
}

.icePnlTbOn .RtTop {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOn .LftMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOn .MidMid {
    padding: 0;
    background: #fff;
}

.icePnlTbOn .MidMid a {
    color: #444;
    font-weight: bold;
    border: none;
    padding: 2px 5px 2px 5px;
    margin: 0;
    cursor: pointer;
    display: block;
}

.icePnlTbOn .RtMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOn .LftBtm {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOn .MidBtm {
    padding: 0;
    background: #fff;
}

.icePnlTbOn .RtBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}


* html .icePnlTbOn .MidMid a {
    width: 1%;
}

/* ---------------------------------------------------------------------------
   tabOff style classes
--------------------------------------------------------------------------- */

.icePnlTbOff {
    margin-right: 0;
}

.icePnlTbOff .LftTop img, .icePnlTbOff .MidTop img, .icePnlTbOff .LftMid img, .icePnlTbOff .LftBtm img, .icePnlTbOff .MidBtm img {
    display: none;
}

.icePnlTbOff .RtTop img, .icePnlTbOff .RtMid img, .icePnlTbOff .RtBtm img {
    width: 10px;
}

.icePnlTbOff .MidMid td {
    white-space: nowrap;
    text-align: center;
}

.icePnlTbOff .LftTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOff .MidTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOff .RtTop {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOff .LftMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOff .MidMid {
    padding: 0;
    background: #cedfe7;
}

.icePnlTbOff .MidMid a {
    border: none;
    color: #007da5;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 0;
    cursor: pointer;
    display: block;
}

.icePnlTbOff .RtMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOff .LftBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOff .MidBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOff .RtBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}


* html .icePnlTbOff .MidMid a {
    width: 1%;
}

/* ---------------------------------------------------------------------------
   tabOver style classes
--------------------------------------------------------------------------- */

.icePnlTbOver {
    margin-right: 0;
}

.icePnlTbOver .LftTop img, .icePnlTbOver .MidTop img, .icePnlTbOver .LftMid img, .icePnlTbOver .LftBtm img, .icePnlTbOver .MidBtm img {
    display: none;
}

.icePnlTbOver .RtTop img, .icePnlTbOver .RtMid img, .icePnlTbOver .RtBtm img {
    width: 10px;
}

.icePnlTbOver .MidMid td {
    white-space: nowrap;
    text-align: center;
}

.icePnlTbOver .LftTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOver .MidTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOver .RtTop {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOver .LftMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOver .MidMid {
    padding: 0;
    background: #cedfe7;
}

.icePnlTbOver .MidMid a {
    border: none;
    color: #0099cb;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 0;
    cursor: pointer;
    display: block;
}

.icePnlTbOver .RtMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOver .LftBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOver .MidBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOver .RtBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}


* html .icePnlTbOver .MidMid a {
    width: 1%;
}

/* tabSpacer */

.icePnlTbSetSpcr {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
}

/* --------------------------------------------------------------------------- 
   tabPanel 
--------------------------------------------------------------------------- */

.icePnlTbSet {
/* was iceTabSet*/
    width: 100%;
}

.icePnlTbSetCnt {
/*newly added class*/
    padding: 20px;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    background: #ffffff;
}

.icePnlTbSetCntBtm {
/*was iceTabSetBottom*/
    background: url( './css-images/contentContainer_bg_up.gif' ) repeat-x top left;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    padding: 20px;
}


/* ===========================================================================
   TABS ON BOTTOM STYLE CLASSES
=========================================================================== */

/* ---------------------------------------------------------------------------
   tabOn style classes
--------------------------------------------------------------------------- */

.icePnlTbOnBtm {
    margin-right: 0;
}

.icePnlTbOnBtm .LftTop img, .icePnlTbOnBtm .MidTop img, .icePnlTbOnBtm .LftMid img, .icePnlTbOnBtm .LftBtm img, .icePnlTbOnBtm .MidBtm img {
    display: none;
}

.icePnlTbOnBtm .RtTop img, .icePnlTbOnBtm .RtMid img, .icePnlTbOnBtm .RtBtm img {
    width: 10px;
}

.icePnlTbOnBtm .MidMid td {
    white-space: nowrap;
    text-align: center;
}

.icePnlTbOnBtm .LftTop {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOnBtm .MidTop {
    padding: 0;
    background: #fff;
}

.icePnlTbOnBtm .RtTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOnBtm .LftMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOnBtm .MidMid {
    padding: 0;
    background: #fff;
}

.icePnlTbOnBtm .MidMid a {
    color: #444;
    font-weight: bold;
    border: none;
    padding: 2px 5px 2px 5px;
    margin: 0;
    cursor: pointer;
    display: block;
}

.icePnlTbOnBtm .RtMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOnBtm .LftBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOnBtm .MidBtm {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #c6c6c6;
}

.icePnlTbOnBtm .RtBtm {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}


* html .icePnlTbOnBtm .MidMid a {
    width: 1%;
}

/* ---------------------------------------------------------------------------
   tabOff style classes
--------------------------------------------------------------------------- */

.icePnlTbOffBtm {
    margin-right: 0;
}

.icePnlTbOffBtm .LftTop img, .icePnlTbOffBtm .MidTop img, .icePnlTbOffBtm .LftMid img, .icePnlTbOffBtm .LftBtm img, .icePnlTbOffBtm .MidBtm img {
    display: none;
}

.icePnlTbOffBtm .RtTop img, .icePnlTbOffBtm .RtMid img, .icePnlTbOffBtm .RtBtm img {
    width: 10px;
}

.icePnlTbOffBtm .MidMid td {
    white-space: nowrap;
    text-align: center;
}

.icePnlTbOffBtm .LftTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOffBtm .MidTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOffBtm .RtTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOffBtm .LftMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOffBtm .MidMid {
    padding: 0;
    background: #cedfe7;
}

.icePnlTbOffBtm .MidMid a {
    border: none;
    color: #007da5;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 0;
    cursor: pointer;
    display: block;
}

.icePnlTbOffBtm .RtMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOffBtm .LftBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOffBtm .MidBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOffBtm .RtBtm {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}


* html .icePnlTbOffBtm .MidMid a {
    width: 1%;
}

/* ---------------------------------------------------------------------------
   tabOver style classes
--------------------------------------------------------------------------- */

.icePnlTbOverBtm {
    margin-right: 0;
}

.icePnlTbOverBtm .LftTop img, .icePnlTbOverBtm .MidTop img, .icePnlTbOverBtm .LftMid img, .icePnlTbOverBtm .LftBtm img, .icePnlTbOverBtm .MidBtm img {
    display: none;
}

.icePnlTbOverBtm .RtTop img, .icePnlTbOverBtm .RtMid img, .icePnlTbOverBtm .RtBtm img {
    width: 10px;
}

.icePnlTbOverBtm .MidMid td {
    white-space: nowrap;
    text-align: center;
}

.icePnlTbOverBtm .LftTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOverBtm .MidTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOverBtm .RtTop {
    padding: 0;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOverBtm .LftMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOverBtm .MidMid {
    padding: 0;
    background: #cedfe7;
}

.icePnlTbOverBtm .MidMid a {
    border: none;
    color: #0099cb;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 0;
    cursor: pointer;
    display: block;
}

.icePnlTbOverBtm .RtMid {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOverBtm .LftBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

.icePnlTbOverBtm .MidBtm {
    padding: 0;
    border-bottom: 1px solid #c6c6c6;
    background: #cedfe7;
}

.icePnlTbOverBtm .RtBtm {
    padding: 0;
    border-left: 1px solid #c6c6c6;
}


* html .icePnlTbOverBtm .MidMid a {
    width: 1%;
}

/*
----- tabSpacer-----
*/

.icePnlTbSetSpcrBtm {
    width: 100%;
    border-top: 1px solid #c6c6c6;
}

/* ---------------------------------------------------------------------------
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: 60px;
    text-align: center;
}

.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: #666;
    padding: 4px;
}

/* ===========================================================================
   PanelLayout
=========================================================================== */

.pageHdr {
    font-weight: bold;
    height: 80px;
    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: #666;
    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: #000000;
    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 #c6c6c6;
    background: #FFF;
}

.iceOutProgFill {
    display: block;
    margin: 1px;
    height: 17px;
    background: url( './css-images/ProgFill_bg.gif' ) repeat-x top left;
}

.iceOutProgTxt {
    color: #484848;
}

.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;
}

/* ===========================================================================
   autoComplete classes
=========================================================================== */

.iceSelInpTxtTxt {
    margin: 2px;
    padding-right: 2px;
    padding-left: 2px;
    background: #ffffff;
    border-top: 1px solid #000000;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #000000;
}

.iceSelInpTxtList {
    position: absolute;
    display: block;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #000;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #000;
}

.iceSelInpTxtRow {
    display: block;
    background: #fff;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #c6c6c6;
    position: relative;
}

.iceSelInpTxtSelRow {
    display: block;
    background: #fcedcd;
    padding: 2px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.iceSelInpTxtSelRow span {
}

/* autoComplete disable class
--------------------------------------------------------------------------- */

.iceSelInpTxtTxt-dis {
    color: #ABABAB;
    border: 1px dotted #CCCCCC;
    cursor: default;
}

/* ===========================================================================
   FileUpload Component classes
=========================================================================== */

.iceInpFile {
    overflow: hidden;
}

/* =========================================================================== 
   Data Navigation Bar classes
=========================================================================== */

.tablebg {
    background-color: #EEF3FB;
    border: 1px solid #6392C6;
    width: 70%;
}

.oddRow {
    background-color: #fff;
}

.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: none;
}

.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;
}

.iceTreeRow .selectedNodetrue .iceCmdLnk {
    outline: 1px solid #ff6600;
    background: #fcedcd;
}



/* =========================================================================== 
   Menu Classes
=========================================================================== */

.iceMnuBar, .iceMnuBarVrt {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    background-image: none;
    background-color: #f7f7f7;
}

.iceMnuBarItem, .iceMnuBarVrtItem {
    border: 1px solid #c6c6c6;
    float: left;
    white-space: nowrap;
    background-color: #f7f7f7;
}

.iceMnuBarVrtItem {
    float: none;
}

.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover, .iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover {
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 1em;
}

.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-image: url( "./css-images/bottom_menu_bg.png" );
}

.iceMnuBarItem a:hover, .iceMnuBarVrtItem a:hover {
    background-image: url( "./css-images/bottom_menu_btn_bg_on.png" );
}

.iceMnuItmSep {
}

.iceMnuItmSep hr {
    width: 100%;
    height: 1px;
    border: none;
    color: #c6c6c6;
    background-color: #c6c6c6;
}

.iceMnuBarSubMenu, .iceMnuBarVrtSubMenu {
    position: absolute;
    background-color: #f7f7f7;
    display: block;
    width: 145px;
    border: 1px solid #c6c6c6;
    z-index: 1000;
}

.iceMnuItm {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.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%;
}

.iceMnuItm a, .iceMnuItmVrt a {
    background-color: #f7f7f7;
}

.iceMnuItm a:hover, .iceMnuItmVrt a:hover {
    background-color: #fcedcd;
}

.iceMnuItm a:hover .iceOutTxt, .iceMnuItmVrt a:hover .iceOutTxt {
}

.iceMnuItm a:hover .iceOutTxt, .iceMnuItmVrt a:hover .iceOutTxt, .iceMnuItm a:hover .iceMnuItmLabel {
}

.iceMnuItmLabel {
    padding-left: 7px;
    font-weight: normal;
}

.iceMnuItmLabel, .iceMnuBarItemLabel {
    font-size: 1em;
    /*width: 100%;*/
    vertical-align: top;
}

.iceDatTbl td span.iceMnuItmLabel {
    display: inline;
    padding: 0 0 0 7px;
}

.iceMnuItmImage, .iceMnuBarItemImage, .iceMnuBarVrtItemImage {
    display: inline;
}

.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;
}


/* ===========================================================================
   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;
}

.iceMnuPopVrt hr {
    width: 100%;
    height: 1px;
    border: none;
    color: #c6c6c6;
    background-color: #c6c6c6;
}

.iceMnuPopVrtTopSubMenu {
    padding: 1px;
    background-color: #f7f7f7;
    border: 1px solid #ff6600;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuPopVrtItem {
/* was iceMenu_verticalItem */
    display: block;
}

.iceMnuPopVrtItem a {
/* was iceMenu_verticalItem */
    height: auto;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 1px;
    float: none;
    display: block;
    text-decoration: none;
    border: 0px solid #fff; /*width: 100%;*/
}

.iceMnuPopVrtItem a:hover {
/* was iceMenu_verticalItem */
    background-color: #fcedcd;
    text-decoration: none;
}

.iceMnuPopVrtItem a:hover .iceMnuPopVrtItemLabel {
}

.iceMnuPopVrtSubMenu {
/* was iceSubMenu_vertical*/
    padding: 1px;
    width: 160px;
    background-color: #f7f7f7;
    border: 1px solid #ff6600;
    position: absolute;
    height: auto;
    display: block;
}

.iceMnuPopVrtSubMenuInd {
/* was iceSubMenuDividerVert */
    display: inline;
    float: right;
    padding-top: 0px;
    padding-right: 1px;
}


/* ===========================================================================
   PanelPopup & panelTooltip
=========================================================================== */

.icePnlPop, .icePnlTlTip {
    padding: 0px;
    z-index: 1000;
    background: #f7f7f7;
    border-top: 2px solid #00658C;
    border-left: 2px solid #00658C;
    border-bottom: 2px solid #00415A;
    border-right: 2px solid #00415A;
    color: #444;
}

.icePnlPopHdr, .icePnlTlTipHdr {
    height: 2.0em;
    font-weight: bold;
    background: #88c5da;
    border-bottom: 1px solid #c6c6c6;
}

.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.icePnlPopBody {
    padding-top: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 0.625em;
    border: solid 2px #C6C6C6;
}

.icePnlTlTipBody {
    padding: 10px;
}

.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 connection status indicator
=========================================================================== */

.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
    height: 33px;
    width: 33px;
    position: absolute;
    margin-left: 10px;
    margin-top: -6px;
}

.iceOutConStat {
    margin: 0.625em;
    width: 25px;
    height: 25px;
    border: none;
    font-size: .5em;
}

.iceOutConStatInactv {
    background: url( './css-images/connect_idle.gif' ) no-repeat center top;
    display: none;
}

.iceOutConStatActv {
    background: url( './css-images/connect_active.gif' ) no-repeat center top;
    display: none;
}

.iceOutConStatCaution {
    background: url( './css-images/connect_caution.gif' ) no-repeat center top;
}

.iceOutConStatDisconnect {
    background: url( './css-images/connect_disconnected.gif' ) no-repeat center top;
}

/* ***************************************************************************
   Disabled styles CSS Document
*************************************************************************** */

fieldset.iceSelMnyCb-dis,
fieldset.iceSelOneRb-dis
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.iceSelOneRb-dis table td,
.iceSelMnyCb-dis td
{
	margin-left: 0px;
	padding: 0 0 7px 0;
	white-space: nowrap;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.iceSelMnyCb-dis input,
.iceSelOneRb-dis input,
input.iceSelBoolChkbx-dis
{
    margin: 0;
    vertical-align: bottom;
}

.iceSelMnyCb-dis label,
label.iceSelOneRb-dis,
label.iceSelOneRb-dis-dis
{
    padding-right: 1.5em;
    padding-left: 0.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

a:hover.iceCmdLnk-dis,
a:hover.iceOutLnk-dis,
a:hover.iceCmdLnk-dis .iceOutTxt,
a:hover.iceOutLnk-dis .iceOutTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}

.iceCmdLnk-dis img
{
  border: none;
}

.iceInpTxt-dis,
.iceInpSecrt-dis,
.iceInpFileTxt-dis,
.iceInpTxtArea-dis,
.iceSelInpDateInput-dis,
.iceSelMnyLb-dis,
.iceSelOneLb-dis,
.iceSelMnyMnu-dis
{
    padding: 1px;
    border-top: 1px solid #000;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    background: #c6c6c6;
}

.iceSelOneMnu-dis {
    padding: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000;
    background: #c6c6c6;
}

.iceCmdBtn-dis,
.iceInpFileBtn-dis
{
    margin: 0;
    padding: .25em 1em;
    border-top: 1px solid #eee;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #eee;
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #444;
    background: #c6c6c6;
}

.iceCmdBtn-dis[type=image]
{
/* Ausnahme fuer Image-Buttons */
    padding: 0;
    background: transparent;
    border: none;
}

/* 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;
}

/* 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;
    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 {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    text-align: left;
    text-decoration: none;
}

.iceCmdSrtHdr .iceOutTxt {
    color: #ffffff;
    text-decoration: underline;
}

a:hover.iceCmdSrtHdr .iceOutTxt {
    color: #e7eef4;
    text-decoration: underline;
}

.iceCmdSrtHdr-dis {
    text-decoration: none;
    color: #888;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
    cursor: default;
    text-align: left;
}

/* IE specific CSS to enlarge clickable area of SortHeader links */
* html .iceCmdSrtHdr {
    height: 1%;
}

/*
----------- form ----------
*/
.iceFrm {

}

/*
----------- graphicImage ----------
*/
.iceGphImg {

}

/*
----------- message ----------
*/

.dbkIceMessagesParent {
  padding: 5px 5px 0 5px;
  list-style: none;
  margin-top: 2px;
  margin-bottom: 5px;
}

.dbkIceMessagesParent > li {
  padding: 0;
}

.iceMsg {
}

.iceMsgFatal {
}

.iceMsgError {
  color: #ff0000;
  font-weight: bold;
}

.iceMsgWarn {
}

.iceMsgInfo {
}

/*
----------- panelGrid ----------
*/
.icePnlGrd {

}

.icePnlGrdHdr {

}

.icePnlGrdFtr {

}

.icePnlGrdRow1 {

}

.icePnlGrdRow2 {

}

.icePnlGrdCol1 {

}

.icePnlGrdCol2 {

}

/*
----------- panelGroup ----------
*/
.icePnlGrp {

}

/*
----------- outputFormat ----------
*/
.iceOutFrmt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
----------- 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 {
    background: #dde9ee;
}
.iceRowSelSelected .iceOutTxt{
}

.iceRowSelSelectedMouseOver {
    background: #dde9ee;
}

.iceRowSelSelectedMouseOver  .iceOutTxt {
}

.iceRowSelMouseOver {
    background: #fcedcd;
}

.iceRowSelMouseOver .iceOutTxt {
}

/*
----------- outputChart --------
*/

.iceOutChrt {

}

/*
----------- Panel Collapsible --------
*/

.icePnlClpsbl {
    border: 1px solid #c6c6c6;
}

.icePnlClpsblCnt .icePnlClpsbl {
    border: none;
}

.icePnlClpsblHdr {
    padding: 5px 0 0 22px;
    font-weight: bold;
    height: 20px;
    background: url('./css-images/tree_nav_top_close_no_siblings.gif') no-repeat 5px 4px;
    border-bottom: 1px solid #c6c6c6;
    cursor: pointer;
}

.icePnlClpsblHdr .icePnlGrp a {
	font-weight: bold;
}

.icePnlClpsblCnt {
    background: #fff;
    padding: 10px;
    border-bottom: none;
}

.icePnlClpsblCnt .icePnlClpsblHdr {
    padding: 0;
    font-weight: bold;
    height: 20px;
    border: none;
    margin-top: 8px;
}

.icePnlClpsblCnt .icePnlClpsblHdr .iceOutTxt {
    background: none;
}

.icePnlClpsblCnt .icePnlClpsblColpsdHdr {
    padding: 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 {
    border: 1px solid #c6c6c6;
}

.icePnlClpsblCnt .icePnlClpsblColpsd {
    border: none;
}

.icePnlClpsblColpsdHdr {
    padding: 5px 0 0 22px;
    font-weight: bold;
    height: 20px;
    background: url('./css-images/tree_nav_top_open_no_siblings.gif') no-repeat 5px 4px;
    border-bottom: 1px solid #c6c6c6;
    cursor: pointer;
}

.icePnlClpsblColpsdCnt {
    border: none;
}

/*
----------- Google Maps --------
*/

.iceGmp {
}

.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;
}

/* ***************************************************************************
	Debeka ICEfaces Additions
*************************************************************************** */

.iceCheckBoxInput,
.iceCheckboxInput
{
	vertical-align: middle;
	margin-right: 0.6em;
}

/* *****************************************************************************
   Theme-specific Styles
***************************************************************************** */

/* LAYOUT PANEL GRID -------------------------------------------------------- */

#content .layoutPanelGrid
{
	width: 100%;
    margin: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    color: #000;
}

/* INPUT GRID --------------------------------------------------------------- */

#content .inputPanelGrid
{
    width: 100%;
    margin: 0;
    border: 1px solid #98c2dd;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    empty-cells: show;
    background-color: #d7e5ee;
}

#content .inputPanelGrid .labels
{
    padding: 3px 4px 3px 1em;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #98c2dd;
    border-left: none;
    text-align: left;
    vertical-align: top;
    background: #d7e5ee;
}

#content .inputPanelGrid .labels label
{
    font-weight: bold;
}

#content .inputPanelGrid .error
{
    padding: 3px 4px 3px 4px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #98c2dd;
    border-left: none;
    text-align: left;
    vertical-align: bottom;
    color: #ff0000;
    font-weight: bold;
    background: #d7e5ee;
}

#content .inputPanelGrid .fields
{
    padding: 3px 4px 3px 4px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #98c2dd;
    border-left: none;
    text-align: left;
    vertical-align: bottom;
    background: #d7e5ee;
}

/* INPUT GROUP -------------------------------------------------------------- */

#content .inputPanelGroup
{
    padding: 3px 4px 3px 1em;
    border: 1px solid #98c2dd;
    color: #000;
    background: #d7e5ee;
}

/* OUTPUT GRID -------------------------------------------------------------- */

#content .outputPanelGrid
{
    width: 100%;
    margin: 0;
    border: 1px solid #98c2dd;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    empty-cells: show;
    background: #d7e5ee;
}

#content .outputPanelGrid .labels
{
    padding: 3px 4px 3px 1em;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #98c2dd;
    border-left: none;
    text-align: left;
    vertical-align: top;
    background: #d7e5ee;
    color: #000;
    font-weight: bold;
}

#content .outputPanelGrid .fields
{
    padding: 3px 4px 3px 4px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #98c2dd;
    border-left: 1px solid #98c2dd;
    text-align: left;
    vertical-align: bottom;
    background: #f7f7f7;
}

/* OUTPUT GROUP ------------------------------------------------------------- */

#content .outputPanelGroup
{
    width: 100%;
    padding: 3px 1em 3px 1em;
    border: 1px solid #98c2dd;
    background: #d7e5ee;
}

/* GRID-/GROUP-SEQUENCE ----------------------------------------------------- */

#content .inputPanelGrid + .inputPanelGrid,
#content .inputPanelGrid + .inputPanelGroup,
#content .inputPanelGroup + .inputPanelGrid,
#content .inputPanelGroup + .inputPanelGroup,
#content .outputPanelGrid + .outputPanelGrid,
#content .outputPanelGrid + .outputPanelGroup,
#content .outputPanelGroup + .outputPanelGrid,
#content .outputPanelGroup + .outputPanelGroup
{
	border-top: none;
}

#content .spacer.inputPanelGrid,
#content .spacer.inputPanelGroup,
#content .spacer.outputPanelGrid,
#content .spacer.outputPanelGroup
{
	border-top: 1px solid #98c2dd;
}

/* FORTSCHRITTSANZEIGE ------------------------------------------------------ */

td.tblFormStatusAktivBg
{
	border: 1px solid #98c2dd;
	color: #fff;
	background-color: #98c2dd;
}

td.tblFormStatusAktivBg .iceOutTxt
{
	color: #fff;
}

td.tblFormStatusInaktivBg
{
	border: 1px solid #98c2dd;
	color: #000;
	background-color: #d7e5ee;
}

td.tblFormStatusInaktivBg .iceOutTxt
{
	color: #000;
}

/* HILFE-LINK --------------------------------------------------------------- */

#content a.helpLink
{
	background: transparent url(./css-images/hilfe.gif) no-repeat scroll left 0.1em;
	padding-left: 20px;
}

/* ***************************************************************************
   Theme-generic Styles
*************************************************************************** */

#content
{
	margin: 0 auto;
}

/* Headlines --------------------------------------------------------------- */

#content h1,
#content .h1
{
	display: block;
	margin: 2em 0 .5em 0;
    font-size: 2em;
    font-weight: bold;
    color: #000;
}

#content h2,
#content .h2
{
	display: block;
	margin: 2em 0 1.15em 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
}

#content h3,
#content .h3
{
	display: block;
	margin: 2em 0 1em 0;
    font-size: 1em;
    font-weight: bold;
    color: #000;
}

#content h4,
#content .h4
{
	display: block;
	margin: 2em 0 1em 0;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    color: #000;
}

/* =============================================================================
   FIELD SIZES
============================================================================= */

#content .iceInpTxt,
#content .iceInpTxt-dis,
#content .iceInpSecrt,
#content .iceInpSecrt-dis,
#content .iceInpFileTxt,
#content .iceInpFileTxt-dis
{
	width: 85%;
}

#content .iceInpTxtArea,
#content .iceInpTxtArea-dis
{
	width: 97%;
	height: 10em;
}

#content .iceInpTxt[size],
#content .iceInpTxt-dis[size],
#content .iceInpSecrt[size],
#content .iceInpSecrt-dis[size],	
#content .iceInpFileTxt[size],
#content .iceInpFileTxt-dis[size]
{
	width: auto;
}

#content .inputPanelGrid .fields .large,
#content .inputPanelGrid .fields .large-dis
{
	width: 85%;
}

#content .inputPanelGrid .fields .medium,
#content .inputPanelGrid .fields .medium-dis
{
	width: 12em;
}

#content .inputPanelGrid .fields .small,
#content .inputPanelGrid .fields .small-dis
{
	width: 8em;
}

/* =============================================================================
   INPUT / OUTPUT PANELS : inherited styles
============================================================================= */

/* layout-table inside input / output panel --------------------------------- */

#content .inputPanelGrid table,
#content .outputPanelGrid table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
    font-size: 1em;
}

/* standard column classes --------------------------------- */

#content .inputPanelGrid .labels,
#content .outputPanelGrid .labels
{
	width: 38%;
}

#content .inputPanelGrid .error,
#content .outputPanelGrid .error
{
	width: 2%;
}

#content .inputPanelGrid .fields,
#content .outputPanelGrid .fields
{
	width: 60%;
}

/* =============================================================================
   BUTTON PANEL
============================================================================= */

#content .buttonPanel 
{
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
}

#content .buttonPanel .iceCmdBtn,
#content .buttonPanel .linkButton
{
	margin: 0 .5em;
	vertical-align: middle;
}

#content .invisibleButton
{
	display: none;
	visibilty: hidden;
}

#content .defaultButton
{
	font-weight: bold;
}

/* ============================================================================
   ERROR HANDLING
============================================================================ */

.dbkIceMessagesIntroductionMessage
{
	display: block;
	color: #ed1c29;
	font-weight: bold;
	margin-bottom: .2em;
}

#content .dbkIceMessagesParent li
{
	margin: 0 0 .6em 0;
	padding: 0 0 0 20px;
	background: url(./css-images/bullet_error.gif) left top no-repeat;
}

#content .errorInComponent,
#content tr.errorInComponent td
{
	background-color: #fabfbf !important;
}

#content .iceInpTxt.errorInComponent,
#content .iceInpSecrt.errorInComponent,
#content .iceInpFileTxt.errorInComponent,
#content .iceInpTxtArea.errorInComponent,
#content .iceSelInpDateInput.errorInComponentInput
{
	background: #fabfbf !important;
}

#content .errorInComponentPopup .errorInComponent,
.errorInComponentDay
{
	background-color: #fff !important;
}

/* =============================================================================
   HELPERS
============================================================================= */

#content .text
{
	line-height: 1.4em;
}

.right
{
	margin-right: 0;
}

#content .bold
{
	font-weight: bold;
}

#content .sup
{
	font-size: 0.8em;
	vertical-align: super;
}

#content .smallFont
{
	font-size: 0.8em;
}

#content .tblContent
{
    width: 100%;
    font-size: 1em;
}

#content .spacer
{
    margin-top: 1em;
}

#content .doublespacer
{
    margin-top: 2em;
}

#content .triplespacer
{
    margin-top: 3em;
}

#content .printHeaderPhrases 
{
	margin-top: 0em !important;
	border: 1px solid #98C2DD; 
	padding: 3px 4px 3px 1em; 
	background-color: #D7E5EE; 
}

#content .alignTop
{
	vertical-align: top !important; 
}
