﻿.tablestyle
{
    font-family: Trebuchet MS;
    font-size: 0.9em;
    border: solid 2px #e6e6d0;
    font-weight: bold;
    background-color: #fcfcfb;
}
.rowstyle
{
    text-align: right;
}
.altrowstyle
{
    background-color: #edf5ff;
    text-align: right;
}
.headerstyle th
{
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: none none solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
    background-color: #C0C0C0;
}
.headerstyle th a
{
    text-decoration: none;
    color: #009933;
    display: block;
}
.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
    background-color: #edf5ff;
}

.rowstyle:hover, .altrowstyle:hover
{
	background-color:#fff5bd;
	color:#000;
}
.rowstyle .sortrow, .altrowstyle .sortrow
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 2px 6px 2px 6px;
}
.headerstyle .sortascheader
{
    background-color: #ccc;
}
.headerstyle .sortascheader a
{
    background: url(img/dt-arrow-up.png) no-repeat right 50%;
}

.headerstyle .sortdescheader
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}
.headerstyle .sortdescheader a
{
    background: url(img/dt-arrow-dn.png) no-repeat right 50%;
}
.valuta
{
    padding: 2px 10px 2px 0px;
    text-align: center;
    width: 10px;
}
.naziv
{
    padding: 2px 10px 2px 6px;
    text-align: left;
}
.cijena
{
    padding: 2px 10px 2px 0px;
    text-align:right;
    width: 30px;
}
.strelica
{
    padding: 2px 1px 2px 6px;
    text-align: right;
    width: 10px;
}