@charset "utf-8";
/* CSS Document */
/*The following are styles for data set image gallery*/
#galleryPanel1 {
	width: 580px;
	height: 680px;
	border: solid 2px #036;
	margin-left: 200px;
	padding-top: 10px;
}
#galleryPanel2 {
	width: 580px;
	height: 825px;
	border: solid 2px #036;
	margin-left: 200px;
	padding-top: 10px;
}
#galleryPanel3 {
	width: 580px;
	height: 840px;
	border: solid 2px #036;
	margin-left: 200px;
	padding-top: 10px;
}
#thumbContainer {
	margin-top: 60px;
	margin-left: 45px;
	height: 490px;
	width: 80px;
	float: left;
}
#main {
	margin-left: 150px;
	height: 550px;
	width: 380px;
	clear: none;
}
.galleryHeading {
	color:#036;
	font:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}
.name {
	font: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #036;
	padding-top: 30px;
}
.small {
	padding: 2px;
	border: solid 2px;
	border-color: #69C;
}
.small:hover {
	border-color: #9CF;
}
.display {
	border-color: #000;
}
/*The following are the styles for the gallery containers*/
#class {
	width: 200px;
	height: 695px;
	float: left;
	padding-left: 3px;
}
.classHeadings {
	color: #600;
	font-size: 1.0em;
	padding-left: 5px;
	font-weight: bold;
}
.classTitles {
	color: #039;
	font-size: 0.8em;
	padding-left: 10px;
	font-weight: bold;
}
.classTitles:link {
	text-decoration: none;
	color: #039;
}
.classTitles:visited {
	text-decoration: none;
	color: #039;
}
.classTitles:hover {
	text-decoration: none;
	color: #39C;
}
.classTitles:active {
	text-decoration: none;
	color: #039;
}
.center {
	padding: 210px;
}