.icePnlPop {
	background: url("/images/middle.png?version=2") repeat scroll 0 0 transparent; 
	padding: 10px 20px 20px;	
}

.popupHeaderButtonRow {
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}

.popupPanelStyle {
	
}

.popupBodyBorder {
	margin: 5px;
	border-top: solid 1px #000000;
}

.popupBodyRow {
	border-top: solid 1px #000000;
	margin-top: 20px;
    padding-top: 20px;
    width:100%;
}

.modalButtonsPanelStyle {
	float: right;
	margin-right: 20px;
    margin-top: 20px;
}

.icePnlPopHdr {

}

.popupHeaderTitleRow {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	font-weight: bold;
	font-size: large;
}

.icePnlPopBody {
	margin-top: 10px;
}


/* Confirmation box  */
 
 
 .icePnlCnf tbody td {
 	border: 0px;
 	background: transparent;
 }

 .icePnlCnf tbody tr:hover icePnlCnfBody {
   	background: transparent !important; 
	color: #30312b;
}

 .icePnlCnf tbody tr td {
   	background: transparent  !important; 
}
 
 
 .icePnlCnf {
 
 	background: url("/images/middle.png?version=2") repeat scroll 0 0 transparent; 
	padding : 20px;	
 }
 
 .icePnlCnfHdr {
 	background: url("/images/background2Color.png?version=2") repeat scroll 0 0
		transparent !important;
	border: 1px solid #CFCFCF;
	padding: 10px;
 }

 .icePnlCnf tbody tr:hover .icePnlCnfHdr {
 	background: url("/images/background2Color.png?version=2") repeat scroll 0 0 transparent !important;
	color: #30312b;
}

 .icePnlCnf tbody tr .icePnlCnfHdr {
 	background: url("/images/background2Color.png?version=2") repeat scroll 0 0 transparent !important;
	color: #30312b;
}

 .icePnlCnfBody {
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: normal;
 }
 
 .icePnlCnf table {
 
 }

 .reportLinkPopupActionsColumns {
 	width: 100%;
 }