/* ************************************************************* */
/*                 Style Sheet for Photo Gallery                 */
/*                                                               */
/* include this in the same file from which you call the script  */
/* before the <body> section, e.g. in the head:                  */
/* <link rel="stylesheet" href="PhotoStyle.css" type="text/css"> */
/*                                                               */
/* ************************************************************* */

/* text attribute for the name of the image file in list view*/
.name      {font-family: serif; font-size: 14}

/* text attribute for the date of the image file in list view*/
.date      {font-family: serif; font-size: 12}

/* text attribute for the size of the image file in list view*/
.size      {font-family: serif; font-size: 12}

/* text attribute for date and size of image file in "full", "single" and thumbs view */
.info      {font-family: serif; font-size: 12}

/* text attribute for the hint to new images in all views */
.new      {font-family: serif; font-size: 10}

/* text attribute for the captions in thumbnail and list view */
.caption   {font-family: serif; font-size: 14}

/* text attribute for the captions in "full" and "single" view */
.captionLarge   {font-family: serif; font-size: 18}

/* cell (td) attributes of image cell */
.image     {}

/* table attributes */
#photogallery {}

/* text attribute for navigation menu at bottom */
#botmenu   {font-family: serif; font-size: 14; text-align: center}

/* text attribute for copyright note at bottom */
#copyright {font-family: serif; font-size: 10; text-align: center}
