table#mptable {
	font-size; 1.0em;
	width:100%;
    border: solid #7F755E 1px;
	margin:0 0 0 1px;
}

table#mptable th, table#mptable td {
    border: solid #7F755E;
    border-width: 0 1px 1px 0;
    padding: 3px 5px;
    text-align: left;
}

table#mptable caption {
    padding-bottom: 0.5em;
    font-size: 1.0em;
    font-weight: bold;
    font-style: italic;
}
#mptable td.centered {
	text-align: center;
}


table#mptable th.col_small {
    width: 30px;
    text-align: center;
}

table#mptable th.col_normal {
    width: 50px;
    text-align: center;
}

table#mptable col.col_wide {
	width: 200px;
    text-align: left;
}
table#mptable thead {
    background: #CABC9B;
}

table#mptable thead th {
    background: #110200;
    text-align: center;
    font-size: 1.3em;
	color:#FFFFFF
}

table#mptable tbody tr.ruled {
    background: #8E3604;
    color: #847960;
}

table#mptable td {
    text-align: left;
}

table#mptable tfoot {
    font-weight: bold;
    font-style: italic;
    background: #EFCF62;
}

#pagination {
    font-size: 1.1em;
    text-align: center;
    margin: 10px;
}

#pagination a:link, #pagination a:visited, #pagination a:active {
	font-weight: bold;
	text-decoration: none;
}

#pagination a:hover {
	font-weight: bold;
}

#pagination .currpage {
	color: #649B84;
	font-weight: bold;
}
