/* AROD css info */
.activeLink {
	color: black;
	text-decoration: none;	
}

.activeLink:hover {
	color: black;
	text-decoration: underline;	
}

#speciesTitle {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
}

#speciesSubtitle {
	font-size: 1.5em;
	text-align: center;
	margin: 0px 0px 10px 0px;
	display: inline;
	font-weight: bold;
	text-align: center;
}

#speciesSubtitle #scientificName {
	font-style: italic;
}

#speciesSubtitle #author {
	font-size: 0.9em;
}

.centredDiv {
	text-align: center;
}

#taxonomyBox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#taxonomyBox table {
	display: inline;
}

#taxonomyBox h3 {
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 0;
}
	
#taxonomyBox th {
	text-align: right;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

#taxonomyBox td {
	text-align: left;
	vertical-align: top;
}

#centredInlineTable {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#centredInlineTable table {
	display: inline;
}

.speciesContent {
	margin: 0px 0px 0px 10px;
}

.speciesContent h3 {
	font-size: 1.1em;
	margin: 0px 0px 0px -10px;	
}

.speciesContent ul {
	margin: 0px 0px 0px 0px;
}

.speciesContent hr {
	border: 0;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 20px 0px 0px -10px;

}

#media {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.floatRight {
	float: right;
}

.referenceClass {
	display: inline;
	vertical-align: super;
	font-size: 0.8em;
}

.super {
	font-size: 0.83em;
	vertical-align: super;
	position: relative;
	line-height: 0.5em;
}

#footer2 {
  text-align: center;
  vertical-align: middle;
  padding: 0 0 20px 0;
 
}



.containingBoxOFF {
	width: 660px;
	/* height: 400: */
	text-align: center;
	margin: 40px;
}

.sexyFormOFF {
	display: inline;
	/*
	padding: 10;
	width: 200;
	height: 120px;
	*/
}

.plainBlackLink {
	color: black;
	text-decoration: none;
}

.plainBlackLink:hover {
	color: black;
	text-decoration: underline;
}



/* form stuff */

form.inplaceeditor-form { /* The form */
}

form.inplaceeditor-form input[type="text"] { /* Input box */
	font-size: 24pt;
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  margin-left:1em;
}

form.inplaceeditor-form a { /* The cancel link */
	 margin-left:1em;
	 font-size: 12pt;
	 text-align: center;
}

