/** 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-size: 0.9em;
    text-align: left;
}
/* 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: x-small; 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,h4 {
    color: #707070;
    font-weight: bold;
    margin:5px 0 5px;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

h1.pageTitle {	color:#fff;
	background: #34393F;
	font-size:18px;
	font-weight:bold;
	display: block;
	padding:8px;
	width:auto;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
 	border-radius: .2em;
	margin-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
	}

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
.aMemberContent ul, .aMemberContent ol { margin: 1em;}
.aMemberContent ul li, .aMemberContent ol li { margin: 4px;}

.aMemberContent ul.orange li { color:#f26522; font-weight: bold;}

.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 


/* Content */
.aMemberContent { text-align: left; padding: 0px;}

/* vedit - vertical table (signup, profile edit) */
.vedit {
    /*border: solid 1px #8CACBB;*/
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 10px;

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

    /*background-color: #DEE7EC;
    border: solid 1px #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;
}

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;
}
/* Messages */
ul.message { 
	display:block;
	list-style: none;
	margin: 0 0 12px 0;
	padding: 18px 18px 18px 70px; 
	-moz-border-radius: 1.0em;
	-webkit-border-radius: 1.0em;
 	border-radius: 1em;
 	background: #eeeeee;
 	font-size: 14px;
	}
ul.message li {
	padding: 0;
	margin: 0;
	list-style: none !important;
	}
	
ul.error {
	color:red;
	background: #eeeeee url(../../images/admin/x_alt_32x32.png) no-repeat 10px 8px;
	
	}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 3px 6px;
}
.receipt th {
    background-color: #e0e0e0;
    border: solid 1px #ddd;
    font-weight: bold;
    padding: 5px 6px;
}
.receipt td.total {
    background-color: #fff;
    border: solid 1px #ddd;
}
.receipt {
    border-collapse: collapse;
}

/* Agreement */
ul.aggreementMessage { width:500px;}
.agreementBox {
	background: #fff;
	border: 1px solid #ccc;
	width:500px;
	padding: 12px; 
	-moz-border-radius: 1.0em;
	-webkit-border-radius: 1.0em;
 	border-radius: 1em; 
 	margin: 12px 0;
	}
.agreementText {
	width:500px;
	height: 250px;
	overflow-y: auto;
	}

/* 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: 3px;
	color: red;
	font-weight: normal;
	display: block;
}
input.error {
    border: 2px solid red;
}

input.inputButton {
	background: #F36523; 
	color:#fff; 
	padding: 2px 6px; 
	border:1px solid #F36523;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
 	border-radius: .4em;
 	text-decoration: none;
 	cursor: pointer;
}
input.back {
	background: #555;
	border:1px solid #555;
}
input.inputText { padding: 2px 4px; font:normal 13px/15px "MS Sans Serif", Helvetica, Arial, sans-serif; }

.product { padding-bottom: 4px; line-height: 120%}

.area { padding: 12px; border:1px solid #ccc; margin-bottom: 12px;}
.area h2.areaTitle { float:left; display: block; padding: 5px 12px; background: #47525F; color:#fff;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
.area h4 { display: block; padding: 4px 4px 4px 30px;}

.area a:link,
.area a:visited { text-decoration: underline;}

/* Redirect messages */
.redirectMessages { margin: 40px auto; width:480px; padding: 20px; background: #fff;-webkit-border-radius: 5px;-moz-border-radius: 5px; }
.redirectMessages h1 {display: block; padding: 10px 10px 30px;background: #fff url(../images/ajax-loader.gif) no-repeat 50% 100%; margin-bottom: 20px;}


