﻿#PaymentSummary
{
    width: 100%;
}

#PaymentSummary .itemRow .price
{
    text-align:right;
}

#PaymentSummary .totalRow
{
    text-align:right;
    font-weight:bold;
}

/* Update Progress Box */
.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}
* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}
.loader {
    z-index: 100;
    position: fixed;
    width: 300px;
    margin-left: -60px;
    top: 50%;
    left: 40%;
    background-color: #FFFFFF;
    border: solid 1px #CC9933;
    text-align:center;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}


#MembershipType .description
{
    display: inline-block;
    width: 220px;
}

#MembershipType .category
{
    display: inline-block;
    width: 170px;
}

#MembershipType .price
{
    display: inline-block;
    text-align:right;
    width: 120px;
}

.adminOverride
{
    padding: 10px;
    border: 1px dashed black;
    background-color: #FFE6E6;
    margin-top:10px;
}