﻿html, body
{
    margin: 0 0 0 0;
    background-color: White;
    padding: 0 0 0 0;
    font-family: Tahoma, Georgia, Verdana, Times New Roman, Arial;
    font-size: 11px;
}

.MenuSection
{
    text-align: center;
    vertical-align: middle;
    background-color: #F1F1F1;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    white-space: nowrap;
}

/* Start Menu styles*/
.staticSelectedStyle
{
    font-size: 13px;
    font-weight: bold;
    color: #000099;
    text-align: center;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
}

.StaticMenuItemStyle
{
    font-size: 13px;
    font-weight: bold;
    color: #000099;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    padding: 4px 5px 4px 5px;
}

.StaticHoverStyle
{
    font-size: 13px;
    font-weight: bold;
    color: #000099;
    text-align: center;
    border: solid 1px #999999;
    padding: 3px 4px 3px 4px;
    vertical-align: middle;
    background-color: #CCCCCC;
}

.StaticMenuStyle
{
    font-size: 13px;
    font-weight: bold;
    color: #000099;
}

.DynamicMenuItemStyle
{
    width: 100%;
    font-size: 13px;
}
/* End Menu styles*/

.LogoDate
{
    vertical-align: top;
    text-align: right;
    padding: 3 10 3 0;
    color: #0068AD;
    font-size: 12px;
}

.BottomBorder
{
    border-bottom: solid 2px #999999;
}

.SectionHeader
{
    text-align: left;
    color: #FFFFFF;
    background-color: #388FC9;
    border-bottom: solid 2px #999999;
    padding: 3 5 3 5;
    font-weight: bold;
    font-family: Tahoma, Georgia, Verdana;
    font-size: 12px;
}

.ButtonItem
{
    width: 120px;
    height: 19px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 3px;
    background-color: #CCCCCC;
    color: #0068AD;
    cursor: hand;
}
.ButtonItemStyle
{
    width: 120px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 3px;
    background-color: #CCCCCC;
    color: #0068AD;
    cursor: hand;
}
.ButtonItemStyleLong
{
    width: 200px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 3px;
    background-color: #CCCCCC;
    color: #0068AD;
    cursor: hand;
}
.LoginCtrl
{
    background-color: #F1F1F1;
    padding: 1 2 2 2;
}

.ContentSection
{
    background-color: #FEFEFF;
    height: 100%;
    border: solid 1px #F1F1F1;
    font-size: 8px;
    text-align: left;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}

.SearchSection
{
    background-color: #FEFEFF;
    border: solid 1px #F1F1F1;
    font-size: 8px;
    text-align: left;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}
a.CopyrightInfo
{
    text-decoration: none;
    color: White;
    font-size: 11px;
    color: White;
    font-weight: bold;
}

td.Copyright
{
    text-align: center;
    vertical-align: middle;
    padding: 0 10 0 5;
    font-size: 11px;
    background-color: #388FC9;
    color: White;
    font-weight: bold;
    height: 23px;
}

a.all:link
{
    text-decoration: none;
}
a.all
{
    color: #0068AD;
    text-decoration: none;
}
a.all:hover
{
    color: navy;
}
a.all:visited
{
    color: #0068AD;
}
.ContentTitle
{
    color: #003399;
    font-weight: bold;
    font-family: Tahoma, Georgia, Verdana;
    font-size: 14px;
}
.InstructionText
{
    color: #003399;
    font-weight: bold;
    font-family: Tahoma, Georgia, Verdana;
    font-size: 12px;
}
.failureText
{
    color: Red;
    font-size: 12px;
}
.LabelText
{
    color: #000080;
    font-size: 11px;
    font-family: Tahoma, Georgia, Verdana;
}
.LabelLayout
{
    vertical-align: middle;
    height: 12px;
}
.Image
{
    cursor: hand;
    padding-left: 3px;
    vertical-align: middle;
}
.ItemBackground
{
    background-color: #F1F1F1;
    border: 1px solid #E1E1E1;
}

.pnlCalendar
{
    z-index: 1;
    position: absolute;
}
.upText
{
    text-transform: uppercase;
}
.AccessMsg
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
/*AutoComplete flyout */

.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: #ffffff !important;
	color: #000000;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 100px;
	text-align: left;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}