/* --------- refbacks ------- */
.refbacks table.list {
	width: 100%;
	border-spacing: 0;
	margin: 10px 0 10px 0;
}
.refbacks .list>tbody>tr>th {
	height: 30px;
	background: #FFD198 url(../images/header_bg.png) top repeat-x;
	border-top: solid 1px #DA7900;
	border-bottom: solid 1px #DA7900;
	color: #CB7000;
	text-align: left;
	padding: 2px;
}
.refbacks .list>tbody>tr>td {
	height: 30px;
	border-bottom: dotted 1px #DA7900;
	padding: 2px;
	text-align: left;
}
.refbacks .list .row1 {
	background: #FFFFFF;
}
.refbacks .list .row2 {
	background: #FFF8EE;
}
.refbacks .list .info {
	margin-top: 5px;
}

.listrcb .rcbstatus1 {
	font-weight: bold;
	color: green;
}
.listrcb .rcbstatus0 {
	font-weight: bold;
	color: red;
}