﻿body
{
    font-family: Verdana;
    font-size: 9.5pt;
}


/* Layout Table */

.layouttable
{
    border: 1px solid #000000;
    margin: 0 auto;
    background-color: #fff;
}

.layouttable td.navigation
{
    font-size: 10.5pt;
    background-color: #B8AC84;
    border-right: 1px solid #1B2D41;
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    padding-left: 6px; /*padding-right: 4px;*/
    white-space: nowrap;
    width: 150px;
}

.layouttable td.navigation div.padding
{
    padding-top: 4px;
    white-space: nowrap;
    padding-right: 3px;
}

.layouttable td.navigation a
{
    color: Black;
    text-decoration: none;
}

.layouttable td.navigation a:hover
{
    color: #555555;
}

.layouttable td.content
{
    text-align: left;
    padding: 10px;
}

.layouttable td.content p
{
    text-align: justify;
}

.layouttable td.vertical-line
{
    background-image: url(/images/line.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

.layouttable td.sidebar
{
    font-size: 8pt;
    padding: 5px;
}

.layouttable td.sidebar ul
{
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.layouttable td.sidebar a
{
    text-decoration: none;
}

.layouttable td.footer
{
    padding: 10pt;
    border-top: 1px solid silver;
    font-size: 8pt;
    text-align: center;
}



/* Form Table */

.formtable
{
    text-align: left;
    background-color: #fff;
}

.formtable th
{
    padding-bottom: 3px;
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    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;
}


/* Content Table */

.contenttable
{
    text-align: left;
    background-color: #fff;
    margin: 0 auto;
    width: 90%;
}

.contenttable th
{
    padding-bottom: 5px;
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 11.5pt;
    font-style: italic;
    border-bottom: 1px solid silver;
}


.contenttable td
{
    padding: 5px;
}


/* Text Styles */

h1
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 13.5pt;
    margin: 0px;
    font-style: italic;
}

h1.border
{
    border-bottom: 1px solid silver;
}

h2
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 11.5pt;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 20px;
}

h2.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

h3
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 3px;
    margin-top: 20px;
}

h3.border
{
    padding-bottom: 1px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

.centered
{
    margin: 0 auto;
}

div.border
{
    margin-top: 20px;
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
}

.dimmed
{
    font-family: Verdana;
    font-style: normal;
    font-size: 8pt;
    color: Gray;
    font-weight: normal;
}


/* A-Href */

a
{
    color: #3D6693;
}

a:visited
{
    color: #2D62B4;
}

a:hover
{
    color: #77A5F1;
}

a img
{
    border: none;
}


/* GridView Skins */
/* These are for use with the form tables */

.GridHeader th
{
    /*font-size: 10pt; Removed for the maintenance screen*/
    font-family: Verdana;
    font-style: normal;
    text-align: left;
}

.GridHeader th a
{
    text-decoration: none;
}

.TinyGridHeader th
{
    font-size: 8pt;
    font-family: Verdana;
    font-style: normal;
    text-align: left;
}


/* PrintGrid Skins */
/* These are for gridview controls on printable pages */

.PrintGridRow
{
    padding: 0px;
    font-size: 7pt;
}


/* This is for adding clickable highlighting capability to the rows of a GridView */
.highlighted td
{
    background-color: lightblue !important;
}


/* ValidatorCalloutExtender */

.highlight
{
    background-color: #fffacd;
}


/* Feedback */

div.thumbup
{
    border: 1px solid silver;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('/images/icons/thumb-up-green.png') no-repeat top;
}

div.thumbupregular
{
    width: 20px;
    height: 20px;
    background: url('/images/icons/thumb-up-gray.png') no-repeat top;
}

div.thumbupregular:hover
{
    background: none;
}

div.thumbdown
{
    border: 1px solid silver;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('/images/icons/thumb-down-red.png') no-repeat top;
}

div.thumbdownregular
{
    width: 20px;
    height: 20px;
    background: url('/images/icons/thumb-down-gray.png') no-repeat top;
}

div.thumbdownregular:hover
{
    background: none;
}


/* ASP.Net Menu Control */
/*
.DynamicMenu
{
	border: 2px solid #1B2D41;
	z-index: 1;
}

.DynamicMenuItem td
{
	background-color: #C4B690;
	padding: 2px 5px 2px 5px;
}
*/

/* HoverMenuExtender */

.HoverMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8; /*	opacity:.9; 	filter: alpha(opacity=90);*/
    border: 1px solid black;
    width: 170px;
}

.HoverMenu div
{
    padding: 4px;
}


/* 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;
}


/*Modal Popup*/
.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.modalPopup
{
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: silver;
    padding: 10px;
    width: 400px;
}


/* Rating */

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(/images/star-filled.png);
}

.emptyRatingStar
{
    background-image: url(/images/star-empty.png);
}

.savedRatingStar
{
    background-image: url(/images/star-saved.png);
}

.savedRatingStar50
{
    background-image: url(/images/star-saved-50.png);
}


/* MasterPage UpdateProgress */

.progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=25);
    opacity: 0.25;
    z-index: 1000;
}

.processMessage
{
    position: fixed;
    top: 35%;
    left: 35%;
    padding: 20px;
    width: 30%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000000;
    text-align: center;
    font-size: 14px;
    font-family: Verdana;
}
