﻿body 
{
    margin: 0 0 0 0;
    
    font-family:Arial;
    font-size:12px;
    color:#333333;
    
    background-color:#333333;
}

.Container
{
    background-image: url("Images/Site/Background_Stripe.jpg");
    background-repeat: repeat-x;
    background-position:0px 58px;
    
    background-color:#ffffff;
}

.default_title
{
    border-bottom:SOLID 2px #999999;
    font-size:14px;
    font-weight:bold;
    color:Orange;   
}

.default_contentcell
{
    font-size:12px;
    font-weight:normal;   
    padding: 2px 2px 2px 4px;
}

.Module
{
    padding-bottom:5px;   
}

.MenuCell 
{
    background-image: url("Images/Site/Menu_Background.jpg");
    background-repeat: repeat-x;    
}

.MenuSeparator
{
    font-size:16px;
    font-weight:bold;   
}

.MenuLink
{ 
    font-weight:bold; 
    font-size:14px; 
    color:#FFFFFF; 
    text-decoration:underline; 
    padding-right:10px; 
    padding-left:10px; 
}

.MenuLink:Hover
{
    color:#000000;   
}

div.Footer 
{ 
    border-top:SOLID 5px #FF9933; 
    background-color:#333333;
    font-size:10px; 
    color:#FFFFFF;
    padding-left:10px;
}

A.Footer
{
    font-size:10px; 
    color:#FFFFFF;
    font-weight:bold;
}

.PadLeft { padding-left:10px; }
.PadBottom { padding-bottom:10px; }
.PadLight {padding:2 2 2 2;}
.ValidatorText {font-size:16px; font-weight:bold; }

/* Article Page */
.ArticleTitleDiv, .ArticleBodyDiv
{
    padding-top:10px;
    padding-bottom:10px;
}
.ArticleTitle
{
    font-size:16px;
    font-weight:bold;
}

.ArticleDateCreated, .ArticleAuthor
{
    font-weight:bold;   
}

.ArticleListAbstractDiv
{
    padding-bottom:10px;   
}

.BorderImage 
{
    border:SOLID 1px #000000; 
    margin: 2px 2px 2px 2px;  
    padding: 2px 2px 2px 2px;
}

.EventsTitle
{
    font-weight:bold;
    color:Red;
    font-size:16px;   
}
