/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: "Arial,Helvetica";
    font-size: 1.1em;
}
/* properties for all input elements */
input, textarea {
    color: #4c4c4c;
    padding: 5px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    font-family: "arial", Verdana, "Lucida Sans Unicode", geneva, verdana, sans-serif;
    font-size: 1.3em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
.small { font-family: "arial"; font-size: 12px; font-weight: normal; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 


/* other elements */
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */

.vedit {
    border-left-width: 1px;
    border-bottom-width: 3px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-top: 20px;
    
    
}
/* vedit - usual column (right) */
.vedit td {
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: left;
    vertical-align: middle;
	padding-right:10px
    background-color: #f6f6f6;
    
}
/* vedit - header column (left) */
.vedit th {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    width: 235px;
    font-family: arial;
    font-size: 16px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #eaeaea;
   
}
/* vedit - heading row */
.vedit .headrow { border-bottom-color: #cccccc; border-top-color: #cccccc; border-bottom-style: solid; border-top-style: solid; border-bottom-width: 2px; border-top-width: 2px; font-size: 16px; padding:8px; color: white; background-color: #797e86; font-weight: normal; text-align: left; width:auto; }


/* hedit - horizontal table (payments list) */
.hedit {
    width: 900px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 10px;
    float: left;
    border: solid 1px #cccccc;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #cccccc;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #e6e6e6;
    border: solid 1px #cccccc;
}

table.errmsg
{
    padding: 5px;
    list-style-type: none;
    line-height: 2em;
    color: white!important;
    font-weight: bold;
    font-family: arial, Verdana, sans-serif;
    font-size: 12px;
    background-color: #e90000;
    border: #ab0000 3px solid;
  
    margin-bottom: 10px;
    margin-top: 10px;
    margin:auto;
}
table.errmsg td
{
    padding-left: 15px;
    font-family: arial;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
    list-style-type: none;
    font-weight: bold;
}
table.errmsg td ul
{
    list-style-position: inside;
    list-style-type: none;
}
table.errmsg a
{
   list-style-type: none;
   color: white!important;
   text-decoration: underline;
}
table.errmsg a:hover
{
   list-style-type: none;
   color: white!important;
   text-decoration: none!important;
}                                    
table.errmsg td ul li
{
    list-style-position: inside;
    list-style-type: none;
}

/* 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;
}
/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-family: arial
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}
label b {
	color: #27603c;
	font-family:georgia;
}
.vedit {
	margin-top: 0px;
	margin-bottom: 0;
	padding:0px;
}

.vedit ul {
margin-left:25px
}

.vedit label {
font-size:18px;
font-family:georgia;
}

.vedit ul li {
margin-bottom:3px;
padding-left:10px;
line-height:1.5;
}

.vedit span .highlight {
background:#fbfcc5 ;
padding:2px
}

.span.small {
font-family: arial;
background:none;
}

a:link,a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

td small {font-family:arial}

.note {border: 1px #E5EABC solid; background: #F9FBE8; padding-top: 7px; padding-bottom:7px;padding-left:5px;padding-right:5px; margin-left:3px;font-size: 13px;float:right}

.login {width:400px;float:left}

.login h3 {
color: #FFFFFF;
background: #5f5f5f ;
padding: 5px 10px;
margin-bottom: 10px;
font-size:14px;
}

.login p {
margin-bottom:5px;
}

