/* STD LIST */
.list {
	width: 100%;
	font-size: 11px;
}

.list thead {
	font-size: 11px;
	clear: both;
	text-align: left;
	background-color: #DCDCDC;
}
.list th {
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #808080;
	font-weight: bold;
}
.list tbody td {
	border-bottom: 1px solid #A9A9A9;
	padding: 5px;
	vertical-align: top;
}
.list tbody td.nostyle {
	padding: 0px;
	border: none;
}
.dark {
	background-color: #efefef;
}
.light {
	background-color: #F5F5F5;
}
.list tbody td img {
	border: none;
	/*margin-bottom: -3px;*/
}
.list .total, .list .total:hover {
	background-color: #f3f7ed;
}
.list .total_deleted, .list .total_deleted:hover {
	background-color: #f8eeec;
}