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

/* link-------------------------------------------------*/

a {color:#37869D; text-decoration:none; font-weight:bold; line-height:18px;}
a:hover {color:#000000;text-decoration:none;}

.button{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	border: 1px solid #D98200;
}


/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
#TNB td{
	padding-left:20px;
	padding-right:20px;
}
hr { 
    border: 0;
    width: 80%;
    height: 1px;
	text-align:center;
	color:#FF9900;
}
ul, li { list-style: disc; color:#368AA6; }
.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 {
    color: #FF9900;
    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; }
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 #898989;
}
#loginBG{
	background-image:url(../../images/login-box.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:274px;
	height:170px;
}
#loginBG td {
    text-align: center;
    vertical-align: middle;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
/* vedit - usual column (right) */
.vedit td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px 10px;
	background-color: #E9F4FE;
	border: solid 1px #A8D7FD;
}
/* vedit - header column (left) */
.vedit th {
	padding: 10px 15px 10px 10px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-color: #D6ECFE;
	border: 1px solid #A8D7FD;
}
/* 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: #FFEBCC;
    border: solid 1px #898989;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
	color:#CC0000;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td ul
{
    list-style: none;
}

table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #FFEBCC;
    border: solid 1px black;
    padding: 6px 6px 6px 6px;
}
.receipt th {
    background-color: #FFEBCC;
    border: solid 1px black;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
}
.receipt td.total {
    background-color: #FFEBCC;
    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;
}
.star{
	color:#CC0000;
}

/*   i-png ---------------------------------------------------------------------------------------------*/

div,td , img { behavior: url(iepngfix.htc) }

/*   i-png---------------------------------------------------------------------------------------------*/
