﻿
BODY
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

.Error
{
	color: #FF0000;
}

.Button
{
	font-family: Arial;
	width: 90px;
}

.Popup
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 500000;
}

.PopupHeader
{
	background-color: #C0C0C0;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 500000;
	font-weight: bold;
}
.PopupPanel
{
	border: 3px solid #663300;
	height:700px;
	overflow:auto;
	background-color: White;
}

.SurveyPanel
{
	border: 3px solid #663300;
	background-color: White;
}

.hidden
{
	display: none;
}
.editForm
{
	font-family: 'Segoe UI' , Arial, Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.header
{
	padding: 17px 0 10px 20px;
	background: #f6f7f9;
	border-bottom: solid 1px #d5d5d5;
	color: #0066cc;
	font-size: 17px;
}

.title
{
	color: #000066;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: solid 1px #d5d5d5;
}
.footer
{
	padding: 7px 0px 13px 0px;
	background: #edfbfe;
	border-top: solid 1px #93b0c2;
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.content
{
	padding: 17px 0 10px 20px;
}


.progress
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
}
.progressInner
{
	position: fixed;
	margin-left: -125px;
	margin-top: -50px;
	top: 50%;
	left: 50%;
	padding-top: 50px;
	width: 250px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	z-index: 600;
	border: 1px solid #000080;
	font-size: large;
	font-weight: bold;
	background-color: white;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	color: #000080;
}
.LoginScreen
{
	border: thin groove #D5D4D4;
	width: 800px;
}
.subtitletop
{
	color: #000066;
	font-size: 11pt;
	border-bottom: solid 1px #d5d5d5;
}

.subtitlebottom
{
	color: #000066;
	font-size: 10pt;
}
.lnkNoUnderline
{
	text-decoration: none;
	color: #000000;
}

