
/*--- ---*/

table.gallery {
  margin-left: auto;
  margin-right: auto;
}

table.gallery td {
	border: 2px solid black;
	background-color: #E0E0E0;
	padding: 5px;
	width: 200px;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

table.gallery td.blank {
	border: 0px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	height: 10px;
}

table.gallery div.pic {
	height: 152px;
}


table.gallery div.controls {
	font-size: 12px;
	margin-top: 10px;
}

table.gallery div.controls span, div.controls a {
	width: 90px;
	background-color: #AAA;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	border: 2px outset #444;
}

table.gallery div.controls a { color: #000; }
table.gallery div.controls a:hover { background-color: #CCC; }
table.gallery div.controls a:active { border: 2px inset #444; }

table.gallery div.controls a.admin { background-color: #E55; color: #000; }
table.gallery div.controls a.admin:hover { background-color: #F77; }
table.gallery div.controls a.admin:active { border: 2px inset #444; }

table.gallery div.controls span { color: #666; }

table.gallery span.desc {
        font-size: 11px;
}

table.gallery div.contrib {
        padding-top: 3px;
        font-size: 10px;
        color: #444499;
}

