body
{
	background-color: #f0f0f0;
	font-size: 14px;
	font-family: Georgia;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.clear {
	clear: both;
}
.header
{
	background-image: url('../images/top_bgrd.gif');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	height: 153px;
	margin-bottom: 30px;
}
.header .title {
	font-size: 30px;
	text-align: right;
	vertical-align: middle;
	padding-top:36px;
	padding-bottom:25px;
	padding-right: 80px;
}
.header .logo {
	float: left;
	padding-top: 17px;
}
.page
{
	width: 600px;
	margin: auto;
	padding-bottom: 40px;
}
.packageImage
{
	float: left;
}

.packageName
{
	background-image: url('../images/pbgd.gif');
	background-repeat: repeat-y;
    font-size: 25px;
    font-family: Arial;
    margin: 0px;
    padding:21px 0 0 10px;
    color: RED;
	text-transform: uppercase;
	float: left;
	width: 486px;
	height: 50px;
}
.packagePrice {
	float: right;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-transform: none;
	padding-right: 71px;
}
.packageDescription
{
    font-size: 18px;
    font-family: Georgia;
    margin: 0px;
    color: #000000;
	padding-left: 72px;
	clear: both;
}

.selectedPackage {
	background-image: url('../images/checked.gif') !important;
    background-repeat: no-repeat;
}
.noCheck .packageContainer{
	background-image: url('../images/pbgd2.gif');
	background-repeat: repeat-y;
	background-position: top right;
}
.packageContainer
{
	border: 0px;
	width: 567px;
	padding-bottom: 20px;
}
.subscriptionsHistory
{
	padding-left: 50px;
}

.subscriptionsHistory td
{
	border-bottom: 1px solid white;
}
.availablePackage
{
	cursor: pointer;
	border: 1px solid #F0F0F0;
	background-image: url('../images/unchecked.gif');
    background-repeat: no-repeat;
    background-position: top right;
	list-style: none;
	width: 567px;
}

.availablePackage:hover
{
	border: 1px solid lightgray;
}

.billing_info {
	display: none;
}

.collapsiblePackages
{
	display: none;
}

.collapsibleHistory
{
	display: none;
}

.clientName
{
	font-family: Georgia;
	font-size: 18px;
}
.editor-item{
	padding: 5px 0px;
	font-family: Georgia;
	font-size: 14px;
	position: relative;
}
.editor-item  input,
.editor-item  select{
	height: 18px;
}

#total_price , #total_end_date, #billing_email{
	background-color: #f1f1f1;
}
.editor-item  input,
.editor-item  select,
.editor-item  textarea {
	vertical-align:top;
	border: solid 1px #aeaeae;
	width: 200px;
}
.editor-item  label{
	vertical-align: top;
	display: inline-block;
	width: 300px;
	text-align: right;
	padding-right: 20px;
	height: 20px;
}
.error-container {
	position: absolute;
	top: 8px;
	left: 535px;
	width: 200px;
}
.error  {
	color: Red;
}
.onlinePaymentMarks
{
	float: right;
	padding-right:80px;
	padding-top:60px;
}
#total_price_RON
{
	font-weight: bold;
}

#subscriptionConfiguration input[type=submit] {
	background-image: url('../images/buttons.gif');
    background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
    overflow:hidden;
    height: 0px !important;
    padding: 45px 0 0 0;
    display: inline-block;
    width: 203px;
    height: 45px;
	float: right;
	cursor: pointer;
}
#subscriptionConfiguration input[type=submit]:hover {
	background-position: -203px 0px;
}

#frmPaymentRedirect input[type=submit] {
	background-image: url('../images/buttons.gif');
    background-repeat: no-repeat;
	background-position: 0px -45px;
	border: none;
    overflow:hidden;
    height: 0px !important;
    padding: 45px 0 0 0;
    display: inline-block;
    width: 203px;
    height: 45px;
	float: right;
	cursor: pointer;
}
#frmPaymentRedirect input[type=submit]:hover {
	background-position: -203px -45px;
}

.authenticationBox
{
	padding-top: 20px;
	padding-left: 20px;
	vertical-align: middle;
}

.authenticationBox .title
{
	font-size: 20px;
	font-weight: bold;
}

.authenticationField
{
	clear: both;
}
.authenticationField label
{
	font-size: 14px;
	width: 200px;
	float: left;
}

.authenticationField input[type=text], input[type=password]
{
	font-size: 14px;
	float: left;
}
.authenticationField input[type=submit]
{
	font-size: 14px;
	margin-left: 200px;
}

.subscriptions li
{
	border-top: 1px solid white;
	clear: both;
	width: 860px;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subscriptions li:hover
{
	background-color: white;
}
.subscriptions li.expandable
{
	cursor: pointer;
	list-style-image: url('../images/bullet.gif');
}

.subscriptions .theader
{
	font-weight: bold;
}
.subscriptions .name
{
	float: left;
	width: 200px;
}

.subscriptions .date
{
	float: left;
	width: 200px;
}

.subscriptions .amount
{
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

.subscriptions .package
{
	float: left;
	width: 100px;
}

.subscriptions .status
{
	float: left;
	width: 100px;
}

.allsubscriptions
{
	float: left;
}
.oldsubscriptions
{
	display: none;
}
.subscriptionInvoice
{
	width: 800px;
}

.subscriptionInvoice th
{
	border-bottom: 1px solid lightgray;
	border-right: 1px solid lightgray;
}
.subscriptionInvoice td
{
	border-right: 1px solid lightgray;
}

.clientInfo
{
	width: 400px;
}

.clientInfo td.label
{
	font-weight: bold;
	width: 100px;
}
