.icePnlPop, .icePnlTlTip {
    color: #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    padding: 0px;
    z-index: 1000;
}

.icePnlPop .icePnlPopBody {
    background-color: #FFFFFF;
}

.icePnlPopHdr, .icePnlTlTipHdr {
	background:#bec2c6 url("../images/win_head_bg.gif") repeat-x top left;		
	padding-left:10px;
    padding-right:7px;
	color: #ffffff;
	font-weight: bold;
	height:20px;
}

.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	padding:4px;
	text-align:center;
	vertical-align:middle;
}

.icePnlPopBody, .icePnlTlTipBody {
    padding: 10px;
}

.icePnlPopFtr, .icePnlTlTipFtr {
    float: right;
    height: auto;
    background-color: #FFFFFF;
}

/*
--------------- 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( '../images/ProgFill_bg.gif' ) repeat-x top left;
}

.iceOutProgTxt {
    color: #484848;
}
.iceOutProgIndetActv {
    margin: 1px;
    height: 17px;
    background: url( '../images/ProgFill_Indet_Bg_active.gif' ) repeat-x top left;
}

.iceOutProgIndetInactv {
    margin: 1px;
    height: 17px;
    background: url( '../images/ProgFill_Indet_Bg_inactive.gif' ) repeat-x top left;
}

