/* $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 {
	/*height:395px;
	width:772px;
	padding:0 30px 0 30px;
	border:1px solid #fff;*/
}
.tabberlive {
 margin-top:1em;
/* height:395px;
	width:772px;
	padding:0 30px 0 30px;
	border:1px solid #red;*/
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0 0 0 0px;
 padding: 3px 0 0 0;
font-family: 'proxima_novaregular';
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 color:#6a6a6a; 
}

ul.tabbernav li a
{
 padding: 3px 0.5em 6px 0.5em;
 margin-left: 37px;
 /*border: 1px solid #b8b8b8;*/
 border-bottom: none;
 background: #f6f6f6;
 text-decoration: none;
 font-family: 'proxima_novaregular';
 font-size:18px;
 color:#6a6a6a;
 border-top: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
}

ul.tabbernav li a:link { color: #6a6a6a; }
ul.tabbernav li a:visited { color: #6a6a6a; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #3b93df;
/* border-color: #227;*/
}

ul.tabbernav li.tabberactive a
{
 color: #fff;
 border-bottom: 1px solid transparent;
 background-color:#3b93df;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: #3b93df;
 border-bottom: 1px solid transparent;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px; 
 border-top:0;
 height:600px;
 color:#3a3838;
 /*border:1px solid green;*/
 /*background:#fff url(../images/tab1bg.png) right top no-repeat; */

 /* 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;
 float:left;
 font-family: 'proxima_novaregular';
 font-size:18px;
 color:#3a3838;
 margin-left:20px;
}
.tabberlive .tabbertab h3 {
 display:none;
 float:left;
 font-family: 'proxima_novaregular';
 font-size:18px;
 color:#ffffff;
}

/* 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; 
}
.tabtxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3a3838;
	text-align:justify;
	padding:15px 5px 5px 5px;
	line-height:20px;	
	}
ul.tablist{
	padding:0;
	margin:0;
	}
ul.tablist li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3a3838;
	text-align:left;
	line-height:20px;
	padding-left:15px;
	background:url(../images/btn.png) 5px 7px no-repeat;	
	}		