@charset "utf-8";
.rightarrow {
	list-style-image: url(images/right_arrow_16x16.png);
	list-style-type: none;
}
.globe {
	list-style-image: url(images/globe_16x16.png);
	list-style-type: none;
}
.join {
	color: #FFE485;
	/*font-family: verdana, helvetica, arial, sans-serif;*/
	font-weight: bold;
	text-align: center;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.img-float-right {
	float: right;
	margin-left: 10px;
	border: 1px solid #CCC;
}
.img-float-left {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}
.center {
	display: block;
	margin: auto;
}
.species-list-info {
	font-weight: bold;
}
.past-pres {
	border: 1px;
	margin: auto;
}
.pp-row1 {
	background-color: #C30;
	color: #FFF;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;	
}
.pp-row2 {
	background-color:#FFE485;
	color: #000;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;	
}
.sommer-species {
	font-size: 120%;
}
.sommer-location {
	font-size: 90%;
}
.calendar {
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.img-border {
	border: 1px solid #CCC;
}
.mailinglistFAQ-question {
	font-size: 1.1em;
	color: #FC0;
}