﻿
* {
	margin:0px;
    padding:0px;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

html,body,form {
	height:100%;
}

A:link {
	color : #000000;
	text-decoration : none;
}

A:visited {
	color : #000000;
	text-decoration : none;
}

A:hover {
	color : #999999;
	text-decoration : none;
}

A.grean:link {
	color : #005914;
	text-decoration : none;
}

A.grean:visited {
	color : #005914;
	text-decoration : none;
}

A.grean:hover {
	color : #000000;
	text-decoration : none;
}

A.white:link {
	color : #FFFFFF;
	text-decoration : none;
}

A.white:visited {
	color : #FFFFFF;
	text-decoration : none;
}

A.white:hover {
	color : #336F22;
	text-decoration : none;
}

A.gray:link {
	color : #999999;
	text-decoration : none;
}

A.gray:visited {
	color : #999999;
	text-decoration : none;
}

A.gray:hover {
	color : #336F22;
	text-decoration : none;
}

A.red:link {
	color : #ff0000;
	text-decoration : none;
}

A.red:visited {
	color : #ff0000;
	text-decoration : none;
}

A.red:hover {
	color : #999999;
	text-decoration : none;
}

.main_bg_top {
	background-image:url(../images/main_bg_top.jpg);
	background-repeat:no-repeat;
}

.main_bg_center {
	background-image:url(../images/main_bg_center.jpg);
	background-repeat:repeat-y;
}

.main_bg_bottom {
	background-image:url(../images/main_bg_bottom.jpg);
	background-repeat:no-repeat;
}

.najave_bg {
	background-image:url(../images/bg_najave.jpg);
	background-repeat:no-repeat;
	background-color:#5AC43C;
}

.trazilica_radio_button input{
    margin:10px;
}

.novi_referat, .novi_autor, .novi_skup
{
    margin-top:20px;
    border: 1px solid #5AC43C;
}

.unos_dropdown
{
    width:200px;
}

.unos_textinput
{
    width:400px;
}
 
 
 .unos_table
 {
     border-collapse:collapse;
     width:100%;
        
 }
    
.unos_table td 
{
 border: 1px dotted #5AC43C;
 height: 30px;
 padding:3px 3px 3px 3px;
}

.unos_naslov
{
    color: #5AC43C;
    text-align:center;
    font-size:14pt;
}

.unos_btn
{
    background:#5Ac43C;
    color:White;
    height: 26px;
}

.rezultati_pretrazivanja
{
    border: 1px solid #5Ac43C;
    margin-top : 10px;
}

.kljucneRijeci
{
    width:214px;
}

.kljucneRijeciLabel
{
    width:100px;
}

.tableNoBorder td
{
    border:0px;
}


.upozorenje-big
{
    font-size:12px;
}