.iceDatTbl {
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
	width: 100%;
}

.iceDatTbl tbody td {
  border-bottom: 1px solid #e2dfc7;
	color: #706552;
	padding: 5px 10px;
}

.iceDatTbl tbody tr:hover td {
  background: #f2f1e7 url("../images/table/bg-table-td-hover.png?version=2") repeat-x top;
	color: #30312b;
}

.tableRoundHeader {
	font-size: 1px;
	display: block;
	width: 100%;
	height: 10px;
	background: url("../images/table/tableRoundHeader.png?version=2") no-repeat scroll 0
		0 transparent;
}

.tableRoundFooter {
	font-size: 1px;
	display: block;
	width: 100%;
	height: 10px;
	background: url("../images/table/tableRoundFooter.png?version=2") no-repeat scroll 0
		0 transparent;
}

.iceDatTblColHdr1,.iceDatTblColHdr2 {
	text-align: left;
	background: url("../images/table/middle_header.png?version=2") repeat-x scroll 0 0
		transparent;
	height: 30px;
}

.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2, .iceDatTblCol3, .iceDatTblCol4, .iceDatTblCol5
.iceDatTblCol6, .iceDatTblCol7, .iceDatTblCol8 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px;
}

.iceDatTblCol a,.iceDatTblCol1 a,.iceDatTblCol2 a {
	color: #000000;
	text-decoration: none;
}

.iceDatTblRow1 {
	background: url("../images/table/evenRowColor.png?version=2") repeat scroll 0 0
		transparent;
	height: 30px;
}

.iceDatTblRow2 {
	background: url("../images/table/oddRowColor.png?version=2") repeat scroll 0 0
		transparent;
	height: 30px;
}

.iceDatTblColHdr .iceOutTxt,.iceDatTblColHdr1 .iceOutTxt,.iceDatTblColHdr2 .iceOutTxt
	{
	color: #000000;
	text-decoration: none;
	text-shadow: white;
	margin-left: 10px;
}

.paginatorRowStyle {
	width: 100%;
	text-align: center;
	margin: auto;
	float: center;
	background: url("../images/table/footerRowColor.png?version=2") repeat scroll 0 0 transparent;
	padding-top: 10px;
}

.tableDetailsStyle {
    padding: 15px 5px;
    text-align: right;
}

.iceDatPgr {
	margin: auto;
}

.iceDatPgrScrBtn {
	
}

.iceDatPgrCol {
	padding: 6px;
}

.iceDatPgrScrCol {
	padding: 6px;
	background: url("../images/table/evenRowColor.png?version=2") repeat scroll 0 0
		transparent;
}

.iceDatPgrCol a,iceDatPgrScrCol a {
	color: black;
}

.iceCmdSrtHdr {
	text-decoration: none;
}

.actionIcon {
	width: 20px;
	margin-left: 7px;
	float:right;
}

.messagesTableColumn1 {
	width: 65%;
}

.messagesTableColumn2 {
	width: 15%;
}

.messagesTableColumn3 {
	width: 20%;
}