<!--
/* gal.css: contains styles used by the gallery editor and the gallery browser. */

p { /* Overriding what I've specified in common/prints_pub.css */
	color: #DDDDDD;
	font-size: 10pt;
}

.img_border {
	border: 7px solid #606060;
}

.content_table {
	border: 1px solid #777777;
	background-color: #373737;
}

.gal_count {
	font-size: 9pt;
}

.gal_heading {
	margin-top: 4pt;
	font-size: 11pt;
}

.gal_title {
	color: #FFCC00;
}

.small_border { /* This one also overrides prints_pub.css. */
	border: 1px solid #999999;
	background-color: #333333;
}

.small_border_hidden {
	background-color: #555544;
	border: 1px solid #B7B7B7;
}

.small_border_deleted {
	background-color: #554444;
	border: 1px solid #FF0000;
}
-->
