/* always force a scrollbar in non-IE */ 
html {
    overflow-y: scroll;
}

body {
    font: 13px/1.231 sans-serif;
    *font-size: small;
    background-color: #b4b4b4;
    background: #000 url("/img/bg_punched.png") repeat fixed;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
h1 {
    font-size: 1.5em;
}
.ui-widget-content a {
    color: blue;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #ff0000;
}
small {
    font-size: 90%;
}
.page-title-block {
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
    padding: 4px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 4px;
    border: 1px solid #e5e5e5;
}
.page-title-block h2 {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
}
.page-title-block p {
    margin-top: 4px;
}
.footer-block {
    background: #ffffff; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
    padding: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 0 8px 0;
    border: 1px solid #e5e5e5;
}
.page-content {
    background: #E5E8EA;
    padding: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 4px;
    border: 1px solid #e5e5e5;
}
.normal-content {
    background: #fff;
}
#container {
    width: 1000px;
    margin: 10px auto 10px auto;
}
.aside-unit {
    padding-right: 8px;
}
.nawigacja-grupowa {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.nawigacja-grupowa a, .nawigacja-grupowa a:visited {
    display: block;
    color: #0000ff;
    padding: 0 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nawigacja-grupowa a:hover {
    background: #b0b0b0;
    color: #000;
}
.label-grupy {
    font-weight: bold;
    padding: 0 2px;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #e0e0e0, #d0d0d0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e0e0), to(#d0d0d0));
    margin: 2px 0;
}
.wybor-filtra-procesorow .unit {
    padding: 0 5px;
}
table.tablesorter {
    border-collapse: collapse;
    width: 100%;
}
table.tablesorter thead tr th {
    text-align: center;
    padding: 1px 16px 1px 2px;
    border: 1px solid #DDDDDD;
}
table.tablesorter tbody td {
    padding: 1px 2px;
    border: 1px solid #DDDDDD;
}
.right {
    text-align: right
}
.center {
    text-align: center;
}
p {
    margin: 4px 0;
    afont-size: 1em;
}
.ui-tabs {
    padding: 0;
    border-radius: 6px;
    border: none;
}
.ui-tabs .ui-tabs-nav {
    padding: 4px 8px 0;
    background-color: #1C5EA0; /* old browsers */
    background: -moz-linear-gradient(top, #1C5EA0 0%, #064792 99%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1C5EA0), color-stop(99%,#064792)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C5EA0', endColorstr='#064792',GradientType=0 ); /* ie */
    border: 1px solid #064792;
    border-bottom: none;
    zoom: 1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-tabs .ui-tabs-nav li a {
    padding: 4px 6px;
    color: #333;
    font-weight: normal;
}
.ui-tabs .ui-tabs-panel {
    padding: 8px;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0 4px 1px 0;
    padding: 0;
}
.ui-tabs li.ui-state-default {
    border: none;
    border: 1px solid #AAAAAA;
    background: none;
    padding: 1px 1px 0 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #DFE2E4; /* old browsers */
    background: -moz-linear-gradient(top, #E6ECEF 0%, #D0D6DA 99%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6ECEF), color-stop(99%,#D0D6DA)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6ECEF', endColorstr='#D0D6DA',GradientType=0 ); /* ie */
    zoom:1;
}
.ui-tabs li.ui-state-active {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    padding: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.ui-tabs li.ui-state-active a {
    color: #000;
}
.ui-tabs li.ui-state-hover a {
    color: #000;
    text-decoration: underline;
}
.ui-widget {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 100%;
}
img.centered {
    margin: 0 auto;
    display: block;
}
.big-action-button {
    background: #0c5fa5 url(/img/button-element-bg.png) repeat-x left top;
    background: -moz-linear-gradient(top,white,#72c6e4 4%,#0c5fa5);
    background: -webkit-gradient(linear,left top, left bottom,from(white),to(#0c5fa5),color-stop(0.03, #72c6e4));
    background-size: 100% 100%;
    border: 1px solid;
    border-color: #50a3c8 #297cb4 #083f6f;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    moz-background-size: 100% 100%;
    moz-border-radius: 5px;
    moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    o-background-size: 100% 100%;
    padding: 8px 18px 9px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    webkit-background-clip: padding-box;
    webkit-background-size: 100% 100%;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.big-action-button:hover {
    background: #057fdb url(../images/old-browsers-bg/button-element-hover-bg.png) repeat-x left top;
    background: -moz-linear-gradient(top,white,#2bcef3 4%,#057fdb);
    background: -webkit-gradient(linear,left top, left bottom,from(white),to(#057fdb),color-stop(0.03, #2bcef3));
    border-color: #1eafdc #1193d5 #035592;
    color: #fff;
}
.link-ranking-rekomendacje {
    background: #0c5fa5 url(/img/button-element-bg.png) repeat-x left top;
    background: -moz-linear-gradient(top,white,#72c6e4 4%,#0c5fa5);
    background: -webkit-gradient(linear,left top, left bottom,from(white),to(#0c5fa5),color-stop(0.03, #72c6e4));
    background-size: 100% 100%;
    border: 1px solid;
    border-color: #50a3c8 #297cb4 #083f6f;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    color: white;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    moz-background-size: 100% 100%;
    moz-border-radius: 5px;
    moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    o-background-size: 100% 100%;
    padding: 4px 12px 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    webkit-background-clip: padding-box;
    webkit-background-size: 100% 100%;
    webkit-border-radius: 5px;
    webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 6px;
}
.link-ranking-rekomendacje:hover {
    background: #057fdb url(../images/old-browsers-bg/button-element-hover-bg.png) repeat-x left top;
    background: -moz-linear-gradient(top,white,#2bcef3 4%,#057fdb);
    background: -webkit-gradient(linear,left top, left bottom,from(white),to(#057fdb),color-stop(0.03, #2bcef3));
    border-color: #1eafdc #1193d5 #035592;
    color: #fff;
}
.big-margin-after {
    margin-bottom: 20px;
}
.big-margin-before {
    margin-top: 20px;
}
.main-plot {
    width: 750px;
    height: 300px;
    margin: 0 auto 10px auto;
}
.help-tabeli-procesorow {
    margin-top: 15px;
}
.plot-tooltip {
    position: absolute;
    display: none;
    border: 1px solid #bacedc;
    padding: 4px;
    background: #d0dee8;
    opacity: 0.95;
    width: auto;
}
.plot-tooltip h1 {
    font-size: 1em;
    font-weight: bold;
}
.plot-tooltip table {
    width: 270px;
}
.plot-tooltip th, .plot-tooltip td {
    border-top: 1px solid #bacedc;
    border-bottom: 1px solid #bacedc;
    font-weight: normal;
}
.plot-tooltip th {
    text-align: left;
}
.plot-tooltip td {
    text-align: right;
}
.plot-tooltip p {
    font-size: 80%;
    margin: 4px 0 0 0;
    color: #273e4e;
    font-weight: bold;
}
.float-right {
    float: right;
}
.plot-help-beacon {
    color: #000;
    background: #8DD18D;
    border: 1px solid #69C269;
    font-weight: bold;
    padding: 0 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: help;
    behavior: url(/css/PIE.htc);
}
.template {
    display: none;
}
#tooltip {
    font-size: 10pt;
    padding: 4px;
}
#tooltip h3 {
    font-weight: bold;
    border-bottom: 1px solid #111;
    margin-top: 8px;
}
#tooltip h3.first {
    margin-top: 0;
}
#tooltip strong {
    font-weight: bold;
}
.color-block {
    font-size: 6pt;
}
.red-block {
    color: #ff0000;
    background: #ff0000;
}
.blue-block {
    color: #0000ff;
    background: #0000ff;
}
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
    display: block !important;
    height: 400px;
    overflow: hidden;
}
.tabelka-rekomendacji th {
    text-align: center;
}
.tabelka-rekomendacji .naglowek-zakresu-cen th {
    text-align: center;
    font-weight: normal;
}
.tabelka-rekomendacji th.ui-state-default {
    color: #555;
    font-weight: normal;
}
.naglowek-zakresu-cen .cena {
    font-weight: bold;
}
.page-left-part {
    padding-right: 4px;
}
.page-right-part {
    padding-left: 4px;
}

.offline-disqus-post {
    margin-bottom: 10px;
}
.offline-disqus-post .post-author {
    font-weight: bold;
}
.offline-disqus-post .post-replies {
    padding-left: 20px;
}
.ui-widget-header {
    background: url("/img/bg-content-box.gif") repeat-x scroll left top #E5E5E5;
}
#wrapper-blokow-tabel-rankingu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.adsense-wiezowiec {
    text-align: center;
    margin-top: 16px;
}
.adsense-linki {
    text-align: center;
    margin-bottom: 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    padding-top: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.adsense-pasek {
    margin-left: 20px;
    margin-top: 8px;
}
.adsense-pasek-dolny {
    padding-bottom: 8px;
}
.skapiec-banner-750 {
    margin-top: 8px;
    margin-left: 20px;
}
.skapiec-banner-750 > table {
    margin: 0 auto;
}
.skapiec-banner-750 td {
    vertical-align: middle;
}

.fb-like-wrapper {
    margin-top: 8px;
    padding: 3px;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 20px;
    position: relative;
}
#___plusone_0 {
    vertical-align: top !important;
}
.socbutton {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 3px;
}
.socbutton1 {
    left: 0;
    top: 0;
}
.socbutton2 {
    left: 110px;
}
.socbutton3 {
    left: 180px;
}
.socbutton4 {
    left: 285px;
}
.socbutton5 {
    left: 370px;
}
.breadcrumbs, .breadcrumbs .breadcrumb {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #fff;
    line-height: 20px;
    overflow: auto;
    font-size: 11px;
    margin-top: 8px;
}
.breadcrumbs .breadcrumb {
    float: left;
    padding-left: 4px;
}
.breadcrumbs .breadcrumb a {
    padding-left: 4px;
}
.breadcrumbs .breadcrumb:before {
    content: ">";
}
.padding8 {
    padding: 8px;
}
