BODY {
  background-image: url(../images/pang_covjek.png);
  background-repeat: no-repeat;
  background-position: 40px 110px;
  margin-top: 20px;
  margin-left: 40px;
}

H1 {
 color: cyan;
 }

BODY, P, DIV, TD,A { 
     font-family: Courier;
     color: black;
}

#menu P { 
  margin: 0px;
  padding: 0px;
  font-size: 13pt;
  font-weight: normal;
}

#menu LI {
   white-space: nowrap;
   font-size: 13pt;
   list-style-type: none;
   font-weight: normal;
}

#menu LI.selected {
   font-size: 13pt;
   list-style-type: none;
}


#menu A { 
	        text-decoration: none;
		color: #F0037F;
		font-weight: normal;
}

#menu A.selected { 
  text-decoration: none;
  font-weight: bold;
  color: #F0037F;
 /* margin-left: 10px; */
}

#menu A:hover { 
  text-decoration: underline;

}

#login { 
/*  color: gray; */
  color: black;
  font-size: 10pt;
}

#login A { 
  text-decoration: None;
  color: black;
}

#login A:hover { 
  text-decoration: underline;
  color: black; 
}


A.editorlink {
  text-decoration: None;
  color: blue;
}

A:hover.editorlink {
  background-color: blue;
  color: white;
}

.embededitortext {
  width: 90%;
  height: 400px;
  background-color: #f9f5ad;
  border: 1px solid gray;
}

.embededitortitle {
  width: 90%;
  background-color: #f9f5ad;
  border: 1px solid gray;
}

.mainmenu
{
  margin-top: 0px;
  margin-left: 20px;
  padding-left: 0;
  list-style: none;
}

.mainmenu li
{
  padding-left: 10px;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

A.nonexistingdocument { 
  color: red;
}


/* najnovije */

.code {
  background: #ffffdd;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 10px 0 10px;
}

#sidebar a {
  color: #333;  
  text-decoration: none;
}

#sidebar a:hover {
  color: #333;  
  text-decoration: underline;
}


#heading {
  background: #ccc url(images/bg-header.html) no-repeat;
  width: 750px;
  height: 80px;
/*  height: 117px; */

  margin: 0 auto;
  color: #FFF;
  text-align: left;
  border-top: 6px solid #8AC826;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #9AAB7D;
}

#header {
  padding-top: 20px;
  padding-right: 20px;
/*  padding-left: 540px; */
  float: right;
}

/*
h1 {
  font: 24px "Trebuchet MS", Georgia, serif;
  margin: 0;
}

h1 a:link, h1 a:visited {
  text-decoration: none;
  color: #FFF;
}

h2 {
  font: italic normal 14px "Trebuchet MS", Georgia, serif;
  margin: 0;
}

h3 {
  margin: 1em 0 .2em;
  font: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 1.1em;
  color: #E6680C;
  background: url(images/post-icon.gif) no-repeat 0 50%;
  padding-left: 10px;
}

*/


#sidebar h3 {
  font-size: 1.1em;
  margin: 1em 0 .2em;
  font: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 1.1em;
/*  color: #E6680C; */
  color: black;

  padding-left: 10px;
}


#mainsystem {
	float: left;
	padding: 50px 30px;
	width: 700px;
}


#sidebar {

	width: 200px;
	padding: 0 8px 0 8px;
	margin: 20px 0 70px 500px;

	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 20px 0 70px 530px;


}

#sidebar ul {
	margin-top: 1px;
	padding-left: 6px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
        background-image: url(../images/arrow.gif) no-repeat;
/*	background: url(images/bullet.gif) no-repeat 0 5px; */
	padding-left: 18px;
}

#footer {
	clear: both;
	background: #F2FCD6;
	text-align: center;
	color: #475915;
	padding: 5px;
	font-size: 9px;
}

#footer p {
	margin: 10px;
}

#footer a:link, #footer a:visited { 
	color: #666;
}

.meta {
	color: #6D6D74;
	font-size: 11px;
	margin: 0;
}

.entry {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

blockquote {
	border-left: 2px solid #6D6D74;
	padding-left: 5px;
}

.commentbox {
	border: 1px solid #f0f0f0;
	margin: 5px 2px;
	padding: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}



#comment P {
 font-size: 8pt;
 color: gray;
} 


#comment A {
 font-size: 8pt;
 color: gray;
} 

#comment DIV {
 font-size: 8pt;
 color: gray;
} 


#historyshow .panel {
  border: 1px solid black;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.historybar {
  font-size: 6pt;
}

#historyshow input {
  margin-right: 5px;
}

/* changes */


#changes {

}

#changes .panel {
  border: 1px solid black;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#changes .diffold {
  background-color: yellow;

}


#changes .diffnew {
  background-color: green;
}

/* search */

.search_selected {
 background-color: #93b2dd;
 font-weight: bold;
}

.search_notselected {
 font-weight: normal;
 background-color: #e5e5e5;
}

.search_tab_link {
 text-decoration: none;
 color: #003366;
}

/* HISTORY */

#history {

  margin-bottom: 20px;
}

#history .panel {
/*  border: 1px solid black; */

}

#history h1 {
  color: red;
}

/* HISTORY SHOW */

#historyshow {

}

#historyshow .panel {
  border: 1px solid black;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.historybar {
  font-size: 6pt;
}

#historyshow input {
  margin-right: 5px;
}



#attachmore .uploadattachmentodd { 
  

}


#attachmore .uploadattachmenteven { 
  border-top: 1px solid #c0c0c0;
  margin-top: 10px;

  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
}


#embedpreview { 
  width: 450px;
  height: 400px;
}




#content {
 font-size: 11pt;

}


