﻿body {
}

.NewsEventsSummaryBody
{
    background-color: #403f3f;
}

.NewsEventsSummaryRow
{
    padding-top: 15px;
}

.NewsEventsSummaryLine1
{
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    color: #fcfdfd;
}

.NewsEventsSummaryLine2
{
    font-size: 10px;
    font-family: Verdana;
    font-weight: normal;
    color: #fcfdfd;
}



.EventsBody
{
    background-color: #403f3f;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    text-align: center;
    color: #fdfcfd;
}

.EventsBody a:link {color:#fdfcfd}
.EventsBody a:visited {color:#fdfcfd}
.EventsBody a:hover {color:#fdfcfd}
.EventsBody a:active {color:#fdfcfd}

.EventsHeaderRow
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: black;
    background-color: #eeece1;
    text-align: center;
}
.EventsMainRow
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    color: #fdfcfd;
    background-color: #303030;
    border-bottom: black 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: left;
}
.EventsText
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    color: #fdfcfd;
}


.NewsBody
{
    background-color: #403f3f;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    text-align: center;
    color: #fdfcfd;
}

.NewsBody a:link {color:#fdfcfd}
.NewsBody a:visited {color:#fdfcfd}
.NewsBody a:hover {color:#fdfcfd}
.NewsBody a:active {color:#fdfcfd}

.NewsHeaderRow
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: black;
    background-color: #eeece1;
    text-align: center;
}
.NewsMainRow
{
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    color: #fdfcfd;
    background-color: #303030;
    border-bottom: black 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: left;
}




.AdminBody
{
    background-color: #403f3f;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    text-align: center;
    color: #fdfcfd;
}

.AdminBody a:link {color:#fdfcfd}
.AdminBody a:visited {color:#fdfcfd}
.AdminBody a:hover {color:#fdfcfd}
.AdminBody a:active {color:#fdfcfd}

.AdminEdit
{
    background-color: #403f3f;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    text-align: center;
    color: #fdfcfd;
}

.AdminEditBold
{
    background-color: #403f3f;
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    color: #fdfcfd;
}

.AdminTextBox
{
    background-color: white;
    font-size: 13px;
    font-family: Verdana;
    font-weight: normal;
    color: black;
}