/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family:verdana,"Lucida Grande",   "Lucida Grande","Lucida Sans Unicode",geneva,sans-serif;
    font-size: 0.9em;
}
/* properties for all input elements */
input, textarea {
    font-family:verdana,"Lucida Grande",  "Lucida Grande","Lucida Sans Unicode",geneva,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}


/* other elements */
div.centered {
	margin:auto;

}

.left_col {
	width:45%;
}
.right_col {
float:right;
	width:45%;
}

div.centered table {
    margin: auto; 
}

/* vedit - vertical table (signup, profile edit) */
.vedit {
	width:100%;
    border: solid 2px #fff;
	margin:0;
	border-collapse:collapse;

}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    background-color: #EBE6DF;
    border: solid 2px #EBE6DF;
}
/* vedit - header column (left) */
.vedit th {
	width:33%;
    padding: 0;
    text-align: right;
    vertical-align: middle;
	color:#ffffff;
    background-color: #396482;
    border: solid 5px #396482;
}
/* vedit - heading row */
.vedit .headrow { font-weight: normal; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
	width:100%;
   		border: solid 1px #396482;
		border-collapse:collapse;
}
/* hedit - usual column */
.hedit td {
	text-align: center;
    padding: 5px;
	height:50px;
    border: solid 2px #396482;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    text-align: center;
	color:#fff;
    background-color: #396482;
}

table.errmsg
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
    font-family:verdana,"Lucida Grande",  Helvetica,  sans-serif;
	color:#ffffff;
	font-weight:normal;
    background-color: #E6751F;
    border: solid 5px #396482;
    margin: 5px 0px 5px 0px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
 	border-radius:10px;

}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    text-align: center;
}
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: normal;
    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;
}

submit {
    margin-right:auto;
	margin-left:auto;
}

.buynow {
        background: #E6751F;
		width:150px;
		display:block;
        text-align: center;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-style: double;
		font-size: 1.3em;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:px;
          border-width: 4px;
          line-height: 22px;
          height: 22px;
          color: #fff;
          border-color: #FFFFFF;
          height: auto;
          padding: 3px 10px;
}

.download {
        float: right;
		color:#E6751F;
		font-weight:normal;
		font-size:10px;
}

.manual {
        float: left;
		color:#E6751F;
		font-weight:normal;
		font-size:10px;
}

.box {
		background:#EBE6DF;
        border-style: solid;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		border-width:5px;
		border-color:#396482;
		padding:10px;
		   width:90%;
		   margin:auto;
}
.box2 {
		background:#EBE6DF;
        border-style: solid;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		border-width:5px;
		border-color:#396482;
		padding:0px;
		margin:auto;
		width:840px;
}

.box3 {
		background:#EBE6DF;
        border-style: solid;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
		border-width:5px;
		border-color:#396482;
		padding:0px;
		margin:auto;
		width:90%;
}

.pro
	{
		display:inline;
		color:#fff;
		background:#396482;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
		padding-left:5px;
		padding-right:5px;
		font-weight:normal;
		font-size:30px;
}
		