﻿html, body
{
	height: 100%;
	font: 12px arial, helvetica, sans-serif;
	background-color: White;
	color: Black;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

br
{
	clear: both;
}

#frmMain
{
	height: 100%;
}

form
{
	padding: 0px;
	margin: 10px 0px;
}

a
{
	
	text-decoration: underline;
}

a:hover
{
	color: #1F5394;
}

#loginOuter
{
	height: 100%;
	width: 100%;
}

#loginOuter td
{
	vertical-align: middle;
	text-align: left;
}

#loginInner
{
	margin: auto;
	border: 1px solid #1B4095;
	width: 989px;
	height: 551px;
	background:  url(images/background.gif);
	text-align: left;
}

#loginInnerAdmin
{
	margin: auto;
	border: 1px solid #1B4095;
	width: 989px;
	height: 551px;
	background: url(images/background-admin.gif);
	text-align: left;
}


#maincell
{
	background-image: url(images/background.gif);
	height: 552px;
}

#maincell #banner
{
	padding-top: 22px;
}

	

#form
{
	margin-left: 587px;
	margin-top: 260px;
	width: 370px;
	text-align: left;
}

#form #fields label
{
	float: left;
	display: block;
	width: 7em;
	margin-top: 2px;
}

#form #fields input
{
	margin: 0px 0px;
	width: 146px;
	padding: 1px;
}

#form #fields select
{
	margin: 2px 10px;
	width: 154px;
	padding: 2px;
}

#form #forgotten
{
	margin-left: 0px;
	padding-top: 2px;
	font-size: 11px;
}

#logos
{
	position: relative;
	top: 140px;
	left: 600px;
	width: 360px;
	height: 55px;
}

#copyright
{
	position: absolute;
	left: 600px;
	top: 0px;
	width: 360px;
	text-align: right;
}

.error
{
	color: #FF0000;
	font-weight: bold;
}

.bluelogintext
{
	border: none;
	background: none;
	color: #1F5394;
	font: bold 14px arial, helvetica, sans-serif;
	text-align: left;
}

.bluelogintext
{
	text-decoration: none;
}

#td a
{
	text-align: left;
}
