/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 80%;
	background-color: #006633;
	font-size: 80%;
}
a {
	color: #009933;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}
a:active {
	color: #339966;
	text-decoration: none;
}
p {
	font-size: 3em;
}
.season {
	font-size: 2em;
}
div#content {
	height: 100%;
	color: #408C66;
}

#outer {height: 95%; width: 760px; margin: auto; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%; width: 100%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

div#nested {
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003333;
	padding: 0px 25px;
	vertical-align: baseline;
	text-align: right;
}

div#progress {
	margin: 0px;
	padding: 10px;
}

.MPH {
	margin: 0px 25px;
	padding: 5px;
	border: 1px solid #CCCC99;
}

#notes {
	position: relative;
	top: -50%;
	width: 100%;
	background: #CCCC99;
	font-size: 1.5em;
	padding: 5px 0px;
} /* for explorer only */
#notes h2 {
	color:#006633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	margin: 25px 0px 0px 25px;
	padding: 0px;
	font-weight: normal;
}

#icons {position: relative; margin: 0px; padding: 0px; width: 30px; height: 30px; float: left;}
#icons li {width: 30px; height: 30px; position: absolute; top: 0px; background: url(/notes/notes.gif) 0 0 no-repeat; display: block; list-style: none;}
#icons a {width: 30px; height: 30px; display: block; border: 0;}
/*#icons a:hover {border: solid 1px #000;}*/
#icons #journal {left: 2px;}
#icons #journal a:hover {background: url(/notes/notes.gif) -1px -32px no-repeat;}
.smaller {
	font-size: 0.7em;
}
.small {
	font-size: 2em;
}
