/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good one is www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
*/
.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica; text-align: left }
.highText { text-decoration: none; color: #FFFFFF; font: bold 12px Arial, Helvetica, sans-serif; text-align: left }

/* Borders used by some items */
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }
.odmevB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	display: run-in;
	padding: 10px 10px 0px;
	font-weight: bold;
}
.naslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
	border: 1px solid #FFCC00;
	text-transform: uppercase;
	margin: 10px;
	padding: 5px;
	text-decoration: none;

}
.tekst {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: run-in;
	padding: 0px;
}
.ok {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-align: center;
	font-weight: bold;
	border: 1px solid #009900;
	text-transform: none;
	margin: 10px;
	padding: 5px;
	text-decoration: none;
	background-color: #CCFFCC;
}
.nok {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CC0000;
	text-transform: uppercase;
	margin: 10px;
	padding: 5px;
	text-decoration: none;
	background-color: #FF9999;
}
.gumb {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFCC00;
	text-transform: none;
	margin: 10px;
	padding: 5px;
	text-decoration: none;
	background-color: #0066CC;
}
.tekst1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: run-in;
	padding: 0px;
	margin: 0px 10px;
}
.okvir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: run-in;
	padding: 5px;
	margin: 0px 10px;
	border: 1px inset #FFCC00;
	background-color: #DFF9FF;
}
