﻿body
{
    /*font-family: Georgia, Times New Roman;*/
    font-size: 11pt;
    background-color: #658152;
}


/* Layout Table */

.layouttable
{
    border: 2px solid #84683F;
    margin: 0 auto;
    background-color: #fff;
    width: 900px;
}

.layouttable td.navigation
{
    font-size: 10.5pt;
    background-color: #FFE494;
    background-image: url(/images/design/navigation.jpg);
    background-repeat: no-repeat;
    background-position: top; /*border-right: 1px solid black;*/
    font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman;
    white-space: nowrap;
    width: 150px;
    padding-top: 70px;
}

.layouttable td.navigation div.padding
{
    padding-left: 6px;
    padding-top: 3px;
    clear: both;
}

.layouttable td.navigation div a
{
    text-decoration: none;
    color: #000000;
}

.layouttable td.content
{
    padding: 10px 10px 10px 10px;
    height: 500px;
    border-left: 1px solid #B18045;
    border-top: 1px solid #B18045;
}

.layouttable td.footer
{
    border-left: 1px solid #B18045;
    padding: 0 10px 15px 10px;
    text-align: center;
    font-size: 8pt;
}


/* Form Table */

.formtable
{
    text-align: left;
    background-color: #fff;
}

.formtable th
{
    padding-bottom: 3px;
    /*font-family: Verdana, Tahoma, Arial;*/
    font-size: 11.5pt; /*font-style: italic;*/
    border-bottom: 1px solid silver;
    text-align: left;
}

td
{
    vertical-align: top;
}

.formtable td.border
{
    border-bottom: 1px solid silver;
}


/* Text Styles */

h1
{
    font-size: 14pt;
    font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman;
}

h2
{
    font-size: 12pt;
    font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman;
}

h2.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

h3
{
    font-size: 11pt;
    font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman;
}

.centered
{
    margin: 0 auto;
}

table.GridHeader th
{
    text-align: left;
}

.dimmed
{
    font-size: 8pt;
    color: Gray;
}

td
{
    vertical-align: top;
}

/* ValidatorCalloutExtender */

.highlight
{
    background-color: #fffacd;
}


/* TextBoxWatermarkExtender */

.watermark
{
    color: Gray;
}


/* AutoCompleteExtender */

/*.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: window;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: scroll;
	font-size: 8pt;
	white-space: nowrap;
	height: 250px;
	text-align: left;
	list-style-type: none;
}

.autocomplete_highlightedListItem
{
	background-color: #B3BEDB;
	color: black;
	padding: 1px;
	cursor: default;
}

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}*/


.autocomplete_completionListElement
{
    visibility: hidden; /*margin: 0px !important;*/
    background-color: window;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: scroll;
    font-size: 8pt;
    white-space: nowrap; /*height: 250px;*/
    text-align: left;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.autocomplete_highlightedListItem
{
    /*background-color: #B3BEDB;*/
    background-color: highlight;
    color: black;
    padding: 1px;
    cursor: default;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}


