﻿.MasterBody
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    color: #000000;
    background-color: #999999;
}

.MasterTable
{
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
}

.MasterHeader
{
    background-color: #999999;
    padding: 0px;
    margin: 0px;
}

.MasterNavBar
{
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    height: 30px;
    text-align: center;
    text-decoration: none;
    background: url(../images/blockdefault.gif) center center repeat-x;
    padding: 0px;
    margin: 0px;
}

.MasterNavBarHover
{
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    height: 30px;
    text-align: center;
    text-decoration: none;
    background: url(../images/blockactive.gif) center center repeat-x;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.MasterFooter
{
    font-size: x-small;
    color: #000000;
    text-decoration: none;
    padding: 10px;
}

.LoginView
{
    font-family: verdana;
    font-size: x-small;
}

.NavView
{
    font-family: verdana;
    font-size: x-small;
}

.NewsPanelDiv
{
    height: 300px;
}
.NewsTitle
{
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
}
.NewsContent
{
    font-size: 12px;
    font-family: verdana;
}
.examples
{
    font-size: 12px;
}

.NewsText
{
    padding: 5px 5px 5px 5px;
    font-family: verdana;
}

.NewsImage
{
    font-size: 12px;
    font-family: verdana;
}

.EventsPanelDiv
{
    background-position: bottom;
    margin: 4px 5px 0px 0px;
    border: thin solid #808080;
    padding: 0px;
    background-image: url('../images/gradient_background.jpg');
    background-repeat: repeat-x;
    font-family: verdana;
    width: 255px;
    height: 160px;
}
.EventsTitle
{
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #808080;
}
.EventsContent
{
    font-size: 12px;
    font-family: verdana;
}

.ob_show_panelsholder
{
    margin: 5px 0px 5px 5px;
    border: 1px solid #99CCFF;
    background-image: url('../images/gradient_background.jpg');
    height: 350px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.FAQTable
{
    margin: 4px 5px 0px 0px;
    padding: 5px;
    font-family: verdana;
    width: 245px;
    height: 190px;
    background-color: #ffffff;
}

.FAQPanelDiv
{
    margin: 4px 5px 0px 0px;
    border: thin solid #ffdc85;
    padding: 0px;
    background-color: #fee7ba;
    font-family: verdana;
    width: 255px;
    height: 182px;
}

.FAQTitle
{
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #ffdc85;
}

.FAQContent
{
    font-size: 12px;
    font-family: verdana;
}