/*Cascading style sheet for mygolfweather*/

body {
	background: url(/img/css/tileNJ.gif);
}
#header {
	position:relative;
	background:#ccddb4;
	height:116px;
	overflow:visible;
}
#footer {
	position:relative;
	background:#ccddb4;
	height:100px;
	z-index:5;
}
#bodyMain {
	
	position:relative;
}
#headerImage {
	position: absolute;
	border:none;
	top:0;
	right:0;
	z-index:50;
}
#headerLogo {
	position: absolute;
	border:none;
	top:5px;
	right:55px;
	z-index:50;
}
#headerLogo img{
	border:none;
}
#headerSun {
	height:128px;
	width:128px;
	background: url(/img/css/headsun.png);
	position: absolute;
	top:-30px;
	left:-30px;
	z-index:10;
}
#selectForecast {
	height:70px;
	width:240px;
	text-indent:-9999px;
	background: url(/img/css/selectForecast.png);
	position: absolute;
	top:15px;
	left:130px;
	z-index:10;
}
#headerFlag{
	height:180px;
	width:50px;
	background: url(/img/css/flagpole.png);
	position: absolute;
	top:-28px;
	right:5px;
	z-index:100;
}
#headerUserName{
	color:#ebebeb;
	position:absolute;
	top:-25px;
	left:85px;
}
#headerCourseBanner{
	position:absolute;
	top:0;
	right: 180px;
	z-index:10;
	height:116px;
	width:500px;
	overflow:hidden;
}

#menu1{
	position:absolute;
	z-index:100;
	bottom:-10px;
	left:0;
}
#menu1 a{
	float:left;
}
#leftColumn{
	width:200px;
	padding:5px 2px;
}
#centerColumn{
	background: #fff url(/img/css/midback.gif) repeat-x top left;
	padding:5px 2px;
	z-index:50;
}
#rightColumn{
	padding:5px 2px;
}

div.mapListRow {
	display:none;
}
a.mapList{
	display:block;
	padding:4px 0 4px 25px;
	margin:0 0 2px 0;
	color:#6261d8;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
}
a.mapList:hover{
	
}
a.publicDot{
	background: url(/img/css/publicDot.png) no-repeat top left;
}
a.privateDot{
	background: url(/img/css/privateDot.png) no-repeat top left;
}
a.municipalDot{
	background: url(/img/css/municipalDot.png) no-repeat top left;
}
a.unregDot{
	background: url(/img/css/unregDot.png) no-repeat top left;
}

.datepicker{
	width:75px;
}

.inputGroupFloat{
	float:left;
}
.inputGroupFloat label{
	float:left;
	margin-right:5px;
	margin-left:5px;
}

.multiAdd {
	margin-left:10px;
	height:12px;
	width:12px;
	background: url(/img/icon_add.png) no-repeat top left;
}
.multiRemove{
	margin-left:10px;
	height:12px;
	width:12px;
	background: url(/img/icon_delete.png) no-repeat top left;
}
.split{
	margin:0;
	padding:0;
	float:left;
	width:50%;
}
.tableRow{
	display:block;
}
.tableRow div{
	display:inline;
	vertical-align:top;
	padding:2px;
}
span.day{
	font-size:1.0em;
	font-weight:bold;
	color: #000;
}
/*Forecast viewing*/
.boxtop,.boxmid,.boxbottom{
	width:184px;
	margin:0;
}
.boxtop {
	background: url(/img/css/boxtop.png) no-repeat top left;
	height:38px;
	text-indent:-9999px;
}
.boxmid {
	background: url(/img/css/boxmid.png) repeat-y;
}
.boxbottom {
	background: url(/img/css/boxbottom.png) no-repeat top left;
	height:24px;
}

.soft{
	color:#333333;
}
.brief{
	margin:5px 0;
}
.forecastDate{
	color:#575757;
	font-size:1.1em;
	font-weight:bold;
}
a.teetime{
	background: url(/img/css/golfTee.png) no-repeat top left;
	height: 20px;
	padding: 2px 0 0 15px;
	margin: 3px 0;
	display:block;
}
#todaysForecast img{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	height: 40px;
	margin: 2px;
	border:1px solid #006633;
}
#todaysForecast span.day{
	display:block;
	float:left;
	width:100px;
}
.temperature{
	background: url(/img/css/thermometer.png) no-repeat top left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 2px 4px 4px 12px;
	color: #575757;
}
.temperatureRight{
	background: url(/img/css/thermometer.png) no-repeat top right;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 2px 12px 4px 4px;
	color: #575757;
}
#extendedForecast img{
	float:left;
	height: 60px;
	margin: 2px 5px;
}
#extendedForecast span.day{
	display:block;
	text-align:center;
}

/*Course Viewing--Tabs*/
#mainContentHolder {
	position: relative;
	width: 100%;
	margin: 10px 0;
}

#mainContentTabs {
	position: relative;
	height: 28px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#mainContentTabs a {
	position: relative;
	top: 1px;
	z-index: 90;
	display: block;
	height: 28px;
	float: left;
	margin: 0 0 0 15px;
	background: url(/img/css/tabLeft.png) no-repeat top left;
}

#mainContentTabs a span {
	position: relative;
	z-index: 100;
	display: block;
	height: 23px;
	margin-left:9px;
	padding: 5px 15px 0 6px;
	color: #666;
	font-weight: normal;
	background: url(/img/css/tabRight.png) no-repeat top right;
}

#mainContentTabs a.current {
	background: url(/img/css/tabLeftOn.png) no-repeat top left;
}

#mainContentTabs a.current span {
	color: #222;
	background: url(/img/css/tabRightOn.png) no-repeat top right;
}

#mainContent {
	z-index: 50;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #f0f6f7;
	padding:10px;
}

#mainContent .content{
	display:none;
}

div.label{
	width:80px;
	font-weight:bold;
	color:#444444;
}

a.small{
	font-size:0.9em;
	font-weight:normal;
}

label{
	margin:0 5px;
}

.inputRow, .subInput{
	margin-top:2px;
}

.inputRow label{
	float:left;
	width:150px;
}
.subInput label{
	float:left;
	width:50px;
}

.error{
	color:#e55800;
}
.error .error-message{
	color:#e55800;
	font-weight:bold;
	margin-left: 150px;
}
/*Owners area*/
.overrideBorders table, .overrideBorders table td, .overrideBorders table tbody tr{
	border: 0px solid black;
}

/*Events*/
.golfEvent{
	border:1px solid #ddd;
	width:100%;
	margin-bottom:2px;
}
.golfEvent .eventHeader{
	padding:5px;
	font-weight:bold;
	color:#444444;
	font-style:italic;
	background: transparent url(/img/css/darkBG.png) repeat;
	height:18px;
	overflow:hidden;
}
.golfEvent .eventHeader span.date{
	color:#999999;
	font-weight:normal;
	float:left;
	margin-right:5px;
}
.golfEvent .eventDetail{
	display:none;
	padding:5px;
	background: transparent url(/img/css/lightBG.png) repeat;	
}

/*RSS Styles*/
.rss2html-note{
    display:none;
}

