﻿.membership-table-wraper
{
    padding: 10px;
    width: 800px;
    height: 100%;
    margin-top: 12px;
    text-align: center;
}

.membership-table
{
    border: 2px solid black;
    width: 100%;
    height: 100%;
    border-style:solid;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 12pt;
    float: left;
    margin: 0 auto;
    font-family: Times New Roman;
}

.membership-table tr {
    height: 20px;
}

.membership-table tr td a {
    text-decoration: none;
}

.feature {
    width: 55%;
    height: 30px;
    padding: 0 0 0 10px;
    font-family: serif,sans-serif;
}

.feature-head 
{
   margin-left: 0;
}

.feature1 {
    background-color: #dddddd;
}

.feature2 {
    background-color: #e6e6e6;
}

.feature-register {
    padding: 0 0 0 10px;
}

.level-description {
    text-align: center;
    margin:auto;
    padding: 4px;
    height: 100px;
}

.level {
    width: 15%;
    text-align: center;
    font-weight: bold;
}

.level1 {
    background: url("../images/bronze.png") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    border: 1px solid #a9a9a9;
}

.level1bg {
    background: url("../images/bronze08.png") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    border: 1px solid #a9a9a9;
}


.level2bg {
    background: url("../images/silver08.png") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    border: 1px solid #a9a9a9;
}

.level3bg {
    background: url("../images/gold08.png") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    border: 1px solid #a9a9a9;
}

.level2 {
    background: url("../images/silver.png") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    border: 1px solid #a9a9a9;
}

.level3 {
    background: url("../images/gold.png") repeat-x scroll center top rgba(0, 0, 0, 0) !important;
    border: 1px solid #a9a9a9;
}

td.space {
    width: 1px;
}

.periods {
    height: 50px;
    width: 150px;   
    font-weight: bold;
}

.application {
    height: 50px;
    width: 150px;   
}

.product-title{
    background: none repeat scroll 0 0 #426DAB;
    left: 0;
    padding: 0;
    height: 40px;
    text-align: center;
    position: relative;
    width: 800px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Georgia;
    letter-spacing: 2px;
    font-size: 24px;
}