@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, caption, tbody, tfoot, thead, tr, 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;
}
a:focus img {
	border: 1px dotted black;
	border-color: black;
	text-decoration: none;
}

input:focus{
	background-color: #008abb;
}
img:focus{
	border: 1px solid black;
}


/**********
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;
	-webkit-print-color-adjust: exact;
}
#header {
	background: url(/image/site_images/header-plovidbeni-bilten-ger.jpg) repeat-x;
	-webkit-print-color-adjust: exact;
	width: 100%;
	height: 120px;
	clear: both;
	float: left;
	color: white;
}
       
.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: 20px 0px 10px 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: 0px;
	
}	
	.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 {
	border-radius: 25px 25px 0px 0px;
	height: 35px;
	clear:both;
	background: url(/image/site_images/main_bg.gif) repeat-x;
	width: 100%;
	font: 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;
	border: 0;
}
	#language ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;	
		border: 0;
	}
		#language ul li a {
			background: url(/image/site_images/main_button_2.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;
			border: 0;
		}
			#language ul li a:hover {
				background: url(/image/site_images/main_button_1.gif);
				color: #fff;
				border: 0;
			}
				#language ul li a.active, #header ul li a.active:hover {
					background: #f80;
					color: #187fa0;
					border: 0;
				}
		#language img {
			margin: 0 0 0 5px;
			border: 0;
			}
#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: #E6E6E5;
	padding: 10px 10px 2px 0px;
	background-color: #E6E6E4;
	border: 1px #E6E6E6;
}
   
.style1 {
	font-size: 12px	
}
.style2 {
	font-size: 10px
}

#tekstBoks {
	font-size: 12px;
	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: 12px;
}

#tekstBoks ul {
	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;
	list-style-type: square;
}
/**********
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;
			}
   

/**********
Accordions Menu
**********/
   

.glossymenu	{
	width: 158px;
	border: 0px solid #ccc;
	border-bottom-width: 0;
	margin: 10px 0px 10px 0px;
	padding: 0;	
}
.glossymenu a.menuitem{
	background: 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;}
   
	
/**********
Prikaz Vesti (newsfeed)
**********/	
	

#listticker	{
	font-family: "Trebuchet MS", "sans-serif";
	height: 230px;
	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;
}
		
.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 MS", "Arial", "Helvetica", "sans-serif";font-size:13px;font-weight:normal;margin:0 0 5px 0;padding:0;}
#sitemap h3.resting{color:#048CC0; font-weight: bold;}
#sitemap h3.active{color:#FFBE06;}
#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;}

#sidebar {
position: fixed;
width: 100px;
right: 5px;
top: 0px;
z-index: 999;
font-size: 8px;
}
#sidebar ul {
padding: 10px;
}


/* J EXPAND */
        #report { border-collapse:collapse;}
        #report h4 { margin:0px; padding:0px;}
        #report img { float:right;}
        #report ul { margin:10px 0 10px 20px; padding:0px;}
        #report th { background:#FFBE06; color:#fff; padding:7px 15px; font-size:14px;}
        #report td { background:#e5e5e5; color:#000; padding:5px 5px; }
        #report tr.odd td { background:#fff; cursor:pointer; }
        #report div.arrow { background:transparent url(/image/jExpand/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
        #report div.up { background-position:0px 0px;}
		
		
/* zAccordion */
				#example10 ul {padding: 10px;}
				#example10 li {position:relative;}
				#example10 div.slider-bg {background:#000;top:190px;height:100px;width:500px;left:0;position:absolute;z-index:10;opacity:.7;}
				#example10 div.slider-info {top:190px;height:72px;left:0;position:absolute;width:65px;z-index:15;padding:10px;}
				#example10 div.slider-info strong {line-height:18px; font-size:22px;color:#fff;margin-bottom:5px;}
				#example10 div.slider-info p {display:none;font-size:12px;line-height:16px;color:#fff;margin:0 !important;}
				#example10 li.slider-open div.slider-info {width:450px;}
				#example10 li.slider-open div.slider-info strong {font-size:22px;}
				#example10 li.slider-open div.slider-info p {display:block;}
				
				#example10 li.slider-closed div.slider-info {width:450px; opacity: 0.2;}
				#example10 li.slider-closed div.slider-info strong {font-size:22px;}
				#example10 li.slider-closed div.slider-info p {display:block;}


#triVesti {
margin: 6px 6px 6px 6px;
}

#dobrodosli {
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	margin: 6px;
	}
	
	#dobrodosli h2 {
	font-size: 16px;
	}
	
	

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/**********
Plovidbeni Bilten
**********/
#bilten {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 10px 10px 8px;
	color: #353535;
	-webkit-print-color-adjust: exact;
}

#bilten b, strong {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.03em;
}

#bilten ul {
	font-size: 12px;
	text-align: left;
	padding: 5px 0px 5px 40px;
	color: #818181;
}

#bilten li {
	font-size: 12.5px;
	line-height: 17px;
	text-align: left;
	padding: 5px 0px 5px 5px;
	list-style-type: square;
}



#bilten table{
	margin: 5px 0px 5px 0px;
}

#bilten td {	
	font-size: 12px;
	color: #333;
	padding: 3px;
	background: #E5E5E5;
	border: solid 1px #fff;
	vertical-align: middle;
	text-align: left;
}

#bilten .biltenTDheader {
	color: #fff;
	background: #008abb;
	font-style: bold;
	padding: 3px;
	text-align: center;
}

#bilten .biltenTDdisclaimer {
	color: #fff;
	background: red;
	font-style: bold;
	font-size: 12px;
	padding: 3px;
	padding: 10px;
}

#bilten .biltenTDsubheader {
	font-size:11px;
	color: #fff;
	background: #888;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#bilten .biltenTDsubheaderR {
	color: #fff;
	text-align: right;
	margin-right: 2px;
	background: #888;
	}
	
#bilten .biltenTDsubheaderR2 {
	color: #333;
	text-align: right;
	margin-right: 2px;
	background: #E5E5E5;
	}

#bilten .uvod {
	margin: 2px;
	width: 570px;
	color: #fff;
	background: #E6C840;
	font-size: 11px;
	font-weight: light;
	padding: 10px;
	line-height: 18px;
}	
#bilten .biltenIzvor {
	margin: 2px;
	font-size: 10px;
	font-weight: light;
	}

#biltenTime {
	float: left;
	width: 200px;
	margin: 12px;
	height: 46px;
}
	
#biltenTime  td{
	border: 0px dotted black;
	padding: 1px;
	height: 15px;
	font-size: 11px;
	text-align: center;
}
#biltenTime .biltenTimeHeader {
	background: #008abb;
	color: #fff;

}

#biltenLanguage {
	float: right;
	text-align: center;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 13px;
	outline: none;
}
	.biltenSrb {
		display: block;
		font-weight: bold;
		color: #fff;
		text-align: center;
		height: 28px;
		width: 40px;
		background: #E5E5E5;
		float: left;
		padding: 5px;
		}
		
	.biltenEng {
		display: block;
		font-weight: bold;
		color: #fff;
		text-align: center;
		height: 28px;
		width: 40px;
		background: #E5E5E5;
		float: right;
		padding: 5px;
	}
	.biltenSrb a:hover {
		color: #fff;
		cursor: pointer;
		display: block;
		background: #E5E5E5;
		text-decoration: none;
		padding: 2px;
		}

	.biltenEng a:hover {
		color: #fff;
		cursor: pointer;
		display: block;
		background: #E5E5E5;
		text-decoration: none;
		padding: 2px;
		}

#TabelaVodostaja {
	margin-top: 20px;
	}
	
	
#print {
	float: right;
	margin-top: 16px;
	text-align: center;
	}
	
#bilten .novo {
	background: red;
	color: white;
	}
	
	.novo a {
	color:white;
	text-decoration: underline;	
	}
	
.printDugme {
	width: 70px;
	height: 38px;
	background-color: #E5E5E5;
	color: #474747;
	border: 0px;
	cursor: pointer;
	margin-left: 6px;
	font-size: 11px;
	text-align: center;
	padding: 8px;
	margin-top: -3px;
}
	.printDugme a:hover {
		font-weight: bold;
		background-color: red;
		color: white;
		cursor: pointer;
		display: block;
		text-decoration: none;
	}
	
/*--Tooltip Styles--*/
.tip {
	color: #fff;
	background:#008abb;
	display:none; /*--Hides by default--*/
	padding:5px;
	position:absolute;	z-index:1000;
}
.container {width: 600px; margin: 0 auto; overflow: hidden;}