/* CSS Document */
body {
	margin: 0px;
}
li {margin: 2px;}
.txt {
	font-family:Trebuchet MS;
	font-size:12px;
	line-height:120%;
	color:#666666;
	text-decoration:none;
}
.txt a {color:#666666; text-decoration:none;}
.txt a:hover {
	color:#666666;
	text-decoration: none;
}
.naslov {
	font-family: Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#FCBB12;
	text-decoration:underline;
}
.naslov a {color:#FCBB12; text-decoration:underline;}
.naslov a:hover {color:#FCBB12; text-decoration: underline;}
.naslov_moder {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#3399CC;
}
.naslov_zelen {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#99CC66;
}
.naslov_rdec {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}
.naslov_rumen {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#FFCC00;
}
.naslov_siv {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
.naslov_oranzen {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
}
.pravice {
	font-family: Trebuchet MS;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.pravice a {color:#666666; text-decoration:none;}
.pravice a:hover {color:#666666; text-decoration:underline;}

tr.brisanjeHeader {
	cursor: default;
	font-family: Tahoma;
	font-weight: bold;
	height: 20px;
	background-color: #9d4444;
}
tr.brisanjeHeader td {
	cursor: default;
	font-size: 12px;
}

tr.brisanjeData {
	cursor: pointer;
	background-color: #54b0ab;
}

tr.brisanjeData td {
	cursor: pointer;
	height: 15px;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom: 1px solid #418883;
}

tr.brisanjeData span.ne { color: red }

tr.brisanjeData:hover {
	background-color: #64c0bb;
}

