/** aMember-specific styles here */
/** JMS added body tag properties below. "Body" tag had been included in the "th, td" definition, but I added my own "body" definitions as below */

body {
margin: 25px;
background-image: url(BG_PATTERN.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
font-family: arial,sans serif,verdana;
font-size: 12px;
}

a:link {
color: black;
text-decoration: underline;
}

a:visited {
color: #507CDF;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

a:active {
color: black;
text-decoration: underline;
}

.footer:link {
color: white;
text-decoration: underline;
}

.footer:visited {
color: #A5BBEB;
text-decoration: underline;
}

.footer:hover {
text-decoration: none;
background-color: none;
color: white;
padding-top: 4px;
}

.footer:active {
color: white;
text-decoration: underline;
}

.footer {
font-family: verdana,sans serif,arial;
font-size: 9px;
font-weight: normal;
color: white;
padding-top: 4px;
}

/* "definition" classes below handle overlib.js pop-ups. Commented out for now. */
/*
.definition:link {
color: black;
font-style: normal;
font-weight: normal;
text-decoration: none;
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: #6C83B5;
}

.definition:visited {
color: black;
font-style: normal;
font-weight: normal;
text-decoration: none;
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: #6C83B5;
}

.definition:hover {
color: black;
font-style: normal;
font-weight: normal;
text-decoration: none;
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: #6C83B5;
}

.definition:active {
color: black;
font-style: normal;
font-weight: normal;
text-decoration: none;
border-bottom-style: dotted;
border-bottom-width: thin;
border-bottom-color: #6C83B5;
}
*/

.frontpageheadline {
font-family: arial,sans serif,verdana;
font-size: 24px;
font-weight: bold;
color: #6286BA;
padding-left: 30px;
padding-top: 9px;
}

.headline {
font-family: arial,sans serif,verdana;
font-size: 18px;
font-weight: bold;
color: #6286BA;
padding-left: 30px;
padding-top: 22px;
padding-bottom: 9px;
}

.frontpagetext {
font-family: arial, sans serif,verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
padding-left: 30px;
padding-top: 6px;
}

.regularpagetext {
font-family: arial,sans serif,verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
padding-left: 30px;
padding-right: 30px;
padding-top: 6px;
padding-bottom: 12px;
}

.boldpagetext {
font-family: arial,sans serif,verdana;
font-size: 12px;
font-weight: bold;
color: #000000;
padding-left: 30px;
padding-top: 16px;
padding-bottom: 11px;
}

.copyright {
font-family: verdana,sans serif,arial;
font-size: 9px;
font-weight: normal;
color: white;
padding-top: 4px;
}

/* properties for entire page and text inside tables */
th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
/*ul, li { list-style: disc; }*/
.small { font-size: 11px; font-weight: normal; }
.powered, .powered a { 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: center;
    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; 
background-color: white;
width: 760px;
margin: 0 auto;
}

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 {
    border: solid 1px #6C83B5;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

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

    background-color: #DAE1F0;
    border: solid 1px #6C83B5;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #6C83B5;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #6C83B5;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DAE1F0;
    border: solid 1px #6C83B5;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* 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;
}

