/*
----------- PanelPopup & panelTooltip ----------
*/

.icePnlPop, .icePnlTlTip {
    color: #002c56;
    border-right: 2px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    border-bottom: 2px solid #ABABAB;
    background-color: #f3f5f8;
	font-size:12px;

    padding: 0px;
    z-index: 1000;
}

.icePnlPop .icePnlPopBody {
    background-color: #f3f5f8;
    	font-size:10px;

}

.icePnlPopHdr, .icePnlTlTipHdr {
    background-color: #e0e5ea;
    color:#002c56;
/*    background-image: url( "images/window_top.gif" );*/
/*    background-position: top;
    background-repeat: repeat-x;
    height: 2.0em;
    */
}

.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt {
/*	color:#FFFFFF;*/
/*	font-size:1.1em;*/
	font-weight:bold;
	padding:4px;
	text-align:center;
	vertical-align:middle;
}

.icePnlPopBody, .icePnlTlTipBody {
    	font-size:10px;
    padding: 10px;
}

.icePnlPopFtr, .icePnlTlTipFtr {
    	font-size:10px;
    float: right;
    height: auto;
    background-color: #f3f5f8;
}