/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
	  font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 0.9em;
}

a {
	color:#94CA3D;
	text-decoration:none;	
}

a:hover {
	color:#000;
	text-decoration:underline;	
}

h3 {
	font-size:24px;
	line-height:30px;
	margin:0px;
	margin-bottom:20px;
}

/* properties for all input elements */
input, textarea {
	  font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 0.9em;
}
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; } 

/* properties for headers */
h1,h2,h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#2d2d2d;
    font-weight: bold;
    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;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */

.vbg {
  background-color: #C3FF68;
}

.vedit {
}

/* vedit - usual column (right) */

.vedit td {
    text-align: left;
    padding: 15px 10px 15px 10px;
}

/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    font-weight: bold;
}

/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-size: 90%;
    background-color: #FF4040;
    border: #FF4040 1px solid;
    margin: 5px 0px 5px 0px;
}

table.errmsg a
{
    text-decoration: underline;
    color: #000000;
}

table.errmsg a:hover
{
    text-decoration: underline;
    color: #fff;
}

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 {
    padding: 2px 4px 2px 4px;
}
.receipt th {
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #FFFCD9;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
    border: solid 1px black;
}

.receipt_title {
  background-color: #C3FF68;
}
.receipt_total {
  
}

/* 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;
}
/* Error message label on signup page */
label.error {
  padding-left: 3px;
	color: #FF4040;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid #FF4040;
}
