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

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin-bottom:20px;
	padding: 8px 0 0 0;
	font: bold 12px Verdana, sans-serif;
	background-color: #0059a7;
	background-image:url(../images/head_bg.gif);
	background-repeat:repeat-x;
	float:left;
	width:530px;
	height:33px;
}

ul.tabbernav li
{
	list-style:none;
	margin: 0;
	display:block;
	float:left;
	margin-left:3px;
	min-width:85px;
	
}

ul.tabbernav li a
{
 padding: 0px 0px 0px 0px;
 margin-left: 3px;
 text-decoration: none;
 background-image:url(../images/tabs/btn.png);
 background-repeat: no-repeat;
 background-position: left top;
 display:block;
 height:33px;

}
ul.tabbernav li a span{
	background-image:url(../images/tabs/btnR.png);
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
	height:33px;
	padding: 12px 10px 8px 10px;
	text-align:center;
	color:#069;
      text-shadow:1px 1px 1px #fff;
	
	
}


ul.tabbernav li a:hover span{
	background-image:url(../images/tabs/btnAR.png);
	background-repeat: no-repeat;
	background-position: right top;
	color:#000
}


ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover
{
 color: #000;
  background-image:url(../images/tabs/btnA.png);
 background-repeat:no-repeat;
 
}

ul.tabbernav li.tabberactive a span{
	
	background-image:url(../images/tabs/btnBR.png);
	background-repeat:no-repeat;
	color:#000;
}


ul.tabbernav li.tabberactive a
{
 background-image:url(../images/tabs/btnB.png);
 background-repeat:no-repeat;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;

 
}

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

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

/*#row4col2tab
{
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	width: 530px;
	background-color: #F0F8FE;
	border:1px solid  #AEDBF4;	
	


}
*/
.tab_container
{
	margin-top: 0px;
	border:1px solid #AEDBF4;	
	
	width: 530px;
	background-color: #F0F8FE;
	overflow:hidden;
	background-image:url(../images/content_bottom_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

.tabbertab p{
	color:#000;
	
	font-size:1.2em;
}

.tabbertab p a{
	color:#0057A5;
	text-decoration:underline;
	font-size:1em;

}	
	
.tabbertab p a:hover{
	color:#ffbf00;
	
	font-size:1em;
}	

/*use this IE target ID to target the research tags (outside of IE as well)to accomodate longer titles by using smaller text;*/
#IE_ResearchTabs ul.tabbernav li a{
	font-size:10px;
	
}

.sat{
	margin-left:-2px;
}


