﻿body
{
    font-family: Arial;
    font-size: 10pt;
}

h3
{
    color: #169237;    
}

.EventHeader
{
    font-family: Arial, Helverica, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #169237;    
}

.EventName
{
    font-family: Arial, Helverica, Sans-Serif;
    font-size: 22px;
    font-weight: normal;
    color: #169237;    
}

.EventChoose
{
    font-family: Arial, Helverica, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    color: #169237;    
}

.MembershipGroup
{
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
    color: #169237;    
}

.TotalPayable
{
    background-color: Green;
    color: White;
    font-weight: bold;
}

.MembershipMainDescription
{
    font-size: 9pt;
    font-weight: bold;
}

.MembershipPriceDescription
{
    font-size: 9pt;
    font-weight: normal;
}

.MembershipPrice
{
    font-size: 9pt;
    font-weight: normal;
}

.MembershipTax
{
    margin-top: 10px;
    font-size: 9pt;
    font-weight: bold;
    color: Green;
}

.MembershipChoose
{
    font-family: Arial, Helverica, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    color: #169237;    
    margin-bottom: 10px;
}

.MembershipHeader
{
    font-family: Arial, Helverica, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #169237;   
}

.divMembershipGroup
{
    margin-top: 20px;
    margin-bottom: 0px;
}
.divMembershipItem
{
    margin-bottom: 3px;
}

.MembershipTotal
{
    font-size: 10pt;
    font-weight: bold;
    clear: both;
    float: right;
}



/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 480px;
    height: auto;
}

