#amember { padding-top:15px; padding-bottom:10px; width:925px; font:14px "Helvetica Neue", Helvetica, Arial; float:left; }
#amember h4 { margin-bottom:10px; }

#amember table { width:100%; }

#amember #banner-group {  border-top:1px solid #d9d9d9; margin-bottom:20px; }
#amember div.banner { text-align:center; background:#ececec; border-bottom:1px solid #d9d9d9; border-top:1px solid #f9f9f9; padding: 20px; margin:0; }
#amember div.banner p { font:14px "Courier New", Courier; line-height:22px; padding:20px; background:#f4f4f4; margin-top:20px; }

ul#topnav li { list-style:none; display:inline; }
ul#topnav li { margin-bottom:15px; }
ul#topnav li a { border:1px solid #ececec; padding:10px; background:#909090; text-decoration:none; color:#ffffff; font-weight:bold; }

.boxes  { padding:5px 20px 18px 20px; background:#fef3e9; border:1px solid #f4d5b9; border-top:none; }
.boxes  { margin-bottom:20px; }
.boxes p { font-size:12px; line-height: 22px; color:#82695c; margin-bottom:5px; }
.boxes h3 { padding-top:10px; font-size:14px; margin-bottom:0px; border-top:none; text-shadow: 0 1px 0 #ffffff; font-weight:normal; color:#5d4235; }
.boxes h3.title { font-weight:bold; padding:20px 0 10px 0; border-bottom:1px solid #f4d5b9; }

/* properties for all input elements */
input, select, textarea { background:#ffffff; border:1px solid #d6d6d6; padding:5px; font:14px "Helvetica Neue", Helvetica, Arial; line-height:22px;  -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }
option { background:#ffffff; padding-left:8px; font:14px "Helvetica Neue", Helvetica, Arial; line-height:22px; }

input.buttons { margin-top:5px; padding:4px 8px; }

hr { background-color: #ececec; border: 0; width: 100%; height: 1px; }
ul, li { list-style: circle; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; display:none; }
strong, .strong { font-weight: bold; }

/* properties for headers */
.centered h1, .centered h2, .centered h3, .centered h4 { margin-top:0;  margin-bottom:10px; padding:0; }
.centered h3, .centered h4 { margin-top:25px;}

/* other elements */
div.centered { text-align: center; }
div.centered table { width:100%; margin: 0 auto; text-align: center;}
div.centered table p, div.centered p  { line-height:22px; margin:10px 0px;}
div.centered table a, div.centered a  { text-decoration:underline;}
div.centered table.narrow { width:100%;}
div.centered p.space-10 { margin-top:0px; margin-bottom:5px; }
div.centered table.errmsg { width:100%;}
div.errmsg, p.message{ background:#fef3e9; color:#505050; border:1px solid #ffdfc2; padding:5px; text-align:center; font-weight:bold; margin-bottom:20px; }
div.banner { padding-top:15px; margin-bottom:15px;  }
div.banner .small { margin-top:15px; padding:5px;} 
div.banner .small p { margin:0; } 

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

/* vedit - usual column (right) */
.vedit td { border-bottom:1px solid #d0d0d0; border-right:1px solid #d0d0d0; text-align: left; vertical-align: middle; padding: 10px 10px; background-color: #ececec; line-height:25px; }

/* vedit - header column (left) */
.vedit th { border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-left:1px solid #d0d0d0; padding: 10px 10px;  text-align: right; vertical-align: middle; font-weight: bold; background-color: #ececec;   }

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

/* hedit - horizontal table (payments list) */
.hedit { border-left:1px solid #d0d0d0; }
	
/* hedit - usual column */
.hedit td { border-bottom:1px solid #d0d0d0; padding: 10px 10px; border-right:1px solid #d0d0d0;  background-color: #ececec; }

/* hedit - header column */
.hedit th { border-bottom:1px solid #d0d0d0; padding: 10px 10px; border-right:1px solid #d0d0d0;  font-weight: bold; text-align: center;  background-color: #ececec; }

/* Receipt table from thanks.html */
.receipt td { border-bottom:1px solid #d0d0d0; padding: 10px 10px;  background-color: #ececec; }
.receipt th { border-bottom:1px solid #d0d0d0; padding: 10px 10px;  font-weight: bold; background-color: #ececec; }
.receipt td.total { background-color: #ececec; }
.receipt { border-collapse: collapse;}

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

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

/* Error message label on signup page */
label.error {	font-size:12px; color: #ff4f00; display:block; font-weight: bold;}
label.error  a { text-decoration:underline; }
input.error { border: 1px solid #ff4f00; }
