ul.tablinks {
    margin: 0;
    text-decoration: none;
    overflow:hidden;
    padding-bottom:1px;
    margin-bottom:-1px;
}

ul.tablinks li a,
ul.tablinks li > *,
ul.tablinks li strong {
    font-family: Lucida Grande, Geneva, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    display: block;
    padding: 10px;
}

ul.tablinks li {
	border-color: #CFCFCF;
	border-style: solid;
    border-width: 1px 1px 0;
    float: left;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    margin-right: 3px;
    background:url("../../common/images/heading_background_grey.gif") repeat-x scroll 0 0 #D5D5D5;
    cursor: pointer;
}

ul.tablinks li:hover {
    background-color: #666666;
    background-image: none;
}

ul.tablinks li:hover > * {
    color: #FFFFFF;
    text-decoration: none;
}

ul.tablinks li.selected:hover > * {
    color: #CCCCCC;
    text-decoration: none;
}

ul.tablinks li.selected:hover {
    background-image: none;
}

ul.tablinks li.selected {
    background-image: none;
    background-color: #FFFFFF;
    position: relative;
    top: 1px;
    z-index:100;
}

/***********************************************************************************************************
    Tab styling - This is the next version of the Tabs, put together initially for the factSheet page
    ALl Nova tabs should move to this
***********************************************************************************************************/
.tabbedContent {
    margin-top: 10px;
    clear: left;
}

.tabbedContent .tabHeading {
    text-indent: -9999px;
    position: absolute;
}

.tabbedContent .tabContent {
    overflow:hidden;
    clear:left;
    padding: 10px 0px;
    border: 1px solid #CFCFCF;
    /*border-top-width: 0px;*/
}

.tab-hide {
    display: none;
}