/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat 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 {
}
.tabberlive {
/* margin-left:8px;
 margin-top: 3px;*/
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0;
 width: 396px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 0px 0;
 margin-right: 0px;
 border: 0px solid #FFB236;
 border-bottom: none;
 background: url(/img/boxgraphics/tabber_tabbg.jpg) repeat-x;
 text-decoration: none;
 width: 151px;
 display: block;
 text-align: center;
 float: left;
 font-weight: bold;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #fff; }

ul.tabbernav li a:hover
{
 background: url(/img/boxgraphics/tabber_tabbg_on.jpg) repeat-x;
}

ul.tabbernav li.tabberactive a
{
 background: url(/img/boxgraphics/tabber_tabbg_on.jpg) repeat-x;
}

ul.tabbernav li.tabberactive a:hover
{
  background: url(/img/boxgraphics/tabber_tabbg.jpg) repeat-x;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 height:286px; 
 overflow:hidden;
 width: 396px;
 clear: both;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive #tab1 {
	/*padding: 7px 5px 7px 309px;*/
	height: 186px;
	font-size: 90%;
	background-color:#983434;
}
.tabberlive #tab1 a {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

a#undefinednav1 {
background-color:#000000;
background: url(/img/explore-tab.jpg) no-repeat;
width:131px;
height:36px;
text-indent:-9999px;
outline: none;
}

.tabberlive #tab1 {
background-color:#983434;
height:100%;
min-height:322px;
}

a#undefinednav2 {
background-color:#000000;
background: url(/img/heritage-tab.jpg) no-repeat;
width:131px;
height:36px;
text-indent:-9999px;
outline: none;
}

.tabberlive #tab2 {
background-color:#E4961F;
height:322px;
}

a#undefinednav3 {
background-color:#000000;
background: url(/img/festivals-tab.jpg) no-repeat;
width:134px;
height:36px;
text-indent:-9999px;
    outline: none;
}

.tabberlive #tab3 {
background-color:#AB835B;
height:322px;
}


.tabberlive .tabbertab h3 {
color: #ffffff;
font-size:14px;
font-weight:normal;
/*font-family:tahoma;*/
font-family:trebuchet ms;
margin-bottom:10px;
line-height:24px;
}

.tabberlive #tab1 {
    margin-top: -10px\9
}
