/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;    
    font-size: 1.0em;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-family: "Courier New", Courier, monospace;
    font-size: 1.0em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
.small { font-size: 80%; font-weight: normal; }
.powered, .powered a { display:none; 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 {
    color: #707070;
    font-weight: bold;
    text-align: left;
    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) */
.vedit {
    background-color: #8BC4E5;
    background-color: #CCE5F4;
    background-color: transparent;    
    border: 0px solid #8CACBB;
    border-collapse: collapse;
    width:100%;
    margin:0px;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: top;
    padding: 5px;

    background-color: transparent;
    border: solid 0px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 5px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;

    background-color: transparent;
    border: solid 0px #8CACBB;
}
/* 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;
}

div.errmsg
{
  color:red;
  font-size: 90%;
  font-weight:bold;
  background-color: transparent;
  border:0;
  margin-bottom: 5px;
}

div.errmsg ul {
  padding:0;
  margin:0;
}

div.errmsg li
{
  list-style: none;
  padding:0;
  margin:0;
}

/* 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;
}

sup.tm
{
  font-size:85%;
  line-height:0;
  margin-left:-4px;
}

/* Custom Forms */


.generalformcontainer {
  background-color: #FCFCFC;    
  border:1px solid #D3D3D3;
  padding:0px;
  width:20em;
}

.standardform {
  margin-top:10px; 
  margin-bottom:10px;
  width:98%;
}

.formhdrwrapper {
  background:#EBEBEB; 
  height:2em; 
  width:100%; 
  text-align:left;
}

.formhdr {
  font-size:120%; 
  font-weight:bold; 
  padding-left:5px; 
  padding-top:3px;
}

/* Custom Navigation Links */

.pnavstrip {
  padding-bottom:20px; 
  margin-bottom:2px;
}

.inavstrip {
  margin-bottom:-12px;
}

.bnav {
  padding-bottom:10px;
}  
