﻿body
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
}


/* Layout Table */

.layouttable
{
    margin: 0 auto;
    width: 800px;
}

.layouttable td.navigation
{
    /*letter-spacing: .5px;     line-height: 15pt;     vertical-align: top;*/
    width: 150px; /*text-align: right;*/
    padding-left: 10px;
    border-left: 1px solid silver;
    font-size: 9pt;
    height: 400px;
}

/*.layouttable td.navigation div.padding
{
    padding-top: 4px;
    white-space: nowrap;
    clear: both;
}*/

.layouttable td.navigation div.navigation-upper a
{
    color: #666666;
    font-size: 9pt;
    text-decoration: none;
    letter-spacing: .5px;
    font-weight: bold;
}

.layouttable td.navigation div.navigation-upper a:hover
{
    color: #000000;
}

.layouttable td.navigation div.navigation-upper a:visited
{
    color: #666666;
    font-size: 9pt;
    text-decoration: none;
    letter-spacing: .5px;
    font-weight: bold;
}

.layouttable td.content
{
    text-align: left;
    padding-right: 10px;
    width: 650px;
}

.layouttable td.content p
{
    margin-top: 0;
    padding-top: 0;
}

.layouttable td.footer
{
    padding-top: 10pt;
}

.layouttable td.footer a
{
    color: #990000;
}

td
{
    vertical-align: top;
}


/* Form Table */

.formtable th
{
    padding-bottom: 3px;
    font-size: 10.5pt;
    border-bottom: 1px solid silver;
    text-align: left;
}


/* Image Grid */
/* used on /reformationresources */

.image-grid {
    padding: 0;
    list-style: none;
    margin: 20px auto 0;
}

.image-grid li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 3px 6px 3px;
    min-height: 250px;
}

.image-grid li img {
    border: 1px solid gray;
}


/* GridView Styles */

.GridHeader th
{
    text-align: left;
}


/* Text Styles */

h1
{
    font-size: 13pt;
    margin-top: 0;
}

h2
{
    font-size: 10.5pt;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 20px;
}

h2.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

h2 div.dimmed, h2 span.dimmed
{
    font-family: Arial, Helvetica;
    font-style: normal;
    font-weight: normal;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 3px;
}

.centered
{
    margin: 0 auto;
}

.dimmed
{
    font-size: 8pt;
    color: Gray;
}

img
{
    border: none;
}

a img
{
    border: none;
}


/* A-Href */

a
{
    color: #990000;
    text-decoration: none;
}

a:visited
{
    color: #666666;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}


/* ValidatorCalloutExtender */

.highlight
{
    background-color: #fffacd;
}


/* 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;
    padding-left: 0;
    margin-left: 0;
}

.autocomplete_highlightedListItem
{
    /*background-color: #B3BEDB;*/
    background-color: #8DC6FF; /*background-color: highlight;*/
    color: black;
    padding: 1px;
    cursor: default;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}


/* 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);
}


/* Modal Popup */

.modalBackgroundFilter
{
    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;
}
            
.modalContent
{
    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;
}

/* RSS */

.feed
{
    padding: 1px 0 0 19px;
    background: url("/images/rss-14x14.png") no-repeat 0 50%;
    vertical-align: middle;
}


/* CKEditor */

#spellads, #scayt_banner_close
{
    display: none !important;
}