.module_910 {
}


.sortable td, .sortable th {
	text-align:center;
	font-size:9px; 
	color:#444444;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 0px;
}

.sortable a {
	 color:#222222;
 	 text-decoration:none;
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	border-width:	0 1px 0 1px;
}

table.sortable th {
	padding: 10px 0;
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
	line-height:	100%;
}

table.sortable td {
	padding: 20px 4px 20px 4px;
	border-width: 0px 1px 0px 1px;
}

table.sortable tr.odd td {
	background-color: #e8e8e8;
}
table.sortable tr.even td {
	background-color: #f0f0f0;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
}

.sortable tr+td>img {
	border: 1px solid #e0e0e0;
	}

.sortable th a img {
	border: 0;
	margin-top:5px;
	}


