@charset "UTF-8";

.panHead{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 4px 6px 4px 28px;
	margin-left: 24px;
	margin-top: 12px;
	font-family: 'veneer';
	color: #FFF;
	letter-spacing: 1px;
	background-color: #000;
	cursor: pointer;
}

	.panHead:hover{
		color: #D00;
	}

	.panHead:before {
		content: '';
		position: absolute;
		left: 6px; top: 5px;
		width: 16px;
		height: 16px;
		background: 0px -80px url(../icons/x16FFFicns.png);
	}
	
	.panHead:hover:before {
		background-image: url(../icons/x16D00icns.png);
	}

.panTitle{
	float: left;
}

.panDetail{
	float: right;
}

.panBody{
	display: none;
	margin-left: 48px;
	background-color: #FFF;
	
	padding: 12px;
	
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

.albumIT{
	width: 100%;
}


.lCol{
	width: 80px;
	white-space: nowrap;
	text-align: right;
}

img.albumThm{
	width: 150px; height: 150px;
}

.filterTable{
	width: 100%;
	margin-top: 6px;
	padding-left: 6px; padding-right: 6px;
	font-family: 'veneer';
	color: #FFF;
	background-color: #000;
	letter-spacing: 1px;
}

.filterButton{
	height: 28px;
	padding-left: 6px; padding-right: 6px;
}
	.filterButton:hover{
		cursor: pointer;
		color: #D00;
	}

.imgThumb{
	width: 150px; height: 150px;
	margin: 6px;
	display: inline-block;
	border: 2px solid #000;
	cursor: pointer;
}

#galleryWindow{
	display: none;
	position: fixed;
	overflow: scroll;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-color: #000;
	color: #FFF;
	text-align: middle; vertical-align: middle;
}

#galleryContainer{
	display: block;
	margin: 0 auto;
}

#imagePane{
	
}

.galButton{
	
}
	.galButton:hover{
		cursor: pointer;
		color: #D00;
	}

#closeButton{
	width: 42px; height: 42px;
	float: right;
	padding-left: 6px; padding-right: 6px;
}
	#closeButton:hover{
		cursor: pointer;
		color: #D00;
	}