@import url(fantasy_golfing_global.css);

body {
 text-align: center;
 margin-top: 0em;
 background-color: #ccc;
	background-image: url(/images/golf_green_grass.jpg);
 font-size: 1em;
}

div#pageStruct {
 margin-right: auto;
 margin-left: auto;
 margin-top: 0em;
 margin-bottom: 0em;
 width: 52em;
 min-width: 730px;
	background: #fff;
	background-color: #fff !important;
}

div#pageStruct * {
	background: transparent;
}

div#pagePanel {
	float: left;
	width: 100%;
 
	background: #fff;
	background-color: #fff;
 	background-image: url(/images/euro_golfing_golfball.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 1px solid #060;
	margin-top: 5px;
}

div#west {
	margin: 0em;
	width: 49%;
	float: left;
	background-image: url(/images/bunker_to_flag_bg.png) !important;
	background-repeat: no-repeat;
}

div#west div.north {
	background-position: top left;
	background-repeat: no-repeat;
	
}
div#west div.south {
	background-position: right top;
	background-repeat: no-repeat;
}

div#east {
	margin: 0em;
	float: left;
	width: 49%;
}
div#east div.north {
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;

}
div#east div.south {
 	background-position: left top; 
	background-repeat: no-repeat;
}

div.north, div.south {
	width: 100%;
}

div.north {
	height: 14em;
}

div.south {
	height: 20em;
}

div#header {
	width: 52em;
	height: 3em;
	min-height: 128px;
	min-width: 730px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	background-color: #fff;
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#footer {
	clear: both;
	width: 52em;
	min-width: 728px;
	height: 1.5em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	background-color: #fff;

	font-size: 0.6em;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

div#topRightFantasyGolfHelp {
	position: absolute;
	margin: 0em;
	top: 0em;
	left: 0em;
	width: 95%;
	height: auto;

font-size: 0.7em;
background-color: #dfd;

border-top: 1px solid #060;
border-left: 1px solid #060;

border-bottom: 1px solid #0c0;
border-right: 1px solid #0c0;

visibility: hidden;
}

.statTextNo {
	font-size: 0.6em;
	font-weight: bold;
	text-align: middle;
	verical-align: top;
	background-color: transparent;
	color: #060;
}

.statText {
	font-size: 0.7em;
	text-align: left;
	verical-align: top;
}