
table.stats-last,
table.stats {
	background: #e0dec2 url(../images/bg-table-stats.png) no-repeat;
	width: 260px;
	margin: 10px 0;
}

table.stats-last thead tr th,
table.stats thead tr th {
	background: transparent url(../images/bg-table-stats-thead-tr-th.png) no-repeat top right;
	height: 25px;
}

table.stats-last tbody tr td,
table.stats tbody tr td {
	width: 90px;
}

table.stats-last tfoot,
table.stats tfoot {
	background: #e0dec2 url(../images/bg-table-stats-tfoot.png) no-repeat;
} 

table.stats-last tfoot tr td,
table.stats tfoot tr td {
	background: transparent url(../images/bg-table-stats-tfoot-tr-td.png) no-repeat top right;
	padding: 0;
	height: 10px;
}

table.stats-last thead tr th,
table.stats thead tr th,
table.stats tbody tr th,
table.stats tbody tr td {
	height: 15px;
	padding: 5px 10px;
}

table.stats tbody tr th,
table.stats tbody tr td {
	font-size: 0.91em;
	color: #a3a294;
}

table.stats tbody tr td {
	text-align: center;
}

table.stats tbody tr th {
	border-right: 1px solid #e0dec2;
}

table.stats-last tbody tr, 
table.stats tbody tr {
	background-color: #edecd6;
}

table.stats tbody tr.odd {
	background-color: #f2f1df;
}


/*----------------------------*/


table.stats-last tbody tr th,
table.stats-last tbody tr td {
	height: 45px;
	padding: 5px 10px;
}

table.stats-last tbody tr th,
table.stats-last tbody tr td {
	font-size: 0.91em;
	border-bottom: 1px solid #e0dec2;
}

table.stats-last tbody tr td {
	text-align: center;
	background: transparent url(../images/bg-table-stats-last-tbody-tr-td.png) no-repeat center center;
	color: #98956b;
}

table.stats-last tbody tr th img {
	vertical-align: middle;
	margin-right: 10px;
}



/*----------------------------*/

table.points {
	border: 1px solid #deddcd;
	border-collapse: collapse;
	width: 495px;
}

table.points thead {
	color: #7a7846;
	background-color: #e0dec2;
}

table.points thead tr th,
table.points tbody tr td {
	border-bottom: 1px solid #deddcd;
	height: 16px;
	padding: 2px 10px;
	width: 145px;
} 

table.points tbody tr {
	background-color: #f7f6e8;
}

table.points tbody tr.odd {
	background-color: #f2f1df;
}


/*-------------------------*/

 
table.message-list {
	padding: 0;
	list-style: none;
	width: 774px;
}

table.message-list tr {
	background: transparent url(../images/bg-ul-message-list-li.png) no-repeat;
	height: 33px;
}

table.message-list tr.odd {
	background: transparent url(../images/bg-ul-message-list-li-odd.png) no-repeat;
}

table.message-list tr td {
	padding: 5px 10px;
}

table.message-list tr td,
table.message-list tr td a {
	color: #8b8862;
}

table.message-list tr td.td_1 {width: 100px;}
table.message-list tr td.td_2 {width: 400px;}
table.message-list tr td.td_3 {width: 170px;}
table.message-list tr td.td_4 {}

table thead th {
	text-align: left;
}

div#tournament-list table {
	width: 779px;
	margin-left: 1px;
	padding-bottom: 7px;
	border-collapse: collapse;
	border-left: 1px solid #d4d2b3;
	border-right: 1px solid #d4d2b3;
}



div#tournament-list table thead tr th {
	background-color: #d4d2b3;
	text-align: left;
	padding: 2px 10px;
	color: #7a7846;
	font-size: 0.91em;
}

div#tournament-list table td {
	padding: 3px 10px;
	color: #95936c;
}

div#tournament-list table td a {
	color: #95936c;
}

div#tournament-list table tbody tr.even {
	background-color: #edecd6;
}

div#tournament-list table tbody tr.odd {
	background-color: #f2f1df;
}
