html {
	height: 100%;
}

body {
	background: #fff url(/images/layout/long-bg.gif) no-repeat top center;
	margin: 0 auto;
	width: 764px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#dNonFooter {
	position: relative;
	min-height: 100%;
}

* html #dNonFooter {
	height: 100%;
}

#dContent {
	padding-bottom: 8.7em;
}


#dHead {
	background: url(/images/layout/header-bg.gif) no-repeat top left;
	width: 764px;
	height: 148px;
	z-index: 10;
}

#dUndershadow {
	background-image: url(/images/layout/undershadow.gif);
	background-repeat: no-repeat;
	width: 764px;
	height: 8px;
	padding: 0;
}

#dOvershadow {
	background-image: url(/images/layout/overshadow.gif);
	width: 764px;
	height: 5px;
	padding: 0;
}


#dMainSection {
	background-image: url(/images/layout/bg.gif);
	background-repeat: repeat-y;
	padding: 0 0 17px 0;
}

#dBanner {
	margin: 16px 19px 0 0;
	float: right;
}

#dOpenTab {
	background-color: #52909d;
	color: #fff;
	margin: 0 23px;
	padding: 17px;
	border: solid #FFFFFF 1px;
	width: 682px;
}

#dOpenTab a {
	color: #fff;
	text-decoration: underline;
}

#dOpenTab a:hover {
	color: #0d5f71;
	text-decoration: none;
}

#nav {
	width: 485px;
	height: 31px;
	margin: 121px 0 0 336px;
	padding: 0;
	position: absolute;
	list-style: none;
}

#nav li {
	float: left;
	width: 80px;
	margin-left: 17px;
}

#nav li a {
	display: block;
	background-image: url(/images/layout/down.gif);
	height: 22px;
	text-align:center;
	padding-top: 5px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#flashContainer {
	text-align: center;
}

#flashContainer a.begin {
	display: block;
	background: transparent url('/images/begin.png') no-repeat scroll 0 0;
	width: 127px;
	height: 34px;
	text-indent: -9999px;
	margin: 100px auto 0;
}

#flashContainer a.begin:hover {
	background-position: 0 -34px;
}

#flashContainer p {
	margin-top: 0;
	padding-top: 20px;
}

#statusMessage {
	position: absolute;
	left: -999px;
}

.homePage #homeLink a,
.helpPage #helpLink a,
.graphPage #graphLink a,
.historyPage #historyLink a,
.feedbackPage #feedbackLink a {
	background-image: url(/images/layout/up-ext.gif);
	height: 23px;
}

#nav li a:hover {
	color: #0d5f71;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.contentBox {
	width: 689px;
	margin: 17px -3px;
	padding-top: 10px;
	background: #fdfdfd url(/images/layout/st-top.gif) no-repeat top left;
	color: #000;
}

.contentBoxInner {
	background: transparent url(/images/layout/st-bottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

.contentBoxMessage {
	text-align: center;
}

#flashContainer a {
	color: #0d5f71;
}

div.dPadding {
	padding-top: 17px;
}

#dFooter {
	position: relative;
	margin-top: -8.15em; /* this measurement will have to be changed if the footer's height is changed */
	background-image: url(/images/layout/bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	height: 130px;
}

div.dFooterContent {
	height: 91px;
	margin: 17px 24px 17px 23px;
}

div.dOutlinedBox {
	background-color: #52909d;
	margin: 0 0 50px 0;
	padding: 0;
	border: solid #FFFFFF 1px;
}

div.dLinksBox {
	width: 570px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

div.dLinksBox p {
	padding: 10px;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

div.dFooterRight {
	padding: 0 0 0 0;
	float: right;
	width: 125px;
}

div.dFooterRight img {
	padding: 26px 0 0 0;
}

ul.lLinks {
	padding: 0 25px 10px 10px;
	margin: 0;
	list-style: none;
	font-size: 10px;
	line-height: 13px;
	float: left;
}

ul.lLinks a {
	text-decoration: none;
	color: #fff;
}

ul.lLinks a:hover {
	text-decoration: none;
	color: #0d5f71;
}

p {
	margin: 17px 0;
}

a img {
	border: none;
}

dt {
	margin-top: 17px;
	font-weight: bold;
}

/* Results Table */

#resultsTable
{
	font-size: 90%;
	margin: 0 14px;
	width: 660px
}

#resultsTable tr
{
	font-weight: bold;
}

#resultsTable th,
#resultsTable td
{
 	color: #0E5F74;
	padding: 3px;
}

#resultsTable th
{
	font-weight: normal;;
	text-align: left;
}

#resultsTable tr.alt, 
#resultsTable tr.alt button.link
{
	background-color: #f8f8f8;
}


#resultsTable a.shareLink
{
	color: #0E5F74;
	font-weight: normal;
}

#resultsTable tr.badge {
	text-align: right;
	font-weight: normal; 
}

tr.badge img {
	float: left;
}

tr.badge ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

tr.badge ul li {
	float: right;
}

tr.badge input.badgeLink {
	border: 1px solid #52909d;
	width: 300px;
	margin: 2px;
	padding: 2px 1px;
	font-size: 85%;
}

#no-results {
	text-align: center;
}

#chartControls a.selected {
	font-weight: bold;
}

.flash-replaced .alt,
.chartExtras {
	display: none;
}

/* fix IE peekaboo bug */
#dOpenTab, #dMainSection {
	display: inline-block;
}

/* fix IE double floated margin bug */
#nav li, #dBanner {
	display: inline;
}

