#satelites {
}

#satelites table {
	background: #191b1b;
	border-collapse: collapse;
	border: 1px solid #333;
}

#satelites table th {
	font-weight: normal;
	background: url(/img/table_th.gif) repeat-x top;
	height: 22px;
	color: #eee;
	padding: 2px 4px;
}

#satelites table td {
	text-align: center;
	padding: 5px 0px;
}

#satelites table tr:hover {
	background: #222;
}

