.yearList{
	color:#291353;
	text-decoration:none;
	font-size:12px;
}
.yearList:hover {
	color:#004a84;
	text-decoration:underline;
}
/*** Container for exhibition lists ***/
table.exhibitionList
{

}
/*** Each Exhibition Listing ***/
table.exhibitionList tr td
{
	padding: 10px 0;
}
table.exhibitionList tr.first td
{
	border-top: 0;
	padding-top: 0;
}
table.exhibitionList td.photo
{
	padding-right: 20px;
}
table.exhibitionList td.photo img
{
	width: 100px;
	border: 0;
}
table.exhibitionList div.title
{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 5px;
	color:#004a84;
}
table.exhibitionList div.title a
{
	color:#004a84;
	text-decoration:none;
}
table.exhibitionList div.title a:hover
{
	color:#004a84;
	text-decoration:underline;
}
table.exhibitionList div.displays
{
	margin-bottom: 5px;
	font-size:12px;
	font-weight:bold;
}
table.exhibitionList div.description
{
	margin-bottom: 5px;
}
table.exhibitionList div.moreinfo
{
	font-weight: bold;
}


/*** Detail view of exhibitions ***/
div.exhibitionDetail div.contentLinks
{
	margin-bottom: 20px;
	color:#ADAC7A;
}
div.exhibitionDetail div.contentLinks a
{
	margin: 0 5px;
}
div.exhibitionDetail div.contentLinks a.current
{
	font-weight: bold;
}
div.exhibitionDetail
{
	color:#000;
}
div.exhibitionDetail div.name
{
	font-size:18px;
	color:#004a84;
}
div.exhibitionDetail div.locations, div.exhibitionDetail div.displaythru {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-bottom:13px;
}
div.exhibitionDetail a {
	font-size:12px;
	color:#004a84;
	text-decoration:none;
}
div.exhibitionDetail a:hover {
	text-decoration:underline;
}
div.exhibitionDetail div.alertnotes
{
	margin-bottom: 10px;
	border: 1px solid #555;
	background: #ddd;
	color: #000;
	padding: 5px;
}
div.exhibitionDetail div.photo
{
	margin-top: 10px;
	margin-bottom: 10px;
}
div.exhibitionDetail div.photo .title
{
	color:#000000;
	font-size:12px;
	font-style:italic;
}
div.exhibitionDetail div.photo .credits
{
	color:#000000;
	font-size:12px;
}
div.exhibitionDetail div.photo .caption
{
	color:#000000;
	font-size:12px;
}

/*** Related Links ***/
div.exhibitionDetail div.relatedLinks div.group
{
	width: auto;
}