/*CSS lijeva, desna strana, pathway*/
body
{
	margin:0;
	background-color:#000012;
	font-family: Nimbus Sans L, Verdana, sans-serif;
	font-weight:600;
	letter-spacing:1px;
	color:#FFFFFF;
}

tr,td,p,div
{
	font-size:16px;
	font-weight:normal;
	font-weight:600;
}


/*modules*/
table.moduletable {
}

table.moduletable th {
}

table.moduletable td {
}

/*links of title,readon,etc*/

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size:16px;
	font-weight: normal;
	text-align: center;
	width: 152px;
	height: 31px;
	background-color:#000012;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	margin: 5px;
	padding: 2px 0px;
	font-weight:600;
	letter-spacing:1px;
	line-height:22px;
}

a.mainlevel:hover {
	font-size:16px;
	font-weight: normal;
	text-align: center;
	width: 152px;
	height: 31px;
	background-color:#101022;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	margin: 5px;
	padding: 2px 0px;
	font-weight:600;
	letter-spacing:1px;
}



a:link, a:visited {
	color: #78993C; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f1f1f1;	text-decoration: none;
	font-weight: bold;
}

.contentheading {
	text-indent: 5px;
	font-weight: bold;
	font-size:18px;
	padding: 3px 0px 3px 0px;
}

.contentpaneopen {
	padding: 3px 5px 3px 5px;

}


.componentheading {
	text-indent: 5px;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0px 3px 0px;
	margin-bottom: 3px;
}

.sectiontableheader
{
	background-color:#333333;
	color: #59AA08;
	font-weight:bold;
	padding: 2px 2px 2px 2px;
}

.small
{
	font-size:10px;
}

.contentdescription
{
	font-size:11px;
}





/*custom stuff*/

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 150px;
padding-left: 190px;
padding-top: 0px;
/*background: url(../images/dot.gif) no-repeat;*/
/*background-position: 0px 3px;*/
}






table.searchinto {
	width:inherit;
}

table.searchintro td {
	font-weight: bold;
}
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}


.pagenav {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 3px double #CCCCCC;
  background-color: #333333;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  color:#78993C;
}

.pagenavbar {
	margin-right: 10px;
}