@import url('default_v3.css');

.sboxTitle.active .sboxTitleBg, .sboxTitle.active .sboxTitleLeft {background-position: 0 -216px}
.sboxTitle.active .sboxTitleRight {background-position: 100% -216px}
.sboxTitle.active h2, .sboxTitle.active h2 a {color: #ffffff; line-height: 24px; height: 24px} 

.sboxTitle.active.blue .sboxTitleBg, .sboxTitle.active.blue .sboxTitleLeft {background-position: 0 0;}
.sboxTitle.active.blue .sboxTitleRight {background-position: 100% 0;}

.sboxTitle.unactive .sboxTitleBg, .sboxTitle.unactive .sboxTitleLeft {background-position: 0 -24px;}
.sboxTitle.unactive .sboxTitleRight {background-position: 100% -24px;}
.sboxTitle.unactive h2, .sboxTitle.unactive h2 a {color: #104150; line-height: 24px; height: 24px; cursor: pointer;}

.kalkulatorBox table td { padding: 1px; }
.kalkulatorBox table.results { border-collapse: collapse; width: 330px; border-color: rgb(200,200,200);}
.kalkulatorBox table.results tr.header { background-color: rgb(230,230,230); }
.kalkulatorBox table.results tr.header { text-align: center;}
.kalkulatorBox table.results td { padding: 1px;}
.kalkulatorBox div#calc_result { margin-top: 15px;}

.stopyOfe {height: 394px; overflow: hidden; background: white;}
#stopyOfeDiv {/*padding: 10px 5px;*/ margin:10px 5px 0 5px;}
.stopyOfeTab {font-family: Verdana,Tahoma; width: 100%; color: #333333; border-collapse: collapse;}
.stopyOfeTab tr td {border-bottom: 1px dotted grey; padding: 3px 0;}
.stopyOfeTab tr th {padding-bottom: 2px; border-bottom: 2px solid grey;}
.stopyOfeTab .l {text-align: left}
.stopyOfeTab .r {text-align: right}
.stopyOfeTab td.logo {border: 0; border-top: 2px solid grey; padding: 10px;}
.stopyOfeTab td.avg {border: 0; border-top: 2px solid grey; vertical-align: top;}
.stopyOfeTab td.avg span {font-weight: bold;}