/* $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-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	border-bottom: 1px solid #c0d4ae;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 1px;
	color: #000;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	margin-left: 0px;
	border: 1px solid #c0d4ae;
	border-bottom: none;
	text-decoration: none;
	background:url(../design/tabs_active.gif);
	margin-right: 2px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #c0d4ae;
}

ul.tabbernav li.tabberactive a
{
	background-color: #F2EBDE;
	border-bottom: 1px solid #F2EBDE;
	background-image: none;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid #F2EBDE;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #c0d4ae;
 border-top:0;

 /* 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; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.tabber .tabbertab img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	clear: both;
}
.tabber .tabbertab h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	visibility: visible;
}










#new_tabs .content_holder {
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 5px;
	border: 1px solid #c0d4ae;
	margin-top: 30px;
	position: relative;
	padding: 4px;
}
.subsection_tabs {
	list-style-position: inside;
	list-style-type: none;
	display: block;
	height: 22px;
	position: absolute;
	top: -22px;
	left: -1px;
	width: 100%;
}
.tab a{
	float: left;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	height: 14px;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #c0d4ae;
	margin: 0px;
	background-image: url(../design/tabs_active.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#tabs .tab {
	float: left;
	margin-right: -6px;
}

#tabs .tab .active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2EBDE;
	background:none;
}

