/* The following CSS code is used to modify the various APIs 
   called from http://epsbuildings.com.
*/

/* ======================================================== */
/* These codes are used with the eps_photogallery_menu API: */
/* ======================================================== */

#pagelabel
{/* This defines the style for the 	Viewing Page: X text */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#categorylabel
{/* This defines the style for the Category: text (near the category dropdown) */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#categoryid
{/* This defines the style of the category selection drop-down menu */
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
div.gallery_image_border
{/* This defines the style of the border around the images in the photo gallery */
padding-right:2px; 
padding-bottom:2px; 
}
#photo_gallery_title
{/* This defines the style of the title text directly underneath the thumbnail images in the photo gallery */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#photo_gallery_pagelist
{/* This defines the style for the numeric list of pages on the photo gallery */
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}

/* The following elements define the style for each of the page navigation buttons and their hover effects */
.photo_gallery_pagenav_first
{
background-color:#E0DFE3;
font-size:10px; 
text-align:left;
font-family:Arial, Helvetica, sans-serif;
}
.photo_gallery_pagenav_first:hover
{
background-color:#FFFF99;
cursor:pointer; 
}
.photo_gallery_pagenav_previous
{
background-color:#E0DFE3;
font-size:10px; 
text-align:left;
font-family:Arial, Helvetica, sans-serif;
}
.photo_gallery_pagenav_previous:hover
{
background-color:#FFFF99;
cursor:pointer; 
}
.photo_gallery_pagenav_next
{
background-color:#E0DFE3;
font-size:10px; 
text-align:right;
font-family:Arial, Helvetica, sans-serif;
}
.photo_gallery_pagenav_next:hover
{
background-color:#FFFF99;
cursor:pointer; 
}
.photo_gallery_pagenav_last
{
background-color:#E0DFE3;
font-size:10px; 
text-align:right;
font-family:Arial, Helvetica, sans-serif;
}
.photo_gallery_pagenav_last:hover 
{
background-color:#FFFF99;
cursor:pointer; 
}
.photo_gallery_thumbnail_cell
{/* This defines the style for the photo gallery thumbnail table cell */
background-color:#EEEEEE;
text-align:center;
}
.photo_gallery_thumbnail_cell:hover
{/* This defines the style for the photo gallery thumbnail table cell during roll over effect */
background-color:#EEEECC;
text-align:center;
cursor:pointer
}

/* =========================================================== */
/* These codes are used with the eps_photogallery_display API: */
/* =========================================================== */

#photo_display_title
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
#photo_display_image
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
#photo_display_name
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
#photo_display_location
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
#photo_display_buildername
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
#photo_display_dimensions
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
#photo_display_description
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}

/* ============================================================ */
/* These codes are used with the eps_constructionpage_menu API: */
/* ============================================================ */

.constructionPageClass
{/* This defines the parent style for the entire unordered list. IMPORTANT: The ID for the parent UL is: constructionPageNav */

}
.MenuItem_Level1
{/* This defines the style for the first tier of the unordered list */

}
.MenuItem_Level2
{/* This defines the style for the first second of the unordered list */

}
.MenuItem_Level3
{/* This defines the style for the first third of the unordered list */

}