	html, body {
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, sans-serif;
		font-size: small;
		overflow: hidden;
		}
		
	a {
	color: #5F5F80;
	text-decoration: none;
	}
	a:hover {
	text-decoration: none;
	font-weight: normal;
	}
	a:visited { 
	color: #5F5F80;
	}
	a:active { 
	color: #5F5F80;
	}	
	
	#header {
		padding: 5px;
		background: #5F5F80;
		border-bottom: 1px solid #fff;
		}
		
	#footer {
		padding-top: 5px;
		padding-left: 5px;
		background: #5F5F80;
		border-bottom: 0px solid #fff;
		vertical-align: top;
		height: 1000px;
		}
	
	#footerDummy {
		height: 1000px;
		width: 100%;
		background-color: #5F5F80;
	}
	
	#footer a {
		padding: 0;
		margin: 0;
		color: #ccc;
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 120%;
		text-decoration: none;
	}
	
	#footer a:active {
		padding: 0;
		margin: 0;
		color: #ccc;
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 120%;
		text-decoration: none;
	}
	
	#footer a:visited {
		padding: 0;
		margin: 0;
		color: #ccc;
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 120%;
	}
	
	#footer a:hover {
		padding: 0;
		margin: 0;
		color: #ccc;
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 120%;
	}
	
	#footer h1 {
		padding: 0;
		margin: 0;
		color: #ccc;
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 100%;
		vertical-align: top;
		}
	
	#header h1 {
		padding: 0;
		margin: 0;
		color: #ccc;
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 130%;
		}
	
	/* navigation */
	
	#nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #ccc;
		border-bottom: 1px solid #999;
		}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 80%;
		color: #5f5f80;
		background: #ccc url('image/nav_slant.gif') no-repeat top right;			
		}
	
	#nav a.selected {
		color: #994f12;
	}
	
	#nav #nav-1 a {
		padding-left: 20px;
		}
	
	#nav li select {
		margin-top: 2px;
		margin-right: 5px;
		background: #ccc;		
	}
	
	#nav li input[type="submit"], #nav li input[type="button"] {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 80%;
		color: #5f5f80;
		background: #ccc url('image/nav_slant.gif') no-repeat top right;	
		border: 0px;
		cursor: pointer;	
	}
	
	input.subText {
		margin-top: 2px;
		width: 600px !important;
		border: 1px solid #CCCCCC;
		background: #FFFFFF;	
	}
	
	#nav a:hover {
		color: #6a6a8f;
		}
	
	/* more */
	
	ul#more {
		clear: left;
		margin-top: 60px;
		}
	
	#pre-content {
		width: 100%;
		padding-top: 0px;
	}
	
	#main-content {
	overflow: auto;
	overflow-x: hidden;
	vertical-align: top;
	width: 100%;
	}
	
	ul {
	list-style-image: url('image/arrow_right.gif');
	}
	
	.stable {
	border-collapse: collapse;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	.stable caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
	}
	.stable th, .stable td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
	}
	.stable th {
	text-align: left;
	text-transform: uppercase;
	}
	.stable thead th, .stable tfoot th, .stable tfoot td, .stable thead td {
	background-color: #D2D2E6;
	font-size: 1.2em;
	}
	.stable tbody th {
	background: url('image/bullet_vacancy.gif') no-repeat 6px 0.8em;
	padding-left: 24px;
	}
	.stable tbody th, .stable td {
	background-color:#FFFFFF;
	}
	.stable tbody tr:hover td, .stable tbody tr:hover th {
	background-color: #D2D2D6;
	}
	.stable tr.odd td, .stable tr.odd th {
	background-color: #FFFFFF;
	}
	.stable tbody a {
	color: #333;
	}
	.stable tbody a:visited {
	color: #999999;
	}
	.stable tbody a:hover {
	color: #33c;
	}
	.stable tbody a:active {
	color: #33c;
	}
	.stable tbody td+td+td+td a {
	background: url('image/external.gif') no-repeat right 0.4em;
	padding-right: 12px;
	}
	.stable tfoot th {
	text-align: right;
	}
	.stable tfoot th:after {
	content: ":";
	}
	h1 {
	color: #333333;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 180%;
	padding-left: 5px;
	}
	
form p{
width: 300px;
clear: left;
margin: 0;
padding-top: 5px;
padding-left: 155px; /*width of left column containing the label elements*/
}

label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}

input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}

textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

blockquote {
padding: 5px;
border:1px solid #999999;
background-color: #CCCCCC;
font-size: 14px;
text-align: justify;
}
/* Pagination */
.pagination{
}

.pagination ul{
margin: 0;
padding: 2px;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
margin: 2px;
}

.pagination a, .pagination a:visited, .pagination a:link {
padding: 0 5px;
border: 1px solid #000000;
text-decoration: none; 
color: #861414;
}

.pagination a:hover, .pagination a:active {
border: 1px solid #861414;
color: #FFFFFF;
background-color: #000000;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #000000;
background-color: #861414;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #4F6B72;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}


tr.unpublished td {
	background-color: #F6ED9C;
}

/* STATISTIKA ZA ADMINISTRACIJU */

	.kolona_1 {
		font-size: 14px; 
		font-family: Arial;
		width: 200px;
		padding-left: 5px;
		background-color: #D2D2E6 !important;
		border-right:1px solid black !important;
	}
	
	.kolona_2 {
		font-size: 14px; 
		font-family: Arial; 
		text-align: right;
		width: 150px;
		color: #00FF00;
		padding-right: 5px;
		border-right: 1px solid #D2D2E6 !important;
	}
	
	.kolona_3 {
		font-size: 14px; 
		font-family: Arial; 
		text-align: right;
		width: 150px;
		color: #0000FF;
		padding-right: 5px;
		border-right: 1px solid #D2D2E6 !important;
	}
	
	.kolona_4 {
		font-size: 14px; 
		font-family: Arial; 
		text-align: right;
		width: 150px;
		color: #FF0000;
		padding-right: 5px;
		border-right: 1px solid #D2D2E6 !important;
	}
	
	.kolona_5 {
		font-size: 14px; 
		font-family: Arial; 
		text-align: right;
		width: 150px;
		color: #FF00FF;
		padding-right: 5px;
		border-right: 1px solid #D2D2E6 !important;
	}
	
	.footer_1 {
		width: 200px;
		font-weight: bold;
		border-right: 1px solid black !important;
		font-size: 14px !important;
	}	
	
	.footer_2 {
		width: 150px;
		color: #00FF00;
		font-weight: bold;
		text-align: right;
		padding-right: 5px;
		font-size: 14px !important;
	}
	
	.footer_3 {
		width: 150px;
		color: #0000FF;
		font-weight: bold;
		text-align: right;
		padding-right: 5px;
		font-size: 14px !important;
	}
		
	.footer_4 {
		width: 150px;
		color: #FF0000;
		font-weight: bold;
		text-align: right;
		padding-right: 5px;
		font-size: 14px !important;
	}	

	.footer_5 {
		width: 150px;
		color: #FF00FF;
		font-weight: bold;
		text-align: right;
		padding-right: 5px;
		font-size: 14px !important;
	}		
	
	.downloads_sitename {
		font-size: 14px; 
		font-family: Arial;
		width: 200px;
		padding-left: 5px;
		background-color: #D2D2E6 !important;
		border-right:1px solid black !important;	
	}

	.statistics_td {
		background-color: #FFFFFF !important;
	}

	.statistics_td:hover {
		background-color: #FFFFFF !important;
	}

/* */

/* DIV FOR VIDEO PLAY */
#playDiv {
bottom:10px;
height:510px;
position:absolute;
right:25px;
visibility:hidden;
width:517px;
z-index:1000;
}
	
	#playDiv a, #playDiv a:visited {
		color: #FF0000;
	}
/* */

/* Messages */
	.messagerow_unread td {
		font-weight: bold;
	}
	
	.messagerow_read td {
		font-weight: normal;
	}
/* */


