
.tablist {
    list-style:none; 
    height:4em;
    padding:0; 
    margin:0; 
    border: none;
}
.tablist li {
    float:left; 
    margin-right:0.13em; 
    padding-top: 10px;
}
.tablist li a {
    padding:.95em 2em;
    text-decoration:none;
    border:0.09em solid #aaa;
    border-bottom:0.06em solid #aaa;
    font:bold 1.2em/2em arial,geneva,helvetica,sans-serif;
    color:#000;
    background-color:#e6e6e6;

    /* CSS 3 elements */
    webkit-border-top-right-radius:0.50em;
    -webkit-border-top-left-radius:0.50em;
    -moz-border-radius-topright:0.50em;
    -moz-border-radius-topleft:0.50em;
    border-top-right-radius:0.50em;
    border-top-left-radius:0.50em;
}

/* added for interest assessment tabs */
.orange .searchresults-right-column .tablist li a {border-bottom-color: #aaa; }

.tablist li a:hover {
    background:#dadada; 
    color:#000;
    text-decoration:none;
}
.tablist li#current a {
  	background-color: #fff;
    color: #107FCD;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    padding:1em 2em;
}
.tablist li#current a:hover {
    background: #dadada;
}

.ui-tabs-panel { padding: 1em 1.4em; 
	display: block; 
	border-left: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa; 
	border-right: 1px solid #aaaaaa; 
	border-top: 1px solid #aaaaaa; 
	background: none; 
}

.ui-widget-content {
	/*border: 1px solid #aaaaaa {borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
	color: #222222/*{fcContent}*/;
}
