/* @override http://www24.aname.net/~artimpla/_jgfw_/css/tabber.css */

/* @override http://www24.aname.net/~artimpla/_jgfw_/css/tabber.css *//* @override http://www24.aname.net/~artimpla/_jgfw_/css/tabber.css */
/* @override http://www24.aname.net/~artimpla/_jgfw_/css/tabber.css */
/*--------------------------------------------------
  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 {
	padding-top: 8px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 border-bottom: 12px solid #4c739f;
 font: bold 12px Verdana, sans-serif;
	padding-top: 0;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 3px 0 10px;
}

ul.tabbernav li
{
 list-style: none;
 display: inline;
	padding-left: 11px;
	padding-right: 14px;
	padding-bottom: 10px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	background-image: none;
}

ul.tabbernav
{background: none;

}

ul.tabbernav li a
{
 margin-left: -6px;
 background: #eff3f7;
 text-decoration: none;
	margin-right: -10px;
	padding: 4px 13px 3px 10px;
}

ul.tabbernav li a:link { color: #446d9b;
}

ul.tabbernav li a:hover
{
 background-color: #4c739f;

	color: #fff;
}

ul.tabbernav li.tabberactive a
{
 background-color: #4c739f;

	color: #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 background-color: #4c739f;

	color: #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 2px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	border-bottom-style: none;
}
.tabberlive .tabbertab h3 {
}

/* 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;
}
