.clubHolder {
	border: solid 1px #363636;
	list-style: none;
	background-color: #252525;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(images/whiteTone.png);
	background-repeat: repeat-x; 
	background-position: top;
	margin: 5px;
}
.clubTable {
	width: auto;
}

.tdClubIcon {
	width: 65px;
}

.tdClubHeader {
	width: 370px;
}

.tdClubAdd {
	width: 149px;
}

.tdCategory {
	width: 123px;
}

.tdCity{
	width: 123px;
}

.tdNeighborhood{
	width: 124px;
}

.clubAddButton {
	text-align: center; 
	font-family: Arial, Verdana, Sans-serif;
	padding: 5px 10px;
	font-size: 13px;
	color: #e1e1e1; 
	font-weight: bold; 
	text-decoration: none; 
	border: solid 1px #252525;
	text-shadow: 0px 2px 0px #000000;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
	background-color: #565656; 				
	background-image: url(images/bgBlackFields.png); 
	background-repeat: repeat-x; 
	background-position: bottom;
	cursor: pointer;
	width: 90px; 
	margin: 0px auto 0px auto;
}

.clubAddButton:hover {
	color: #00aeef; 
	text-decoration:none; 
}


.clubTextHeader {
	font-size: 18px; 
	color: #ffffff; 
	font-weight: bold;
	margin-left: 5px;
	text-shadow: 0px 0px 3px #252525;
}

.clubSmallTextHeader {
	color: #00aeef;
	font-size:13px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-left: 5px;
	text-shadow: 0px 0px 2px #252525;
}

.clubSmallText {
	color: #ffffff;
	font-size:11px;
	letter-spacing: 0.03em;
	margin-left: 5px;
}

