﻿#currentSubscriptions
{
    display:block;
    float:left;
    width:600px;
    height:auto;
}

#currentSubscriptions .currentSubscriptionMsg
{
    display:block;
    float:left;
    width:600px;
    height:auto;
    margin-bottom:8px;
}

#currentSubscriptions .subsriptionList
{
    display:block;
    float:left;
    width:600px;
    height:auto;    
}


#currentSubscriptions .activeSubscription
{
    display:block;
    float:left;
    height:Auto;
    width:620px;
    margin-left:20px;
    background-color:#ffc2c2;
    line-height:18px;
    margin-bottom:8px;
    border:solid 1px gray;
    color:Black;
}
#currentSubscriptions .activeSubscription_guest
{
    display:block;
    float:left;
    height:Auto;
    width:620px;
    margin-left:20px;
    background-color:#ffc2c2;
    line-height:18px;
    margin-bottom:8px;
    color:Black;
    border:solid 1px gray;

}
#currentSubscriptions .activeSubscription_Trial
{
    display:block;
    float:left;
    height:Auto;
    width:620px;
    margin-left:20px;
    background-color:#ffc2c2;
    line-height:18px;
    margin-bottom:8px;
    color:Black;
    border:solid 1px gray;

}


#currentSubscriptions .subscriptionDES
{
    display:block;
    float:left;
    clear:both;
    height:auto;
    width:616px;
    line-height:inherit;
    color:inherit;
    padding-left:4px;
    background-color:#e6e6e6;

}

#currentSubscriptions .subscriptionName
{
    display:block;
    float:left;
    height:auto;
    width:440px;
    line-height:inherit;
    padding: 1px 4px 1px 4px;
    color:inherit;
    font-weight:bold;
}




#currentSubscriptions .subscriptionExpried
{
    display:block;
    float:right;
    height:auto;
    width:80px;
    line-height:inherit;
    color:inherit;
    padding-left:4px;
    border-left:solid 1px gray;


}
#currentSubscriptions .subscriptionCreated
{
    display:block;
    float:right;
    height:auto;
    width:80px;
    line-height:inherit;
    color:inherit;
    padding-left:4px;
    border-left:solid 1px gray;

}

#addSubscription
{
}