/*
*
*	CSS Specific to Golf Extra
*
*/

.tablediv {
	display:  table;
	width:400px;
}

.celldiv {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:14%;
	text-align:center;
}

.rowheaddiv {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:30%;
}

.colheaddiv {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:14%;
	text-align:center;
}


.rowdiv  {
	display:  table-row;
	width:auto;
}

.mapLabel {
	color:black;
	font-size:12px;
	border:1px black solid;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	z-index:501;
}

.mapIWinBtn {
	height:25px;
	width:130px;
	margin-top:2px;
}

.ttTitle1 {
	color:black;
	font-size:18px;
	font-weight: bolder;
}