@charset "utf-8";
/* Direkcija za plovne puteve Plovput*/

/* 
RESET TOOL
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**********
Generalno
**********/
   
body {
	background: url(/image/site_images/main_bg.gif) repeat-x;
	width: 100%;
	height: 100px;
	clear: both;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	border: 0;
} 
 
/**********
Kontejneri
**********/



#fixed {
   	margin:0
   	auto; width:990px;

}
#language {
	width:100%;
	font-size: 14px;
}
#header {
	background: url(/image/site_images/header.francaise.jpg) repeat-x;
	width: 100%;
	height: 120px;
	clear: both;
	float: left;
	color: #000;

}
       
.colmask {
	width: 100%;
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;	
}
.colright, .colmid, .colleft {
	width: 100%;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
} 
.col1, .col2, .col3 {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}   

/**********
Desna kolona - background color
**********/

.threecol {
	background: #fff;

}

/**********
Centralna kolona - background color, ukupna sirina desne kolone
**********/	

.threecol .colmid {
	background: #fff;
	right: 18%;
	border-right: 1px solid #ccc;
}
   
/**********
Leva kolona background colour, ukupna sirina centralne kolone 
**********/

.threecol .colleft {
	background: #fff;
	right: 64%;
	border-right: 1px solid #ccc;
}	
   
/**********
Sirina centralne kolone (col1) minus padding sa obe strane, 100% plus 2
**********/

.threecol .col1 {
	width: 62%;
	left: 101%;
}
   
/**********
Sirina leve kolone (col2) minus padding on either side, width of right column plus 6
**********/		

.threecol .col2 {
	width: 16%;
	left: 21%;	
}
   
/**********
Sirina desne kolone (col3) minus padding on either side, 110% - left column width
**********/		

.threecol .col3 {
	width: 16%;
	left: 87%;
}		

#footer {
	background-color: #ffffff;
	width: 990px;
	clear: both;
	padding: 0px 0px 0px 0px;
	float:left;
}

.vesti {
	border: solid 5px #e3e3e3;
	background-color: white;
	width: 310px;
	height: 120px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 20px;
	
}	
	.vesti p {
		margin: 0px 10px 20px 10px;
		text-align: left;
		font-size: 11px;
		color: #555555;
	}
	.vesti img {
		margin: 6px 10px 6px 10px;
		border: solid 1px gray;
	}

#copyright {
	height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 5;
	background: url(/image/site_images/main_bg.gif) repeat-x;

	width: 100%;

	padding: 0;
	font: 12px/12px trebuchet, arial, sans-serif;
}
	#copyright a {
		
		border: 0px;
	}
	#copyright p {
		margin: 5px 0px 5px 0px;
	}


/**********
Tipografija i linkovi izvan kolumni
**********/



#language ul {
	width: 100%;
	clear: left;
	float: right;
	list-style: none;
	margin: 0px 0 0 0;
	padding:0;
}
	#language ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;	
	}
		#language ul li a {
			background: url(/image/site_images/main_button_1.gif);
			position: relative;
			display: block;
			float: right;
			font-size: 11px;
			text-align: center;
			text-decoration: none;
			color: #e3e3e3;
			left: 0px;
			margin: 0 0 0 5px;
			padding: 5.5px 10px;
		}
			#language ul li a:hover {
				background: url(/image/site_images/main_button_1.gif);
				color: #fff;
			}
				#language ul li a.active, #header ul li a.active:hover {
					background: #f80;
					color: #187fa0;
				}
		#language img {
			margin: 15 0 0 5px 5px;
			}
#header p {
	color: #e7e7e7;
	margin: 0px;
	padding: 5px 0px 4px 15px;
}
#header ul {
	width: 100%;
	clear: left;
	float: left;
	list-style: none;
	margin: 95px 0 0 0;
	padding: 0;	
}
	#header ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#header ul li a {
			background: #fff;
			position: relative;
			display: block;
			float: left;
			font-size: 11px;
			text-align: center;
    		text-decoration: none;
    		color: #000;
    		left: 10px;
    		margin: 0 0 0 10px;
    		padding: 7px 10px;
		}
			#header ul li a:hover {
				background: url(/image/site_images/main_button_2.gif);
				color: #fff;
			}
				#header ul li a.active, #header ul li a.active:hover {
					background: #f80;
					color: #fff;
				}
#footer ul {
	width: 100%;
	clear: left;
	float: right;
	list-style: none;
	margin: 10px 0 10px 0;
	padding:0;
}
	#footer ul li {
		display: inline;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
		#footer ul li a {
			background:#fff;
			position: relative;
			display: inline;
			font-size: 11px;
   			text-decoration: none;
   			color: #000;
   			margin: 0 auto;
   			padding: 3px 10px;  	
		}
			#footer ul li a:hover {
				background: #187fa0;
				color: #fff;
			}
				#footer ul li a.active {
					background: #f80;
					color: #fff;	
				}

#header.buttons p {
	padding: 250px 0px 0px 0px;
}
#footer p {
	color: #333;
	text-align: center;
	margin: 0;
	padding: 5px;
}
#copyright {
	text-align: center;
	color: #FFFFFF;
	padding: 2px 0px 0px 0px;
}

a:link {
	color: #278cd2;
	text-decoration: none;
}
a:visited {
	color: #278cd2;
	text-decoration: none;
} 
a:hover, a:active {
	color: #278cd2;
	text-decoration: underline;	
}
  

   
/**********
Tipografija i linkovi unutar kolumni
**********/

.threecol p {
	font-size: 12px;
	text-align: left;
	color: #333333;
	line-height: 1.5;
	margin: 0;
	padding: 0px 5px 5px 0px;
}

.threecol h2 {
	font-size: 15px;
	color: #008abb;
	font-weight: bold;
	padding: 20px 0px 15px 0px;
	margin: 5px 2px 5px 0px;
} 
.threecol h3 {
	font-size: 13px;
	color: #008abb;
	padding: 20px 20px 2px 0px;	
	margin: 10px 0px 10px 0px;
}
.threecol h4 {
	font-size: 12px;
	color: #008abb;
	padding: 10px 10px 2px 0px;
	font-weight: bold;
}
.threecol h5 {
	font-size: 13px;
	color: #FF0000;
	padding: 10px 20px 2px 0px;
}
.threecol hr {
	color: #E6E6E6;
	padding: 10px 10px 2px 0px;
	background-color: #E6E6E6;
	border: 1px #E6E6E6;
}
   
.style1 {
	font-size: 12px	
}
.style2 {
	font-size: 10px
}

#tekstBoks {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	margin: 10px 10px 10px 8px;
	color: #353535;
}

#tekstBoks b, strong {
	font-weight: bold;
	font-size: 1.05em;
	line-height: 16px;
	letter-spacing: 0.03em;
}


#tekstBoks p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0px 5px 15px;
}

#tekstBoks table {
	margin: 10px 0px 10px 0px;
}

#tekstBoks td {	
	font-size: 12px;
	padding: 3px;
	background: #f6f6f6;
	border: dotted 1px #7d7d7d;
}
#tekstBoks tr {	
	border: dotted 1px #7d7d7d;
}
#tekstBoks ul {
	font-size: 12px;
	text-align: left;
	padding: 5px 0px 5px 40px;
	color: #818181;
	list-style-type: square;
}
#tekstBoks ol {
	display: list-item;
	list-style-type: decimal;
	font-size: 12px;
	text-align: left;
	padding: 5px 0px 5px 40px;
	color: #818181;

}

#tekstBoks li {
	font-size: 12.5px;
	line-height: 17px;
	text-align: left;
	padding: 5px 0px 5px 5px;
	
}

/**********
Forme
**********/




input.text {
	display: inline;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	color: #bbb;
	margin: 1px 1px 100px 1px;
	padding: 0px 0px 0px 0px;	
}

label.formLabel {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0px 0px 0px 4px;
}
select.formSelect {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 3px 0px 23px 0px;
	padding: 0;
}
input.formInputText {
	display: block;
	width: 115px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 3px 0px 15px 0px;
	padding: 0px 0px 1px 2px;	
}
input.formInputButton {
	width: 94px;
	border: 0;
	background: #0060BF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #fff;
	text-align: center;
	margin: 15px 0px 0px 2px;
	padding: 4px 0px 4px 0px;	
}
	input.formInputButton:hover {
		background: #f80;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		cursor: pointer;		
	}
		input.formInputButtonLD {
			width: 25px;
			border: 0;
			background: #0060BF;
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px; 
            color: #fff;
            text-align: center;
            margin: 15px 0px 0px 2px;
            padding: 4px 0px 4px 0px;
        }
			input.formInputButtonLD:hover {
				background: #f80;
				font-weight: bold;
				text-decoration: none;
				color: #fff;
				cursor: pointer;
			}
   


/**********
Tabele
**********/


   
.prettytable	{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: right;	
}
	.prettytable	tr td {
		background-color: #fff;
		padding: 2px 4px 2px 9px;
		font-size: 11px;		
	}
		.prettytable	tr.even td {
			background-color: #ECF4FF;			
		}
		.prettytable	td.masno {
			font-weight: bold;
		}
.prettytable	td a {
	color:#329;
	text-decoration: none;
}
	.prettytable	td a:hover {
		background: none;
		color:#f80;
		text-decoration: none;		
	}
   

/**********
Accordions Menu
**********/
   

.glossymenu	{
	width: 158px;
	border: 0px solid #ccc;
	border-bottom-width: 0;
	margin: 10px 0px 10px 0px;
	padding: 0;	
	padding: 0;	
}
.glossymenu a.menuitem{
	background: #fff url(/image/site_images/main_button_1.gif) repeat-x bottom left;
	font-size: 11px;
	font-weight: bold;
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding: 6px 0px 8px 10px;
	text-decoration: none;	
}
            
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{color: white;}
.glossymenu a.menuitem .statusicon{position: absolute; top: 7px; right: 5px; border: none;}
.glossymenu a.menuitem:hover{background-image: url(/image/site_images/main_button_2.gif);}
.glossymenu div.submenu{background: white;}
.glossymenu div.submenu ul{list-style-type: none; margin: 0; padding: 0;}
.glossymenu div.submenu ul li{border-bottom: 1px solid #ccc;}
.glossymenu div.submenu ul li a{display: block; font-size: 11px; font-weight: normal; color: #666; padding: 6px 0px 6px 10px; text-decoration: none;}
.glossymenu div.submenu ul li a:hover{background: #e7e7e7; color: black; text-decoration: none;}
   


/**********
Menjanje slika na naslovnoj stranici
**********/


ul#slider {
	width: 600px;
	height: 300px;
	list-style-type: none;
	margin: 10px 5px 5px 5px;
	padding: 0;
	overflow: hidden;	
}
	ul#slider li {
		float: left;
		position: relative;	
		/*display: none;*/}
		ul#slider li div {
			position: absolute;
			width: 600px;
			background-color: #fff;
			color: #fff;
			left: 0;
			display: none;
			padding: 0px;
			overflow: hidden;
		}
	.top {
		top: 0;		
	}
	.bottom {
		bottom: -20px;	
	}
	

	
/**********
Prikaz Vesti (newsfeed)
**********/	
	

#listticker	{
	font-family: Trebuchet, sans-serif;
	height: 245px;
	width: 150px;
	overflow: hidden;
	border: solid 0px #DEDEDE;
	padding: 0px;
	line-height: 16px;
	font-size:0.9em;
	color:#353535;
	margin: 0 0 20px 0;
}
	#listticker li	{
		border: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#listticker li{
			height: 245px;
			padding: 3px;
			list-style: none;
		}
			#listticker a{
				color:#008abb;
				margin-bottom: 10px;
			}
			#listticker .news-title{
				display: block;
				margin-bottom: 6px;
				margin-top: 8px;
				font-size: 12px;
				color: #008abb;
				font-weight: bold;
			}
				#listticker .news-text{
					font-size:10px;
				}
					#listticker img{
						float: left;
						margin-right: 10px;
						padding: 4px;
						border: solid 1px #DEDEDE;
					}

#NaslovPlavi {
	margin: 20px 0px 0px 0px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color: #008abb;
	background: #e7e7e7;
}	
.crveno {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #008abb;
}

/**********
FOTO GALERIJA
**********/	



#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 200px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 60%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px Trebuchet MS, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #555; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/**********
Saopstenja brodarstvu
**********/

.saopstenja {
	font-size: 12px;
	color: #000000;
	margin: 10px 0px 10px 0px;
}
	.saopstenja td {
		text-align: left;
		border-top: solid 1px #CCCCCC;
		border-bottom: solid 1px #CCCCCC;
		background-color: #fff;
		line-height: 1.2em;
	   	padding: 2px;
	   	font-size: 11px;
	   	color: #555555;	   	
   	}
   	.saopstenja, h1 {
   		text-align: center;
   		font-size: 12px;
   		padding: 30px 5px 10px 5px;
   	}
	.saopstenja a {
		font-size: 10px;
	}

/**********
GALERIJA SLIKA box za prikaz na stranici
**********/	


#gallery {
	background-color: #fff;
	padding: 0px;
	width: 620px;
}
	#gallery ul {
		list-style: none;	
	}
		#gallery ul li {
			display: inline;
		}
		#gallery ul img {
			border: 2px solid #ddd;
			border-width: 2px 2px 2px;
		}
		#gallery ul a:hover img {
			border: 2px solid #fff;
			border-width: 2px 2px 2px;
			color: #fff;
		}
		#gallery ul a:hover {
			color: #fff;
		}
/**********
Listanje zanimljivosti
**********/

#zanimljivosti {
	float: left;
	margin-left: 5px;
	width: 150px;
	height: auto;
	background: url(/image/site_images/dalisteznali-cir.jpg) repeat-x;
	margin: 10px 0px 20px 5px;
}
#zanimljivosti_tekst {
	float: right;
	display: block;
	font-size: 12px;
	text-align: left;
	color: #666;
	line-height: 14px;
	margin: 20px 0px 20px 0px;
	padding: 5px 2px 5px 2px;
}

.belo {
    font-weight: bold;
    background: #eeefff;
}
.mrvice {
    padding: 5px;
}
#povezaneVesti {
	width: 590px;
	font-size: 13px;
	color: black;
	border: solid 5px #e3e3e3;
	background-color: white;
	float:left;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 0px;	
}	
	#povezaneVesti p, td, tr {
		padding: 5px 5px 5px 0px;
		text-align: left;
		font-size: 11px;
		color: #555555;
	}
#NaslovPlavi {
	background: #187fa0;
	color: white;
	padding: 3px;
	margin: 5px 0px 0px 0px;
}
.crveno {
	color: #187fa0;
	margin-bottom: 10px;
	font-size: 13px;
}
.crveno a {
	color: #187fa0;
	margin: 0px;
	padding: 0px;
}
#naslovVesti {
	width: 100%;
}
#opsirnije {
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 11px;
}
#opsirnije a {
	background-color: #FFBE06;
	color: white;
	padding: 5px;
}
#tooltip{
	position:absolute;
	background:#fff;
	border: 3px #e3e3e3 solid;
	padding:10px;
	color:#333;
	display:none;
	}
#sitemap h3{cursor:pointer;font-family:Trebuchet, Arial, Helvetica, sans-serif;font-size:13px;font-weight:normal;margin:0 0 5px 0;padding:0;}
#sitemap div{margin:0;padding:5px;}
#sitemap div{font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:1.3em;font-weight:normal;}
#sitemap div ul{margin:0 0 0 10px;padding:0;}
#sitemap div ul li a{display:block;color:#333;padding:3px;margin:0;height:13px;line-height:13px;}

/* SHARE MEDIA */
.social-media-share
{
	margin: 0px 0px 0px 10px;
	padding: 0;
	height: 39px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#CFCFCF));
	background-image: -moz-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -webkit-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -o-linear-gradient(#E5E5E5, #CFCFCF);
	border: solid 1px #B5B5B5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: #ededed url(images/bg.jpg) repeat-x;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px gray;
	-moz-box-shadow: 0px 1px 1px gray;
	box-shadow: 0px 1px 1px gray;
}
.social-media-share .inner
{
	position: relative;
	float: left;
	width: 32px;
	height: 30px;
	border: solid 1px #B5B5B5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#CFCFCF));
	background-image: -moz-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -webkit-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -o-linear-gradient(#E5E5E5, #CFCFCF);
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 3px;
	text-align: center;
	background-image: url(/image/media/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 1px gray;
	-moz-box-shadow: 0px 1px 1px gray;
	box-shadow: 0px 1px 1px #ededed;
}
.social-media-share-tooltip
{
	position: absolute;
	z-index: 200;
	color: #b5B5B5;
	font-size: 10pt;
}
.social-media-share ul
{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: -8px;
	height: 24px;
	overflow: hidden;
	width: 88%;
}
.social-media-share ul li
{
	display: inline;
	float: left;
	margin-left: 18px;
}
.social-media-share ul li img
{
	border: none;
}
#demo
        {
     width: 700px;
     margin: auto;
     height: 78px;
     text-align: center;
     padding-top: 140px;
}
		
#demo p
{
text-align: left;
color: #b5B5B5;
}
#wrapper
{
    width: 100%;
    height: 100%;
}