/* Style Sheet for Detailed Directories */
/* Version 1.0 */
/* Created by R.E.Shine 26/08/2009 */

div.tabcontents {
	width:984px;
}


/* a.bluebutton, a.bluebutton:active, a:bluebutton:selected { */
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;
}

a.bluebutton:hover {
   background-position: 0 -22px; 
   /* color: #ccc; */
   color: #666666;	

}

h1.tabheadings {
	text-align:center;
	margin-top: 0;
}

div.top-left {
	background-image: url(../images/tabcontentbackground6.png); 
	height: 20px;
	margin-right:20px;
	z-index: -30;
}

div.top-right {
	background-image: url(../images/tabcontentbackground6.png);
	background-position: 100% 0;
	height: 20px;
	margin-left:25px;
	margin-top:-20px;
	z-index: -30;
}	

div.insidetab {
	background: #93FF93 none repeat scroll 0 0;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
 	padding-left: 10px;
	padding-right: 10px;
}

div.playerhilite {
	background: #FFF;
}

div.playernormal {
	background: #93FF93; 
}

p.notopgap {
	font-size:2px;
	margin-top: 0;
	padding-top: 0;
}

div.bottom-left {
	background-image: url(../images/tabcontentbackground6.png);
	background-position: 0 -180px;
	margin-right:25px;
	height: 20px;
}

div.bottom-right {
	background-image: url(../images/tabcontentbackground6.png);	
	background-position: 100% -180px;
	height: 20px;
	margin-left: 25px;
	margin-top: -20px;

}

div.clubheading {
	clear: both;	
	padding-top:2px;	
	border-bottom: 1px solid;
	padding-bottom:6px; 
	margin: 6px 10px 6px 10px;
	font-size:22px;
}


div.clubdetailsheader {
	margin-left: 10px;
	float: left;
	clear: left;
	font-size: 20px;
	padding-top:30px;
	width:400px;
}

div.clubdetailsrow {
	margin-left:10px;
	margin-top:10px;
	float: left;
	clear: left;
	width: 400px;
}

div.content {
	margin-top: 0px;
}

div.login {
	height:210px;
}

div.row {
	clear: both;
	padding-top: 4px;
}

div.row span.label {
	float: left;
	width: 220px;
	padding-right: 10px;
	text-align: right;
}

div.row span.forminput {
	float: left;
	text-align: left;
}

div.row span.inputdescription {
	float: right;
	width: 585px;
	font-size: 12px;
	text-align: left;
	padding-top: 2px;
}

div.spacerline {
	clear: both;
	padding-top: 3px;
	margin-top: 0px;
}

div.linebreaker {
	clear: both;
	padding-top: 2px;
	margin-top: 0px;
}

tr.sumrow {
	background: #e6ffe9;
}

tr.sumrowalt {
	background: #ccffcc;
}

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

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

td.playerdata {
	padding: 0 4px 0 4px;
}

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

#idth_player, #idth_tel, #idth_email {
	text-align: left;
}

div.mapclub {
	float:right;
	width:500px; 
	height:300px; 
	border: 1px solid;
	display:inline-block;
	margin-right:20px;
}

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


div.clublongrows {
	width: 940px;
}

div.surnamehints {
	margin-left:135px;
	width:750px;
}

/* Tab menu definitions */
#tabclubContent {
	line-height: 16px;

}

#tabmenu {
	/* border-bottom: 1px solid #700; */
	padding: 5px 5px 0 5px;
	margin: 0;
}

#tablist {
	height: 35px;
	margin: -1px;
	overflow: hidden;
	padding: 0px;
	z-index: 200;
}

#tablist li {
	float: left;
	list-style: none;
}

#tablist a {
   background: top left no-repeat url('../images/tabgreengreyblue.png');
   background-position: 0 -70px;
   /* color: #fff; */
   color: #0000ff;
   float: left;
   margin: 0 5px 0 15px;
   overflow: hidden;
   padding: 10px 0px;
   text-align: center;
   text-decoration: none;
   width: 180px;
z-index: 300;
}
   
   
#tablist a:hover{
   background-position: 0 -35px; 
   /* color: #ccc; */
   color: #666666;
z-index: 300;
}

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