/* Gallery */
.gallery-image { width: 173px; height: 175px; float: left; text-align: center; }
.gallery-image img { border: 1px solid #462908; }
.border-r { border-right: 1px solid #ebd9bc; }
.border-r-b { border-right: 1px solid #ebd9bc; border-bottom: 1px solid #ebd9bc; }
.border-t-l { border-top: 1px solid #ebd9bc; border-left: 1px solid #ebd9bc; }

/* Event Table */
.event-table { }
.event-table th { font-size: 75%; text-align: left; color: #56340c; background-color: #ebd9bc; }
.event-table td { font-size: 75%; color: #56340c; border-bottom: 1px solid #ebd9bc; }

.button { height: 21px; background-position: top left; background-repeat: no-repeat; }
.button a { height: 21px; display: block; outline: none; } 
.button a:hover { background-position: bottom left; background-repeat: no-repeat; }
.button span { display: none; visibility: hidden; }

.button-view, .button-view a:hover { width: 47px; background-image: url(../../images/button_view.gif); }
.button-view-disabled { width: 47px; background-image: url(../../images/button_view_disabled.gif); }

/* Stats Table */
.stat-table {  }
.stat-table th { background: url(../../images/table_header_background.gif) top left repeat-x; padding: 5px 5px; }
.stat-table th h3 { display: none; visibility: hidden; }
.stat-table td { background-color:#ebd9bc; text-align: center; font-size: 75%; color: #462908; }
.stat-table .table-header-title { width: auto; height: 15px; }
.stat-table .table-header-title div { width: auto; height: 15px; background-position: top left; background-repeat: no-repeat; }
.stat-table .table-header-title h3 { display: none; visibility: hidden; }
.stat-table .table-header-title .sample-target { background-image: url(../../images/table_header_sample_target.gif); }
.stat-table .table-header-title .samples-given-out { background-image: url(../../images/table_header_samples_given_out.gif); }