.ui-tabs-hide{ 
display:none;
}

.ui-tabs-nav{
float:left;
width:100%;
padding-top:4px;
}

.current{
	background: none;
	font-size:9px;
}

.fcaInfo{
position:relative;
width:100%;
height: expression( this.scrollHeight > 249 ? "250px" : "auto" ); /* sets max-height for IE */
max-height: 250px;
background:infobackground;
overflow: auto;
background: white;
float:left;
font-size:12px;
color:#4A4A4A;

}

.fcaInfo p {
padding:10px 10px 0px 20px;
}

.fcaInfo UL {
width:100%;
}

.fcaInfo li {
word-wrap:break-word;
padding-left:10px;
padding-bottom:5px;
border-bottom:1px dotted #CFE4E4;
}

.fcaInfo A {
color:#0074C6;
text-decoration:underline;
font-size:11px;
word-wrap:break-word;
}

.tabitem{
	font-size: 12px;
	width: 125px;
	margin-top:3px;
}

.tabspan{
}

.tablink{
color: #006c61;
width:100%;
}

.tablink:HOVER {
	color:#006c61;
}



.tabitem-f {
background-image: url(../img/conceptNavigator/fca-tab-f.png); 
background-repeat: no-repeat; 
padding-top: 1px; 
height: 23px; 
padding-left: 23px; 
width: 55px;
}

.tabitem-c { 
background-image: url(../img/conceptNavigator/fca-tab-c.png); 
background-repeat: no-repeat; 
padding-top: 1px; 
height: 23px; 
padding-left: 23px; 
width: 93px;
}

.tabitem-a {
background-image: url(../img/conceptNavigator/fca-tab-a.png); 
background-repeat: no-repeat; 
padding-top: 1px; 
height: 23px; 
padding-left: 23px; 
width: 86px;
}

.relationtosource {
padding: 1px 6px 0px 3px; font-size: 9px; float: left;
}

.extlink {
width: 100%; 
padding-left: 5px; 
font-size: 9px;
padding-top:1px; 
color: #006C61;
}

.extlink:hover {
text-decoration:underline;
}

/*#tabs {
float:left;
width:100%;
//background:#E6F0EF;
//font-size:10pt;
//line-height:normal;
text-align: center;
}

#tabs ul {
//margin:0;
//padding:7px 10px 0 10px;
//list-style:none;
}
#tabs li {
//display:block;
//margin:0;
//padding:0;
//width: 125px;
font-size:10pt;
cursor:pointer;
}
#tabs a {
//float:left;
//margin:0;
//padding:0 0 0 4px;
//text-decoration:none;
color:#127ECB;
background:white;
}
.tabSpanLeft {
//float:left;
//display:block;
//padding:5px 15px 4px 6px;
border:thin black solid;
text-decoration:underline;
}
.tabSpanRight{
}

/ *
#tabs a span {
float:none;
}

/*
#tabs a:hover span {
color:#127ECB;
text-decoration:none;
}
* /


#tabs .current a {
background:url(../img/conceptNavigator/tableft.gif) no-repeat left top;
}
#tabs .current a span {
//text-decoration:none;
background:url(../img/conceptNavigator/tabright.gif) no-repeat right top;
}
*/
