#ContactDetails {
	border: 1px solid white;
	width : 50%;
}

#ContactDetails tr{
}

#ContactDetails th{
	border: 0px solid black;
	vertical-align: top;
	text-align: right;
	padding-right: 25px;
	padding-top: 12px;
}

#ContactDetails td{
	border: 0px solid black;
	vertical-align: top;
	text-align: left;
	width : 50%;
	height: 50px;
	padding-top: 12px;

}

#comps{
	border: 1px solid white;
	width : 580px;
	text-align: center;
}

#comps th{
	text-align: center;
}

#comps td{
	text-align: center;
}

#comps #LeftColumn {
	width: 250px;
}

#comps #CenterColumn {
	width: 80px;
}

#comps #RightColumn {
	width: 250px;
}


#fixtures{
	border: 1px solid white;
	width : 580px;
	text-align: center;
}

#fixtures th{
	text-align: center;
}

#fixtures td{
	width: 33.3%;
	text-align: center;
}

#Fees {
	border-collapse: collapse;
	border: 4px groove white;
	width: 35%;
	text-align: Left;
}

#Fees Caption {
	text-align: center;
	font-weight: bold;
	padding: 4px;
}

#Fees td {
	padding: 4px;
	border: 1px solid White;
	border-bottom: 2px Solid White;
}

#Fees #Right {
	text-align: right;
}

#Fees #mid {
	text-align: center;
}


#MemberDetails {
	border-collapse: collapse;
	border: 4px groove white;
	width: 80%;
	text-align: Left;
}

#MemberDetails td {
	padding: 4px;
	border: 1px solid White;
	border-bottom: 2px Solid White;
}

#MemberDetails #Right {
	text-align: right;
}

#MemberDetails #mid {
	text-align: center;
}

#views{
	width: 85%;
	border: 1px solid white;
	}

#views td{
	width: 50%;
	border: 1px solid white;
	text-align: center;
	vertical-align: top;
	}

#events{
	border: 1px groove white;
	}

#events td{
	width: 25%;
	border: 1px solid white;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	}



