﻿body
{
    font-family: Verdana;
    font-size: 10pt;
}


/* Layout Table */

.layouttable
{
    border: 1px solid #683838;
    margin: 0 auto;
    background-color: #fff;
}

.layouttable td.topimage
{
    background: #7B5D36 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: #E0E0E0 url(/images/design/menu-admin-bg.gif) repeat-x;
}

.layouttable td.content
{
    text-align: left;
    padding: 10px 15px 15px 15px;
    height: 400px;
}

.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;
}

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: 5px 15px 10px 0;
    float: left;
    padding: 3px;
    overflow: hidden;
    background: url('/images/design/tree-navigation-background.jpg') left top;
}

div.treenavigation h3
{
}

div.treenavigation a
{
    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";
    margin-top: 20px;
}

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;
}


/* Hyperlink Styles */

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.cms a
{
    text-decoration: underline;
}

a img
{
    border: none;
}


/* GridView */

.gridview th
{
    font-size: 10pt !important;
    font-family: Verdana !important;
    font-style: normal !important;
    text-align: left;
}


/* This is for adding clickable highlighting capability to the rows of a GridView */
.highlighted td
{
    background-color: lightblue !important;
}


/* 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: highlight;
    color: black;
    padding: 1px;
    cursor: default;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}


/* 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;
}


/* 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);
}


/* CKEditor */

#spellads, #scayt_banner_close
{
    display: none !important;
}

