/* Publishing module: Eyes - Green WebHare template.

   Copyright © B-Lex Information Technologies 1999-2004. All rights reserved.

   Permission is hereby granted, without written agreement and without license
   or royalty fees, to use, copy, modify and/or redistribute this file.

   THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
   NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT,
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY
   OUT OF THE USE OF THIS PACKAGE.
*/

body
{
  background-color: #16261E;
}

div.sitename
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

div.parentname
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 65%;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

/*******************************************************************
  Table cell (td) classes
******************************************************************/

/* The cell containing the site name */
td.toprow
{
  background-color: #16261E;
}

td.border
{
  background-color:#AACEBD;
  padding: 4px 4px 4px 4px;
}

td.mainmenu
{
  background-color:#16261E;
  padding: 6px 2px 6px 2px;
}

td.darklines
{
background-image: url(darklines.gif);
background-repeat: repeat-x;
}

td.leftmenuimage
{
background-image: url(leftmenu.gif);
background-repeat: repeat-y;
}

td.copyright
{
  background-color: #AACEBD;
}

td.contentarea
{
  background-color: #FFFFFF;
  padding: 5px 5px 5px 10px;
}

td.contenthead
{
  background-image:url(contenthead.gif);
  background-repeat: repeat-x;
}

td.contentheadempty
{
  background-color: #3E8668;
}

td.seperator
{
background-image: url(dots.gif);
background-repeat: repeat-y;
}

td.leftmenuseperator
{
background-image: url(dot.gif);
background-repeat: repeat-x;
}


/*******************************************************************
  Hyperlink classes
******************************************************************/
a
{
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #3E8668;
}

a:hover {text-decoration: underline;}

/* The main menu items */
a.mainmenuitem
{
    font-size: 74%;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* The selected mainmenuitem */
a.selectedmainmenuitem
{
    font-size: 74%;
    color: #FFFFFF;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* The left menu items */
a.leftitem
{
    font-size: 74%;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}


/*******************************************************************
  Span classes
******************************************************************/

/* The lay-out of the copyright text at the bottom of the screen */
span.copyright
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 60%;
  font-weight: normal;
  color: #16261E;
  text-decoration: none;
}
/******************************************************************
  PLEASE NOTE:
  The following classes should NEVER be renamed, as they are used by
  WebHare Lite internally, in both the sitemap and photogallery scripts.
  Feel free however to change there definitions to better meet your
  design requirements.

******************************************************************/
/* used for the sitemap and photoalbum pages */
h2
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
  margin: 0px 0px 3px 0px;
}

/*******************************************************************
  Sitemap type 1 (blocks) specific classes
  DO NOT RENAME THESE CLASSES, AS THEY ARE USED INTERNALLY BY
  WEBHARE LITE
/******************************************************************/
td.blocksitemaplevel1icon { background-color: #DEDBDE;
                            border-bottom: 1px solid #FFFFFF;
                          }
td.blocksitemaplevel1text { background-color: #DEDBDE;
                            border-bottom: 1px solid #FFFFFF;
                            border-right: 3px solid #FFFFFF;
                          }
a.blocksitemaplevel1link{ text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-weight: bold;
                          font-size: 74%; }

td.blocksitemaplevel2icon { background-color: #EFEFEF;
                          }
td.blocksitemaplevel2text { background-color: #EFEFEF;
                            border-right: 3px solid #FFFFFF;
                          }
a.blocksitemaplevel2link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }

/*******************************************************************
  Sitemap type 2 (columns) specific classes
  DO NOT RENAME THESE CLASSES, AS THEY ARE USED INTERNALLY BY
  WEBHARE LITE
******************************************************************/
td.columnsitemaplevel1icon {background-color: #DEDBDE;
                            border-bottom: 1px solid #FFFFFF;
                           }
td.columnsitemaplevel1text {background-color: #DEDBDE;
                            border-bottom: 1px solid #FFFFFF;
                            border-right: 1px solid #FFFFFF;
                           }
a.columnsitemaplevel1link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }

td.columnsitemaplevel2icon {background-color: #EFEFEF;
                            border-bottom: 1px solid #FFFFFF;
                           }
td.columnsitemaplevel2text {background-color: #EFEFEF;
                            border-bottom: 1px solid #FFFFFF;
                            border-right: 1px solid #FFFFFF;
                           }
a.columnsitemaplevel2link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }

td.columnsitemaplevel3icon {background-color: #F7F7F7;
                            border-bottom: 1px solid #FFFFFF;
                           }
td.columnsitemaplevel3text {background-color: #F7F7F7;
                            border-bottom: 1px solid #FFFFFF;
                            border-right: 1px solid #FFFFFF;
                           }
a.columnsitemaplevel3link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }

/*******************************************************************
  Sitemap type 3 (Tree) specific classes
  DO NOT RENAME THESE CLASSES, AS THEY ARE USED INTERNALLY BY
  WEBHARE LITE
/******************************************************************/
td.treesitemaplevel1icon {}
td.treesitemaplevel1text {}
a.treesitemaplevel1link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }

td.treesitemaplevel2icon {}
td.treesitemaplevel2text {}
a.treesitemaplevel2link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }

td.treesitemaplevel3icon {}
td.treesitemaplevel3text {}
a.treesitemaplevel3link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }
td.treesitemaplevel4icon {}
td.treesitemaplevel4text {}
a.treesitemaplevel4link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }
td.treesitemaplevel5icon {}
td.treesitemaplevel5text {}
a.treesitemaplevel5link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }
td.treesitemaplevel6icon {}
td.treesitemaplevel6text {}
a.treesitemaplevel6link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }
td.treesitemaplevel7icon {}
td.treesitemaplevel7text {}
a.treesitemaplevel7link {text-decoration: none;
                          font-family: Arial, Helvetica, sans-serif;
                          color: #3E8668;
                          font-size: 74%; }


/*******************************************************************
  Photoalbum specific classes
  DO NOT RENAME THESE CLASSES, AS THEY ARE USED INTERNALLY BY
  WEBHARE LITE
/******************************************************************/

/* The table cell containing the thumbnail pagenumbers */
td.thumbnailpagenumbers {text-align: center;}
/* the number of the currently viewed page */
span.currentthumbnailpage
{
  color: #16261E;
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size: 74%;
  font-weight: bold;
  text-decoration: none;
}
/* the numbered links to all other thumbnail pages */
a.thumbnailpagelink
{
  color: #16261E;
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size: 74%;
  font-weight: normal;
  text-decoration: none;
}

/* the table cell that contains the 'prev' image (if available) or the '<<' text on the thumbnail pages */
td.thumbnailpageprev {text-align: left;}

/* the table cell that contains the 'next' image (if available) or the '>>' text on the thumbnail pages */
td.thumbnailpagenext {text-align: right;}

/* If no 'next', 'previous' or 'toindex' image is available, defines the textual link to the next ('>>'), index ('||') and previous ('<<') pages */
a.photoalbumprevnexttext
{
  color: #16261E;
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size: 74%;
  font-weight: bold;
  text-decoration: none;
}
/* If no 'next', or 'previous' image is available, and no link to the previous or next page is available
   (e.g. we're on the first or last thumbnail page) this span tag will be used */
span.photoalbumprevnexttext
{
  color: #16261E;
  font-family: Verdana, Tahoma, Arial, Sans-serif;
  font-size: 74%;
  font-weight: bold;
  text-decoration: none;
}

/* The table cell that contains the 'prev' image (if available) or the '<<' text on the enlarged image pages */
td.enlargedpageprevious{text-align: left;}

/* The table cell that contains the 'next' image (if available) or the '>>' text on the enlarged image pages */
td.enlargedpagenext{text-align: right;}

/* the table cell that contains the 'back to thumbnail page' image, or the 'Index' text on the enlarged image pages */
td.enlargedpagetothumbnail{text-align: center;}


/* the table cell containing the enlarged photo */
td.enlargedphoto {text-align: center;}


/* the description of the enlarged photo */
span.enlargedphotodescription { text-align: right;
                                color: #16261E;
                                font-family: Verdana, Tahoma, Arial, Sans-serif;
                                font-size: 74%;
                                font-weight: normal;
                                text-decoration: none;}