@font-face {
	font-family: FSAlbert, sans-serif;
   }

	
body {
	background-color: #f1f1f1;
	font-family: FSAlbert, sans-serif;
	}
	
a {
	color: #444444;
}
a img {
	border: none;
}
.clear {
clear: both;

}

#MainFrame {
	width: 960px;
	background: #E6E7E9;
	border: 3px solid transparent;
	-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 5px rgba(0,0,0,0.2);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	float: none;
	min-height: 1000px;
}

#Kapljica {
	width: 200px;
	height: 317px;
	position: absolute;
	background: transparent;
	float: right;
	z-index: 3;
	top: 25px;
	left: 520px;
}
#Login {
	width: 188px;
	height: 33px;
	position: absolute;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	z-index: 4;
	top: 85px;
	right: 40px;
	font-size: 18px;
	font-style: normal;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	line-height: 170%;
}
		#Login a{
		color: #FFFFFF;
		font-weight: bolder;
		font-size: 16px;
		text-decoration: none;
	}
		#Login a:hover{
		color: #C7E2AD;
		font-weight: bolder;
		font-size: 16px;
		text-decoration: none;
		}
	
#IF {
	width: 152px;
	height: 33px;
	position: absolute;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	z-index: 4;
	top: 254px;
	right: 40px;
	font-size: 12px;
	font-style: normal;
	vertical-align: text-bottom; 
	color: #FFFFFF;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
	line-height: 300%;
}

#CABEQ {
	width: 910px;
	height: 256px;
	position: absolute;
	background: transparent;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	float: right;
	z-index: 2;
}

#HeaderFirst {
	width: 280px;
	height: 370px;
	position: absolute;
	background: #9CADBF;
	position: absolute;
	float: right;
	z-index: 1;
}


/* Zaglavlje*/
#Header {
	height: 370px;
	padding: 0;
	margin: 0;
}
	
/* kolone */
#Columns {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 800px;
	padding-bottom: 10px;
}

/* izbornik lijevo */
#Sidebar {
	position: absolute;
	left: 0;
	float: left;
	width: 280px;
	background-color: #9CADBF;
	min-height: 100%;
	}

	#Sidebar2 {
	position: absolute;
	float: left;
	width: 225px;
	min-height: 98%;
	background-color: #ECEDF1;
	margin-top: 10px;
	margin-left: 50px;
	}
	
	ul#Navigation {
	font-size: 18px;
	list-style: none;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0;
	text-indent: 10px;
	}
	
		ul#Navigation li {
		display: block;
		margin: 0;
		padding-right: 5;
		}

			ul#Navigation li a {
			text-decoration:none;
			display:block;
			padding:5px;
			border-left: solid 2px;
			border-top: solid 1px;
			border-right: solid 2px;
			border-bottom: solid 1px;
			border-color: #FFFFFF;
			margin-left: 38px;
			background-color: #E6E7E9;
			color: #000000;
			}
				ul#Navigation li a:hover {
				background: #A8A9AD;
				color: #FFFFFF;
				font-style: normal;
				}
				
				ul#Navigation li a.current {
	background-color: #A8A9AD;
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 2px;
	border-bottom: solid 1px;
	text-indent: 38px;
	margin-left: 10px;
	color: #FFFFFF;
	background-image: url(../images/current.png);
	background-repeat: no-repeat;
	background-position: left;
	font-style: normal;
	font-weight: lighter;
				}
		
		ul li ul {
			margin: 0 0 0 10px;
			padding: 0;
		}


	ul#NavigationBlock {
	font-size: 14px;
	list-style: none;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0;
	text-indent: 10px;
	}
	
		ul#NavigationBlock li {
		display: block;
		margin: 0;
		padding-right: 5;
		padding-bottom: 0;
		}

			ul#NavigationBlock li a {
			text-decoration:none;
			display:block;
			padding:5px;
			border-left: solid 2px;
			border-top: solid 1px;
			border-right: solid 2px;
			border-bottom: solid 1px;
			border-color: #FFFFFF;
			margin-left: 38px;
			background-color: #E6E7E9;
			color: #000000;
			}
				ul#NavigationBlock li a:hover {
				background: #A8A9AD;
				color: #FFFFFF;
				font-style: normal;
				}
				
				ul#NavigationBlock li a.current {
				background-color: #A8A9AD;
				border-left: solid 1px;
				border-top: solid 1px;
				border-right: solid 2px;
				border-bottom: solid 1px;
				margin-left: 38px;
				color: #FFFFFF;
				font-style: normal;
				}
		
#UDCBlock {
	width: 207px;
	height: 110px;
	position: absolute;
	text-decoration: none;
	display: block;
	bottom: 30px;
	background-image: url(../images/UDC.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}		
			
#Publisher {
	float: right;
	width: 160px;
	height: 182px;
	background-color: transparent;
	position: absolute;
	right: 5px;
	top: 106px;
}
#EmptyBreak {
	float: right;
	width: 640px;
	background-color: #E6E7E9;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 10px;
	
	}
	
#Article {
	float: right;
	width: 640px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 10px;
	font-weight:lighter;
	
	}
	#Article h1{
		color: #6E6E6E;
		font-size: 18px;
	}
	
	#Article a{
		color: #6E6E6E;
		font-weight: lighter;
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	#Article a:hover{
		color: #000000;
		text-decoration: none;
		border-bottom: 1px dotted;
		}
		
	#Article .autor{
		font-size: 14px;
	}
	
	#Article .abstract{
		font-size: 13px;
		text-align: justify;
	}
	
.Main {
	float: right;
	width: 640px;
	background-color: #FFFFFF;
	padding-top:15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 10px;
	font-size: 13px;
	
	}

		
		.Main h1{
		color: #6E6E6E;
		font-size: 15px;
	}
	
		.Main h4{
		font-size: 15px;
		font-weight: bold;
		border-bottom:1px dotted;
		margin-bottom:2px;
	}
		
		.Main a{
		color: #6E6E6E;
		text-decoration: none;
		border-bottom: 1px dotted;
	}
		.Main a:hover{
		color: #000000;
		text-decoration: none;
		border-bottom: 1px dotted;
		}
		
		.Main p, .Main form fieldset p {
		padding: 0;
		font-size: 13px;
	  	}
		
#IssueTable {
	width: 640px;
	padding-left: 5px;
	padding-right: 5px;
	}
		
		#IssueTable h1{
		color: #6E6E6E;
		font-size: 12px;
	}
	
		#IssueTable h4{
		color: #6E6E6E;
		font-size: 15px;
		font-weight: bold;
		border-bottom:1px dotted;
	}
		
		#IssueTable td{
		color: #6E6E6E;
		font-weight: lighter;
		text-decoration: none;
		border-bottom: 2px solid #ecedf1;
	}
		#IssueTable a{
		color: #6E6E6E;
		font-weight: lighter;
		text-decoration: none;
		border-bottom: 1px dotted;
		font-size:14px;
		}
		
		#IssueTable a:hover{
		color: #000000;
		font-weight: lighter;
		text-decoration: none;
		border-bottom: 1px dotted;
		}
		
		#IssueTable p {
		padding: 0;
		font-size: 13px;
		font-weight:lighter;
	  	}
		
		#IssueTable .line1 {
		width:500;
		padding-top:10px;
		}
		
		#IssueTable .col1 {
		width:500;
		}
		
		#IssueTable .PageNumbers {
		font-size: 14px;
		font-weight: lighter;
		background-color: #ecedf1;
		width:100px;
		text-align:center;
			}
		
		#IssueTable .Authors {
		padding: 0;
		font-size: 12px;
		font-weight:lighter;
		color:#000000;
		
		}
		
#PastIssueTable {
	width: 500px;
		}
		
		#PastIssueTable .header{
		background-color:#c7e2ad;
		font-size: 16px;
		font-weight:bold;
		padding:5px;
		border-bottom: 1px solid #a8a9ad;
		border-top: 1px solid #a8a9ad;

	}
		#PastIssueTable .current{
		background-color:#ffffff;
		font-size: 14px;
		font-weight:lighter;
		padding:5px;
		text-align:center;
		
	}
	
		#PastIssueTable .volume{
		font-size: 13px;
		font-weight:lighter;
		padding:1px;
		text-align:center;
		}
	
		#PastIssueTable td{
		color: #6E6E6E;
		font-weight: lighter;
		text-decoration: none;
		border-bottom: 1px solid #a8a9ad;
		font-size:13px;
	}
		#PastIssueTable a{
		color: #6E6E6E;
		font-weight: lighter;
		text-decoration: none;
		font-size:13px;
		border-bottom:none;
		}
		
		#PastIssueTable a:hover{
		color: #000000;
		font-weight: light;
		text-decoration: none;
		border-bottom:none;

		}
		
		#PastIssueTable p {
		padding: 0;
		font-size: 13px;
		font-weight:lighter;
	  	}
	
	#PastIssueTable tr:nth-child(2n) {
    background-color: #FFF;
}

	#PastIssueTable tr:nth-child(2n+1) {
	background-color: #e6e7e9;
}


#TopArticlesTable {
	width: 95%;
		}
		
		#TopArticlesTable td{
		color: #6E6E6E;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		font-size:13px;
		padding:5px;
	}
		#TopArticlesTable .cited{
		color: #6E6E6E;
		text-decoration: none;
		border-bottom: 1px dotted #000000;
		font-size:15px;
		width:10%;
		text-align:center;
		font-weight:bold;
	}
		#TopArticlesTable a{
		color: #6E6E6E;
		text-decoration: none;
		font-size:14px;
		border-bottom:1px dotted;
	}
		
		#TopArticlesTable a:hover{
		color: #000000;
		text-decoration: none;
		font-size:14px;
		border-bottom:1px dotted;
	}
		
		#TopArticlesTable tr:nth-child(2n) {
		background-color: #FFF;
	}

		#TopArticlesTable tr:nth-child(2n+1) {
		background-color: #e6e7e9;
	}

		#TopArticlesTable tr:first-child{
		color: #000000;
		border-bottom: 1px dotted #000000;
		font-size:16px;
		font-weight:bold;
		padding:5px;
		background-color:#C7E2AD;
	}


#MainText {
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	}		
		#MainText h1{
		color: #6E6E6E;
		font-size: 16px;
	}
		
		#MainText a{
		color: #6E6E6E;
		font-weight: lighter;
		text-decoration: none;
		border-bottom: 1px dotted;
	}
		#MainText a:hover{
		color: #000000;
		font-weight: lighter;
		text-decoration: none;
		border-bottom: 1px dotted;
		}
		
		#MainText p {
		padding: 0;
		font-size: 14px;
		font-weight:lighter;

	  	}
		

.TitleBox {
	float: left;
	min-width: 150px;
	height: 30px;
	background-color: #C7E2AD;
	margin-left: 290px;
	margin-top: 10px;
	text-indent: 10px;
	padding-top: 10px;
	padding-right: 20px;

}

#doi {
	font-weight:bold;
	font-size:14px;
}

#EmptyBorder {
	border-bottom:#000000 1px dotted

}


#Footer {
	width: 670px;
	height: 110px;
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	background-color: #ecedf1;
	font-size: 11px;
	float:right;	
	
}
  #Footer a {
	  text-decoration: none;
	  color: #666666;
	  font-weight: bold;
  }
  #Footer a:hover {
	  color: #000;	
  }
  #Footer p {
	  padding: 0;
}
#Footer h3 {
	color: #000000;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-weight: normal; 
	font-size:14px;

}

#Footer-blocks {
	color: #888;
	padding-left: 30px;	
	text-align:left;		
}
#Footer-blocks ul {
	list-style: none;
	margin: 0;
	padding:0; 
}
#Footer-blocks li {

}
#Footer-blocks li a {
	display: block;
	font-weight: normal;
	padding: 4px 0px 0 10px;
}
#Footer-blocks .col1, .col2 {
	float: left;
	width: 150px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
}

#FooterFirst {
	width: 950px;
	height: 114px;
	margin-bottom: 2px;
	background: #9CADBF;
	
}
#checkbox {
	width: 10px;
	height: 10px;
	background-color:#ecedf1;
	border-color: #a8a9ad;
	border: 1px;
}

/* ----------------- added by ismud  */
fieldset {
	border: 0 none;
}

.navimg {
	width: 146px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
