/* 
    Document   : derivedFactsTab
    Created on : 18.11.2009, 16:00:01
    Author     : Thomas (based on csh.css from Stephan)
    Description: styles for the derived facts tabs
*/

#smw_dft_rendered_boxcontent >table {
	width:100%; height:100%;
	border-collapse:collapse;
	empty-cells:show;
}

.dftTabActive {
    cursor:pointer;cursor:hand;
    font-weight: bold;
    padding: 3px;
    background-color:#FFFFFF;
    border-left-width: thin;
    border-left-color: #000000;
    border-left-style: solid;
    border-right-width: thin;
    border-right-color: #000000;
    border-right-style: solid;
    border-top-width: thin;
    border-top-color: #000000;
    border-top-style: solid;
}

.dftTabInactive {
    cursor:pointer;cursor:hand;
    padding: 3px;
    border-width: thin;
    border-color: #000000;
    border-style: solid;
    background-color:#eeeeee;
}

.dftTabSpacer {
    padding: 3px;
    border-bottom-width: thin;
    border-bottom-color: #000000;
    border-bottom-style: solid;
}

.dftTabCont {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-color:#FFFFFF;
    border-left-width: thin;
    border-left-color: #000000;
    border-left-style: solid;
    border-right-width: thin;
    border-right-color: #000000;
    border-right-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
    border-bottom-style: solid;
}

#dftTab1Content {
    padding: 10px;
}

#dftTab2Content {
    padding: 10px;
}
