/* CSS Document */
/* Body */
body {
	background: none none;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding: 0px;
	color: #333333;
	display: hidden;
}
table {
/* Ensures inheritance of font size into tables */
	font-size: 1em;
}
th {
	font-weight: normal;
}
#container {
	position: static;
	width: auto;
	text-align: left;
}
#sidestuff {
	display: none;
}
#loginBox {
	position: absolute;
	left: 250px;
	top: 200px;
	z-index: 200;
	background: white;
	border: thin solid rgb(224,224,224);
	width: 250px;
	padding: 20px;
}
#GA_Postcard {
	display: hidden;
}
#propaganda2 {
position:static;
	display: hidden;
	height:0;
	width:0;
}
#ad2 {
	display: hidden;
		height:0;
}

#joinnow{
	display: hidden;
}
#supplies img {
	border: solid 1px #cccccc;
	margin: 5px;
	float: right;
}
#supplies p {
	clear: both;
}
ul#navigation {
position:static;
	display: hidden;
	height:0;
	width:0;
}

#navigation li {
	display: hidden;
	height:0;
		width:0;
}

#folder {
	display: hidden;
	position:static;
		height:0;
		width:0;
}
#folder-clip {
	display: hidden;
	visibility: hidden;
}
#folder-clip .body {
	display: hidden;
}
#paper {
	border:none;
	position:static;
	width:auto;
	height:auto;
}
#paper .header {
	margin: 10px;
	height: 110px;
}
#paper .header .title {
	text-align: center;
	position: relative;
	left: -20px;
}
#paper .body {
	margin: 10px;
	min-height: 500px;
}
#paper .footer {
	display: hidden;
}
/*#paper .footer a {
	margin-right: 20px;
	text-decoration: none;
}
*/
#paper .footer a img {
	width: 15px;
/* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 15px;
	position: absolute;
	bottom: -4px;
	right: -4px;
	visibility: hidden;
}
#paper .footer a:hover img {
	visibility: visible;
}
h4, h3 {
	margin-top: .5em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
/* amember styles */
/* vedit - vertical table (signup, profile edit) */
.vedit {
	border: solid 1px #cccccc;
}
/* vedit - usual column (right) */
.vedit td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px 10px;
	background-color: #f9f9ec;
	border: solid 1px #cccccc;
}
/* vedit - header column (left) */
.vedit th {
	padding: 10px 15px 10px 10px;
	text-align: right;
	vertical-align: middle;
	background-color: #e8e8e8;
	border: solid 1px #cccccc;
}
/* vedit - heading row */
.vedit .headrow {
	font-weight: bold;
	text-align: center;
	background-color: #990000;
	color: white;
}
/* hedit - horizontal table (payments list) */
.hedit {
	border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
	padding: 5px;
	background-color: #f9f9ec;
	border: solid 1px #cccccc;
}
/* hedit - header column */
.hedit th {
	padding: 5px;
	text-align: center;
	background-color: #990000;
	border: solid 1px #cccccc;
	color: white;
}
table.errmsg {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	background-color: red;
	border: solid 1px #cccccc;
	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;
}
