﻿Body
{
    font-size: 12px;
    font-family: ,Sans-Serif, 'Microsoft Sans Serif',Tahoma ;
    text-decoration: none;
    background-color: white;
    margin: 10px 0px 0px 0px;
}

.MainTable
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
}

.MailLink a
{
    color: #ffff00;
    text-decoration: none;
}

.MailLink a:hover
{
    color: #ff0066;
    text-decoration: underline;
}

.ControlsCenter
{
    margin-left: auto;
    margin-right: auto;
}

.PaddingContent
{
    padding: 10px;
}

.Zone1BorderTable
{
    border-right: #f5af3f 1px solid;
    border-top: #f5af3f 1px solid;
    border-left: #f5af3f 1px solid;
    border-bottom: #f5af3f 1px solid;
}

.Zone1BorderRow
{
    border-right: #f5af3f 1px solid;
    border-left: #f5af3f 1px solid;
}

.Zone1HeadTable
{
    font-weight: bold;
    background-color: #f5af3f;
    text-align: center;
    
}

.Zone1BorderTable
{
    border-right: #fad999 1px solid;
    border-top: #fad999 1px solid;
    border-left: #fad999 1px solid;
    border-bottom: #fad999 1px solid;
}

.Zone1TextRow
{
    font-weight: bold;
    text-align: center;
}

.Zone1Row1
{
    background-color: #FAD79E;
}

.Zone1Row2
{
    background-color: #FADFA7;
}

.Zone1Row3
{
    background-color: #FDEBCD;
}

.Zone1Row4
{
    background-color: #FDF7DA;
}

.Zone1Row5
{
    background-color: #FCE3BB;
}

.Zone1Row6
{
    background-color: #FCEEC6;
}

.Zone2Row1
{
    background-color: #FAD999;
}

.Zone2Row2
{
    background-color: #FAD291;
}

.Zone2Row3
{
    background-color: #FDF7DA;
}

.Zone2Row4
{
    background-color: #FCEEC6;
}

.ControlCenter
{
    margin-left: auto;
    margin-right: auto;
}

.TdBody
{
    /*padding-right: 5px;
    padding-left: 5px;*/ /* padding-top: 5px; */
}

.NoLine
{
    text-decoration: none;
}

.NoLineWhite
{
    text-decoration: none;
    color: white;
}

.NoBorder
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.TreeNodeStatic a
{
    color: white;
    font-weight: bold;
}

.TreeNodeStatic a:hover
{
    color: white;
    text-decoration: underline;
    font-weight: bold;
    background-color: #2f9cdc;
}

.TreeNodeDynamic
{
    vertical-align: top;
    text-align: left;
}

.TreeNodeDynamic a
{
}

.TreeNodeDynamic a:hover
{
}

.SectionBodyText
{
    margin: 15px 5px 5px 5px;
}

.SectionPicture
{
    margin: 15px 5px 5px 5px;
}

div.MainContent
{
    /*overflow: auto;
    width: 745px;
    height: 280px;*/
}

.whiteBorder
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}

.TextSalogan
{
    font-size: 22px;
    font-style: italic;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
}

.GalleryMouseOver
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

.GalleryMouseOut
{
    border: none;
}

.TextOccupied
{
    color: #ff0000;
}

.TextVacancy
{
    color: #339900;
}

.CssYellowLink a
{
    color:yellow; 
    text-decoration:none;
}

.CssYellowLink a:hover
{
    text-decoration:underline;    
}