﻿body
{
    color: #444444;
    margin-top: 40px;
    margin-left: 60px;
    font-size: 0.75em;
    font-family: Arial, Verdana, 'Microsoft Sans Serif';
    background-color: #49565c;
    background-position: left top;
    background-image: url(img/BodyBackground.png);
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

h1
{
    font-family: 'Trebuchet MS';
    font-size: 1.4em;  
    margin-top: 12px;
    margin-bottom: 8px;
}

h2
{
    font-size: 1.05em;
    color: #334900;
    margin-top: 12px;
    margin-bottom: 4px;
}

h3
{
    font-size: 1.2em;  
}

h4
{
    font-size: 1.1em;  
}

h5
{
    font-size: 1.0em;  
}

h6
{
    font-size: 1.0em;  
}

p
{
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 0.95em;
}

a
{
    /*color: #334900;*/
    color: #333333;
    text-decoration: none;
}

.LargeLink
{
    text-decoration: none;
    font-size: 1.1em;
    color: #555555;
    padding-right: 20px;
    background-position: right center;
    background-image: url(img/More.png);
    background-repeat: no-repeat;
}

hr
{
    border-bottom: 1px solid #CCCCCC;
    color: #CCCCCC;
    height: 0px;  
}

table td
{
    vertical-align: top;
    text-align: left;    
}

.MenuLevel1
{
    padding: 2px 25px 2px 25px;    
}

.MenuLevel1 a:link, .MenuLevel1 a:visited
{
    background-position: left center;
    background-image: url(img/Bullet.png);
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
    color: #333333;
    text-decoration: none;
    font-family: 'Trebuchet MS';
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.MenuLevel2
{
    padding-top: 10px;
    padding-bottom: 10px;    
}

.MenuLevel2 a:link, .MenuLevel2 a:visited
{
    background-position: left center;
    background-image: url(img/BulletSmall.png);
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
    color: #333333;
    text-decoration: none;
    font-family: 'Trebuchet MS';
    font-size: 1.0em;
    margin-top: 4px;
    margin-bottom: 4px;
}

.FrameLevel0
{
    border: 2px solid #2C3A3C;
    width: 782px;    
}

.FrameLevel1
{
    border: 1px solid #D3D5D6; 
}

.FrameLevel2
{
    border: 1px solid #F0F1F1;
    background-color: White;
    padding: 10px;
}

.SearchFormBackground
{
    height: 48px;
    background-position: left top;
    background-image: url(img/SearchFormBackground.png);
    background-repeat: no-repeat;
}

.LeftBar
{
    background-position: left top;
    background-image: url(img/Shadow.png);
    background-repeat: no-repeat;
    padding: 5px 25px 20px 25px;
}

.Content
{
    background-position: left top;
    background-image: url(img/ContentBackground.png);
    background-repeat: no-repeat;
    background-color: #FAFAF5;
}

.ContentWide
{
    background-position: left top;
    background-image: url(img/ContentBackgroundWide.png);
    background-repeat: no-repeat;
    background-color: #FAFAF5;
}

.MoreArrow
{
    color: Red;
    text-decoration: none;    
}

.EventDate
{
    margin-top: -5px;
    font-size: 0.75em;
}

.EventBody
{
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 0.85em;
}

/* Web Applications */
.Table
{
    width: 100%;      
}

.HeaderRow
{
    padding: 5px 10px 5px 10px;
    background-color: #F2F2E0;
    border-top: 1px solid #ECECD6;
}

.Row
{
    line-height: 1.4em;
    padding: 7px 10px 7px 10px;  
    border-top: 1px solid #ECECD6;
    vertical-align: top;
}

.RankBox
{
    width: 100px;
    border: 1px solid #D9D9AA;
    padding: 1px;     
    text-align: left;
}