
/* Photo Gallery Add-on Style Sheet - Barefoot Hawaiian, Inc. */

/* Programming and Code Copyright Notice:
!  Developed by LCC Enterprises, February 2005
!  Contains or may contain original and manual & auto generated
!  HTML, JavaScript, CSS, and other programming code.
!  ©2005 by LCC Enterprises.   All rights reserved.
!
!  This installation under license for use by the Barefoot Hawaiian, Inc.
*/

/* Web Site Copyright Notice:
!  The actual rendering of this web site created by this code - 
!  including design, layout, presentation, and content, and
!  any and all product or entertainment photography provided by the Barefoot Hawaiian, Inc.
!  used as images rendered in this web site
!  is the property of the Barefoot Hawaiian, Inc.
!  ©2005 by the Barefoot Hawaiian, Inc.   All rights reserved.
*/

.galleryselecttable {
  border-width: 0px;
  border-style: none;
  }

.galleryselectimgcell {
  text-align: center;
  vertical-align: middle;
  border-width: 0px;
  border-style: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  }

.galleryselecttextcell {
  color: Black;
  font-family: Times New Roman, Serif;
  font-size: 10pt;
  font-weight: Bold;
  letter-spacing: normal;
  line-height: normal;
  background-color: Transparent;
  text-align: center;
  }

.galleryselectimage {
  width: 60;
  height: 60;
  border-width: 4px;
  border-color: #808080;
  border-style: solid;
  }

.galleryselectimagemouseover {
  width: 60;
  height: 60;
  border-width: 4px;
  border-color: Red;
  border-style: solid;
  }

.galleryselectimageselected {
  width: 60;
  height: 60;
  border-width: 4px;
  border-color: Blue;
  border-style: solid;
  }

.gallerypallettable {
  border-width: 0px;
  border-style: solid;
  border-color: green;
  }

.gallerypalletcell {
  text-align: center;
  vertical-align: middle;
  border-width: 0px;
  border-style: none;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  }

.gallerypalletimage {
  width: 68;
  height: 68;
  border-width: 0px;
  border-color: tranparent;
  border-style: none;
  }

.gallerypalletimageused {
  width: 60;
  height: 60;
  border-width: 4px;
  border-color: #808080;
  border-style: solid;
  }

.gallerypalletimagemouseover {
  width: 60;
  height: 60;
  border-width: 4px;
  border-color: Red;
  border-style: solid;
  }

.gallerypalletimageselected {
  width: 60;
  height: 60;
  border-width: 4px;
  border-color: Blue;
  border-style: solid;
  }

.largephotoareacell {
  border-width: 0px;
  border-style: solid;
  border-color: blue;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  vertical-align: middle;
  }

.largephotoareatbl {
  border-width: 0px;
  border-style: solid;
  border-color: red;
  background-color: #F9FCB4;
  }

.photodescriptioncell {
  background-color: #F9FCB4;
  }

.photodescriptionfield {
  color: Black;
  height: 100pt;
  font-family: Times New Roman, Serif;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  background-color: #F9FCB4;
  text-align: left;
  width: 100%;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: transparent;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: transparent;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: transparent;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: transparent;
  }


