﻿.formscontainer
{
	display: block;
	float: left;
	width: 724px;
	font-size: 10px;
	background-color: #FAFAFA;
	border: 1px solid #ADC2D6;
	padding: 7px;
	margin-top: 17px;
	margin-bottom: 17px;
}

#loginbox .defTxtBox, #searchbox .defTxtBox
{
	border: 1px solid #64493E;
	background-color: #FFFFFF;
	font-size: 1em;
}

#formscontainer .defTxtBox
{
	font-size: 1em;
	background-color: #F5F2EF;
}

.LoginBox
{
	width: 210px;
	padding: 0px 0px 0px 150px;
}

.BoxInput
{
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #ADC2D6;
	padding: 4px;
	margin-bottom: 4px;
}

.DisplayBox
{
	width: 560px;
	padding: 0px 0px 0px 150px;
}

.LabTitleBlue
{
	display: block;
	font-size: 11pt;
	color: #ffffff;
	background-color: #42438F;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	margin-top: 2px;
	text-align: center;
	font-variant: small-caps;
}

.logButton
{
	color: #42438F;
	background-color: #ffffff;
	font-size: 1.0em;
	font-family: 'Trebuchet MS';
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}


/* MENU */

/* the topbar that contains the most upper links */
.botmenu
{
	width: 550px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
}

/* the links in the topbar are an unordered list, formatted here */
.botmenu ul
{
	float: left;
}
.botmenu li
{
	list-style: none;
	display: block;
	width: auto;
	float: left;
}
.botmenu a
{
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.botmenu a:hover
{
	background: #42438F;
	color: #FFF;
}

