@CHARSET "UTF-8";

div.resultTableContainerInsulated {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ff7200;
    margin-bottom: 12px;
}
div.resultTableContainerUninsulated {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #005fb1;
    margin-bottom: 12px;
}

table.modernisationResultTable {
    border-spacing: 1px;
}
table.modernisationResultTable tr td {
    padding: 2px;
}
table.modernisationResultTable tr td sub {
    color: #fff;
}

table.modernisationResultTableUngedaemmt tr td {
    background-color: #dbedfa;
}
table.modernisationResultTableUngedaemmt tr td.header {
    background-color: #005fb1;
    color: #fff;
    font-weight: bold;
}
table.modernisationResultTableUngedaemmt tr td.rowHeader {
    text-align: left;
    background-color: #005fb1;
    color: #fff;
}

table.modernisationResultTableGedaemmt tr td {
    background-color: #ffeebf;
}
table.modernisationResultTableGedaemmt tr td.header {
    background-color: #EF952C;
    color: #fff;
    font-weight: bold;
}
table.modernisationResultTableGedaemmt tr td.rowHeader {
    text-align: left;
    background-color: #EF952C;
    color: #fff;
}

#modernisationTabContainer {
    margin: 32px 0px 0px 0px;
    height: 1px;
    border-style: none;
}
#modernisationTabsMenu {
    position: absolute;
    z-index: 300;
}
a.modernisationTab {
    position: absolute;
    top: -20px;
    height: 20px;
    width: 165px;
    padding: 0px;
    text-align: center;
    line-height: 18px;
    z-index: 301;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}

#modernisationResultsInsulatedButton {
    left: 0px;
    background-color: #ffeebf;
    border-color: #ff7200;
    color: #DF570D;
}

#modernisationResultsUninsulatedButton {
    left: 169px;
    background-color: #dbedfa;
    border-color: #005fb1;
}

#modernisationUninsulatedHeader {
    height: 10px;
    border-style: solid;
    border-color: #005fb1;
    border-width: 1px 1px 0px 1px;
    background-color: #dbedfa;
}

#modernisationInsulatedHeader {
    height: 10px;
    border-style: solid;
    border-color: #ff7200;
    border-width: 1px 1px 0px 1px;
    background-color: #ffeebf;
}

.modernisationTooltip {
    width: 300px;
    border: 1px solid #005fb1;
    background-color: #fff;
    padding: 10px;
    font-size: 11px;
    text-align: left;
}

.modernisationTooltipInsulated {
    border: 1px solid #ff7200;
    background-color: #fff;
    padding: 10px;
    font-size: 11px;
    text-align: left;
}

.modernisationTooltipUninsulated {
    border: 1px solid #005fb1;
    background-color: #fff;
    padding: 10px;
    font-size: 11px;
    text-align: left;
}