/* Category listing */
/* Main category listing table */
table#cattable {
   background-color: Black;
   width: 450px;
   /*border: 1px solid Black;*/
}

/* Heading row for main category listing table */
th#cattableth {
   background-color: #C2D7EB;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}

/* Cells in category listing table */
td#cattabletd {
   background-color: White;
}

/* Category listing links */
.amgcatlink {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

/* Category listing description */
.amgcatdesc {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}

/* Number of images for category text */
.amgnumimg {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}
/* End category listing page */


/* Image thumbnails */
/* Number of thumbnails */
.thmb_caption {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}

/* thumbnail title */
.img_ttl {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
}

/* thumbnail filesize */
.img_filesize {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}

/* thumbnail date */
.img_date_added {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}

/* next/previous link, active */
.paglink {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}

/* next/previous link, inactive */
.paglinkshaded {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}
/* End image thumbnails*/



/* copyright footer - please leave intact! */
.amgcopy {
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: Silver;
   padding-top: 4px;
}






