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

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 0px 0;
 border-bottom: 0px solid #778;
 font: bold 13px Arial, Verdana, sans-serif;
 height:40px !important;
}

ul.tabbernav li
{
list-style: none;
margin: 0;
display: block;
float:left;
background:#fff;
border:1px solid #E8E8E8;
padding:5px !important;
margin-right: 5px;
padding-bottom:0 !important;
height:28px;
}

ul.tabbernav li a
{
padding-left:15px;
background:url(../images/arrow-blue.gif) no-repeat 5px 50% #F9F9FA;
text-decoration: none;
font-size:12px;
line-height:22px;
color:#000;
font-weight:bold;
width:auto;
padding-right:15px;
height:23px;
display:block;
float:left;
}
ul.tabbernav li a:link { color: #3D83B3; }
ul.tabbernav li a:visited { color: #000; }

/*ul.tabbernav li a:hover
{
 color: #000;
 background: #fff;
}*/

ul.tabbernav li.tabberactive a
{
background:url(../images/arrow-blue_hvr.gif) 2px 10px no-repeat;
color:#000;
}

/*ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;

}*/

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

.tabberlive .tabbertab .tabberlive
{

 border:1px solid #E8E8E8;
 padding:3px;
}
.tabBg
{

 border:1px solid #E8E8E8;
 padding:3px; background:#FFFFFF;
}
.tabberlive .tabbertab .tabberlive ul.tabbernav
{
 margin:0;
 padding: 2px;
 border-bottom: 0px solid #778;
 font: bold 11px Arial, Verdana, sans-serif;
 border:1px solid #E8E8E8;
 background: #F9F9FA;
 height:40px !important;
}

.tabberlive .tabbertab .tabberlive ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
  background: #F9F9FA;
 border:0px solid #E8E8E8;
 padding:0px !important;
 margin-left: 0px;
 padding-bottom:0 !important;
 height:20px;
 float:none !important;
}

.tabberlive .tabbertab .tabberlive ul.tabbernav li a
{
padding-left:0px;
padding-right:5px;
 background: #F9F9FA;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#3D83B3;
 font-weight:normal;
 width:auto;
 height:20px;
 line-height:20px;
 display:inline;
 float:none;
}
.tabberlive .tabbertab .tabberlive ul.tabbernav li.tabberactive a
{
color:#000;
}

.tabcontent{
width:730px; background:#F4F4F6; font-size:12px; color:#686A6F; padding:1px; font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tabcontent .tableft{
/*width:360px;*/ padding:10px; float:left;
}
.tabcontent .tableft1{
/*width:360px;*/ padding:10px 0;line-height:18px;
}
	.tabcontent .tableft p.head{
	color:#3E84B4;
	padding-bottom:10px;
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	}
	.tabcontent .tableft p{
	line-height:18px;
	padding-bottom:10px;
	text-align:justify;
	}
	
	
	.tabcontent .tableft h4{
	color:#373737;
	padding-bottom:9pt;
	line-height:16px;
	font-size:13px;
	font-weight:bold;}
	.tabcontent .tableft h4.heading{
	font-size:18px;
	font-weight:normal;}
	
	.tabcontent .tableft a{
	
	color:#3E84B4;
	text-decoration:underline;
	
	}
	
	.tabcontent .tableft a:hover{
	
	color:#000;
	text-decoration:underline;
	
	}
	

.tabcontent .tableftnews{
width:705px; padding:10px; float:left;
}
	.tabcontent .tableftnews .head{
	color:#3E84B4;
	padding-bottom:10px;
	line-height:16px;
	font-size:12px;
	font-weight:bold;
	}
	.tabcontent .tableftnews p{
	padding-bottom:10px;
	line-height:16px;
	}
	
	.tabcontent .tableftnews a{
	
	color:#3E84B4;
	text-decoration:underline;
	
	}
	
	.tabcontent .tableftnews a:hover{
	
	color:#000;
	text-decoration:underline;
	
	}
	
	
	
.tabcontent .tabright{
float:right; text-align:right;
padding:5px 0 6px 10px;
}

.tabcontent .tabright p.head{
	color:#3E84B4;
	padding-bottom:10px;
	padding-top:10px;
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	}
	.tabcontent .tabright p{
	padding-bottom:10px;
	line-height:16px;
	text-align:left;
	}
	
	.tabcontent .tabright ul{
	padding-bottom:10px;
	line-height:16px;
	text-align:left;
	}
