/*Cascading style sheet for mygolfweather*/

body {
	width:100%;
	height:100%;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bolder;
	letter-spacing:-0.08em;
	margin:1px;
	color:#006633;
}
.black{
	color:#000000;
}
a{
	color:#6261d8;
	font-weight:bold;
	text-decoration:none;
}
img {
	border:none;
}
.fillGreen{
	background:#ccddb4;
}
.fillDarkGreen{
	background:#9ecf9e;
}
.fillBlue{
	background:#a2c2f4;
}

#flashMessages {
	background: #a2c2f4;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #ddd;
}

.outline-sides, .outline-top, .outline-bottom, .outline-all{
	background:#ccc;
}
.outline-all{
	border:1px solid #fff;
	padding:1px;
}
.outline-sides{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding-left:1px;
	padding-right:1px;
}
.outline-top{
	border-top:1px solid #fff;
	padding-top:1px;
}
.outline-bottom{
	border-bottom:1px solid #fff;
	padding-bottom:1px;
}
.hr {
	height: 1px;
	border-bottom: 1px solid white;
	width: 100%;
	background: #ccc;
}
.clearing {
	clear:both;
}
a.button{
	display:block;
	color:#000;
	font-size:12px;
	font-weight: 600;
	text-decoration:none;
	margin: 0 0 0 12px;
	padding:0 0 0 8px;
	background: url(../img/css/buttonleft.png) no-repeat top left;
}
a.button span{
	display:block;
	padding:5px 8px 7px 0;
	background: url(../img/css/buttonright.png) no-repeat top right;
}
a.activeButton{
	background: url(../img/css/buttonActiveleft.png) no-repeat top left;
}
a.activeButton span{
	background: url(../img/css/buttonActiveright.png) no-repeat top right;
}
a.button:hover{
	cursor:pointer;
	color:#575757;
	background-position: 0 -32px;
}
a.button:hover span{
	background-position: 100% -32px;
}
table {
	border-collapse:collapse;
	margin:0;
}
table td {
	vertical-align:top;
}
.search {
	padding: 20px;
	margin-bottom: 5px;
	background: transparent url(/img/css/darkBG.png) repeat;
	border: 1px solid #ddd;
}
.greyed {
	color: #bbb;
}
#loader {
	position: absolute;
	z-index:150;
	top: 0;
	right: 0;
}

#navmenu ul{
	background: url(/img/css/tileNJ.gif) -500px -500px;
	margin:0 3px;
	padding:0;
	list-style:none;
}
#navmenu li{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
#navmenu li a {
	color:#ebebeb;
	display:block;
	padding:5px 3px;
	margin:0;
}
#navmenu li a:hover {
	color:#006633;
	background:#ccddb4 url(/img/css/dotshadow.png) no-repeat 0 8px;
	text-align:center;
}

/*Administration*/
tr.tableHead {
	background: #CFE7CF;
	font-size: 1.1em;
}
tr.seperator{
	background:#575757;
	color:#ebebeb;
	margin-top:2px;
}
tr.tableHead td{
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
}
.groupHead{
	font-size:1.0em;
	background:#a2c2f4;
}
.groupContents{
	display:none;
}
.altrow{
	background: #f5f5f5;
}

/*Forms*/
.inputSection{
	color:#ebebeb;
	background:#6a9d61;
	text-align:center;
	padding:5px 0;
}

/*Mini Forecasts*/
.smallButton{
	background: url(/img/css/midback.gif) repeat-x 0 -100px;
	border:1px solid #555555;
	width:175px;
	height:75px;
}
.largeButton{
	background: url(/img/css/midback.gif) repeat-x 0 -100px;
	border:1px solid #555555;
	width:250px;
	height:200px;
}
.smallButton a, .largeButton a{
	color: #444444;
	font-size:12px;
	font-weight:normal;
	display:block;
	width:100%;
}
.smallButton div.imgHolder, .largeButton div.imgHolder{
	float:left;
	margin:3px;
}
.smallButton img, .largeButton img{
	height:40px;
}
.smallButton div.experts, .largeButton div.experts{
	text-align:center;
	font-size:10px;
	margin-right:3px;
	font-weight:normal;
}
.smallButton div.dateHolder{
	color:#000;
	font-size:12px;
	margin: 10px 0 0 15px;
}
.largeButton div.dateHolder{
	color:#000;
	float:right;
	font-size:12px;
	margin-right: 3px;
}
