/***********************/
/* Club Summary Layout */
/***********************/

/* League only club add/delete buttons */
.LeagueOnlyClubButtonsCtl
{
	position: relative;
	top: 0px; 
	left: 700px; 
	width: 100px;
	text-align: right;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}

/* Panel containg club select drop down + club links */
.ClubSelectPanel
{
	position: relative;
	top: 0px; 
	left: 0px; 
	width: 800px;
}

/* Club select drop down */
.ClubSelectDropDown
{
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 500px;
}

/* Small grouped panel containing link buttons */
.ClubSelectLinksPanel
{
	position: relative;
	top: auto; 
	left: 0px; 
	width: 200px;
	margin: 10px;
}

.TeamsCtl
{
	position: relative;
	left: 25px;
}
