﻿.expandAllContainer {
	position:relative;
	padding-top: 10px;
	}
.expandAll {
	padding-top:12px;
	float:right;
	}

.expandingSectionHead {
	background-color: #EEEEEE;
	background-image:url(../images/updown_arrow.gif);
	background-position: right 2px;
	background-repeat:no-repeat;
	border: #999999 dashed 1px;
	padding: 2px;
	margin-top: 10px;
	}
	
.expandedSectionHead {
	background-position: right -38px;
	}
	
.expandingSectionHead a:link, .expandingSectionHead a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #666666;
	display:block;
	text-decoration:none;
	}

.expandingSectionHead a:hover {
	color: #444444;
	text-decoration:underline;
	}

.expandingSectionBody {
	display: none;
	}

.expandedSectionBody {
	display: block;
	}

#photographs img
{
    padding: 5px;
    border: none;
}

#distribution img {
    margin: 10px;
}    

#phenology table 
{
    margin: 10px;
    border-collapse: collapse;
}

#phenology td, #phenology th 
{
    padding: 5px;
    border: solid 1px black;
}
