/** aMember-specific styles here */

.resources {
margin: 0;
padding: 0px 5px;

}

.resources li {
margin-bottom: 15px;
font-size: 14px;
line-height: 1.5;
}

.resources li a {
color: #001c4c;
font-size: 16px;
text-decoration: none;
font-weight: bold;
}

.resources li a:hover {
color: #c70000;
text-decoration: underline;
}


.agree {
padding: 15px;
background: #e0e0e0;
text-align:left;
border: 2px #c2c2c2 solid;
margin-top:10px;

}

.agree p {
margin-bottom:10px


}

.member_info {
padding: 0;
margin: 0;
}

.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 {

    border:1px solid silver;
	font-size:14px!important;
	padding:5px!important;
	  -moz-border-radius:3px;
	  -webkit-border-radius:3px;
	  border-radius:3px;


}
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: top;
padding: 10px 3px;
    background-color: white;

    
}
/* vedit - header column (left) */
.vedit th {
	padding: 10px 3px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    width:250px!important;


}

  

/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; background: #00265e ; color: #ebebeb;font-size:18px;  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px; }


/* 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: #00265e;
}

table.errmsg
{background:#fdffc3; padding-top: 15px!important; margin-bottom: 10px; border: 1px #f0f1b8 solid; text-align: center; font-size: 15px; width:100%;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
 }
 
table.errmsg td
{
text-align: left;
font-weight: bold;
}

table.errmsg td li
{
    list-style: none;
    text-align: left;
    margin:0;
    padding: 0;

}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #dfdfdf ;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #dfdfdf;
    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;
	clear:both!important;
	float:none!important;
}
input.error {
    border: 2px solid red;
    clear:both;
}

h3.name {margin-bottom:10px;font-size:22px;color: black ;margin-top:-20px}

.centered .login {width:400px;float:left}

.login h3 {
color: #FFFFFF;
background: #00265e ;
padding: 10px;
margin-bottom: 10px;
font-size:14px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

#content-wrapper {padding-bottom: 10px!important;}

.member h3 {
color: #FFFFFF;
background: #00265e ;
padding: 10px;
margin-bottom: 10px;
font-size:14px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.member .member {
margin-top:20px;
}
.login p {
margin-bottom:5px;
font-size:14px;
}

.member {
padding:0px;
text-align: left;
}


.product {margin-top:20px; padding:6px; background:#f1f1f1; border: 1px #dfdfdf solid; }

.product a {color: #c70000;
font-size: 16px;
text-decoration: none;
font-weight: bold; 
line-height: 22px;
}

.product a span {
margin: 0px;
margin-top: 5px;
font-size: 12px;
line-height: 1.5;
color: #000;
clear:left;
font-weight: normal;
}


.product a:hover {
text-decoration: underline;
}

.product p {
margin: 0px;
margin-top: 5px;
font-size: 12px;
line-height: 1.5;
}

.product p a {
clear:both;
color: #00265e;
font-size: 11px;
line-height: 14px;

}

.product p a:hover {
text-decoration: underline;
}

.best {background: #fffebe; color: #2b2b2b; padding: 1px}
