﻿#paymentHistory,
#subscriptionDetail {
    display: none;
}

#paymentHistoryOverlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
	color: #ffffff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE8 */
    opacity: 0.5;
    z-index: 99999;
}
#newSubscription #newSubscriptionContent,
#paymentHistory #paymentHistoryContent,
#subscriptionDetail #subscriptionDetailContent,
#automaticCollectionDetail #automaticCollectionDetailContent {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -600px;
    padding: 40px 38px 30px 38px;
    width: 1200px;
	color: #ffffff;

    background-color: #323232;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 100000;
}
#newSubscription #newSubscriptionContent,
#subscriptionDetail #subscriptionDetailContent {
    margin-left: -350px;
    width: 700px;
}
#automaticCollectionDetail #automaticCollectionDetailContent {
    margin-left: -350px;
    width: 700px;
}
#newSubscription #newSubscriptionContent h2,
#paymentHistory #paymentHistoryContent h2,
#subscriptionDetail #subscriptionDetailContent h2,
#automaticCollectionDetail #automaticCollectionDetailContent h2 {
    margin-top: 0;
    font-size: 2em;
    color: #fff;
    font-weight: 700;
}
#newSubscription #newSubscriptionContent #closeNewSubscription,
#paymentHistory #paymentHistoryContent #closePaymentHistory,
#subscriptionDetail #subscriptionDetailContent #closeSubscriptionDetail,
#automaticCollectionDetail #automaticCollectionDetailContent #closeAutomaticCollectionDetail {
    z-index: 1;

	float: right;
}
#newSubscriptionContent table,
#paymentHistoryContent table,
#automaticCollectionDetailContent table {
	width: 100%;
}
#paymentHistoryContent table thead tr,
#automaticCollectionDetailContent table thead tr {
	border-bottom: #fff 1px solid;
}
#paymentHistoryContent table thead tr td,
#automaticCollectionDetailContent table thead tr td {
	font-weight: bold;
}
#paymentHistoryContent table tbody tr td,
#automaticCollectionDetailContent table tbody tr td {
	border-right: 1px solid #888;
	border-bottom: 1px solid #444;
	padding: 3px;
	vertical-align: top;
}
#paymentHistoryScroller {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
#automaticCollectionDetailScroller {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.edit-icon {
	width: 20px;
	height: 20px;
	background-image: url("../Images/icons-small-black.png");
	background-position: -5px -100px;
	cursor: pointer;
}

.paymentHistoryButtonText {
	font-family: "ff-din-round-web", sans-serif;
    font-size: 2em;
    color: #fff;
    font-weight: 700;

	cursor: pointer;
}

.paymentHistoryButtonText:hover {
	text-decoration: underline;
}

.subscriptionDetailTitle {
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
}

#newSubscription textarea,
#subscriptionDetail textarea,
#automaticCollectionDetail textarea {
	width: 300px;
	height: 100px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
	padding: 5px;
	border: 0;
}

#newSubscription .redButton,
#subscriptionDetail .redButton,
#automaticCollectionDetail .redButton {
    color: #fff;
    background-color: #e6304a;
    text-decoration: none;
    cursor: pointer;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    font-family: "ff-din-round-web", sans-serif;
    font-weight: bold;
    font-size: 1.43em;
    line-height: 1.5em;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-top: 10px;
}