﻿@import "../Admin/Editor.css";

/*
 * classes that override DNN standard classes
 */

.NormalTextBox, .Interior_SearchBox
{
    font-weight: normal;
    font-size: 7.5pt;
    color: #676765;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
}

.Normal, body, td
{
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
}

/* hack to make sure TDs dont inherit alignment from containing divs in IE */
td { text-align: left; }
td[align="left"], td[align="Left"], td[align="LEFT"] { text-align: left; }
td[align="right"], td[align="Right"], td[align="RIGHT"] { text-align: right; }
td[align="center"], td[align="Center"], td[align="CENTER"] { text-align: center; }
td[align="justify"], td[align="Justify"], td[align="JUSTIFY"] { text-align: justify; }

.Head
{
    font-weight: bold;
    font-size: 13pt;
    color: #6f1c26;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
}

p
{
    margin-bottom: 0px;
}

a, a:hover 
{
    color: #336699;
}

a 
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline
}

.Normal a,
.Normal a:hover,
.Normal a:visited,
.Normal a:active
{
    color: #336699;
    font-weight: normal;
    text-decoration: none;
}

.Normal a:hover
{
    text-decoration: underline;
}

/*
 * other fonts
 */
.sectionTitle
{
    font-weight: bold;
    font-size: 11pt;
    color: #48501d;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
}
    
.pageLinks
{
    font-weight: normal;
    font-size: 7.5pt;
    color: #134b7a;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    text-decoration: none;
}

.HotLinks, .HotLinks td
{
    FONT-SIZE: 7.5pt;
    COLOR: #17467a;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: none
}

.HotLinks a:hover, .HotLinks td a:hover
{
    FONT-SIZE: 7.5pt;
    COLOR: #17467a;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    text-decoration: underline;
}

/*
 * site structural CSS
 */ 
a img
{
    border: 0;
}
 
body 
{
    background-color: #EEF3D5;
    min-width: 1024px;
}

.ClearBoth 
{
    clear: both;
    font-size: 1px;
}

/* teaser module */
div.TeaserTitleAreaTwoColumn
{
    float: left;
    clear: left;
    width: 150px;
    margin-bottom: 20px;
}

div.TeaserAreaTwoColumn
{
    display: inline-block;
    margin-bottom: 20px;
}

/* header */
div.LogoIcon {
    width: 130px;
    height: 94px;
    
    background-color: Purple;
    float: left;
    
    margin: 0;
}

div.TopBarBkg
{
    background-image: url(gfx/header_img_bkgrnd.gif);
    background-position: top right;
    background-repeat: no-repeat;
}    

div.TopBar {
    height: 74px;
}

div.TopBarBanner
{
    width: 400px;
    height: 74px;
    float:left;
}

div.TopBarDropdown
{
    text-align: center;
    padding-top: 24px;
}

div.TopMenuSectionBkg
{
    background-color: #445A6F;
}

div.TopMenuSection 
{
    height: 20px;
}

div.ContentZone
{
    clear: both;
    margin: 8px 12px 8px 12px;
    
    background-color: White;
    border: 1px solid #48501D;
    
    min-height: 375px;
}

div.FooterArea
{
    background-color: #445A6F;
    
    font-weight: normal;
    font-size: 7.5pt;
    line-height: 10.0pt;
    color: #feffff;
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
    
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 40px;
    padding-right: 40px;
    
    text-align: center;
    
    clear: both;
}    
    
/* min-height for IE */
* html div.ContentZone
{
    height: 375px;
}

div.Center
{
    margin: 0 auto;
}

div.Dotted
{
    background-image:url(gfx/dashed_bkgrnd.gif);
    background-repeat: repeat-x;
    height: 11px;
    display: inline-block; /*haslayout for ie*/
}