@font-face {
	font-family: 'FrutigerNextLT-Light';
	font-style: normal;
	src: url(../fonts/FrutigerNextLT-Light.woff) format('woff');
}
@font-face {
	font-family: 'FrutigerNextLT-Regular';
	font-style: normal;
	src: url(../fonts/FrutigerNextLT-Regular.woff) format('woff');
}
@font-face {
	font-family: 'FrutigerNextLT-Medium';
	font-style: normal;
	src: url(../fonts/FrutigerNextLT-Regular.woff) format('woff');
}
@font-face {
	font-family: 'FrutigerNextLT-Bold';
	font-style: normal;
	src: url(../fonts/FrutigerNextLT-Bold.woff) format('woff');
}
@font-face {
	font-family: 'MaxOT-Light';
	font-style: normal;
	src: url(../fonts/MaxOT-Light.woff) format('woff');
}


html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #e7e7e7;
	position: relative;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 10px 0 10px 0;
}

h1 {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
}

h1 {
	font-size: 22px;
	font-family: 'FrutigerNextLT-Bold', sans-serif;
}

h2 {
	font-size: 18px;
	font-family: 'FrutigerNextLT-Medium', sans-serif;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	font-size: 16px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

p.align-right {
	text-align: right;
}

a {
	text-decoration: underline;
	color: #444;
}

a img {
	border: none;
}

a:focus,
a:hover {
	text-decoration: underline;
}

input[type="text"], input[type="password"], input[type="email"], input[type="time"], select, textarea {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #ccc;
	padding: 2px 3px;
}
select {
	padding: 1px;
}
input[type="submit"], input[type="reset"] {
	border: 1px solid #eee;
	padding: 1px 20px 1px 15px;
	background: #f9f9f9 url(../images/arrow_right.png) no-repeat right center;
	font-family: inherit;
	font-size: 11px;
}

th {
	text-align: left;
}

th, td {
	vertical-align: top;
}

label.disabled {
	color: #cbcbcb;
}

.clear {
	clear: both;
}

#page {
	margin: 0 auto;
	width: 1200px;
	padding: 0 9px;
	background: url("../images/bg_page.png") repeat-y;
	position: relative;
	z-index: 1;
}

#background,
#backgroundSecond {
	background: no-repeat center top;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#backgroundSecond {
	display: none;
}

#head {
	position: relative;
}

#metanav ul,
#mainnav ul,
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#metanav ul li,
#mainnav ul li {
	display: inline-block;
}

#mainnav ul li a,
#metanav ul li a,
#subnav ul li a {
	display: block;
}

/* meta navigation */
#metanav {
	background: #097940 url("../images/bg_metanav.png") repeat-x;
	height: 34px;
	border-bottom: 1px solid #2f473a;
	border-left: 1px solid #eff6f3;
}

#metanav ul {
	float: right;
	font-family: 'FrutigerNextLT-Regular', sans-serif;
}

#metanav ul li {
	background: url("../images/bg_metanav_item.png") no-repeat top left;
}

#metanav ul li a {
	color: #fff;
	padding: 10px 15px 0 15px;
	height: 25px;
	text-decoration: none;
}

#metanav ul li a.nav_35,
#metanav ul li a.nav_37,
#metanav ul li a.nav_38,
#metanav ul li a.has_sub {
	padding: 10px 20px 0 15px;
	background: url("../images/bg_metanav_item_sub.png") no-repeat bottom right;
}

/* main navigation */
#mainnav {
	float: right;
	font-size: 20px;
	height: 40px;
}

#mainnav .home {
	float: left;
	padding: 4px 10px 0 10px;
	height: 36px;
}

#mainnav .home span {
	display: block;
	background-image: url(../images/icon_home.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 32px;
}

#mainnav .home:hover span {
	background-image: url(../images/icon_home_white.png);
}

#mainnav ul {
	float: left;
}

#mainnav ul li.level0 {
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
}

#mainnav ul li a.level0 {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color: #f7f8f7;
	background-image: linear-gradient(#f7f8f7, #ecedec);
	text-decoration: none;
	font-family: 'FrutigerNextLT-Regular', sans-serif;
}

#mainnav ul li a.level0 span {
	color: #000;
	padding: 8px 20px 0 20px;
	height: 30px;
	display: block;
}

#mainnav ul li a.has_sub span {
	padding-right: 35px;
	background: url("../images/bg_mainnav_item_sub.png") no-repeat bottom right;
}

#mainnav .home:hover,
#mainnav .home:focus,
#mainnav ul li a.level0.active,
#mainnav ul li a.level0:focus,
#mainnav ul li a.level0:hover {
	background-color: #127b45;
	background-image: linear-gradient(#127b45, #07703a);
}

#mainnav ul li a.level0.active span,
#mainnav ul li a.level0:focus span,
#mainnav ul li a.level0:hover span {
	color: #fff;
}

#mainnav ul li a.level0.has_sub.active span,
#mainnav ul li a.level0.has_sub:focus span,
#mainnav ul li a.level0.has_sub:hover span {
	background-image: url(../images/bg_mainnav_item_sub_active.png);
}

#mainnav ul li div.level1 {
	display: none;
	padding-bottom: 11px;
	background: url("../images/bg_content.png") repeat-x left bottom;
	position: absolute;
	left: 0;
	z-index: 50;
	margin-top: 1px;
}

#mainnav ul li ul.level1 {
	width: 1140px;
	padding: 0 30px 10px 30px;
	background: url("../images/bg_green.png");
}

#mainnav ul li ul.level1 li.level1 {
	padding: 0 25px;
	width: 140px;
}

#mainnav ul li ul.level1 li a {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#mainnav ul li ul.level1 li a.level1 {
	margin-top: 50px;
	padding: 0;
	height: auto;
}

#mainnav ul li ul.level1 li a:hover,
#mainnav ul li ul.level1 li a.active {
	background-color: transparent;
}

#mainnav ul li ul.level1 li a.level1 span {
	background: no-repeat center top;
	display: block;
	height: 60px;
	margin-bottom: 25px;
}

#mainnav ul li ul.level1 li.level1:focus span,
#mainnav ul li ul.level1 li.level1:hover span,
#mainnav ul li ul.level1 li a.level1.active span,
#mainnav ul li ul.level1 li a.level1:hover span,
#mainnav ul li ul.level1 li a.level1:focus span {
	background-position: center bottom;
}

#mainnav ul li ul.level1 ul {
	width: 100%;
	margin-top: 10px;
}

#mainnav ul li ul.level1 li.level2 {
	display: block;
}

#mainnav ul li ul.level1 li.level2 a {
	font-size: 12px;
}


/* sub navigation */
#subnav {
	padding-top: 12px;
	background: #117a44 url("../images/bg_content.png") repeat-x;
	font-size: 14px;
	border-left: 1px solid #c8d5c0;
}

#subnav ul li a {
	color: #fff;
	padding: 7px;
	text-decoration: none;
}

#subnav ul li li {
	padding-left: 38px;
}

#subnav ul li li a {
	padding: 2px 7px;
}

#subnav ul li a.has_sub {
	background: url(../images/bg_subnav_item_sub.png) no-repeat top right;
}

#subnav ul li a.has_sub:hover {
	background-image: url(../images/bg_subnav_item_sub_hover.png);
}

#subnav ul li a.has_sub.active {
	background-image: url(../images/bg_subnav_item_sub_active.png);
}

#subnav ul li a.active {
	background-color: rgb(185,209,90);
	background-color: rgba(185,209,90,0.8);
	color: #565f51;
}

#subnav ul li a:focus,
#subnav ul li a:hover {
	background-color: rgb(185,209,90);
	color: #565f51;
}

#subnav ul li a.level0 {
	border-left: 1px solid #c8d5c0;
	margin-left: -1px;
}

#subnav ul li a.level0.active,
#subnav ul li a.level0:focus,
#subnav ul li a.level0:hover {
	border-left: 1px solid #007738;
	box-shadow:
		0 2px 4px -2px rgba(0,0,0,0.6),
		0 -2px 4px -2px rgba(0,0,0,0.6);
}

/* login */
#search,
#login,
#socials {
	position: absolute;
	top: 35px;
	display: none;
}

#search .search,
#login .tx-felogin-pi1,
#socials .socials-container {
	border: 1px solid #2f473a;
	border-top: none;
	padding: 10px;
	background: url("../images/bg_green.png");
	color: #fff;
}

#socials .socials-container {
	padding: 7px 7px 4px 7px;
	background: #fff;
	color: #000;
}

#socials .social-icon {
	margin-right: 8px;
}

#socials .social-icon:last-child {
	margin-right: 0;
}

#login .tx-felogin-pi1 form div.input,
#login .tx-felogin-pi1 form div.submit {
	float: left;
}

#search .search form .searchfield,
#login .tx-felogin-pi1 form div.input {
	margin-right: 15px;
}

#content .tx-felogin-pi1 {
	border: 1px solid #d3d3d3;
}

#content .tx-felogin-pi1 .login-wrap {
	border: 1px solid #fff;
	background-color: #f9f9f9;
	padding: 5px;
}

#content .tx-felogin-pi1 label {
	display: block;
	margin-bottom: 3px;
}

#content .tx-felogin-pi1 input[type=password],
#content .tx-felogin-pi1 input[type=text] {
	width: 98%;
	margin-bottom: 3px;
}

#content .tx-felogin-pi1 .submit {
	margin-top: 10px;
	border: 1px solid #ccc;
	float: right;
}

#search input[type=submit],
#login .tx-felogin-pi1 .submit input[type=submit] {
	padding: 1px 30px 1px 25px;
}

.head_bg {
	background-image: linear-gradient(#fff, #ecedec);
	border-left: 1px solid #fff;
}

#contrast {
	height: 23px;
	padding: 3px 10px 0 10px;
	text-align: right;
}

#logo {
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 100;
	color: #000;
	font-family: 'MaxOT-Light', sans-serif;
	font-size: 14px;
}

#logo a:focus img {
	background-color: #127b45;
}

#logo img {
	vertical-align: middle;
	margin-right: 5px;
}


/* head content */
#content_top {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	min-height: 195px;
	background-color: #ccc;
}

#content_top div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

.tx-jfmulticontent-pi1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tx-jfmulticontent-pi1 .slide {
	height: 334px;
	width: 1199px;
	position: relative;
	font-family: 'FrutigerNextLT-Regular', sans-serif;
}

.tx-jfmulticontent-pi1 .slide .content {
	width: 440px;
	position: absolute;
	top: 55px;
	font-size: 14px;
	color: #060606;
}

.tx-jfmulticontent-pi1 .slide.left .content {
	left: 55px;
}
.tx-jfmulticontent-pi1 .slide.right .content {
	right: 55px;
}

.tx-jfmulticontent-pi1 .slide.white .content {
	color: #fff;
}

.tx-jfmulticontent-pi1 .slide .content .text b {
	font-size: 48px;
	font-weight: normal;
}

.tx-jfmulticontent-pi1 .slide .content .link {
	text-align: right;
}

a.more,
a.back,
a.action {
	font-size: 11px;
	background: #f9f9f9 url(../images/arrow_right.png) no-repeat right center;
	color: #3d3d3d;
	text-decoration: none;
	border: 1px solid #d3d3d3;
	text-align: left;
	font-family: arial, sans-serif;
	display: inline-block;
}

a.more,
a.action {
	background: #f9f9f9 url(../images/arrow_right.png) no-repeat right center;
}

a.back {
	background: #f9f9f9 url(../images/arrow_left.png) no-repeat left center;
}

a.more span,
a.back span,
a.action span {
	display: inline-block;
	border: 1px solid #fff;
}

a.more span {
	width: 220px;
}

a.more span,
a.action span {
	padding: 2px 20px 2px 10px;
}

a.back span {
	padding: 2px 10px 2px 20px;
}

/* content */
#content {
	min-height: 400px;
	background: url("../images/bg_content.png") repeat-x;
	border-left: 1px solid #fff;
}

#content_left {
	float: left;
	padding-left: 54px;
	width: 220px;
	min-height: 1px;
}

#content_right {
	float: left;
	padding: 25px;
	width: 875px;
}


.box_content {
	float: left;
	overflow: hidden;
	min-height: 1px;
	margin-right: 2%;
}

.box_content_66 {
	width: 64%;
}

.box_content_50 {
	width: 49%;
}

.box_content_33 {
	width: 33%;
}

.box_content_80 {
	width: 78%;
}

.box_content_20 {
	width: 20%;
}

.box_content.last {
	float: right;
	margin-right: 0;
}

.box_66_33 .content {
	padding: 20px;
}

.box_33_33_33 .box_content_33 {
	width: 31.33%;
	position: relative;
	margin-top: 10px;
}

.box_33_33_33 .box_content_33 a.more span {
	padding: 2px 20px 2px 10px;
	width:194px;
}
.box_33_33_33 .box_content_33 a.more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.box_33_33_33 .box_content.last {
	float: left;
}

.box_33_33_33 .box_content {
	margin-left:1%;
	margin-right:1%;
}

.table-frame {
	display: table;
	margin: -25px -25px 0 -25px;
}

.table-frame .box_80_20 {
	display: table-row;
}

.table-frame .box_80_20 .box_content {
	display: table-cell;
	float: none;
	vertical-align: top;
}

.table-frame .box_80_20 .box_content_80 {
	width: 80%;
}

.table-frame .box_80_20 .box_content_80 .content {
	padding: 25px 25px 0 25px;
}

.table-frame .box_80_20 .box_content_20 {
	background: #eee url(../images/bg_content.png) repeat-x;
}

.table-frame .box_80_20 .box_content_20 .content {
	padding: 60px 8px 0 8px;
}

.table-frame .box_80_20 .box_content_20 .content img {
	border: 1px solid #fff;
	height: auto;
	width: 100%;
}

.latest-news-frame {
	background-color: #eee;
}

.latest-news-frame .box_50_50 .first .content {
	padding: 20px 0 20px 20px;
}

.latest-news-frame .box_50_50 .last .content {
	padding: 20px 20px 20px 0;
}


.news .news-list-date {
	font-size: 10px;
}

.news .news-list-view .article {
	margin-bottom: 20px;
}

.news .header {
	color: #060606;
}


.border-frame .content > div {
	border: 1px solid #d3d3d3;
}

.border-frame .content .csc-default > div {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}

/* list news */

.news .news-list-view.list .article .teaser-text,
.news .news-list-view.link-list .article .teaser-text{
	float: left;
	width: 420px;
}

.news .news-list-view.list .article .news-img-wrap,
.news .news-list-view.link-list .article .news-img-wrap{
	float: right;
}

.news .news-list-view.list .article .link,
.news .news-list-view.link-list .article .link{
	text-align: left;
}

/* latest news */

.news .news-list-view.latest .article {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 0;
}

.news .news-list-view.latest .article.even {
	margin-right: 0;
}

.news .news-list-view.latest .article .article-wrap {
	border: 1px solid #d3d3d3;
}

.news .news-list-view.latest .article .article-content {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}

.news .news-list-view.latest .article .article-content .header {
	padding: 4px 8px;
}

.news .news-list-view.latest .article .article-content .header h3 {
	margin: 0;
}

.news .news-list-view.latest .article .article-content .teaser-text {
	padding: 0 8px 4px 8px;
}

.news .news-list-view.latest .article .article-content .teaser-text p {
	margin: 0;
}

.news .news-list-view.latest .article .article-content .news-img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.news .news-list-view.latest .article a.more {
	display: block;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.news .news-list-view.latest .article a.more span {
	width: auto;
	display: block;
}

.news .news-list-view .header,
.news.news-single .news-img-wrap,
.news.news-single .header {
	margin: 0 0 10px 0;
}

.news .news-list-view .header h2,
.news.news-single .header h1 {
	margin: 0;
}

.news.news-single .news-left {
	float: left;
	width: 420px;
}

.news.news-single .news-right {
	float: right;
}

.news.news-single .news-img-wrap .outer {
	margin-bottom: 10px;
}

.news.news-single .news-img-wrap img {
	display: block;
}

.fullscreen-frame {
	width: 700px;
}

/* foot */
#foot {
	padding: 7px 10px 0 10px;
	height: 19px;
	background: url("../images/bg_foot.png") repeat-x;
	color: #fff;
	font-size: 12px;
}


/* ui-widget */

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-header {
	background: #fff;
	border: none;
	color: #000;
	font-weight: normal;
}

.ui-widget-content {
	background: #fff;
	border: none;
	color: #8b8b8b;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	color: #3d3d3d;
	background: #f9f9f9;
	border-color: #d3d3d3;
	font-weight: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #3d3d3d;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	background: url(../images/arrow_right.png) no-repeat right center;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	background-image: url(../images/arrow_down.png);
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }


/* tabs */
.ui-tabs {
	padding: 0;
}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

.ui-tabs .ui-tabs-panel {
	border: 1px solid #d3d3d3;
	background-color: #f9f9f9;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 0.1em 3em 0.1em 1em;
}


/* csc */
.csc-textpic-caption {
	font-size: 10px;
}


/* trigger*/
.atlwdg-trigger {
	z-index: 10;
}

.buttonnav {
	margin-right: -25px;
	padding-top: 40px;
}

.buttonnav .item {
	float: left;
	margin: 0;
	background-color: #ccc;
}

.buttonnav .item a {
	display: block;
	width: 180px;
	height: 120px;
	font-size: 14px;
	text-align: center;
	color: #aacc5a;
	text-transform: uppercase;
	opacity: 0;
}

.buttonnav .item a:hover {
	text-decoration: none;
	background-color: rgba(39,110,47,0.7);
	opacity: 1;
}

.buttonnav .item a .title{
	position: relative;
	top: 50px;
	font-weight: bold;
	font-size: 16px;
}


/* Alerts */
.alert-error{
	width: 333px;
	padding: 15px;
	margin: 10px 0 10px 0;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	position: relative;
}
.alert-error h4{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #953b39;
}
.alert-error button.close{
	display: none;
}

.tx-femanager {
	width: 552px;
}

.tx-femanager .femanager_new {
	border: 1px solid #d3d3d3;
}

.tx-femanager form {
	background-color: #f9f9f9;
	border: 1px solid #fff;
	padding: 5px 10px;
}

.tx-femanager fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.tx-femanager fieldset legend {
	display: none;
}
.tx-isa-member-section div.row,
.tx-femanager div.control-group {
	clear: both;
	margin: 5px 0;
	width: 100%;
}
.tx-femanager div.control-group label,
.tx-femanager div.control-group .controls,
.tx-isa-member-section div.row .controls {
	float: left;
}
.tx-femanager div.control-group.femanager_submit .controls {
	float: none;
	display: inline-block;
	border: 1px solid #ccc;
}
.tx-femanager div.control-group:after,
.tx-isa-member-section div.row:after {
	content: "";
	display: table;
	clear: both;
}
.tx-femanager div.control-group label {
	width: 150px;
	padding: 4px 15px 0 0;
	text-align: right;
}
.tx-femanager div.control-group label.radio {
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	cursor: pointer;
	float: none;
}
.tx-femanager div.control-group label.checkbox {
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	cursor: pointer;
	float: none;
}
.tx-femanager div.control-group.offset{
	margin-left: 155px;
}
.tx-femanager .femanager_submit {
	text-align: right;
}
.tx-femanager input.input-block-level,
.tx-femanager textarea.input-block-level,
.tx-isa-member-section textarea {
	width: 355px;
}
.tx-femanager textarea.input-block-level {
	height: 80px;
}
.tx-powermail select,
.tx-femanager select.input-block-level {
	padding-left: 0;
	width: 363px;
}

.tx-isa-member-section table.member_list {
	width: 100%;
}
.tx-isa-member-section table.member_list col.name {
	width: 140px;
}
.tx-isa-member-section table.member_list col.contact,
.tx-isa-member-section table.member_list col.interests {
	width: 150px;
}
.tx-isa-member-section table.member_list col.taxa {
	width: 110px;
}
.tx-isa-member-section table.member_list td {
	border-bottom: 0.1em solid #ccc;
}
.tx-isa-member-section table.member_list th,
.tx-isa-member-section table.member_list td {
	padding: 0.2em 0.5em 0.2em 0;
}
.tx-isa-member-section table.member_list th:last-child,
.tx-isa-member-section table.member_list td:last-child {
	padding-right: 0;
}
.tx-isa-member-section table.member_list td.areas_of_interest,
.tx-isa-member-section table.member_list td.taxa_of_interest {
	white-space: nowrap;
}
.tx-isa-member-section table.member_list input[name=name] {
	width: 120px;
}

.tx-isa-member-section .correspondent_list span.country,
.tx-isa-member-section .council_list span.office {
	font-weight: bold;
}

.tx-isa-member-section dd {
	margin-bottom: 1em;
}


.tx-powermail .form,
.tx-isa-member-section .form {
	border: 1px solid #d3d3d3;
	width: 550px;
}

.tx-powermail .form form,
.tx-isa-member-section .form form {
	background-color: #f9f9f9;
	border: 1px solid #fff;
	padding: 5px 10px;
}

.tx-powermail fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tx-powermail fieldset h5 {
	margin-left: 20px;
	margin-right: 20px;
}

.tx-powermail fieldset.section,
.tx-powermail fieldset.section_contribution,
.tx-powermail fieldset.section_excursion,
.tx-powermail fieldset.section_workshop,
.tx-powermail fieldset.section_accompanying_person,
.tx-powermail fieldset.section_meeting_shirts,
.tx-powermail fieldset.section_colorado_school_of_mines
{
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px 0;
}

.tx-powermail fieldset legend {
	display: none;
}
.tx-powermail fieldset.section legend,
.tx-powermail fieldset.section_contribution legend,
.tx-powermail fieldset.section_excursion legend,
.tx-powermail fieldset.section_workshop legend,
.tx-powermail fieldset.section_accompanying_person legend,
.tx-powermail fieldset.section_meeting_shirts legend,
.tx-powermail fieldset.section_colorado_school_of_mines legend,
.tx-powermail fieldset fieldset legend {
	display: block;
}

.tx-powermail fieldset.section legend,
.tx-powermail fieldset.section_contribution legend,
.tx-powermail fieldset.section_excursion legend,
.tx-powermail fieldset.section_workshop legend,
.tx-powermail fieldset.section_accompanying_person legend,
.tx-powermail fieldset.section_meeting_shirts legend,
.tx-powermail fieldset.section_colorado_school_of_mines legend
{
	margin: 0 20px;
}

.tx-powermail fieldset.section fieldset legend,
.tx-powermail fieldset.section_contribution fieldset legend,
.tx-powermail fieldset.section_excursion fieldset legend,
.tx-powermail fieldset.section_workshop fieldset legend,
.tx-powermail fieldset.section_accompanying_person fieldset legend,
.tx-powermail fieldset.section_meeting_shirts fieldset legend,
.tx-powermail fieldset.section_colorado_school_of_mines fieldset legend
{
	margin: 0;
}

.tx-powermail fieldset.section_hidden,
.tx-powermail fieldset.section_contribution,
.tx-powermail fieldset.section_excursion,
.tx-powermail fieldset.section_workshop,
.tx-powermail fieldset.section_accompanying_person,
.tx-powermail fieldset.section_colorado_school_of_mines,
.tx-powermail fieldset.section_meeting_shirts
{
	display: none;
}

.tx-powermail fieldset fieldset legend,
.tx-powermail .powermail_fieldwrap > label,
.tx-isa-member-section .row > label {
	width: 140px;
	padding: 4px 15px 0 5px;
	text-align: right;
	float: left;
}

.tx-femanager div.control-group .controls.text,
.tx-powermail .powermail_fieldwrap .text {
	padding-top: 4px;
}

.tx-powermail .powermail_fieldwrap_text {
	margin: 0 0 10px 160px;
}

.powermail_radio_outer {
	float: left;
}

.tx-powermail input[type="text"],
.tx-powermail input[type="password"],
.tx-powermail input[type="email"],
.tx-powermail textarea,
.tx-isa-member-section input[type="text"]{
	width: 355px;
}

.tx-powermail .parsley-errors-list {
	clear: both;
}

.tx-powermail .powermail_fieldwrap_submit,
.tx-isa-member-section .row.submit .controls {
	float: right;
	border: 1px solid #ccc;
	width: auto;
}

.tx-powermail fieldset.section .powermail_fieldwrap_submit {
	margin-right: 5px;
}

.tx-powermail .parsley-errors-list.filled {
	list-style: none;
	width: 333px;
	padding: 15px;
	margin: 10px 0 10px 165px;
	color: #b94a48;
	background-color: #f2dede;
}




.tx-isa-member-section .payment_history {
	border-spacing: 0;
	border-collapse: separate;
}
.tx-isa-member-section .payment_history th,
.tx-isa-member-section .payment_history td {
	padding: 0 10px 5px 0;
}
