/** aMember-specific styles here */

/* properties for entire page and text inside tables */

/* properties for all input elements */
input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	border: solid #000 thin;
	background: #FFF
}
hr { 
    background-color: #C0C0C0;
    border: 0;
    width: 100%;
    height: 1px;
}

ul, li { list-style: disc; }
.small { font-size: small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

.subscriptions {
	color:#06F;
	line-height:1.75em;
}
/* properties for headers*/ 
h1,h2,h3 {
	color: #00F;
	font-weight: bold;
	line-height:1.5em;
	text-align: center;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }


/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
	font-size: 1.1em;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Arial, Helvetica, sans-serif", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #C0C0C0;
	width: 100%;
}
/* vedit - usual column (right) */
.vedit td {
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	border: solid 1px #000;
}
/* vedit - header column (left) */
.vedit th {
	padding: 10px 15px 10px 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color:#FFF;
	background-color: #045CA9;
	border: solid 1px #999;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #C0C0C0;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #CCCCCC;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #999;
}
/* hedit - header column */
.hedit th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color:#FFF;
	background-color: #045CA9;
	border: solid 1px #999;
}

table.errmsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FF7171;
	border: #cc0000 1px solid;
	margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}

/* amem - my customisation of vertical table (signup, profile edit) */
.amem {
    border: solid 1px #C0C0C0;
	width: 100%;
}
/*My Offers on my class sign-up page*/
.amem .offers td{
	background-color:#06C;
	color:#FFF;
}
/* amem - usual column (right) */
.amem td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	background-color: #FFF;
	border: solid 0px #C0C0C0;
}
.amem .membership {
	background-color:#FFF;
	line-height: 2.0em;
}
.amem .title {
	font-size: 12px;
	color:#035dab;
}
.amem .smalldesc {
	font-size:12;
	line-height:1.5em;
}
/* amem - header column (left) */
.amem th {
	padding: 10px 15px 10px 10px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color:#000;
	background-color: #FFF;
	border: solid 1px #C0C0C0;
}
/* amem - heading row */
.amem .headrow { font-weight: bold; text-align: center; }
.amem .products { color:#045CA9;
				font-size: medium;
}
.required {
	font-size: 14px;
	font-weight: normal;
	color:#000;
}
.terms {
	font-size:smaller;
	color:#666;
	line-height:0.5em;
}