html, body {
	height: 100%;
	max-height:100%;
	max-width:100%;
	
}

#container {
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -153px auto; /* 200px */
	position: relative;
	line-height: 100%;
	clear: both;
}

#push {
	height: 153px; /* used for sticky footer must be same as negative margin set in container and height of footer */
}



/** 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;
}
/* 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 {
    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%; }

#header {
	display: block;
	height: 110px;
	background: #f1f1f1 url("/images/bg_header.png") 0 bottom repeat-x;
	border: 0px solid #878787;
	margin: 0px;
	padding: 0;
	position:relative;
	min-width: 768px;
}

#header .logo a {
	position:absolute;
	display: block;
	width: 210px;
	height: 61px;
	top:24px;
	left:31px;
	background: url('/images/logo.png') 0 0 no-repeat;
}

#header .logo a:hover {
	background: url('/images/logo.png') 0 -61px no-repeat;
}



#footer { 
	font-size: 16px;
	margin: 20px 0 0 0;
	color: #ccc;
	background: #60646a;
}

.footer-outer { 
	font-size: 16px;
	background: #60646a;
	color: #ccc;
	height: 133px;
}



#footer .footer-inner {
	display:block;
}

#footer .toplinks {
	display: block;
	max-width: 100%;
	max-height: 2.1em;
	height: 2.1em;
	background: #454a4f;
	padding: 0 50px;
	border-bottom: 0.125em solid #3f4448;
	box-shadow: 0px 0.25em 0.313em -0.188em rgba(4,11,4,0.75);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#040b04')";
}

#footer .iso {
	float:left;
	display:block;
	margin-top: 20px;
	margin-left: 50px;
	width: 121px;
	height: 46px;
	background: url('/images/iso.png') no-repeat 0 0;
}

#footer .world {
	float:right;
	display:block;
	margin-top: 20px;
	margin-right: 50px;
	width: 114px;
	height: 46px;
	background: url('/images/world.png') no-repeat 0 0;
}

#footer .copyright {
	clear: both;
	display:block;
	float:left;
	display: block;
	margin-top: 10px;
	margin-left: 50px;
	font-size: 13px;
	color: #94979b;
}

#footer .copyright a {
	color: #94979b;
}    

#footer .copyright a:hover {
	color: #fff;
}







/* 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 #8CACBB;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #DEE7EC;
     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;
    background-color: #f1f1f1;
    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;
}

/* 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;
}
/* 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;
}