/* уe[uCSS */

table {
	width:100%;
	border-collapse: collapse;
	margin:8px 0px 0px 0px;
}

thead tr {
	background-color: #d8d8ff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

thead th {
	padding: 0.5em;
}

tr {
	background-color: #ececff;
}

tr.odd, tr.odd_stop {
	background-color: #FFFFFF;
}

tbody tr:hover {
	background-color: #FFCCCC;
}

tbody tr.c_stop:hover {
	background-color: #ececff;
}

tbody tr.odd_stop:hover {
	background-color: #ffffff;
}

td, th {
	border: 1px solid #CCCCCC;
}

tbody td {
	padding: 0.5em;
}

td a:link, th a:link {
	color: black;
	text-decoration: underline;
}

td a:visited, th a:visited {
	color: black;
	text-decoration: underline;
}

td a:hover, th a:hover {
	color: #ff5858;
	text-decoration: none;
}
