div.organismTitle
{
	color: white;
	background-color: #afd6f1;
	background-image: URL("../../design/images/background_organism_title.png");
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	font-size: 16pt;
			padding: 10px 0px 11px 10px;
		height: auto;
		}


div.rightColumn.organismRightColumn
{
	background-color: #e6ebf5;
	overflow-y: auto;
	overflow-x: hidden;
	height: 476px;
}

span.latinNameHeading
{
	font-style: italic;
	font-size: 11pt;
	font-weight: 600;
}

img.organismTreeIcon
{
	cursor: pointer;
	margin-right: 5px;
}

/*
Where all contents about organisms go.
Put this around the other content in order
to make the scroll bars behave as expected
*/
div.organismContentsContainer
{
	height: 476;
	overflow: hidden;
	position: relative;
}

div.leftColumn.organismInfo
{
	overflow: hidden;
	position: relative;
	/*border: 1px solid red;*/
		height: 476px;
	}

div.organismInfoIndex
{
	padding: 10px;
		height: 460px;
		overflow: auto;
	line-height: 1.7em;
	/*border: 1px solid blue;*/
	top: 0px;
	left: 0px;
}

img.iconInText
{
	vertical-align: bottom;
	padding-bottom: 2px;
}

iframe.organismChapters
{
	position: absolute;
	display: block;
	top: 0px;
	left: 142px;
	width: 391px;
		height: 477px;
		border: 0px none;
	/*border: 1px solid green;*/
}

div.topicHeading.smallTopicHeading.organismInfoHeading
{
	background-color: #afd6f1;
	/*color: #3f3f3f;*/
			padding: 7px 0px 7px 10px;
		height: auto;
		width: 198px;
		}

div.mapContainer
{
	text-align: left;
	position: relative;
	height: 215px;
}

/* Layer-maps for organisms territories */
img.layeredMap
{
	/*border: 2px solid green;*/
	position:absolute;
	display:block;
	top: 0px;
	left: 10px;
}

img.layeredMap.dynamicLayer
{
	position: absolute;
	top: 0px;
	left: 10px;
	display: none;
}

ul
{
	position: relative;
	left: -25px;
	top: -15px;
	text-align: left;
}

span.fakeLink
{
	text-decoration:underline; 
	color: #003698;
	cursor:pointer;
}

table.lifeCycleTable
{
	border-collapse: collapse;
}

td.tableHeading
{
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid white;
}

td.lifeCycleStadium
{
	font-size: 8pt;
	border: 1px solid white;
}

td.month
{
	font-size: 8pt;
	font-weight: bold;
	width: 20px;
	text-align: center;
	border: 2px solid white;
}

td.month.winter
{
	background-color: #d8e5eb;
}

td.month.spring
{
	background-color: #cdff03;
}

td.month.summer
{
	background-color: #60b524;
}

td.month.fall
{
	background-color: #a88f59;
}

td.month.stadium
{
	background-color: #ff7f00;
}

td.month.notStadium
{
	background-color: #9dbfe4;
}

td.month.stadium.quartersize
{
	border-left: 0px none;
	border-right: 0px none;
	width: 2px;
}

td.month.notStadium.quartersize
{
	border-left: 0px none;
	border-right: 0px none;
	width: 2px;
}

