/*
*
*	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;
}


/*      OverLib      */


/*
.ol-foreground
{
    background-color: #EEEEEE;
    border: solid 1px #000000;
    padding: 5px;
}

*/

.ol-foreground {
	background-color: #f6f6f6;
/*	border: solid 1px #000000;  */
}

.ol-background {
/*	background-color: #666;  */
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {
	color: #000000;
}

.ol-closefont {}
