
/** aMember-specific styles here */

#primary a {
	color: #56af41;
	font-weight:700;
}
#primary  a:visited {
	color: #56af41;
	padding:3px;
}
#primary a:hover,
#primary a:focus {
	text-decoration:underline;

}

.resources li {
margin-bottom: 15px;
margin-left:10px;
}

.resources li a {
margin-left:-3px;
}


.agree {
padding: 15px;
background: #e0e0e0;
text-align:left;
border: 2px #c2c2c2 solid;
margin-top:10px;

}

.agree p {
margin-bottom:10px


}

.agree ul {
margin-left:15px;

}

.agree ul li {
list-style: disc;
margin-bottom:10px;

}


/* properties for entire page and text inside tables */

/* properties for all input elements */
input, textarea {
    font-family: arial, "Lucida Grande","Lucida Sans Unicode",geneva,arial,sans-serif;
    font-size: 14px;
    border:1px solid #ababab;
	font:1.38em arial,sans-serif;
	padding:4px;


}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: none; }
.small { font-size: 12px; font-weight: normal}
.powered, .powered a { display:none }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 


/* other elements */

div.centered table {
    text-align: left;
    padding:0;
    vertical-align: top;
}

ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 0px #BBBBBB;
    width:100%;
    font-size: 14px;
    
}
/* vedit - usual column (right) */
.vedit td {

    text-align: left;
    vertical-align: middle;
padding: 3px;
    background-color: white;
}
/* vedit - header column (left) */
.vedit th {
	padding: 3px;
    text-align: left;
    vertical-align: center;
    font-weight: normal;

}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; background: #787878; color:white;font-size:18px }


/* hedit - horizontal table (payments list) */

/* hedit - usual column */
.hedit td {
    padding: 5px;
    font-size: 8pt;
    background-color: white;
    border: solid 1px silver;
}
/* hedit - header column */
.hedit th {

    font-size: 11px;



    color: white;
  
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;

    background-color: #787878;
}

.nb {border: none}

table.errmsg
{
    color: white;
    font-family: Helvetica, arial, sans-serif;
    font-size: 16px;
    background-color: red;
    border: #cc0000 1px solid;
}

table.errmsg a,
table.errmsg a:visited
{
    color: white!important;
}

table.errmsg td
{
    padding: 5px 20px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: none;
    text-align: center;
    color: white!important;
}

/* 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-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}

.form-submit {
background: #5ab744;
border: 2px #53a93e solid;
padding: 4px 20px;
color: white;
cursor: pointer;
margin-top:15px;
font-weight: bold;
font-size: 14px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
}

.form-submit:hover {
background: #5fc047;
border: 2px #5ab744 solid;
color: white;
cursor: pointer;
font-weight: bold;
}

.form-submit-grey {
background: #787878;
border: 2px #6c6c6c solid;
padding: 4px 20px;
color: white;
cursor: pointer;
margin-top:15px;
font-weight: bold;
font-size: 14px;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
}

.form-submit-grey:hover {
background: #818181;
border: 2px #888888 solid;
color: white;
cursor: pointer;
font-weight: bold;
}

h3.name {margin-bottom:10px;font-size:22px;color: black ;margin-top:-20px}

.centered .login {width:400px;float:left}

.login h3 {
color: #FFFFFF;
background: #5f5f5f ;
padding: 5px 10px;
margin-bottom: 10px;
font-size:14px;
}

.member h3 {
color: #FFFFFF;
background: #5f5f5f ;
padding: 5px 10px;
margin-bottom: 10px;
font-size:14px;
}

.login p {
margin-bottom:5px;
}

.member {width:860px}

.highlight {
padding: 7px;
border-color: #e8e09a;
border-style: solid;
border-width: 1px;
background: #fff9c3;
margin-bottom:25px;
}