﻿body
{
	font-family: Century Gothic, Verdana, Segoe UI, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 8pt;
}

.page
{
	width: auto;
	margin: 0;
	border-width: 0;
}

p
{
	margin-bottom: 0em;
	line-height: 1.2em;
}

.header h1
{
	padding: 0 0 0 0.5em;
	color: #f9f9f9;
	line-height: 1.6em;
	font-size: 1.4em;
}

.title
{
	float: none;
}

.loginDisplay
{
	text-align: left;
	padding: 0 0 0.5em 10px;
	font-size: 0.8em;
}

.menu
{
	font-size: 0.9em;
}

input.textEntry
{
	width: auto;
}

input.passwordEntry
{
	border: 1px solid #ccc;
	width: auto;
}

div.accountInfo
{
	width: auto;
}
.smlLbl
{
	font-weight: bold;
	white-space: nowrap;
}
.Msg
{
	font-weight: bold; color: Blue;
}
.smlLbl80
{
	font-weight: normal;
	padding-right: 5px;
	white-space: nowrap;
	min-width: 80px;
}
.smlLbl100
{
	font-weight: normal;
	padding-right: 5px;
	white-space: nowrap;
	min-width: 100px;
}
.LeftPanel
{
	clear: both;
	vertical-align: top;
	background: #E0E0E0;
	border-bottom: 10px solid #999999;
}
button
{
	font-family: Century Gothic, Verdana, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
input
{
	font-family: Century Gothic, Verdana, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.MenuLink 
{
	font-family: Century Gothic, Verdana, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}
.LeftPanel_Short
{
	clear: both;
	vertical-align: top;
	background: #E0E0E0;
	border-bottom: 0px solid #999999;
	border: 1px solid #333333;
	min-height: 140px;
}
.LeftPanelTitle
{
	background: #726658;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-family: Century Gothic, Gill Sans MT;
	font-size: 10pt;
	font-weight: bold;
	float: right;
	padding: 2px 5px 2px 5px;
	border: 3px solid #FFF;
	border-right: 0px;
	border-top: 0px;
}
.btnSearch
{
	background: url('../images/buttons/btn_Search.png') no-repeat;
	width: 110px;
	height: 40px;
}
.btnSearch:hover
{
	background: url('../images/buttons/btn_Search_hover.png') no-repeat;
}
