/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
/* properties for all input elements */
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #eff3e0;
	border: 1px solid #566710;
	padding: 2px;
	color: #566710;
	height: 18px;
	width: 190px;
}
input.narrow {
  width: 100px;
}
textarea
{
	height: 100px;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
.small {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #566710;
}
.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: #B65A0D;
    font-weight: bold;
    text-align: center;
    margin: 0em;
}
h1 { font-size: 16pt; }
h2 { font-size: 130%; }
h3 { font-size: 15px; text-align: left; }

/* 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 {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;
    background-color: #EFF3E0;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    background-color: #E1E3BB;
}
/* 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;
}

table.errmsg
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
	color: #ed1c24;
}
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;
}




/*** gwsol *****************************************************************/
BODY
{
	background-color: #848484;
}

#basis
{
	width: 698px;
	margin: auto;
	background-image: url(../../images/body-bg.gif);
	background-repeat: repeat-y;
	background-image:url(../../images/body-1column-bg.png);
	background-position: 50% 0px;
}
#main
{
	width: 658px;
	margin: auto;
	background-color: #ffffff;
}
#content
{
	padding: 10px 10px 10px 10px;
}


P.powered
{
	display: none;
}



#tbl
{
	background-color: #e1e3bb;
	border: 1px solid #92ac26;
	padding: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #566710;
}
#tbl TD,
#tbl TH
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.vedit
{
	border: none;
	background-color: transparent;
}
.vedit TH,
.vedit TD
{
	border: none;
	color: #566710;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 10px 7px 4px;
	background-color: transparent;
	vertical-align: top;
	font-weight: normal;
}
.vedit TH
{
	font-weight: bold;
	width: 250px;
	padding-top: 6px;
}
.vedit TH .small
{
	color: #566710;
}



.hedit
{
	margin-top: 5px;
}
.hedit TH,
.hedit TD
{
	color: #006798;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 10px 7px 4px;
	vertical-align: top;
	font-weight: normal;
}
.hedit TH
{
	font-weight: bold;
	padding-top: 6px;
}


#tbl A,
#tbl A:visited
{
	color: #92ac26;
	text-decoration: underline;
}
#tbl A:hover
{
	color: #000000;
}
H1
{
	background-image: url(../../../images/bg_menu2.gif);
	background-repeat: repeat-x;
	background-position: 0px -1px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 0px 0px 10px;
	height: 24px;
	border-top: 1px solid #92ac26;
	border-right: 1px solid #92ac26;
	border-left: 1px solid #92ac26;
	text-align: left;
}


INPUT.btn
{
	border: none;
	width: 140px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../../images/btn-bg.gif);
	background-repeat: no-repeat;
	display: block;
	margin: auto;
	padding: 0px;
	background-color: transparent;
}
INPUT.btn2
{
	border: none;
	width: 140px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../../images/btn-bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-color: transparent;
	margin: 0px 10px 0px 10px;
}
INPUT.checkbox
{
	border: none;
	width: 14px;
	background-color: trabsparent;
	padding: 0px;
}

#tbl table.errmsg
{
	width: 100%;
}
#tbl table.errmsg td
{
    padding: 5px;
    font-weight: bold;
	font-size: 12px;
	color: #ed1c24;
	text-align: center;
	background-color: #ffc9cb;
}
#tbl A.hidden
{
	text-decoration: none;
	font-size: 0px;
}











/*** footer *************************/
#footer
{
	width: 648px;
	margin: auto;
	background-image: url(../../images/footer-bg.gif);
	background-repeat: repeat-y;
	background: url(../../images/footer-bg.png) no-repeat 50% 0px;
	text-align: right;
	padding: 13px 25px 0px 25px;
	height: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	position: relative;
}
#producedby
{
	position: absolute;
	top: 13px;
	left: 25px;
}
#producedby A,
#producedby A:visited,
#producedby A:hover
{
	color: #ffffff;
	text-decoration: underline;
}









