
.clear {
	clear: both;
}

table {
	border-collapse: collapse;
	margin-top: 15px;
	width: 240px;
	
}

#corporateTable {
	width: 100%;
}

#aceTable {
	width: 100%;
}


#events {
	width: 561px;
}



caption {
    font-size: 18px;
	font-weight: bold;
	margin: .5em 0;
}

tr#headRow {
	margin: 0;
}

col {
	border-right: 1px solid #6c532e;
}

col#scoreCol {
	width: 30px;
	border-right: 0;
}

col#venue {
	border-right: 0;
}

col#positionCol {
	width: 30px;
}

col#killCol {
	width: 30px;
}


th {
	background: #fff url(../images/tableBar.gif) repeat-x left top;
	font-weight: bold;
	color: #d8cb01;
	text-align: left;
}

th, td {
			line-height: 10px;
	padding: 0 8px 0 8px;
	height: 30px;
}

.leader {
	background-color: #c4b79d;
	font-weight: bold;
}

.odd {
	background-color: #dcd3c4;
}
