/* Subsection Tabs
--------------------*/
#other-research ul.tabs {
    list-style:none;
    margin:0;
    padding:0;
    clear:both;
    z-index: 102;
}

#other-research ul.tabs li.tab {
    float:left;
    margin: 0 5px;
    text-align:center;
}

#other-research ul.tabs li.tab a {
    display:block;
    padding: 4px;
    border: 2px solid #ccc;
    background-color:#f6f6f6;
    color:#000;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

#other-research ul.tabs li.tab a:hover {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    background-color:#eee;
}

#other-research ul.tabs li.tab a.active {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ccc;
    background-color:#ddd;
}

#other-research ul.tabs li.source_code {
    float:right;
}

.other-research-tabbed {
    margin: -2px 0 0 0;
    border: 2px solid #ccc;
    padding: 10px 20px;
    background: #ddd;
}