/** aMember-specific styles here */



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

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#444;
}

th {
	font:normal 14px Arial, Helvetica, sans-serif;
 	padding:15px 5px;
	color:#444;
}
/*td { padding:15px 0; } */

/* properties for all input elements */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	background-color: #4479BE;
	border: 0;
	width: 100%;
	height: 1px;
}
ul, li {
	list-style: disc;
}
/*.small {
	font-size: x-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;
}

.aright { float:right; }


/* other elements */

div.centered {
	text-align: left;
}
div.centered table {
	margin: 0 auto;
	text-align: left;
}
ul, ol {
	margin-left: 2em;
}
.code {
	font-family: "Courier New", Monospace;
	font-size: 120%;
	
}

#signup .vedit span.theme { color:#718392;
display:block;
font-size:11px;
font-weight:normal;
margin-bottom:10px;
margin-top:10px;
padding-bottom:8px;
width:100%; }



/* vedit - vertical table (signup, profile edit) 
.vedit {

    border: solid 1px #a8d270;

}

/* vedit - usual column (right) 

.vedit td {

    text-align: left;

    vertical-align: middle;

    padding: 15px 10px 10px 10px;



    background-color: white;

    border: solid 1px #a8d270;

}

/* vedit - header column (left) 
.vedit th {

    padding: 10px 15px 10px 10px;

    text-align: right;

    vertical-align: middle;

    font-weight: bold;



    background-color: #DEE7EC;

    border: solid 1px #a8d270;

}*/


/* vedit - heading row 

.vedit .headrow { font-weight: bold; text-align: center; }*/





/* hedit - horizontal table (payments list) 

.hedit {

    border: solid 1px #a8d270; 

}*/

/* hedit - usual column 

.hedit td {

    padding: 5px;

    background-color: #E0E0E0;

    font-size: 8pt;

    background-color: white;

    border: solid 1px #a8d270;

}

/* hedit - header column */

/*.hedit th {

    padding: 5px;

    font-weight: bold;

    text-align: center;



    background-color: #DEE7EC;

    border: solid 1px #a8d270;

}*/


/* 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;
}
 */
