﻿body
{
    font-family: Verdana;
    font-size: 9.5pt;
    background-color: #EAEAEA;
}


/* Layout Table */

.layouttable
{
    border: 1px solid #683838;
    margin: 0 auto;
    background-color: #fff;
}

.layouttable td.topimage
{
    background: #7B5D36 url(/images/design/header.jpg); /*background: #A48F73 url(/images/design/header.jpg);*/
    border-right: 1px solid #683838;
    background-repeat: no-repeat;
    vertical-align: top;
    height: 166px;
    text-align: right;
}
.layouttable td.topimage a
{
    color: white;
}

.layouttable td.tdsitemenu
{
    background-image: url(/images/design/menu-bg.jpg);
    background-repeat: repeat-x;
    height: 42px;
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
}


.layouttable td.content div.searchbar
{
    float: right;
    text-align: right;
    white-space: nowrap;
}

.layouttable td.adminnavigation
{
    background: url(/images/design/menu-admin-bg.gif) repeat-x;
}


td
{
    vertical-align: top;
}
/*
.layouttable td.navigation
{
	font-size: 10.5pt;
	background-color: #B8AC84;
	border-right: 2px solid #1B2D41;
	font-family: "Book Antiqua" , Georgia, "Times New Roman";
	padding-left: 6px;
	white-space: nowrap;
	width: 150px;
}

.layouttable td.navigation div.padding
{
	padding-top: 4px;
}

.layouttable td.navigation a
{
	color: Black;
	text-decoration: none;
}

.layouttable td.navigation a:hover
{
	color: #555555;
}
*/
.layouttable td.content
{
    text-align: left;
    padding: 10px;
    height: 400px;
}
/*
.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;
}

.layouttable td.sidebar a
{
	text-decoration: none;
}
*/
.layouttable td.footer
{
    padding: 5pt;
    border-top: 1px solid silver;
    font-size: 8pt;
    text-align: center;
}

div.footer
{
    padding-top: 5pt;
    font-size: 7.5pt;
    text-align: center;
    color: #7B7B7B;
}

div.footer a
{
    color: #616161;
}


/* Form Table */

.formtable
{
    text-align: left;
    background-color: #fff;
}

.formtable th
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    padding-bottom: 3px;
    font-size: 12pt;
    font-weight: normal;
    border-bottom: 1px solid silver;
    text-align: left;
}

/*.formtable td
{
	vertical-align: top;
}*/


/* Tree Navigation */

div.treenavigation
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 10.5pt;
    border: 1px solid silver;
    width: 225px;
    margin: 10px 10px 10px 0;
    float: left;
    padding: 3px;
    overflow: hidden;
    /*background-color: #FAFAFA;*/
    background: url('/images/design/tree-navigation-background.jpg') left top;
}

div.treenavigation h3
{
}

div.treenavigation a
{
    /*color: #333333;*/
    color: black;
}

div.treenavigation a:hover
{
    text-decoration: underline;
}

div.treenavigation .current-link
{
    font-weight: bold;
    text-decoration: underline;
    color: #7E2A2A;
}

div.treenavigation a:active
{
}

/* Text Styles */

h1
{
    font-size: 15pt;
    font-weight: normal;
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
}

h2
{
    font-size: 13pt;
    font-weight: bold;
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
}

h2.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
    font-weight: normal;
}

h3
{
    font-size: 12pt;
    font-weight: normal;
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
}

h3.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

.centered
{
    margin: 0 auto;
}

.dimmed
{
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
}


/* A-Href */
a img
{
    border: none;
}

/* GridView Skins */
/* These are for use with the form tables */

.GridHeader th
{
    font-size: 10pt !important;
    font-family: Verdana !important;
    font-style: normal !important;
    text-align: left;
}

th.headerright
{
    text-align: right;
}

.TinyGridHeader th
{
    font-size: 8pt !important;
    font-family: Verdana !important;
    font-style: normal !important;
}


/* ValidatorCalloutExtender */

.highlight
{
    background-color: #fffacd;
}


/* ASP.Net Menu Control */
/*
.DynamicMenu
{
	border: 2px solid #1B2D41;
	z-index: 1;
}

.DynamicMenuItem
{
	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;
}

.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/icons/star-filled.png);
}

.emptyRatingStar
{
    background-image: url(/images/icons/star-empty.png);
}

.savedRatingStar
{
    background-image: url(/images/icons/star-saved.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;
}
