﻿.MyMembershipCommand INPUT,  .MyMembershipCommandBold INPUT
{
    vertical-align: bottom;
}
.MyMembershipCommand A.CommandButton:link, .MyMembershipCommand A.CommandButton:visited, .MyMembershipCommand A.CommandButton:active, .MyMembershipCommand A.CommandButton, .MyMembershipCommandBold A.CommandButton:link, .MyMembershipCommandBold A.CommandButton:visited, .MyMembershipCommandBold A.CommandButton:active, .MyMembershipCommandBold A.CommandButton
{
    font-family: Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif; 
    font-size:13px;
    color: Black;
    text-decoration: underline;
    vertical-align: top;
    line-height: 22px;
}
.MyMembershipCommandBold A.CommandButton
{
    font-weight: bold;
}
.MyMembershipCommand A.CommandButton:hover 
{
    text-decoration: none;
    font-family: Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif; 
    font-size:13px;
    color: Black;
}
.NotMe
{
    font-size: 10px;
    font-style: italic;
}
.Welcome
{
    font-size: 15px;
    font-weight: bold;
}

.HeaderBG{padding:0; margin: 0 13px 0 13px; background:url(images/header_bg.png) repeat-x top left; height:46px;}
.HeaderLeft{padding:0; margin:0; background:url(images/header_left_bg.png) no-repeat top left;}
.HeaderRight{padding:0; margin:0; background:url(images/header_right_bg.png) no-repeat top right;}

#HeaderStyle{float:left; padding-top: 5px;}

.ContainerText .HeaderText{ color:#FFF;font-size:15px; font-weight:bold;  vertical-align: text-bottom;}
.AdminRewards {width:100%; text-align: right;}


.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(images/filter.png);
}
.loader {
    z-index: 100;
    position: fixed;
    width: 300px;
    margin-left: -60px;
    top: 48%;
    left: 45%;
    font-weight:bold;
    text-align: center;
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
}
.DisabledText
{
    font-style: italic;
}
/* Modal Popup */
.modalBackground {
    background-image: url(images/filter.png);
}

.modalPopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
	width:300px;
	text-align: center;
    font-weight:bold;
}

.chooseProgramsPopup {
    background-image: url(images/white.gif);
    border: solid 1px blue;
    padding: 10px;
	width:750px;
	text-align: center;
    font-weight:bold;
}
.choosePrograms {
    height: 300px;
    overflow: scroll;
}