﻿body, html, form
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 9pt;
}

#container
{
	text-align: center;
}

#header
{
	color: #fff;
	/*height: 54px;*/
	width: 830px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	/*border-bottom: solid 1px #eee;*/
	/*background-color: #eee;*/
	/*padding: 5px;*/
	text-align: left;
	vertical-align: middle;
}

.appTitle
{
	text-align: left;
	font-size: 17pt;
}

#footer
{
	background-color: #eee;
	font-size: 8pt;
	font-weight: normal;
	width: 820px;
	border: solid 1px #eee;
	padding: 5px;
}

#logosBottom
{
	border: solid 1px #eee;
	width: 820px;
	padding: 5px;
}

#logosSide
{
	padding-top: 250px;
	text-align: left;
}

#body
{
	padding: 5px;
	width: 820px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	height: 500px;
	overflow: visible;
}

#leftNav
{
	width: 100px;
	padding-left: 10px;
	text-align: left;
}

.navItem
{
	line-height: 1.5em;
	text-align: left;
}

#content
{
	overflow: auto;
	text-align: left;
}

.logo
{
	/* background-color: #3399cc; */
}

a
{
	color: #3399cc;
}

a:hover
{
	text-decoration: none;
	color: #3399cc;
}

img.floatLeft
{
	float: left;
	margin: 4px;
}

img.floatRight
{
	float: right;
	margin: 4px;
}

.mainTitle
{
	color: #3399cc;
	font-size: 11pt;
	font-weight: bold;
}

.subTitle
{
	font-size: 11pt;
	font-style: italic;
}

.labelHeader
{
	font-weight: bold;
}

.labelData
{
}

.hidden
{
	display: none;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.WaitText
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 14pt;
}
