/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* properties for all input elements */
input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
hr {
	background-color: #b3dd6d;
	border: 0;
	width: 100%;
	height: 1px;
}
ul, li {
	list-style: disc;
}
a:hover {
	text-decoration:none;
}
.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;
}
h1, h2 {
	text-align: center;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
h3 {
	margin: 1.5em 0 0.5em 0;
}
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 #424242;
}
/* vedit - usual column (right) */
.vedit td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px 10px;
	background-color: white;
	border: solid 1px #424242;
}
/* vedit - header column (left) */
.vedit th {
	padding: 10px 15px 10px 10px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	background-color: #b3dd6d;
	border: solid 1px #424242;
}
/* vedit - heading row */
.vedit .headrow {
	font-weight: bold;
	text-align: center;
}
/* hedit - horizontal table (payments list) */
.hedit {
	border: solid 1px #424242;
}
/* hedit - usual column */
.hedit td {
	padding: 5px;
	background-color: #E0E0E0;
	font-size: 10pt;
	background-color: white;
	border: solid 1px #424242;
}
/* hedit - header column */
.hedit th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #b3dd6d;
	border: solid 1px #424242;
}
table.errmsg {
	font-family: Verdana, Geneva, Arial, Helvetica, 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 div {
	padding: 5px;
	margin: 5px;
}
.newsletters div.disabled {
	color: #505050;
}
.newsletters .small {
	padding-left:1em;
}
/* 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;
}
.menu-tabs {
	text-align:left;
	margin-bottom:1.5em;
	padding:0em;
	background:#eee;
	text-decoration: none;
}
.menu-tabs > ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #424242;
	text-decoration: none;
}
.menu-tabs > ul li {
	float:left;
	margin:0;
	padding:0 0.4em;
	list-style: none;
	text-decoration: none;
}
.menu-tabs > ul li.last {
	clear:both;
	float:none;
	text-decoration: none;
}
.menu-tabs a {
	color: #FFF;
	font-weight:normal;
	font-size:9pt;
	display: block;
	padding: 5px 5px 7px;
	white-space: nowrap;
	text-decoration: none;
}
.menu-tabs a.expandable {
	padding-right: 20px;
	text-decoration: none;
	color: #424242;
}
.menu-tabs > ul li.active a {
	color:#FFF;
	text-decoration: none;
}
.menu-tabs div.tab {
	position: relative;
	background:#808080;
	border: 1px solid #424242;
	margin-top:5px;
	margin-bottom:-1px;
	z-index:5;
	text-decoration: none;
}
.menu-tabs > ul li.active div.tab {
	border-bottom-color: #424242;
	background: #424242;
	text-decoration: none;
}
.menu-tabs div.arrow {
	width: 7px;
	height: 5px;
	overflow: hidden;
	float: right;
	margin: 8px;
	background:url('./arrow.png') no-repeat left;
}
.menu-tabs > ul li.active div.arrow {
	background:url('./arrow.png') no-repeat right;
}
.menu-tabs > ul li:hover div.tab {
	background:#b3dd6d;
	border-bottom-color: #424242;
	text-decoration: none;
	color: #424242;
}
.menu-tabs > ul li:hover div.submenu {
	display:block;
	background-color: #b3dd6d;
	border-bottom-color: #424242;
	text-decoration: none;
	color: #424242;
}
.menu-tabs div.submenu {
	display:none;
	position:absolute;
	border:1px solid #424242;
	background: white;
	padding:0;
	text-decoration: none;
}
.menu-tabs div.submenu ul {
	margin:0;
	padding:0;
	text-decoration: none;
}
.menu-tabs div.submenu li {
	display: list-item;
	float: none;
	list-style: none;
	padding: 0;
	text-decoration: none;
}
.menu-tabs div.submenu li a {
	border: none;
	padding: 5px;
	margin: 0;
	display: block;
	background: #424242;
	text-decoration: none;
}
.menu-tabs div.submenu li a:hover {
	color: #b3dd6d;
	text-decoration: none;
}
div.backend-wrapper {
	width: 780px;
	display: inline-block;
	text-align:left
}
.style2 {
	border-collapse: collapse;
}
.style3 {
	text-align: center;
}
.style4 {
	text-align: left;

}
.style18 {
	text-align: center;
}
.style23 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;

}
.style24 {
	background-color: #FFFFFF;
}
.style30 {
	border: 3px solid #808080;
}
.awesome, .awesome:visited {
	background: #222 url(../img/alert-overlay.png) repeat-x;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active {
	background-color: #75B81B;
	top: 1px;
	color: #fff;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
padding:;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.medium.awesome:active {
	top: 1px;
	color: #fff;
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.red.awesome, .red.awesome:visited {
	background-color: #e33100;
	color: #fff;
	color: #fff;
}
.red.awesome:hover {
	background-color: #872300;
}
.red.awesome:active {
	background-color: #75B81B;
	top: 1px;
	color: #fff;
}
.cancel {
	height: 48px;
	width: 139px;
}
#bottom-boxes {
	height: 1%;
	overflow: hidden;
	padding: 0 31px;
}
#bottom-boxes .box {
	border: 1px solid #c8c8c8;
	background: #f5f6f7;
	padding: 10px;
	width: 389px;
	float: left;
	height: 1%;
	overflow: hidden;
	
}

#bottom-boxes h3 {
	font-size: 1.4em;
	line-height:1.3em
}

#bottom-boxes .alignleft {
	float: left;
	margin-right: 5px;
	padding-bottom:5px;
}

#content #bottom-boxes ul {
	list-style: none;
	color: #000;
}



#bottom-boxes .box.alignright {
	float: right;
}
