/* -------- clubs page ----------- */
/*
@font-face	 { 	font-family: map_font;
				src: url('../../lib/Verdanab.ttf');	}
*/
div.club_list		{	width: 800px; 
						margin: auto	}
div.club_list table	{	margin: auto	}
div.club_list th, 
div.club_list td	{	padding: 3px 15px;
						white-space: nowrap;
						vertical-align: top;
						text-align: left	}
div.club_list p		{	margin: 15px 0;
						font-style: italic	}

ul.vmenu li.other,
ul.vmenu li.other a,
ul.other li	a				{	color: black	}
ul.vmenu li.other a:hover	{	color: red	}

div.map	{
	position: relative;
	}
div.map li	{
	list-style-type: none;
	position: absolute;	
	color: blue;
	font-size: large;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 18px;
	white-space: nowrap
	}
div.map a 	{
	position: relative;	
	top: -8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
	padding: 3px 0;
	}
div.map a:visited	{
	color: blue;
	text-decoration: none;
	}
div.map a:hover  {
	color: red;
	cursor: pointer;
	text-decoration: underline;	
	} 

#clubs_key caption,		
#clubs_key td {
	text-align: left;
	white-space: nowrap;
	padding: 2px 40px 2px 0;
	}						

/* -------- club info frame ----------- */
body.club_info 		{	background: #C0FFC0;
						padding: 15px;	}
body.club_info h2	{	text-align: center;	}
body.club_info dt	{	display: inline;
						float: left;
						width: 130px;	}
body.club_info dd	{	margin-left: 130px;	
						text-indent: 0px;
						margin-bottom: 15px;	}
#club_info			{	border: 0;
						margin-top: 0;  }
body.club_info {
	margin: 10px;
	border: 0;
	}
	
#stats th,
#stats td {
	padding: 1px 5px;
	}
#stats th:hover {
	cursor: n-resize;
	}