﻿body
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: small;
	background-color: #575757;
}

#footer
{
	font-weight: bold;
	font-size: xx-small;
}

.whiteBackground
{
	background-color: White;
}

.logoBackground
{
	float:left;
	width: 100px;
	margin-right: 10px;
	margin-top: 3px;
}

.exampleItem
{
	clear: both;
	min-height: 75px;
	margin-top: 20px;
}

.watermark
{
	background-color: #FFFFE1;
}

a:link, a:visited, a:active 
{
	color: Blue;
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
	color: Red;
}

.whiteLink a:link
{
	text-decoration: none;
	color: White;
}

.whiteLink a:visited
{
	text-decoration: none;
	color: White;
}

.whiteLink a:active 
{
	text-decoration: underline;
	color: White;
}

.whiteLink a:hover
{
	text-decoration: underline;
	color: White;
}

.blackLink a:link
{
	text-decoration: none;
	color: Black;
}

.blackLink a:visited
{
	text-decoration: none;
	color: Black;
}

.blackLink a:active 
{
	text-decoration: none;
	color: Red;
}

.blackLink a:hover
{
	text-decoration: none;
	color: Red;
}

.deadLink a
{
	text-decoration: none;
	color: Black;
}

.fixed
{
	font-family: Courier New, Courier;
}

.bold
{
	font-weight: bold;
}

.black
{
	color: Black;
}

.white
{
	color: White;
}

.blue
{
	color: Blue;
}

.blueHeader
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #6699CC;
}

.xxsmall
{
	font-size: .65em;
}

.xsmall
{
	font-size: .75em;
}

.small
{
	font-size: .85em;
}

.medium
{
	font-size: .9em;
}

.large
{
	font-size: 1em;
}

.xlarge
{
	font-size: 1.1em;
}

.xxlarge
{
	font-size: 1.2em;
}

.stress
{
	font-weight: bold;
}

.accent
{
	font-style: italic;
}

.emphasis
{
	font-style: italic;
	font-weight: bold;
}

.center
{
	text-align: center;
}

.top
{
	vertical-align: text-top;
}

.gridPadding td
{
	padding-left: 5px;
	padding-right: 5px;
}

.fieldPadding td
{
	padding: 5px;
}

.collapseTable td
{
	padding: 0;
}

.formTable
{
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.formTable td
{
	border: solid 1px #6699CC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.blackFormTable
{
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.blackFormTable td
{
	border: solid 1px black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.receiptTable
{
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.receiptTable td
{
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.numericTextBox
{
	text-align: right;
}

.readOnlyDiv
{
	background-color: #FAFAFA;
	padding: 5px;
	border: inset 2px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.wizard, 
.whiz
{
	background-color: #FFFFFF;
	border: solid 1px #6699CC;
	overflow: hidden;
}

.wizard table, 
.whiz table
{
	width: 100%;
	border-collapse: collapse;
}

.wizard table table th,
.whiz th
{
	color: White;
	font-size: larger;
	font-variant: small-caps;
	background-color: #6699CC;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
}

.wizard table table td,
.whiz td
{
	padding-left: 10px;
	padding-right: 10px;
}

.wizard input[type="text"], 
.wizard input[type="password"]
{
	width: 16em;
}

.wizard select
{
	width: 16.5em;
}

.whiz input[type="text"], 
.whiz input[type="password"], 
.whiz input[type="file"], 
.whiz select, 
.whiz textarea
{
	width: 100%;
}

.wizardHeader,
.whizHeader
{
	color: White;
	font-variant: small-caps;
	background-color: #6699CC;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
	overflow: hidden;
}

.whizBottom
{
	border-bottom: solid 1px Black;
}

.whizTop
{
	border-top: solid 1px Black;
}

.noTopBorder
{
	border-top: none;
}

.noBottomBorder
{
	border-bottom: none;
}

.bodyPanel
{
}

.lowerBodyPanel
{
	padding-right: 15px;
}

h2,
.bodyPanelHeader
{
	font-weight: bold;
	font-size: x-large;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
}

.bodyPanelContent
{
	padding: 10px;
	padding-right: 15px;
	text-align: justify;
}

.bodyPanelFooter
{
	text-align: center;
}

.sectionHeader
{
	font-weight: bold;
	font-size: larger;
	margin-top: 15px;
}

.lexicon a
{
	cursor: help;
	text-decoration: underline;
}

.lexicon a:hover
{
	color: Purple;
}

.showPointer
{
	cursor: pointer;
}

.buttonBorder a
{
    border: 2px solid Transparent;
}	

.buttonBorder a:hover
{
    border-left: 2px solid ButtonFace;
    border-top: 2px solid ButtonFace;
    border-right: 2px solid ButtonShadow;
    border-bottom: 2px solid ButtonShadow;
}	

.buttonBorder a:active
{
    border-left: 2px solid ButtonShadow;
    border-top: 2px solid ButtonShadow;
    border-right: 2px solid ButtonFace;
    border-bottom: 2px solid ButtonFace;
}	

.textPanel
{
	border: solid 1px #2F4F4F;
	background-color: White;
	padding: 10px;
	text-align: justify;
}

