/***********************************
	TABLES FOR PARTITESTEN
***********************************/

table.history {
	margin:10px 10px 5px 10px;
	width:350px;
}

table.history th {
	text-transform:uppercase;
	font-size:18px;
	color:#f0e6c0;
	text-align:left;
	padding:3px 0px 3px 10px;
}

table.history td p {
	border:1px dotted #b6a87b;
}

table.history td p {
        margin:0px;
	padding:5px 5px 5px 15px;
}

table.history td p.seeAll {
	padding-top:2px;
	padding-bottom:2px;
	text-align:right;
	background:#b6a87b;
}


table.history td p.seeAll a {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#f0e6c0;
}

