header {
	border-bottom: 1px solid #999;
	background: url("/assets/ctx/fdf48250/img/header_bg.png") no-repeat bottom right;
	background-size: 30%;
}
.backgroundSpacer {
	display: none;
	height: 0px;
}
@media (min-width: 768px) {
	.backgroundSpacer {
		height: 80px;
	}
}
@media (min-width: 992px) {
	header {
		background-position: bottom right 80px;
		background-size: 25%;
	}
	.backgroundSpacer {
		height: 100px;
	}
}
@media (min-width: 1200px) {
	header {
		background-position: bottom right 100px;
	}	
	.backgroundSpacer {
		height: 150px;
	}
}
.login {
	display: none;
	padding: 10px;
	background: #cc0;
}
.login a {
	color: #000;
}
.loginBtn {
	display: block;
	padding: 6px 20px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	/*
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	*/
	background: #cc0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.loginBtn:FOCUS, .loginBtn:ACTIVE, .loginBtn:HOVER {
	color: #c00;
	text-decoration: none;
}
.logoutBtn {
	display: block;
	padding: 6px 20px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	/*
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	*/
	background: #333;
	color: #ddd;
	font-size: 16px;
	font-weight: bold;
}
.logoutBtn:FOCUS, .logoutBtn:ACTIVE, .logoutBtn:HOVER {
	color: #c00;
	text-decoration: none;
}
header img {
	height: 120px;
	margin: 5px 20px;
}
header h1 {
	margin-top: 20px;
	font-size: 36px;	
	color: #333;
	font-weight: normal;
}
header h2 {
	margin-top: 20px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

nav.navbar {
	border-radius: 0;
	border-bottom: 1px solid #999;
	min-height: 30px;
	margin-bottom: 0px;
}
nav.navbar li > a {
	padding: 10px 15px;
	color: #333;
}
nav.navbar li.active > a {
	color: #c00;
	font-weight: bold;
}
nav.navbar li > div {
	padding: 10px 15px;
}
.footerLogo {
	/* width: 401px; */
	height: 120px;
	background: url("/assets/ctx/b622e0bb/img/autpal_logo_footer.png") no-repeat;
}
footer nav.navbar {
	min-height: 36px;
	margin-bottom: 0px;
	border-bottom: none;
	background: #ddd;
}
.content {
	margin: 15px;
	min-height: 400px;
}
aside hr {
	width: 80%;
	margin-top: 30px;
}
aside h4 {
	font-size: 16px;
	font-weight: bold;
}
.alpha-tabs a {
	color: #333;
	font-weight: bold;
}

.alpha-tabs li.active a {
	color: #c00;
	font-weight: bold;
}

.tab-content {
	margin-top: 20px;
}

h1, h2, h3 {
	margin-bottom: 20px;
}
h4, h5, h6 {
	margin-top: 20px;	
}

h1 {
	font-size: 28px;	
	margin-top: 30px;
	color: #333;
	font-weight: normal;
}

h2, section h1 {
	font-size: 20px;
	margin-top: 26px;
	margin-bottom: 20px;
	color: #999;
	font-weight: bold;
}

h3, section section > h1 {
	font-size: 15px;
	margin-top: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333;
}

fieldset {
	margin-bottom: 20px;
}

label {
}

td select {
	min-width: 120px;
}
.diag-label {
	color: #999;	
}

.required:AFTER {
	content: " *";
}

.picture-fieldset .required:AFTER {
	content: "";
}

.paldatRed {
	color: #c00;
}

.paldatGreen {
	color: #009900;
}

.paldatGrey {
	color: #999;
}
.black {
	color: #000;
}

.genus {
	font-style: italic;
}

.species {
	font-style: italic;
}

.reviewer {
	color: #999;
}

.multicolumns {
	-webkit-columns: 5 200px;
	-moz-columns: 5 200px;
	columns: 5 200px;
}

.searchresults {
	color: #333;
}

.searchresults a {
	font-weight: bold;
}

.sortable-item {
	/* border: 1px solid #CCC; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.combobox ul {
	max-height: 300px;
	overflow-y: auto;
}

.checkbox label {
	color: black;
}

a.back {
	display: none;
}

a.scrollTop {
	display: none;
}

.tableImg {
	margin-right: 2px;
	margin-bottom: 2px;
}

.author {
	font-variant: small-caps;
	font-size: 1.05em;
}

@media (min-width: 768px) {
	.indexContent {
		margin-bottom: 15px;
	}
	.homeContent{
		border-right: 1px solid #999;
	}
	.rightContent {
	}
}
ol li {
	margin-bottom: 5px;
}
.reviewPicture {
	margin-bottom: 20px;
}
h3.historyTitle {
	color: #999;
	margin-top: 25px;
	margin-bottom: 10px;
}
ul.linklist {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 40px;
}
.linklist li {
	margin-bottom: 8px;
}
.pubList {
	border: 1px solid #999;
	padding: 5px;
	margin: 10px;
	float: right;
}

.bootstrap-maxlength {
	color: #333;
	background-color: #cc0;
}

.modal-footer .btn-warning {
	background-color: #cc0;
	border-color: #bb0;
	color: #000;
}

.pictures > div:nth-child(6n+1) {
    clear: both;
}

.genera {
	padding: 5px 0px;
}

.genera:nth-child(2n) {
	background: #eee;
}

.testsystem-warning {
	background: #a00;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.position-absolute-bottom {
	position: absolute;
	bottom: 0px;
}

.link-list-group {
	margin-top: 20px;
	margin-bottom: 0px;
}

.homeFooter {
	border-top: 1px solid #999;
	padding-top: 15px;
}

.nopadding {
	padding: 0;
	margin: 0;
	
}

.tiny-editable h1 h2 h3 {
	line-height: 1.1;
	margin-bottom: 20px;
}

.tiny-editable h1 {
	font-size: 28px;
	margin-top: 30px;
	color: #333;
	font-weight: normal;
}

.tiny-editable h2 {
	font-size: 20px;
	margin-top: 26px;
	color: #999;
	font-weight: bold;
}

.tiny-editable h3 {
	font-size: 16px; 
	font-weight: bold;
	margin-top: 30px;	
}

.invalid {
	line-height: 3;
	background: #c00;
	color: #fff;
	font-weight: bold;
}

.background-red {
	background-color: #f2dede;
}

.background-orange {
	background-color: #fcf8e3;
}

.background-green {
	background-color: #dff0d8;
}

.background-blue {
	background-color: #d9edf7;
}

.reviewer {
	font-weight: bold;
	color: #333;
}

.comment-panel {
	background-color: #f2dede;
}

.newsletter-box {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 6px 12px;
}

.newsletter-additional {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	padding: 6px 12px;
	margin-right: 50px;
	background-color: #eeeeee;
}

.alphabetic-search ul {
	column-width: 150px;
	list-style-type: none;
	padding: 0px;
}

.alphabetic-search li {
 	padding: 5px;
}

.alphabetic-search a {
	font-weight: bold;
}