/* CSS Document */
body{
    background-image:url('images/body/pozadi.gif');
    background-attachment:fixed;
    color: white;
    font-size: 10px;
    font-family:"lucida sans unicode", arial, verdana, helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    scrollbar-3dlight-color: white;
    scrollbar-arrow-color: #E8A708;
    scrollbar-base-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-face-color: black;
    scrollbar-highlight-color: #951804;
    scrollbar-shadow-color: black;
}

a{
    font-weight: bold;
}

a:link { color:#E8A708; text-decoration: none;}
a:visited { color:#E8A708; text-decoration: none;}
a:active { color:#E8A708; text-decoration: none;}
a:hover { color:  #aeaeae; text-decoration: none;}

div.date{
    font-size: 9px;    
}

table.form{
    font-size: 12px;
}

div.auth{
    border-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #777;
    border-bottom-style: dashed;
    font-weight: bold;
    font-size: 12px;
}

div.text{
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 15px;
}

input.text{
    background-color: black;
    border-color: #E8A708;
    border-width: 1px;
    border-style: solid;
    color: #fff;
}

textarea{
    background-color: black;
    border-color: #E8A708;
    border-width: 1px;
    border-style: solid;
    color: #fff;
}

input.butt{
    background-color: black;
    font-family:"lucida sans unicode";
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-size: 12px;
}

div.lines{
    margin-top: -10px;
}

p.small{
	font-size: 10px;
}

td.left_u{
	text-decoration: underline;
	font-size: 10px;
}


td.item{
	font-size: 10px;
}

td.right{
	text-align: right;
}

div.right{
	text-align: right;
}

span.small{
	font-size: 10px;
}
