body, html
{
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	background-image: url(/Images/Smoke.jpg);
	background-repeat: repeat-x;*/
	background-color: #fcfcfc;
}

table, div, body, html, input, button, label
{
	font-size: 10pt;
	font-family: "Segoe UI" ,Tahoma,Verdana,Arial,Sans-Serif;
}

a, a:hover, a:visited
{
	color: #004080;
	text-decoration: none;
}

a:hover
{
	color: #c00;
	text-decoration: underline;
}

img
{
	border-width: 0px;
	padding: 0px 0px 0px 0px;
}

.resultTable
{
	width: 5%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	background-color: #ffffff;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.resultTable
{
	width: 50%;
	padding: 4px 4px 4px 4px;
}

table.results
{
	border-collapse: collapse;
	width: 1%;
	margin: 8px auto 8px auto;
	padding: 0px 0px 0px 0px;
}

table.results td
{
	border-collapse: collapse;
	font-size: 90%;
	padding: 2px 4px 2px 4px;
	white-space: pre;
}

table.results th
{
	border-collapse: collapse;
	color: #888;
	text-align: left;
	padding: 4px 4px 4px 4px;
	vertical-align: bottom;
	white-space: pre;
}
th.rowHead
{
	vertical-align: middle;
	padding: 2px 4px 2px 4px !important;
}
.headerCell
{
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	font-variant: small-caps;
	color: #aaa;
	border-bottom: 1px solid #ccc;
}

div.headerCell
{
	margin-bottom: 4px;
}

.footerCell
{
	padding: 4px 0px 0px 0px;
	text-align: left;
	font-size: 67%;
	color: #aaa;
	border-top: 1px solid #ccc;
}

div.footerCell
{
	margin-top: 8px;
}

.topBorderCell
{
	border-top: 1px solid #ccc;
}

div.topBorderCell
{
	margin-top: 8px !important;
	padding-top: 4px;
}

div.margin
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.paramsCell
{
	padding: 0px 0px 0px 0px;
}

.buttonCell
{
	padding: 0px 3px 3px 0px;
}

.padding
{
	padding: 4px 4px 4px 4px;
}

.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 4pt;
	padding-top: 1pt;
	padding-bottom: 3pt;
	background-color: #eee;
	color: #bbb !important;
}

.headerText
{
	color: #bbb !important;
}

a.headerText:hover
{
	color: #c00 !important;
}

.sideBar
{
	position: fixed;
	top: 16pt;
	left: 0px;
	width: 110pt;
	bottom: 13pt;
	overflow: auto;
	background-color: #eee;
	color: #bbb !important;
}

.sideBar a
{
	color: #bbb;
}

.sideBar a:hover
{
	color: red;
}

.mainBody
{
	position: fixed;
	top: 16pt;
	left: 0px;
	right: 0px;
	bottom: 13pt;
	overflow: auto;
	padding: 8pt 8pt 8pt 8pt;
	z-index: -1;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.footer
{
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	vertical-align: middle;
	text-align: right;
	font-size: 7pt;
	padding-right: 4pt;
	padding-bottom: 2pt;
	padding-top: 2pt;
	background-color: #eee;
	color: #bbb;
}

.footerLink, .footerLink:visited, .footerLink:hover
{
	color: #bbb;
}

.footerLink, .footerLink:visited
{
	text-decoration: none;
}

.footerLink:hover
{
	text-decoration: underline;
}

.footerText
{
}

.paramTextBox
{
	color: Black;
	width: 170px;
	text-align: left;
}

.paramsSelect
{
	color: Black;
	width: 176px;
}

.cameraButton
{
}

tr.bold td, .bold
{
	font-weight: bold;
}

tr.italic td, .italic
{
	font-style: italic;
}

.msmall
{
	font-size: 90%;
}

.small
{
	font-size: 75%;
}

.big
{
	font-size: 110%;
}

.vbig
{
	font-size: 125%;
}

.vsmall
{
	font-size: 60%;
}

.caps, .smallCaps
{
	font-variant: small-caps;
}

.black
{
	color: #000;
}

tr.grey td, .grey
{
	color: #888;
}

.lgrey
{
	color: #ccc;
}

.dgrey
{
	color: #666;
}

.red
{
	color: #c00;
}

.right
{
	text-align: right;
}

.lpad
{
	padding-left: 6pt;
}

.rpad
{
	padding-right: 6pt;
}

.dp
{
}

tr.alt td, tr.alt th
{
	background-color: #f4f4f4;
}

.topPad
{
	padding-top: 4px;
}

.right
{
	text-align: right;
}

.autoMargin
{
	margin-left: auto;
	margin-right: auto;
}

.normal
{
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

.noitalic
{
	font-style: normal !important;
}

.homeLink
{
}

@media print
{
	body, html
	{
		background-image: url(/Images/Transparent.gif) !important;
		background-color: White !important;
	}

	.noPrint
	{
		display: none !important;
	}

	.header, .footer
	{
		background-color: White !important;
		color: Gray;
	}

	.mainBody
	{
		overflow: visible;
	}
	
	.footerLink, .footerText
	{
		color: #aaa !important;
	}
}
