﻿/* ******************************************************************************** * Building blocks * h2, h3, p, etc        Standard html tags * div.gbBlock           Sidebar or content section with style for contained lists * ul.gbBreadCrumb       List of links/path elements * table.gbDataTable     Table for data/form elements with styles for shading rows */body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 88%;  color: #8c8c8c;
  background-color: #353535;

  padding: 0;
  }

.blink {font-size: .75em; }
.breadcrumb {background-color: #353535; padding: 7px 1px 7px;}
.title {background-image: url(images/logobg.jpg); padding: 0px;}

td.pp {text-align: right; }

ol.faq {font-size: 150%; }

ul.faq {list-style-type: none;  }

img {padding: 1px 10px 1px; float:left}

img.logo { 
	display: block;
	margin-left	: auto;
	margin-right: auto;
 	}


h1 {
   font-size: 188%;
   text-align:center ; 
   }

.gcBackground1 { background-color: #3f3f3f; }

.gcBackground2 { background-color: #333; }

.gcBackground3 { background-color: #282828; }

.gcBackground4 { background-color: #272727; }

.gcBackground5 { background-color: #333333; }

.gcBackground6 { 
	background-color: #212121; 
	margin-left	: auto;
	margin-right: auto;
}


.gcBorder1 { border: 0 solid #6f6f6f; }

.gcBorder2 { border: 0 solid #666; }

.gcBorder3 { border: 0 dashed #6f6f6f; }

.gcBorder4 { border: 0 solid #828282; }

.gcBorder5 { border: 0 solid #ffffff; }

.gcBorder6 { border: 0 solid #1d1d1d; }  

h1, h2, {
  margin: 0;
  padding: 0;
  text-align:center ;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  }

h3, h4 {
   margin: 0;
   padding: 0;
   text-align:left ;
   font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
   }
 
p {margin: 0.6em 0; padding: 0;}


a {
  text-decoration: none;
  color: #ccc;
    font-weight:bold;
  }

a:hover {
  text-decoration: underline;
  color: #ccc;

  }

a:active {
  text-decoration: none;
  color: #ccc;
  }

table{ padding: 4px 4px; }
td { vertical-align: text-top }



/* ********************************************************************************
 * Matrix Theme for Gallery 2
 * by Ross A. Reyman, Jon Huang, and Chad Kieffer
 * updated by Alan Harder*/
/* ********************************************************************************
 * Building blocks
 * #gallery              Default font/color settings
 * .gcBackground1,2..    Palette of backgrounds
 * .gcBorder1,2..        Palette of borders
 * a, 2, h3, etc        Standard html tags
 * .giTitle, .giSubtitle, .giDescription, .giInfo, .giSuccess, .giWarning, .giError
 *                       Palette of text styles
 * div.gbBreadCrumb      List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 * div.gbTabBar          UI component for selectable tabs
 * .autoComplete*        Styles for autoComplete popup lists*/

#gallery img { border-width: 0; }

#gallery h2, #gallery h3, #gallery h4 {  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */  
  color: #333;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #e7e7e7 #666 #666 #e7e7e7;
  }

#gallery select { font-size: 1em; }

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
  font-size: 1.3em;
  font-weight: bold;
  }

.gbEvenOrig { background-color: #3f3f3f; }

.gbOddOrig { background-color: #393939; }

.gbEven { background-color: #232323; }

.gbOdd { background-color: #282828; }

.buttonClose a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/close.gif') no-repeat;
  margin: 1px;
  }

.buttonClose a:hover { background-position: -15px 0; }

.buttonFirst a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/first.gif') no-repeat;
  }

.buttonFirst a:hover { background-position: -15px 0; }

.buttonLast a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/last.gif') no-repeat;
  }

.buttonLast a:hover { background-position: -15px 0; }

.buttonPrev a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/prev.gif') no-repeat;
  }

.buttonPrev a:hover { background-position: -15px 0; }

.buttonNext a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/next.gif') no-repeat;
  }

.buttonNext a:hover {background-position: -15px 0; }

.buttonExif a {
  display: block;
  width: 18px;
  height: 15px;
  background: url('../gecko/images/exif.gif') no-repeat;
  }

.buttonExif a:hover { background-position: -18px 0;}

.buttonPopup a {  
  display: block;  
  width: 17px;  
  height: 15px;  
  background: url('../gecko/images/popup.gif') no-repeat;
  }

.buttonPopup a:hover { background-position: -17px 0; }

.buttonAddComment a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/addcomment.gif') no-repeat;
  }

.buttonAddComment a:hover { background-position: -15px 0; }

.buttonViewComments a {
  display: block;
  width:
 15px;
  height: 15px;
  background: url('../gecko/images/viewcomments.gif') no-repeat;
  }

.buttonViewComments a:hover { background-position: -15px 0; }

.buttonViewSlideshow a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/slideshow.gif') no-repeat;
  }

.buttonViewSlideshow a:hover { background-position: -15px 0; }

.buttonCart a {
  display: block;
  width: 16px;
  height: 15px;
  background: url('../gecko/images/cart.gif') no-repeat;
  }

.buttonCart a:hover { background-position: -16px 0; }

.buttonShowSidebar a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/showsidebar.gif') no-repeat;
  }

.buttonShowSidebar a:hover { background-position: -15px 0; }

.buttonHideSidebar a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../gecko/images/close.gif') no-repeat;
  }

.buttonHideSidebar a:hover { background-position: -15px 0; }
