﻿/* table of NxM photos. */
/* IE 8/9 puts a red box around a link.  */
.cm-photo-table a:link, .cm-photo-table a:visited { color: #be2f2d;border: 0;font-weight: bold; }
/* generic style for boxes with photos. */
.cm-photo { display: inline-block;padding: 1%;height: 100%;vertical-align: top;color: black;font-family:Arial, Helvetica, sans-serif;font-size:8pt; }
.cm-photo:hover { background: #f8f8f8;cursor: pointer; }
.cm-photo .description { font-weight:normal; }
.cm-photo .title { font-weight:bold; }