﻿/* Defaults */

html
{
    height: 100%;
    margin-bottom: 0.0625em;
}


body
{
    font-family: Arial, Sans-Serif;
    font-size: 0.8125em;
    color: #444444;
    text-align: left;
    margin-left: 0.1875em;
    margin-top: 0em;
}

img
{
    border: none;
    border-width: 0em;
}

table.center
{
    margin-top: 0em;
    margin-left: auto;
    margin-right: auto;
}


td
{
    vertical-align: top;
    text-align: left;
}

.title
{
    color: #465E71;
    font-size: 1.375em;
    font-weight: bold;
    font-family: Tahoma, Arial, Sans-Serif;
    display: block;
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
}

.subtitle
{
    color: #3E7B99; /* blue */
    font-size: 1.125em;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    display: block;
    padding-top: 0.3125em;
    padding-bottom: 0.125em;
}

.field
{
    font-weight: bold;
    color: #465E71 !important;
    font-size: 12px !important;
}

a
{
    color: #0e4c7c;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a.newsLink
{
    text-decoration: none;
}

a.newsLink:hover
{
    text-decoration: underline;
}

a.readMoreLink
{
    text-decoration: none;
    background-image: url('../../images/arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

a.readMoreLink:hover
{
    text-decoration: underline;
}

.red
{
    color: #b21f17 !important;
}

.green
{
    color: #475936 !important;
}

.blue
{
    color: #0e4c7c !important;
}

a.footerLink
{
    color: #444444;
}

a.footerLink:hover
{
    color: #0e4c7c;
}

.caption, .bottomOfPage
{
    color: #666666;
    font-size: 0.875em;
}

ul
{
    list-style-position: outside;
    list-style-type: disc;
}

li
{
    padding-bottom: 0.25em;
}

.ResourceTab, .ResourceTabSelected, .ResourceTabHovered
{
    margin-left: 10px;
    background-image: url('../../images/resourceTab.jpg') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: left top !important;
    height: 30px;
    width: 215px;
    padding-top: 8px;
    padding-left: 20px !important;
    text-decoration: none;
}

.ResourceTabSelected
{
    font-weight: bold !important;
}

.ResourceTabHovered
{
    color: #456FB4 !important;
}

/* Advertisement */

.advertisement
{
    height: 94px;
    width: 203px; /*border: solid 0.0625em #cccccc;*/
    padding: 4px 2px 2px 4px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.advertisement:hover
{
    background-color: #cccccc;
}

.advertisement img
{
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 91px; /*border: solid 0.0625em #dddddd;*/
}

.RadMenu a.rmLink
{
    cursor: pointer !important;
}

.RadMenu_Menu
{
    width: 142px !important;
    text-align: center !important;
}

/*
 Rad Message Box Customization
*/
.Success
{
    background: url('../../images/suc.png') no-repeat left center !important;
}

.Attention
{
    background: url('../../images/att.png') no-repeat left center !important;
}

.Info
{
    background: url('../../images/inf.png') no-repeat left center !important;
}

.Error
{
    background: url('../../images/err.png') no-repeat left center !important;
}

.radalert
{
    background: none !important;
}

div.floating-menu
{
    position: fixed;
    background: #ffffff;
    border: 0.0625em solid #ffcc00;
    z-index: 1000;
}

.programDirectoryHeading
{
    font-weight: bold;
    background-color: #5A7892;
    color: #FFFFFF;
}

/* NEW */
.paddingBottom
{
    margin-bottom: 10px !important;
    display: inline;
}

fieldset
{
    padding: 0.5em;
}

legend
{
    color: #0e4c7c;
    font-style: italic;
}

.bannerContainer
{
    width: 700px;
    height: 79px;
    border: solid 0.0625em #cccccc;
}

.pageBanner
{
    width: 700px;
    height: 79px;
    border: solid 0.0625em #cccccc;
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.bannerText
{
    text-align: center;
    margin-left: 477px;
    margin-right: 2px;
    width: 216px;
    vertical-align: middle;
    color: #0e4c7c; /* blue */
    font-weight: bold;
    font-size: 23px;
}

/* Dynamic page content container */
.pageContent
{
    padding-left: 0px;
    padding-right: 25px;
}

/* Tab Style */
.RadTabStrip_WebBlue .rtsTxt
{
    font-weight: bold;
}

.RadTabStripVertical .rtsLink
{
    text-align: left !important;
}

.RadTabStripVertical .rtsImg
{
    margin-left: -0.125em;
    margin-top: 0.125em !important;
    padding-right: 0.625em;
}

/* Ad Block buttons */
.adBlockButton
{
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-top: 6px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-position: 0 0;
}

.adBlockButton:hover
{
    color: #3D8734;
}

.adBlockButton
{
    background: url('../../Images/ad_block_no.png') no-repeat;
}

.btnHighlight
{
    color: #000000 !important;
}

/* Disclaimer style */
.pageUpdated
{
    font-style: italic;
    text-align: right;
}

.bottomOfPage
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
    width: 85%;
    text-align: center;
    bottom: 0px;
}


div.rsApt, div.rsAptOut, div.rsAptMid, div.rsAptIn, div.rsAptContent
{
    background-image: none !important;
}
