/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

body {
	background: #FFF url(images/body-bg.png) top repeat-x;
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

a {
	color: #d84c13;
	text-decoration: none;
}
a:hover {
	color: #d84c13;
	text-decoration: underline;
}

h1 {
	clear: both;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0; padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
}

h2 {
	color: #125d7d;
}

#container {
	width: 700px; min-height: 800px;
	margin: 0 auto; padding: 150px 40px 0 40px;
	text-align: left;
	background: url(images/container-bg.png) top center no-repeat;
}

/* the table on the signup form */
table.vedit {
	clear: both;
	border: none;
	width: 100%;
}

table.vedit th {
	font-size: 16px;
}
table.vedit td {
	border: none;
}
input {
	border: 1px solid #dfdfdf;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding: 5px;
	background: #FFF url(images/input-bg.gif) repeat-x;
}
input.radio {
}
label {

}
.description {
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #999;
}
label.description {
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #999;
	margin: 0; padding: 0 0 5px 22px;
}
span.price {
	color: #d84c13;
}
input.orange-button {
	display: block;
	background: url(images/button.png) no-repeat;
	width: 150px; height: 39px; line-height: 39px;
	text-align: center;
	color: #FFF;
	border: none;
	margin: 0; padding: 0;
	font-size: 14px;
	float: right;
	cursor: ;
}

/* the table on the login form */
table.login {
	width: 300px;
	background: #EEE;
	border: 3px solid #BBB;
	margin: 0 0 20px 0; padding: 10px;
}

/* the error box */
#e {
	display: block;
	background: #fffbcc;
	color: #d84c13;
	border: 1px solid #CCC;
	margin: 5px 0px; padding: 10px;
}

/* The boxes on the member panel */
.subscriptions,
.usefullinks,
.newsletters,
.newsletterarchive {
	/*width: 310px;*/
	background: #EEE;
	border: 3px solid #BBB;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
	width: 300px;
}
.subscriptions {
	width: 335px;
	margin-right: 10px;
}

.paymenthistory {
	
}

.hedit {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
    border: solid 1px #DDD;
    width: 100%;
    margin: 0 0 50px 0;
}
/* hedit - usual column */
.hedit td {
    padding: 20px;
    background-color: #EEE;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #DDD;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    background-color: #EFEFEF;
    border: solid 1px #DDD;
}







