#GlavniProzor
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	border:0;
	padding:0;
	margin:0;
	background-color: #0b307b;
	color: White;
}

#Meni
{
	position: absolute;
	left:0;
	width: 280px;
	background-color: #c0d1de;
	color: black;
	visibility: hidden;
	cursor: default;
	text-align: center;
}

#MeniList
{
	margin: 10px 0 10px 10px;
}

ul#MeniList
{
	text-align: center;
	list-style: none;
	padding: 0;
	width: 260px;
}

ul#MeniList li
{
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	width: 260px;
}

ul#MeniList li a
{
	display: block;
	padding: 0.5em 0 0.5em 2em;
	border-width: 2px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: black;
	text-decoration: none;
	background: #d8dae3;
}

#Meni>ul#MeniList li a { width: auto; }

ul#MeniList li a:hover
{
	color: white;
	background: #1168ab;
	border-color: #aaab9c #fff #fff #ccc;
	cursor: default;
}

.BarCont
{
	margin:0;
}

ul.BarCont
{
	text-align: center;
	list-style: none;
	padding: 0;
	width: 120px;
}

ul.BarCont li
{
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	font-family: georgia, serif;
	width: 120px;
}

ul.BarCont li a
{
	display: block;
	padding: 5px 10px 5px 10px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: black;
	text-decoration: none;
	background: #d8dae3;
}

#LanguageBar>ul.BarCont li a { width: auto; }

ul.BarCont li a:hover
{
	color: white;
	background: #1168ab;
	border-color: #aaab9c #fff #fff #ccc;
	cursor: default;
}

#glavni
{
	width: 100%;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	font-family: Verdana, Georgia, Sans-Serif;
}


#WorkBar
{
	position: relative;
	left:0;
	top:0;
}

img.links
{
	border:0;
	padding:0;
	margin:0;
}

div.cp
{
	position: absolute;
	left:0;
	width:100%;
	height:50px;
	text-align: right;
	cursor: default;
}

#TaskBar
{
	position: absolute;
	left:0;
	height:30px;
	border:0;
	margin:0;
	padding:0;
	color: White;
	background-color: #4474d4;
	z-index: 10000;
	visibility: hidden;
}

.tbitems
{
	position: relative;
	float: right;
	height:20px;
	padding: 5px;
	color: white;
	background-color: #759ded;
	cursor: default;
}

.Barovi
{
	position: absolute;
	background: gray;
	color: White;
	cursor: default;
	z-index: 9999;
}

#start
{
	position:relative;
	left:0;
	top:0;
	float: left;
	height:30px;
	cursor: default;
}

div.statusi
{
	position:relative;
	float: left;
	background-color: #759ded;
	color: Black;
	height: 20px;
	width: 90px;
	text-align: center;
	margin: 0px 2px 0px 2px;
	padding-top: 2px;
	top: 2px;
	font-family: Arial, Verdana, Sans-Serif;
	cursor: default;
	border-style: solid;
	border-width: 2px;
	border-color: #ffe #aaab9c #ccc #fff;
}

div.statusi:hover
{
	color: white;
	background-color: #723ded;
}

div.motiv
{
	position:absolute;
	left: 30%;
	top: 50%;
	font-size: 1.4em;
	font-style: italic;
	font-family: Verdana, Arial, Sans-Serif;
	cursor: default;
	visibility:hidden;
}


div.window {  
    position: absolute;
    overflow: hidden;
    border: outset 3px Gray;
    background-color: #e4e5f6;
    padding:0;
    margin:0;
    color: Black;
}

div.titlebutton
{
  position: relative;
  height: 21px;
  width: 21px;
  padding: 0;
  float: right;
  top: 2px;
  margin-right: 1px;
}

div.title
{
	position: relative;
	top: 5px;
	left:15px;
	font-family: Vedrana, Arial, Helvetica, sans-serif;
	cursor: default;
    font-weight: bold;
    font-size: 0.8em;
    color: white;
    background-color: Transparent;
    float: left;
}

div.titlebar 
{
    position: absolute;
    top: 0px; height: 24px;
    width: 100%;
}

div.titleback
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:1;
}

div.titlecontent
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 2;
}


div.content 
{
    position: absolute; 
    top: 25px; 
    width: 100%;
    overflow: auto;
    background-color: #e9e7f4;
    color:Black;
    border: 0;
    padding:0;
    margin:0;
}

div.statusbar
{
	border-top: solid 1px black;	
	border-bottom: solid 1px black;
	position: absolute;
	width: 100%;
	height: 20px;
	background-color: #eaeaea;
	color: Black;
}

strong
{
/*	font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-style: italic;
	font-size: 1.2em;
}

body
{
	font-family: Vedrana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

span.trademark
{
	position: relative;
	float: left;
	cursor: default;
}

.ResizeBar
{
	float: right;
	background-color: #e0e1e5;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: nw-resize;
	color: Black;
}

#ngs_tab_links
{
	margin:0 0 10px 0;
}

.ngs_tab_link
{
	position:relative;
	cursor:pointer;
	float:left;

	background-color: #759ded;
	color: Black;
	height: 20px;
	text-align: center;
	margin: 2px 2px 2px 2px;
	padding: 2px 10px 2px 10px;
	top: 2px;
	font-family: Arial, Verdana, Sans-Serif;
	border-style: solid;
	border-width: 2px;
	border-color: #ffe #aaab9c #ccc #fff;
}

.ngs_tab_link:hover
{
	color: white;
}


#ngs_tab
{
	background-color: #efefef;
/*	position: relative; 
	float:none;*/
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 40px 5px;
}

#ngs_tab_1
{
	background-color: #448ded;
}

.zadnje
{
	font-size:small;
}
strong.zadnje
{
	font-weight:bold;
	font-size:small;
}