div.acti {
	height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}

table.table-act {
  width: 780px;
  font-size: 11px; 
}

table.table-act tr th {
  background-color: #FFFFFF;
  color: #D6D6D6;
  font-size: 9px;
}

table.table-act tr td {
	background-color: #CCEEFF;
	padding: 3px;
	border: 1px dotted #1D83BA;
}

table.table-act tr td:hover {
	background-color: #FFDDCC;
	border: 1px dotted #FF8040;
}

div.t-act {
	width: 75px;
}

div.c-act {
	width: 40px;
	overflow: hidden;
	margin-right: 2px;
}

div.t-act h5 {
	font-size: 12px;
	font-weight: normal;
}
div.t-act h5 a {
	color: #0080FF;
}

table.table-act tr td div {
	float: left;
}


div.c-act img {
	vertical-align: top;
}


