
/*

Styles for the publication pop up boxes.

Note: Some structure controlled by lightbox.css

*/
.pub-box {
	width: 600px;
}
.pub-header {
	height: 68px;
	text-align: center;
	vertical-align: top;
}
.pub-content {
	border-left: 55px solid #FFFFFF;
	border-right: 55px solid #FFFFFF;
	color: #000000;
}
.pub-content strong {
	color: #000000;
}
.pub-close {
	text-align: right;
}

.lbOn {/* leave blank */}

/* Print Styles for publications */
@media print {
	#navs, #content, #footer, #lbLoadMessage, .lbAction {
		display: none;
	}
	.pub-box {
		width: 100%;
	}
}

