@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f5f5f5;
}

#holder {
	margin: 0 auto;
	width: 1000px;
	background-color: white;
	padding:10px;
}

#header {
	padding: 8px;
	border: 1px solid #999999;
	height: 185px;
	background: #EEEEEE url(images/logo.jpg) no-repeat 99% 10%;
}

#header img {
	float: left;
	padding: 3px;
	border: 1px solid #999999;
	background-color: white;
	clear: both;
	margin-right: 10px;
}

#header h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #222;
	padding-top: 10px;
}

#header>p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 10px;
	color:#333333;
}

.DownloadLink {
	background: url(images/icon_pdf.gif) no-repeat left center;
	padding: 3px 0px 3px 19px;
}

.DownloadLinkR {
	background: url(images/icon_pdf.gif) no-repeat right center;
	padding: 3px 21px 3px 0px;
}

.DownloadLinkRWord {
	background: url(images/icon-word2010.gif) no-repeat right center;
	padding: 3px 21px 3px 0px;
}

.DownloadLinkDisabled {
	background: url(images/icon_pdf_disabled.gif) no-repeat left center;
	padding: 3px 0px 3px 19px;
}

.DownloadLinkDisabledR{
	background: url(images/icon_pdf_disabled.gif) no-repeat right center;
	padding: 3px 21px 3px 0px;
}

.StrelicaLink {
	background: url(images/strelica.png) no-repeat left center;
	padding: 0 0 0 12px;
}

.AbstractLink {
	background: url(images/preview_on.gif) no-repeat left center;
	padding: 3px 0px 3px 19px;
}

#header a {
	color:#006699;
	text-decoration:none;
}

#header a:visited {
	color:#006699;
}

#header a:link {
	color:#006699;
}

#header a:hover {
	text-decoration:underline;	
}

#center {
	margin-top: 20px;
}

#sidebar {
	width: 200px;
	border: 1px solid #999999;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.noBullets {
	list-style: none;
}

.FullImage {
	background:url(images/jrn_sub.gif) no-repeat left center;
	padding-left: 19px;
}

.AbstractImage {
	background: url(images/jrn_nsub.gif) no-repeat left center;
	padding-left: 19px;	
}

#sidebar hr {
	margin: 5px 0;
}

#SideInfo {
	padding: 8px;
	background-color:#EEEEEE;
}

#SideInfo ul {
	list-style-image:url(images/strelica.png);
	padding-left: 15px;
}

#SideInfo li {
	padding: 2px 0;
}

#SideUp {
	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 10px;
}

#SideUp li {
	color:#000;
	padding: 5px 5px 5px 23px;
}

#SideDown {
	padding: 5px;
}

#SideDown ul li{
	color:#000;
	padding: 2px 0 2px 23px;
}

#sidebar * a, #sidebar * a:visited, #sidebar * a:link, #main * a, #main * a:visited, #main * a:link{
	color:#333333;
	text-decoration: none;
}

#sidebar * a:hover, #main * a:hover {
	text-decoration: underline;
}

#main {
	float: right;
	width: 790px;
	min-height: 500px;
}

#main h5 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	color: #333333;
}

#main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 10px;
}

#main table {
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

#main table td {
	border-top: 1px solid #999999;
	padding: 10px;
}

#main table td ul li {
	margin: 5px 0;
}

#main table td.prvaCelija {
	border: none;
}

.AbstractField {
	border: 1px solid #999999;
	padding: 5px;
	background-color: white;
	margin: 10px 0 0 0;
}

#footer {
	clear: both;
	margin-top: 25px;
	background-color:#EEEEEE;
	padding: 15px;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

#footer p a {
	color:#333333;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: none;
}




