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

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	padding-top: 8px;
	margin:0;
	margin-left: -2px;
	margin-bottom: -1px;
	padding-bottom: 11px;
}

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

ul.tabbernav li a
{
	background-image:url(images/schedule-bg-active.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-left: 2px;
	text-decoration: none;
	width: 114px; height: 30px;
	padding-left: 23px; padding-right: 39px;
}

ul.tabbernav li a:link {
	background-image:url(images/schedule-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight:bold;
}

ul.tabbernav li a:visited {
	background-image:url(images/schedule-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}

ul.tabbernav li a:hover
{
	background-image:url(images/schedule-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #ffffff;
}

ul.tabbernav li.tabberactive a
{
	background-image:url(images/schedule-bg-active.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}

ul.tabbernav li.tabberactive a:hover
{
	background-image:url(images/schedule-bg-active.jpg);
	background-repeat: no-repeat;
	color: #000000;
}

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

	width: 230px; height: 360px;
	
	margin-top: -5px;
	
	padding-top: 5px;
	padding-left: -5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #000000;
	background-image:url(images/schedule-box-bg.jpg);
	background-repeat: no-repeat;
}



 


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