﻿body 
{
    /*background-image: url("../Images/snowbg.jpg"); */
    background-color: #fff;
    background-repeat: no-repeat;   
    color: #000000;
    /*margin-top: 0px;*/
    font-family: Verdana;
    font-size: 12px;
}
.TitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #EE3823;
    font-weight: bold;
}
.SubTitleText
{
    font-family: Verdana;
    font-size: 13px;  
    color: #EE3823;
    font-weight: normal;
}
.SubTitleTextBold
{
    font-family: Verdana;
    font-size: 12px;  
    color: #EE3823;
    font-weight: bold;
}
.TitleTextBlack
{
    font-family: Verdana;
    font-size: 16px;  
    color: #000000;
    font-weight: bold;
}
.SubTitleTextBlack
{
    font-family: Verdana;
    font-size: 13px;  
    color: #000000;
    font-weight: normal;
}
.SubTitleTextBlackBold
{
    font-family: Verdana;
    font-size: 12px;  
    color: #000000;
    font-weight: bold;
}
.TitleTextBlue
{
    font-family: Verdana;
    font-size: 13px;  
    color: #25408F;
    font-weight: bold;
}
.SubTitleTextBlue
{
    font-family: Verdana;
    font-size: 13px;  
    color: #25408F;
    font-weight: normal;
}
.SubTitleTextBlueBold
{
    font-family: Verdana;
    font-size: 12px;  
    color: #25408F;
    font-weight: bold;
}
.TitleTextGreen
{
    font-family: Verdana;
    font-size: 16px;  
    color: #4a972b;
    font-weight: bold;
}
.LeftTitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #EC008C;
    font-weight: bold;
}
.MiddleTitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #00AEEF;
    font-weight: bold;
}
.RightTitleText
{
    font-family: Verdana;
    font-size: 16px;  
    color: #65B65D;
    font-weight: bold;
}
/*
.header
{
    font-family: Verdana;
    font-size: 15px;  
    color: #D71920;
}
*/
.header
{
    font-family: Verdana;
    font-size: 24px;  
    font-weight: bold;
    color: #000;
}
.logintext
{
    font-family: Arial;
    font-size: 40px;  
    color: #E13224;
    font-weight: bold;
}
#Content
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    background-color: White;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}
#Content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 945px;
    height: 140px;
    text-align: right;
    background-image: url("../Images/CenterSydheader.jpg");
    color: white;
    padding-right: 5px;
}
#tableInsert
{
    float: right;
    padding: 2px;
}
#demoMenu
{
    float: left;
    width: 100%;
    /*padding-top: 5px;*/
    background-color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana; 
}
#NewsImage
{
    float: right;
    width: 200px;
}
#EventImage
{
    float: right;
    width: 350px;
}
.demoLinks
{
    text-decoration: none;
    color: white;
}
.demoLinks:Hover
{
    text-decoration: none;
    color: black;
}
#MainMenu
{
    float: left;
    width: 945px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    height: 16px;
    text-align: Right;
    background-color: #ffffff;
    font-weight: bold;
    color: #D2232A;
    margin-top: 2px;
}
.menuLinks
{
    text-decoration: none;
    color: #D2232A;
}
.menuLinks:Hover
{
    text-decoration: underline;
    background-color: White;
    color: black;
}
#Advert
{
    float: left;
    width: 148px;  
}
#LeftPanel
{
    float: left;
    width: 250px;
}
#Promotions
{
    float: right;
}
#MainBody
{
    float: right;
    width: 690px;
}
#Main
{
    float: right;
    width: 690px;
    height: 500px;
    overflow: scroll;   
}
#footer
{
    float: left;
    width: 940px;
    padding: 5px;
    background-color: #fff;
    color: #000;
    text-align: right;
    font-size: 9px;
}
.footLinksBlack
{
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font: Verdana;
}
.footLinksRed
{
    text-decoration: none;
    color: #D2232A;
    font-size: 11px;
    font: Verdana;
}
.footLinks:Hover
{
    text-decoration: underline;
    background-color: White;
    color: #000;
}
a
{
    color: #000;
    text-decoration: underline;
}
a:hover
{
    color: #666;
}
.buttonclick
{
    height: 20px;
    width: 50px;
    background-color: White;
    border-color: #d71920;
    border-width: 1px;
    font-size: 10px;
    color: #d71920;
}