@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	color: #b3b3b3;
	font-size: 12px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
	color: #b3b3b3;
}
/* LINKS */
a, a:link, a:hover {
	text-decoration:underline;
	color:inherit;
	cursor:pointer;
}
a:link a:visited a:hover, a:active {
	color:inherit;
	text-decoration:none;
}

/* end of links */
/* Page structure */
	/* Header Section */
		.header {
			background-color:inherit;
			height:110px;
			text-align:right;
		}
		/* SITE TITLE */
		.sitetitle {
			font-size:20px;
			
		}
		/* end of Site Title */
		/* COLLECTION HEADER */
		.collectionHeader {
			font-size: 14px;
			
		}
		/* end of collection header */
	/* end of header section */
	/* Left panel */
		.leftpanel {
			height : 600px;
			width : 170px;
			padding : 5px;
			margin-top:10px;
			overflow:auto;
			position:relative;
			float:left;
		}
	/* end of left panel */
	.footer {
	text-decoration:none;
		padding-top:10px;
		min-height:40px;
		text-align:right;
		font-weight:bold;
	}
	#image_viewer {
	width : 100%;
	overflow:auto;
	white-space :nowrap;
	padding-left : 0px;
	padding-right : 0px;			
	}
	.image {
		padding:10px;
		border-style:solid;
		background-color:#333333;
	}
/* end of page structure */
.clear {
	clear: both;
}

/* LINKS */
a, a:link, a:hover {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
a:link a:visited a:hover, a:active {
	color:inherit;
	text-decoration:none;
}
/* ID PLATE */
#idplate {
	margin-bottom: 0px;
	margin-top: 0px;
}
.logo img {
	border:none;
}
.metalabel{
	border:0px;
	font-weight:bold;
}
/* end of ID Plate */