/* babune */

body {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 9pt;
 margin: 0px;
 background-color: #e8e8e8;
 color: #000000;
}

h1 {
 font-size: 16pt;
}

h2 {
 font-size: 12pt;
}

.left {
 position: absolute;
 left: 5px;
 top: 0px;
 width: 190px;
}

.right {
 position: absolute;
 right: 10px;
 top: 5px;
 width: 130px;
 border-width: 0px 0px 0px 1px;
 border-style: solid;
 border-color: #d0d0d0;
 padding: 0px 0px 0px 5px;
}

.center {
 margin-right: 160px;
 margin-left: 210px;
 margin-top: 5px;
}

.whitebox {
 background-color: #ffffff;
 color: #000000;
 margin: 10px 0px 10px 0px;
}

.inbox {
 padding: 8px;
}

.boxitem {
 padding: 5px 0px 5px 0px;
}

.footer {
 color: #808080;
 font-size: small;
 margin: 10pt 0px 10pt 0px;
}

.footer a {
 color: #808080;
}


a {
 color: black;
 text-decoration: none;
}

.center a {
 text-decoration: underline;
}

a:hover {
 text-decoration: underline;
}











table {
 font-size: 100%;
 border-spacing: 0px;
}

table.chart {
 width: 100%;
}
table.chart * {
 margin: 0;
 padding: 0;
}
table.chart tbody tr {
 margin: 0px;
}
table.chart tbody th {
 width: 40%;
 font-weight:100;
 text-align:left;
}
table.chart tbody td {
 width: 60%;
}
table.chart tbody th.odd {
 background: #f0f0f0;
}
table.chart tbody th.even {
 background: #ffffff;
}
table.chart tbody th:hover {
 background: #D0E5F0;
}
table.chart .chartblock {
 display: inline-block;
 text-align: right;
 background-color: #71b6e6;
 padding:2px 0px 2px 0px;
 margin: 1px 0px 1px 0px;
 background-image: url("/img/barend.png");
 background-position: center right;
 background-repeat: no-repeat;
 text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
table.chart .u0 {background-color: #71b6e6;}
table.chart .u1 {background-color: #e66b90;}
table.chart .u2 {background-color: #67e665;}
table.chart .u3 {background-color: #8560e6;}
table.chart .u4 {background-color: #e6aa5c;}
table.chart .u5 {background-color: #57e6d2;}
table.chart .u6 {background-color: #e653cf;}
table.chart .u7 {background-color: #a2e64e;}
table.chart .u8 {background-color: #4a73e6;}
table.chart .u9 {background-color: #e64b47;}
table.chart .u10 {background-color: #43e677;}
table.chart .u11 {background-color: #a540e6;}
table.chart .u12 {background-color: #e6d53d;}
table.chart .u13 {background-color: #3ac4e6;}
table.chart .u14 {background-color: #e63790;}
table.chart .u15 {background-color: #5be634;}

table.chart a {
 color: #000;
 text-decoration: none;
}

table.chart a:visited {
 color: #000;
 text-decoration: none;
}

table.chart a:hover {
 text-decoration: underline;
 color: #418FD4;
}

table.chart a:visited:hover {
 text-decoration: underline;
 color: #418FD4;
}




.ads .adi {
 font-size: smaller;
 background-color: #f8f8f8;
 border-color: #e0e0e0;
 border-width: 1px;
 border-style: solid;
 margin: 12px;
 padding: 6px;
 text-align: center;
}

.ads .price {
 color: #202090;
 white-space: nowrap;
}

/* babune */

