@charset "utf-8";
/* CSS Document */

/* $Id: tabber.css,v 1.1 2008/05/20 16:42:50 Administrator Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
  
.tabberlive .tabbertabhide {
	display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
 
.tabber {
	background-color: #dddddd;
	padding-top: 67px;
	padding-left: 16px;
	padding-right: 15px;
	width: 339px;
	font-size: 1.6em;
}
.tabberlive {
	position: relative;
	left: 0px;
	top: 13px;
	width: 372px;
	font-size: 1.6em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
	margin: 0;
	padding: 0;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	margin: 0 -1px 0 0;
	padding: 10px 21px;
	font-size: 0.8em;
	text-decoration: none;
	border: 1px solid #c6c6c6;
	background-color: #dfdfdf;
	background-image: url(images/bgTabInactive.gif);
	background-repeat: repeat-x;
}

ul.tabbernav li a:link { color: #5e5e5e; }
ul.tabbernav li a:visited { color: #5e5e5e; }

ul.tabbernav li a:hover {
	color: #000;
}

ul.tabbernav li.tabberactive a {
	color: #000;
	background-color: #c6c6c6;
	background-image: url(images/bgTabActive.gif);
	background-repeat: repeat-x;
}

ul.tabbernav li.tabberactive a:hover {
	background-color: #c6c6c6;
	background-image: url(images/bgTabActive.gif);
	background-repeat: repeat-x;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	margin: 10px 0 0 0;
	padding: 15px;
	font-size: 1em;
	border: 1px solid #c6c6c6;
	border-top: 10px solid #c6c6c6;
	background-color: #dddddd;
	background-image: url(images/bgTabMain.gif);
	background-repeat: repeat-x;
}

.tabbertab ul {
	list-style-type: none;
	font-size: .85em;
}

.tabbertab ul li {
	padding: 5px 0;
	border-bottom: 1px solid #c6c6c6;
}

.tabbertab ul li a {
	padding: 0 0 0 20px;
	color: #1c8396;
	text-decoration: none;
	background-image: url(images/bulletDocument.gif);
	background-repeat: no-repeat;
}

.tabbertab ul li a:hover {
	text-decoration: underline;
}

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */


#tabberGallery a img  {
	border: 2px solid #FFF;
}
#tabberGallery a:hover img {
	border: 2px solid #09F;
}