/* $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 {
	width: 539px;
	margin: 20px auto 0px;
	background: transparent url(../images/pro/tabs_bkg.jpg) repeat-y left top;
}
.tabberlive {

}
.tabbertab{
	width: 540px;
	margin: 0px 0px 0px 24px;
	background: transparent url(../images/pro/tabs_bkg.jpg) repeat-y center top;
}

.tabbertab p{
	margin: 0px 14px 16px;
}
img#tab_foot{
	width: 539px;
	margin-left: 29px;
	height: 12px;
	background: transparent url(../images/pro/tabs_foot.jpg) no-repeat left bottom;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{

	width: 540px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 29px !important;
	border-bottom: 0px solid #778;
	font: bold 12px Verdana, sans-serif;
}

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



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 5px 5px 5px;
	border: 0px solid #227;
	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;
}

/*.tabberlive{
	background: transparent url(../images/tabs_foot.jpg) no-repeat center bottom;
	padding-bottom: 12px;
}*/
ul.tabbernav li a{
	display: block;
	text-decoration: none;
	float: left;
	background-color: transparent;
	padding: 0px;
	margin-right: 0px;
	cursor: pointer;
	height: 39px;
	width: 180px;
}
ul.tabbernav li a#tabbernav1 {
	background: transparent url(../images/pro/whats_new_inactive.jpg) no-repeat left top;
}
ul.tabbernav li.tabberactive a#tabbernav1 {
	background: transparent url(../images/pro/whats_new_active.jpg) no-repeat left top;
}

ul.tabbernav li a#tabbernav2 {
	background: transparent url(../images/pro/key_features_inactive.jpg) no-repeat left top;
}
ul.tabbernav li.tabberactive a#tabbernav2 {
	background: transparent url(../images/pro/key_features_active.jpg) no-repeat left top;
}

ul.tabbernav li a#tabbernav3 {
	background: transparent url(../images/pro/sys_req_inactive.jpg) no-repeat left top;
}
ul.tabbernav li.tabberactive a#tabbernav3 {
	background: transparent url(../images/pro/sys_req_active.jpg) no-repeat left top;
}
