﻿body 
{
    
}

.modalBackground
{
    background-color: #3a3a3c;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.modalPopup
{
    background-color: #f5f7fb;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.text
{
    color: gray;
    font-family: Tahoma;
}

.contacttext
{
    color: white;
    font-family: Tahoma;
    background-color: #56565b;
    border-right: #f9f9f9 thin solid;
    border-top: #f9f9f9 thin solid;
    border-left: #f9f9f9 thin solid;
    border-bottom: #f9f9f9 thin solid;
}

.news
{
    color: white;
    font-family: Tahoma;
    background-color: #56565b;
    border-right: #f9f9f9 thin solid;
    border-top: #f9f9f9 thin solid;
    border-left: #f9f9f9 thin solid;
    border-bottom: #f9f9f9 thin solid;
    font-size: 10pt;
}

.boldtext
{
    font-weight: bold;
    font-size: 14pt;
}

.bannertext
{
    font-family: Tahoma;
    font-size: 10pt;    
    color: gray;
}

.banner
{
    border-right: white thin groove;
    border-top: white thin groove;
    border-left: white thin groove;
    border-bottom: white thin groove;
    background-color: lightgrey;
}