@CHARSET "UTF-8";

.block-my {
	list-style: none
	margin:0; padding:0;
}

.block-my li {
	margin: 5px 0;
}

.table-list {
	width: 99%;
	margin: 0 auto;
	border-collapse: collapse;
}

.table-list th, .table-list td {
	padding: 3px 5px;
	vertical-align: top
}

.table-list th {
	background: #eee
}

.table-list tr {
	border: 1px solid #e0e0e0;
	background: #f8f8f8
}

.table-list tr.odd {
	background: white
}

.table-list tr.hover {
	background: #e8f2fe;
}

.table-list td.center {
	text-align: center;
}

.main .table-list {
	font-size: 0.9em
}
