/*Old irons table*/
table.oldirons{
	width:847px;
  text-align:center;	
  border-left:1px solid #fff;
  border-top:1px solid #fff;
}
table.oldirons tr {
  
}
table.oldirons tr td.hasdata {
  /*position:relative;*/
}
table.oldirons td{
  padding:6px 4px 5px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;	
  color:#7f7f7f;
  font-weight:bold;
  font-size:1em;
}
table.oldirons tr.lightgrey{
  background-color:#f5f4f4;
}
table.oldirons tr.darkgrey{
  background-color:#ececec;
}
table.oldirons td.lightgrey,
table.oldirons td.darkgrey{
  background-color:#dadada;
  color:#104e99;
}
table.oldirons td.darkgrey{
  background-color:#cbcbcb;
}

/*Hover details table*/
table.oldirons-hover{
  margin:0;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  width:143px;
  text-align:center;
  z-index:1;
}
table.oldirons-hover tr.lightgrey{
  background-color:#f5f4f4;
  text-decoration:none;
}
table.oldirons-hover tr.darkgrey{
  background-color:#ececec;
  text-decoration:none; 
}
table.oldirons-hover tr.blackgrey{
  background-color:#454545;
}
table.oldirons td.hasdata div.clubs-data div.middle div.oldirons-hover tr td {
	text-decoration:none;
}
table.oldirons-hover tr td{
  width:33.3333333%;
  text-decoration:none !important; 
}
table.oldirons-hover tr.blackgrey td{
  color:#fff;	
} 
table.oldirons-hover tr.lightgrey td.lightgrey,
table.oldirons-hover td.darkgrey{
  background-color:#dadada;
  color:#104e99;
  text-decoration:none !important;
}
table.oldirons-hover td{
  padding:6px 4px 5px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  color:#7f7f7f;
  font-weight:bold;
  font-size:1em;
}
table.oldirons-hover td.darkgrey{
  background-color:#cbcbcb;
}
table.oldirons div.clubs-hover table.oldirons-hover{
  font-size:12px;
}
/*Hover details div*/
div.clubs-hover{
  position:absolute;
  display:none;
  margin:0 0 0 -52px;
  width:160px;
  background:url('/images/test1.png') no-repeat;
  z-index:1;
  cursor:help;
}
table.oldirons td:hover div.clubs-hover,
table.oldirons td.hover div.clubs-hover {
  display:block;
}
div.clubs-hover-inner{
  background:url(/images/testbottom.png) no-repeat center bottom;
  margin-top:9px;
}
div.clubs-hover ul{
  padding:0;
  margin:0;
  list-style:none;
  text-align:left;
}
div.clubs-hover ul li{
  background:transparent url(/images/bg-bullet-oldclubs.gif) no-repeat 0 5px;
  padding:0 0 0 10px;
}





td.hasdata {
  /*position:relative;*/
}
div.clubs-data {
  display:none;
  position:absolute;
  /*margin:0 0 0 -52px;*/
  right:-10px;
  top:-8px;
  cursor:auto;
}
table.oldirons td.hasdata{ 
  cursor:pointer;
  color: #114D98;
}
table.oldirons td.hasdata span {
	text-decoration:underline;
}
table.oldirons td.hasdata div {
	text-decoration: none !important; 
}
table.oldirons td.hasdata:hover,
table.oldirons td.hover {
  background-color:#114D98;
  color:#fff;
}
/*:hover div.clubs-data,*/
td.hover div.clubs-data {
  display:block;
}
div.clubs-data div.top {
  height:8px;
  width:159px;
  /*background:url('/images/clubbox-top.png') no-repeat left top;*/
  font-size:0;
}
div.clubs-data div.middle {
  padding:0 8px;
  width:143px;
  /*background:url('/images/clubbox-middle.png') repeat-y left top;*/
}
div.clubs-data div.bottom {
  height:8px;
  width:159px;
  /*background:url('/images/clubbox-bottom.png') no-repeat left top;*/
}
div.clubs-data ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align:left;
}
div.clubs-data ul li {
  background:transparent url(/images/bg-bullet-oldclubs.gif) no-repeat 0 5px;
  padding:0 0 0 10px;
}
div#hintbox {
	position:absolute;
	right:0;
	top:0;
	width:120px;
	padding: 5px 10px;
	font-weight:bold;
	color:#fff;
	background-color:#454545;
}
div.clubscontent div#hintbox p {
	margin:0;
	padding:0;
}
div#bottom-content div.clubscontent {
	width:999px;
}
div#bottom-content div.clubscontent div.ironscontenttext {
	float:left;	
}
div#bottom-content div.clubscontent a.floatleft {
	margin:0 0 0 25px;
}
div#bottom-content div#bottomside-signpost {
	float:right;
}