﻿body
{
	background-color: #c6e8f7;
	background-image: url('../Images/grads/background.png');
	background-repeat: repeat-y;
	color: White;
	margin: 0;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
}
input, select
{
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
}
.boxes
{
	background-image: url('../Images/grads/boxHeaderBig.png');
	background-repeat: repeat-y;
	background-color: #0081cf;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#infoPopupTable a
{
	color: #06c;
}
.controlBorder
{
	border: solid 1px white;
	width: 300px;
	margin: 5px 5px 5px 5px;
	padding: 0;
	background-color: #6cbae9;
	background-image: url('../Images/grads/boxBack.png');
	background-repeat: repeat-y;
}
.controlHeader
{
	font-size: 13px;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 6px;
	color: White;
	background-color: #0096da;
	background-image: url('../Images/grads/boxHeader.png');
	background-repeat: repeat-y;
}
.controlHeaderBlack
{
	font-size: 13px;
	font-family: Trebuchet MS;
	font-weight: bold;
	padding: 4px 4px 4px 0px;
}
.measureButton
{
	color: white;
}
.resultsTable
{
	color: Black;
}
.headerRow
{
	background-color: #b2e8fa;
	font-weight: bold;
}
.headerRow td
{
	border-top: solid 0 black;
	border-left: solid 0 black;
	border-right: solid 1px black;
	border-bottom: solid 0 black;
	padding: 2px;
}
.d0
{
	background-color: #fff;
}
.d0 td
{
	border-top: solid 1px black;
	border-left: solid 0 black;
	border-right: solid 1px black;
	border-bottom: solid 0 black;
	padding: 2px;
}
.d1
{
	background-color: #b2e8fa;
}
.d1 td
{
	border-top: solid 1px black;
	border-left: solid 0 black;
	border-right: solid 1px black;
	border-bottom: solid 0 black;
	padding: 2px;
}
a
{
	color: White;
}
.bg_image
{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-repeat: repeat-y;
	z-index: 0;
}
.contents
{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}
