/*
    Author: volenova
    PORTLET FUNKCIONALITY
*/

table.funkSeznamTab td.center,
div.funkVizualizace td.center {
    text-align: center;
}

table.funkSeznamTab td {
    max-width: 350px;
    white-space: normal;
}

.funkObdobiA {
    color: #0daa00;
}

.funkObdobiB {
    color: #9922aa;
}

span.funkEmpty,
span.funkLine {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.funkLine,
.funkEmpty {
    margin: 0;
    padding: 0;
    border: 0;
}

.funkLine {
    background-color: #1e90ff;
    border-radius: 2px;
    margin: 0;
    padding: 0;
}

.funkGraph:hover .funkLine {
    background-color: #22669a;
}

.funkActive .funkLine,
div.funkLegenda .funkActive {
    background-color: forestgreen;
}

.funkPodmineno .funkLine,
.funkLegenda .funkPodmineno {
    background-color: #115511;
}

.funkPodminuje .funkLine,
.funkLegenda .funkPodminuje {
    background-color: #77cc99;
}

div.funkVizualizace td,
div.funkLegenda span,
span.funkOblast {
    border-radius: 2px;
    padding: 2px;
}

.funkLegenda .funkActive,
.funkLegenda .funkPodmineno {
    color: #ffffff;
}

div.funkLegenda {
    margin: 8px 0 8px 0;
    font-size: 11px;
}

div.funkLegenda span {
    display: inline-block;
    margin: 2px 0 2px 0;
}

div.funkLegenda > h3  {
    font-size: 12px;
}

.funkBubbleStyle {
    background-color: #222222;
    border-width: 0;
    border-radius: 5px;
    color: #ffffff;
    padding: 2px;
}

.funkBubbleStyle a {
    color: #1e90ff;
}

a.funkOznacit,
a:active.funkOznacit,
a:hover.funkOznacit,
a:visited.funkOznacit {
   color: forestgreen;
}

/*
    EOF: PORTLET FUNKCIONALITY
*/