

col.w_colplayername {
	width: 33%;
}

col.w_colplayertel {
	width: 33%;
}				

col.w_colplayeremail {
	width: 33%;
}

div.clubtabcontents {

	/* width:500px; */
	
}

div.c_statusbar {
	text-align: right;
	font-size: 0.8em;
}

div.clubheading {
	padding: 5px;
	margin: 10px 0px;
	border-bottom: 1px solid;

}

div.login {
	height: auto;

}

th {
	font-size: 0.8em;
	font-weight: bold;

}

tr.playerrow {
	background: #ccffcc;
	padding: 0 4px 0 4px;	
}

tr.playerrowalt {
	background: #e6ffe9;
	padding: 0 4px 0 4px;	
}


#idth_team, #idth_captain, #idth_captel {
	text-align: left;
}

.buttonAccordian {
	display: none;
}

a.bluebutton {
	background: top left no-repeat url('../images/blueglassbutton.png');
	background-position: 0 0px;
	text-decoration: none;
	padding: 2px 10px 3px 9px;
	color: #0000FF;
	width: 70px;
	overflow: hidden;
	line-height: 22px;
	font-size: 1em;
}

span.label {
	text-align: right;
}

span.inputdescription {
	font-size: 0.8em;
}

ul.clubtablist {
	height:25px;
	overflow:hidden;
	padding: 0;
	margin: 0;
}

ul.clubtablist li {
	float:left;
	list-style: none outside none;
}

ul.clubtablist a {
   background: top left no-repeat url('../images/tabgreengreybluemap.png');
   background-position: 0 -70px;
   color: #0000FF;
	float: left;
	/* margin: 0 5px 0 15px; */
	margin: 0 0 0 3px;
	overflow: hidden;
	/* padding: 10px 0; */
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width:120px;
	z-index:300;
}

ul.clubtablist a:hover{
   background-position: 0 -35px; 
   /* color: #ccc; */
   color: #666666;
z-index: 300;
}

ul.clubtablist a:active, ul.clubtablist a.selected {
   background-position: 0 0px;
   color: #000;
   cursor: default;
   z-index: 300;
}

div.linebreaker {
	padding-top: 5px;
}

div.mapclub {
/* float: right; */
width: 560px;
height: 300px;
border: 1px solid;
display: inline-block;
margin-left: 10px;
/* margin-right: 20px; */
}

div.mapvenue {
	/* width:960px; */
	height:600px;
	border: 1px solid;
}

div.clubdetailsheader {
	margin: 5px 0;
	font-weight: bold;
}

div.clubdetailsrow {
	margin: 10px 0;

}

div.clublongrows {
	margin-bottom: 0px;
}

@media (max-width: 1200px) {
	div.mapclub {
		width: 480px;
	}

}

@media (max-width: 1024px) {
	div.mapclub {
		width: 350px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	span.label {
		/* text-align:left; */
	}

}

@media (max-width: 767px) {

	span.label {
		text-align:left;
	}

	div.c_statusbar {
		text-align: left;
		font-size: 0.85em;
	}
	
	div.mapclub {
		/* float: right; */
		width: 420px;
		height: 300px;
		border: 1px solid;
		display: inline-block;
		margin-left: 10px;
		/* margin-right: 20px; */
	}
	
	.buttonAccordian {
		display: block;
		padding: 5px 0;
	}

	.buttonAccordian a {
		text-decoration: none;
		background: #66ffff;
		padding: 10px 5px;
		display: block;
		color: #0000FF;
		border-radius: 8px;
		border-bottom-style: groove;
		border-bottom-color: #69ffff;
		font-size: 1em;
		outline: none;
	}
	
	.buttonAccordian a:hover {
		background: #e8e8e8;
		color: #666666;
		outline: none;
	}
	
	.buttonAccordian  a.selected {
		background: #e8e8e8;
		border: 1px solid #69ffff;
		outline: none;
	
	}
	
	#tabclubcontent, #tabplayerscontent, #tabclubmapContent {
		/* display: none; */
	}
	
	#tablist {
		display: none;
		height: auto;
		margin: 0;
	}
	
}

@media (max-width: 480px) {
	
	td {
		font-size: 0.7em;
	}
	
	div.mapclub {
		/* float: right; */
		width: 300px;
		height: 300px;
		border: 1px solid;
		display: inline-block;
		margin-left: 10px;
		/* margin-right: 20px; */
	}
	
}

@media (max-width: 360px) {
	
	td {
		font-size: 0.59em;
		padding: 0 5px;
	}
	
	div.mapclub {
		/* float: right; */
		
		width: 236px;
		height: 300px;
		border: 1px solid;
		display: inline-block;
		margin-left: 10px;
		/* margin-right: 20px; */
	}


}