﻿html
{
    height: 100%;
	margin: 0;
	padding: 0;
}

body 
{
    height: 100%;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: small;
	color: Black;
	background-color: White;
	margin: 0;
	padding: 0;
}

.container 
{ 
    min-height: 100%; 
	margin: 0;
	padding: 0;
}

* html .container 
{ 
    height: 100%; 
	margin: 0;
	padding: 0;
} /* this hack used for IE because IE uses height the same way Gecko uses min-height */

h1
{
	font-size: 16px;
	margin: 0px;
}

h2
{
	font-size: 14px;
	margin: 0px;
}

.normalContent
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 12px;
	color: Black;
}

.specifications
{
    background-color: #dbe7f2;
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	padding: 1pt;
	border-style: inset;
}

.controlBox
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	border-color: #333333;
}

.controlHeader
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	background-color:#666666;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 3px;
	padding-left: 7px;
	margin: 0px;
}

.headerLabel
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

.delimiterText
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.boxedTable
{
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	background-color: #f1f1f1;
}


.headerNav
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 13px;
	font-weight: bold;
}

a.headerNav:Link { text-decoration: none; }
a.headerNav:Visited { text-decoration: none; }
a.headerNav:Active { text-decoration: none; }
a.headerNav:Hover { color: Black; text-decoration: underline; }

.productNav
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 13px;
	font-weight: normal;
}

a.productNav:Link { text-decoration: none; }
a.productNav:Visited { text-decoration: none; }
a.productNav:Active { text-decoration: none; }
a.productNav:Hover { color: Black; text-decoration: underline; }

.navFooter
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 0.75em;
	color: #666666;
	background-color: #cccccc;
	height: 1.5em;
	margin: -1.75em 0 0;
	text-align: center;
	padding-top: 0.25em;
}

.navFooterBuffer
{
    height: 1.5em;
}

a:link { color: #ff0000; text-decoration: none; }
a:visited { color: #ff0000; text-decoration: none; } 
a:active { color: #ff0000; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }


.pageEditLink
{
    display:block;
    text-align:left;
    padding-left:0.5em;
}