
// library styles //
.library2 {
	z-index: 11;
}

.library2 h1 {
	font-size: 12px;
	background-color: #9FD6EC;
	background-image: url('bar.gif');
	background-repeat: repeat-x;
	padding: 5px 10px;
}

.library2 h1, .library2 h1 a:link, .library2 h1 a:visited {
	color: #24434F;
}

.library2 .lib_category {
	clear:  both;
}

.library2 h2 {
	font-size: 12px;
}

.library2 h2, .library2 h2 a:link, .library2 h2 a:visited {
	color: #039CDB;
	text-decoration: none;
}

.library2 h2 a:hover {
	text-decoration: underline;
}

.library2 .lib_files {
	clear: both;
}

.library2 .lib_file {
	position: relative;
	width: 160px;
	height:80px;
	border: 1px solid #97B5C1;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	padding:5px;
}

.library2 .lib_file .thumbnail {
	overflow: hidden;
	text-align: center;
	background-color: #EDF2F5;
	border-bottom: 1px solid #97B5C1;
	padding: 6px 0px;
}

.library2 .lib_file .content {
	padding: 3px;
	color: #738A93;
}

.library2 .popup {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 155px;
	background-color: #E1F4FC;
	border: 1px solid #7AC5E3;
	border-top: 10px solid #7AC5E3;
	padding: 8px;
	z-index: 50;
	text-align: left;
}

.in_front {
	z-index: 100;
}
//