@charset "utf-8";
/* CSS Document */

div#module-list {
	display: block;
	float: none;
	clear: both;
	width: 555px;
	min-height: 350px;
}
div#module-list h2 {
	display: block;
	float: none;
	clear: both;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	cursor: pointer;
	width: 545px;
}
div#module-list h2.activated {
	background-color: #6E0000;
	color:#FFF;
}
div#module-list div {
	display: none;
	float: none;
	clear: both;
}
div#module-list p {
	display: block;
	float: none;
	clear: both;
	padding: 2px 0;
	margin:0;
}
div#module-list ul {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	height: 40px;
}
div#module-list ul li {
	float: left;
	height: 14px;
	padding: 3px 0;
}
div#module-list ul li.naziv {
	width: 10%;
	text-align: right;
	font-weight: bold;
}
div#module-list ul li.polje {
	width: 90%;
	text-indent: 10px;
}
/* highlighted php code */
div#highlighted {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
	width: 543px;
	border: 1px solid #333;
	padding: 10px;
	overflow: auto;
	background-color:#FFF;
	height: 600px;
	max-height: 600px;
}
div#highlighted span, div#highlighted i, div#highlighted b, div#highlighted u {
	display: inline;
	float: none;
	clear: both;
}