/********************************/
/****** COPYRIGHT SETTINGS ******/
/********************************/

/* footer copyright text */
FONT.copyright-text {
   color: #666666;
   font: 9px Verdana, Arial, Helvetica, sans-serif;
}

/* footer copyright text */
DIV.copyright-text {
   padding: 10px;
   text-align: center;
   color: #666666;
   font: 9px Verdana, Arial, Helvetica, sans-serif;
}

/* footer copyright link */
A.copyright-link:link {
   color: #336699;
   text-decoration: none;
}
A.copyright-link:visited {
   color: #336699;
   text-decoration: none;
}
A.copyright-link:hover {
   color: #003366;
   text-decoration: none;
}
A.copyright-link:active {
   color: #336699;
   text-decoration: none;
}


/******************************/
/****** HEADING SETTINGS ******/
/******************************/

/* page headers */
DIV.heading1 {   
   color: #336699;
   text-decoration: none;
   font: bold 18px Arial, Verdana, Helvetica, sans-serif;
}
DIV.heading2 {
   color: #336699;
   text-decoration: none;
   font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
DIV.heading3 {
   color: #336699;
   text-decoration: none;
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}


/*********************************/
/****** NAVIGATION SETTINGS ******/
/*********************************/

/* header navigation link */
A.header-navigation:link {
   color: #FFFFFF;
   text-decoration: none;
}
A.header-navigation:visited {
   color: #FFFFFF;
   text-decoration: none;
}
A.header-navigation:hover {
   color: #FFFFFF;
   text-decoration: underline;
}
A.header-navigation:active {
   color: #FFFFFF;
   text-decoration: none;
}

/* selected category record */
A.selected-category:link {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selected-category:visited {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selected-category:hover {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selected-category:active {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

/* not selected category record */
A.not-selected-category:link { 
   line-height: 20px;
   color: #B3CCE5; 
   font-weight: bold;
   text-decoration: none; 
}
A.not-selected-category:visited { 
   line-height: 20px;
   color: #B3CCE5; 
   font-weight: bold;
   text-decoration: none; 
}
A.not-selected-category:hover { 
   line-height: 20px;
   color: #FFFFFF; 
   font-weight: bold;
   text-decoration: none; 
}
A.not-selected-category:active { 
   line-height: 20px;
   color: #B3CCE5; 
   font-weight: bold;
   text-decoration: none; 
}

/* selected album record */
A.selected-album:link {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selected-album:visited {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selected-album:hover {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selected-album:active {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

/* not selected album record */
A.not-selected-album:link { 
   line-height: 20px;
   color: #B3CCE5; 
   font-weight: bold;
   text-decoration: none; 
}
A.not-selected-album:visited { 
   line-height: 20px;
   color: #B3CCE5; 
   font-weight: bold;
   text-decoration: none; 
}
A.not-selected-album:hover { 
   line-height: 20px;
   color: #FFFFFF; 
   font-weight: bold;
   text-decoration: none; 
}
A.not-selected-album:active { 
   line-height: 20px;
   color: #B3CCE5; 
   font-weight: bold;
   text-decoration: none; 
}


/*************************************/
/****** ALBUM LISTING SETTINGS *******/
/*************************************/

/* photo count */
FONT.photocount {}


/***************************************/
/****** THUMBNAIL INDEX SETTINGS *******/
/***************************************/

/* photo index table */
TABLE.photoindex-table {}

/* photo index row */
TR.photoindex-row {}

/* photo index cell */
TD.photoindex-cell {
   width: 110px; 
   height: 110px; 
   text-align: center; 
   vertical-align: middle; 
   background: #EEEEEE;
   padding: 10px;
   border: solid 3px #FFFFFF;
}

/* photo index thumb */
IMG.photoindex-thumb {
   border-top: solid 1px #999999;
   border-right: solid 1px #FFFFFF;
   border-bottom: solid 1px #FFFFFF;
   border-left: solid 1px #999999;
   background:#CCCCCC;
}

/* photo index thumb - hover */
IMG.photoindex-thumbhover {
   border: solid 1px #666666;
}


/***********************************/
/****** CRUMBTRAIL NAVIGATION ******/
/***********************************/

/* crumbtrail table */
TABLE.crumbtrail-table {
   width:100%;
}

/* crumbtrail table row */
TD.crumbtrail-row {}

/* crumbtrail table cell */
TD.crumbtrail-cell {}

/* crumbtrail link */
A.crumbtrail-link:link {
   font-size: 10px;
   color:#336699;
   text-decoration:underline;
}
A.crumbtrail-link:visited {
   font-size: 10px;
   color:#336699;
   text-decoration:underline;
}
A.crumbtrail-link:hover {
   font-size: 10px;
   color:#000000;
   text-decoration:underline;
}
A.crumbtrail-link:active {
   font-size: 10px;
   color:#336699;
   text-decoration:underline;
}

/* crumbtrail text */
FONT.crumbtrail-text { 
   color:#336699;
   font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

/* crumbtrail divider */
FONT.crumbtrail-divider {
   color:#336699;
   font-size:7px;
}


/**********************************/
/****** OTHER STYLE SETTINGS ******/
/**********************************/

/* application or user warnings */
DIV.warning {
   color: #990000;
   font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/* application or user errors */
DIV.error {
   color: #990000;
   font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/* application conformations */
DIV.info {
   color: #009900;
   font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}