*, html {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
html {
	font-size: 14px;
}
body {
	margin-top: 0;
	position: relative;
}
.body {
	min-height: 12em;
	clear: both;
	margin-bottom: 0.5em;
	width: 100%;
}
a {
	display: inline-block;
}
a img {
	margin-bottom: -2px;
}
img.logo {
   float: left;
   padding: 0.1em 0.5em 0 0.3em;
	border: none;
	height: 4.2em;;
	width: auto;
}
.noborder {
	border: none;
}
.clear {
   clear: both;
	border-bottom: solid 1px transparent;
}
.clear_left {
   clear: left;
	border-bottom: solid 1px transparent;
}
.clear_right {
   clear: right;
	border-bottom: solid 1px transparent;
}
.header {
	padding-top: 0;
	margin: 0;
	width: 100%;
}
.header h1 {
	margin-right: 1em;
}

h1, h2, h3, h4 {
   margin: 0 0 0.3em;
}

hr {
   margin: 0.1em 0 0.1em 0;
   opacity: 0.4;
   filter: alpha(opacity=40); /* For IE8 and earlier */
}
.breadcrumbs {
   font-size: 0.8em;
   font-weight: bold;
   padding: 0 0 0.5em 1em;
   margin: 0 0 0.2em 0;
}

div.msg,
div.error {
   border: solid 2px;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
	padding: 0.8em;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.help_hidden,
div.help_visible {
	clear: both;
}
div.help_hidden {
	margin: 0;
	border: 0;
	height: 0;
	visibility: hidden;
	display: none;
}
div.help_visible {
	margin: 0;
	border: solid 0.15em;
	padding: 0.2em;
	max-height: 20em;
	visibility: visible;
	overflow: auto;
	display: block;
}
div.pagination {
	float: left;
	margin: 0.7em 1em 1em 2em;
}
div.pagination a {
	margin: 0 0.15em;
}
div.edit_container,
div.view {
	border: groove 0.4em;
	padding: 0.7em;
	float: left;
	margin: 0.3em 0 1em 0;
}
div.edit {
   float: left;
   margin-right: 1em;
}

table.data {
   text-wrap: none;
}
table.data,
table.data td,
table.data th {
   border: solid 1px;
   border-spacing: 0;
   border-collapse: collapse;
   text-align: center;
   padding: 0.25em;
   max-width: 267mm;
}
table.data th {
   vertical-align: bottom;
}
table.select_links a {
	display: block;
	position: relative;
}
table.select_links td {
	/*border-bottom: 1px inset;*/
}
.block {
	display: block;
}
table.vertical td {
   min-width: 10em;
}
tr.heading {
   font-style: italic;
   font-weight: bold;
}
.nowrap {
   white-space: nowrap;
   padding: 0;
}
form.search {
   margin: 0.2em 0 0.3em 0;
}
table.borders_bottom tr th,
table.borders_bottom tr td {
	border-bottom: groove 0.13em;
}
.border {
	border: groove 0.4em;
	padding: 0.6em;
}
.borders,
.borders td,
.borders th {
	border: groove 1px;
}
.border_top,
.border_top td,
.border_top th {
	border-top: groove 1px;
}
.border_bottom,
.border_bottom td,
.border_bottom th {
	border-bottom: groove 1px;
}
input,
textarea {
	border: inset 1px;
	font-size: 1em;
	padding: 2px;
}
select {
	border: inset 1px;
	font-size: inherit;
   min-width: 10em;
}

.left {
   float: left;
 }
.right {
   float: right;
}
div.member_photo,
div.group_photo,
div.small_group_photo {
	padding-top: 0px;
}
div.small_group_photo img {
   max-height: 25em;
   max-width: 35em;
}
img {
   border: solid 1px;
}
div.member_photo img {
   max-height: 25em;
   max-width: 35em;
}
img.thumbnail {
   max-height: 4em;
   max-width: 5em;
}
.button {
   text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
   padding: 0.6em 0.5em 0.3em 0.5em;
	border: solid 1px;
	border-top: none;
   border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-khtml-border-radius: 0.5em;
	display: inline-block;
   margin: 0 0.15em 0.12em 0.25em;
}
div.actions {
   margin-left: 0.5em;
   float: left;
}
.hidden {
   display: none;
   height: 0;
}
.normal {
   height: auto;
}
.text_left {
   text-align: left;
	align: left;
}
.text_center {
   text-align: center;

}
.text_right {
   text-align: right;
	align: right;
}
.plain_text {
	text-decoration: none;
	font-weight: normal;
}
.top {
   vertical-align: top;
	align: top;
}
.bottom {
   vertical-align: bottom;
	align: bottom;
}
.middle_container {
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
}
.middle_helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 1px;
}
.middle {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.indent1 {
   padding-left: 2em;
}
.indent2 {
   padding-left: 4em;
}
.indent3 {
   padding-left: 7em;
}
.indent4 {
   padding-left: 11em;
}
.space_above_1 {
   margin-top: 0.3em;
}
.space_above_2 {
   margin-top: 0.7em;
}
.space_above_3 {
   margin-top: 2em;
}
.space_above_4 {
   margin-top: 4.2em;
}
.space_above_5 {
   margin-top: 7em;
}

.space_below_1 {
   margin-bottom: 0.3em;
}
.space_below_2 {
   margin-bottom: 0.7em;
}
.space_below_3 {
   margin-bottom: 2em;
}
.space_below_4 {
   margin-bottom: 4.2em;
}
.space_below_5 {
   margin-bottom: 7em;
}

.hidden_iframe {
	width:0;
	height:0;
	border: none;
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.wide1 {
   min-width: 3.8em;
}
.wide2 {
   min-width: 5.7em;
}
.wide3 {
   min-width: 10em;
}
.wide4 {
   min-width: 14em;
}
.wide5 {
   min-width: 20em;
}
.wide6 {
   min-width: 28em;
}
.wide7 {
	min-width: 38em;
}
.wide8 {
	min-width: 42em;
}
.width2 {
	width: 6em;
	white-space: normal;
}
.width3 {
	width: 10em;
	white-space: normal;
}
.width4 {
	width: 20em;
}
.width5 {
	width: 30em;
}
.font_large {
	font-size: 1.3em;
}
.small {
	font-size: 0.85em;
}
.smaller {
   font-size: 0.75em;
}
.smallest {
   font-size: 0.65em;
}
.space0 {
	padding: 0;
	margin: 0;
}
.space1 {
	padding: 0.25em;
}
.space2 {
	padding: 0.5em;
}
.space3 {
	padding: 0.9em;
}
.space4 {
	padding: 1.3em;
}
.fill {
	max-height: 100%;
	max-width: 100%;
}
.rotate180 {
	-moz-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.footer {
   clear: both;
   text-align: center;
   border-top: groove 1px;
}
.animation {
	clear: both;
	margin: 0 0 -2px 0;
	position: relative;
	overflow: hidden;
	min-height: 2.1em;
}
.animation_img {
	clear: both;
	position: absolute;
	height: auto;
}
.animation_img img {
	max-height: 2em;
	border: none;
}
.copyright {
   border: 0;
	float: left;
	margin-left: 5%;
}
/* Make the checkbox's bold in all browsers */
input.checkbox_bold[type="checkbox"] {
	visibility: hidden;
	display: none;
}
input.checkbox_bold[type="checkbox"]:checked + label {
	width: 1em;
	height: 1em;
	border: solid 1px;
	position: relative;
	margin: auto;
	display: block;
	position: relative;
	text-align: left;
}
input.checkbox_bold[type="checkbox"]:checked + label span {
	position: absolute;
	width: 100%;
	height: 40%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	background: transparent;
	top: 1px;
	border: 2px solid;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Set max width of content */
@media screen and (min-width:1000px) {
	body {
		width: 95%;
		margin: 0 auto;
	}
	div.view {
		margin: 0.3em 1em 1.5em 0.2em;
	}
}
@media screen and (min-width:1250px) {
	body {
		width: 90%;
	}
}
@media screen and (min-width:1500px) {
	body {
		width: 82%;
		max-width: 1500px
	}
}
