/* common */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.50%;
	background: #000035;
	background: #fff url('../images/ui/backgrounds/body.png') repeat-x 0 0;
}
img {
	outline: none;
	border: 0;
}
input { 
	outline: none;
}
ul {
	list-style-type: none;
}
a {
	outline: none; 
	text-decoration: none;
	color: #6680a8;
}
a:hover {
	text-decoration: underline;
}
hr {
	display: none;
}

/* site */

#site {
	width: 990px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
}

/* header */

#header {
	width: 990px;
	height: 105px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}

#top_navigation {
	float: right;
	width: 305px;
	height: 31px;
	background: transparent url('../images/ui/backgrounds/top_links.png') no-repeat 0 0;
	padding: 9px 0 0 22px;
	text-indent: -5000px;
}
#top_navigation li {
	float: left;
	padding-right: 8px;
}
#top_navigation li a {
	display: block;
	height: 23px;
	outline: none; 
}
#top_navigation li a#o_centru {
	width: 74px;
}
#top_navigation li a#kontakt {
	width: 73px;
}
#top_navigation li a#pomoc {
	width: 63px;
}
#top_navigation li a#faq {
	width: 49px;
}
#top_navigation li a:hover {
	background-image: url('../images/ui/backgrounds/top_links.png');
}
#top_navigation li a#o_centru:hover {
	background-position: -22px -49px;
}
#top_navigation li a#kontakt:hover {
	background-position: -104px -49px;
}
#top_navigation li a#pomoc:hover {
	background-position: -185px -49px;
}
#top_navigation li a#faq:hover {
	background-position: -256px -49px;
}

#logo {
	text-indent: -5000px;
	width: 477px;
	height: 122px;
	background: transparent url('../images/ui/logo.png') no-repeat 0 0;
	padding: 22px 0 0 143px;
	position: absolute;
	top: 16px;
	left: 0;
}
#logo a {
	display: block;
	width: 480px;
	height: 47px;
}
#logo a.atom {
	position: absolute;
	left: 0; 
	top: 0; 
	height: 144px;
	width: 144px;
	text-indent: -5000px;
}

.hlinks
	{ position: absolute; top: 80px; right: 0; }
.hlinks a
	{ display: block; font-weight: bold; font-size: 12px; padding: 0 10px 0 20px; background: transparent url("../images/ui/icons/arrow.gif") no-repeat 5px 3px; float: left; }

/* box */

#box {
	overflow: auto;
	width: 974px;
	padding: 0 8px 35px 8px;
	background: transparent url('../images/ui/backgrounds/box.png') repeat-y -990px 0;
}
#box_top {
	width: 990px;
	height: 16px;
	background: transparent url('../images/ui/backgrounds/box.png') repeat-y 0 0;
}
#box_bottom {
	width: 990px;
	height: 16px;
	background: transparent url('../images/ui/backgrounds/box.png') repeat-y -1980px 0;
}

/* sidebar1 */

#sidebar1 {
	float: left;
	width: 231px;
	padding-top: 40px;
}

#main_navigation {
	width: 221px;
	height: 286px;
	background: transparent url('../images/ui/backgrounds/main_navigation.png') no-repeat 0 0;
	padding: 39px 0 50px 0;
}
#main_navigation li {
	display: block;
	width: 231px;
	height: 50px;
}
#main_navigation li a {
	display: block;
	width: 231px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	color: #717171;
	text-decoration: none;
	text-transform: lowercase;
}
#main_navigation li a span {
	background: transparent url('../images/ui/icons/main_navigation1.png') no-repeat 17px 0;
	padding-left: 72px;
	display: block;
	height: 50px;
	cursor: pointer;
}
#main_navigation li a#mn_home span {
	background-position: 17px -185px;
}
#main_navigation li a#mn_bp span {
	background-position: 17px 12px;
}
#main_navigation li a#mn_k span {
	background-position: 17px -38px;
}
#main_navigation li a#mn_n span {
	background-position: 17px -88px;
}
#main_navigation li a#mn_i span {
	background-position: 17px -136px;
}
#main_navigation li a:hover span {
	color: #2b437f;
	background-image: url('../images/ui/icons/main_navigation.png');
}
#main_navigation li.active a {
	background: transparent url('../images/ui/backgrounds/nav_hover.png') no-repeat 0 0;
}

#logos {
	width: 200px;
}
#logos li {
	margin-bottom: 20px;
	text-align: center;
}

/* content */

#content {
	float: right;
	width: 715px;
}

#main {
	float: left;
	width: 510px;
	margin-right: 30px;
	padding-top: 22px;
}
#content .without_sidebar2 {
	width: 700px;
	margin-right: 0;
}

#main h1 {
	clear: both;
	font-size: 1.8em;
	line-height: 47px;
	color: #323567;
}
#main h1 img {
	/*margin-right: 6px;*/
	margin-right: 1px;
	vertical-align: middle;
}
#main h1.no_letter img {
	display: none;
}
#main h2 {
	font-size: 1.4em;
	color: #6c0000;
	margin: 18px 0;
}
#main .first {
	margin-top: 0;
}
#main p,
#main ul {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #565662;
	padding-bottom: 18px;
}
#main ul li {
	background: transparent url('../images/ui/icons/bullet1.gif') no-repeat 6px 5px;
	padding-left: 18px;
	margin-bottom: 3px;
}
#main a {
	color: #6680a8;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#main p.ab {
	padding-top: 18px;
}
#main p.ab a {
	display: inline-block;
	padding: 3px 6px 2px 6px;
	border: 1px solid #fff;
}
#main p.ab a:hover {
	border: 1px solid #6680a8;
	text-decoration: none;
}
#main p.ab a.activel {
	border: 1px solid #6680a8;
	text-decoration: none;
	color: #fff;
	background: #6680a8;
}
#main p.cats a {
	width: 150px;
	padding-left: 20px;
	background: #fff url("../images/ui/icons/arrow.gif") no-repeat 5px 6px;
}
#main p.cats a.activel {
	background: #6680a8 url("../images/ui/icons/arrow.gif") no-repeat 5px 6px;
}
#main .popular_vendors {
	width: 678px;
	padding: 2px 5px;
	color: #323567;
	background-color: #f3f3f3;
	margin: 10px 0 0 0;
	text-align: center;
	border-bottom: 1px solid #d9e0ec;
}
#main .popular_databases {
	width: 688px;
	overflow: auto;
	background: transparent url('../images/ui/backgrounds/gradient.png') repeat-x 0 0;
	padding-bottom: 5px;
}
#main .popular_databases li {
	display: block;
	/*height: 91px;*/
	height: 52px; 
	float: left;	
	background: none;
	/*margin: 4px;*/
	padding: 4px;
}
#main .popular_databases li a {
	display: block;
	/*width: 146px;*/
	border: 2px solid transparent;
}
#main .popular_databases li a img {
	display: block;
	height: 40px;
	padding: 7px;
	background: #fff;
	border: 1px solid #ccc;
}
#main .popular_databases li a:hover {
	border: 2px solid #6680a8;
	text-decoration: none;
}

#main form {
	overflow: auto;
	width: 700px;
	padding-bottom: 18px;
}
#main input {
	width: 202px;
	height: 16px;
	background: transparent url('../images/ui/form/input2.png') no-repeat 0 0;
	float: left;
	padding: 8px 4px 10px 10px;
	color: #000;
	font-size: 1.2em;
	border: 0;
}

#main .three {
	float: left; 
}

#main .three form {
	width: 233px;
}

#main .three input {
	width: 162px;
	background: transparent url('../images/ui/form/input3.png') no-repeat 0 0;
}

#main button {
	width: 32px;
	height: 34px;
	background: transparent url('../images/ui/buttons/go2.png') no-repeat 0 0;
	float: left;
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
}
#main button:hover {
	background-position: 0 -35px;
}

/* baze podataka */

.database {
	width: 668px;
	overflow: hidden;
	background: transparent url('../images/ui/backgrounds/gradient.png') repeat-x 0 0;
	padding: 10px;
	margin-bottom: 10px;
}
.database .db_podrucja {
	float: left;
	width: 125px;
	text-align: right;
}

#main .database .db_podrucja a {
	margin:  2px 0;
	padding: 0 4px;
	display: inline-block;
	font-size: 10px;
	line-height: 1.4em;
	color: #000;
	font-weight: normal;
	background-color: #E8EDF6;
}
#main .database .db_podrucja a:hover {
	text-decoration: none;
	background-color: #f6e8e8;
	padding-right: 5px;
}
#main .database .db_podrucja a.activep {
	text-decoration: none;
	color: #fff;
	background: #6680a8;
}

.database .db_info {
	float: left;
	border-left: 1px solid #d9e0ec;
	width: 532px;
	padding-left: 10px;
}
#main .database .db_info p {
	padding-bottom: 7px;
}
#main .database .db_name {
	float: left;
	display: block;
	font-size: 1.4em;
	color: #6C0000;
	padding-top: 3px;
}
#main .database .db_links {
	clear: both;
	font-size: 1em;
	color: #000;
}
#content #main .database .db_search_link {
	cursor: pointer;
	display: block !important;
	height: 40px;
	background: transparent url('../images/ui/buttons/pretrazivanje1.png') no-repeat 0 0;
	width: 111px;
	text-align: left;
	text-indent: -5000px;
	margin: 0 0 15px 3px;
}
#content #main .database .db_search_link:hover {
	background-position: 0 -40px;
	margin: 0 0 15px 3px;
}

.database .db_intro {
	clear: both;
}

#main .database .db_type {
	float: left;
	display: inline-block;
	height: 16px;
	line-height: 10px;
	background: transparent url('../images/ui/buttons/tip.png') no-repeat 0 -16px;
	padding-left: 3px;
	margin-right: 6px;
}
.database .db_type span {
	display: inline-block;
	height: 16px;
	line-height: 15px;
	width: auto;
	background: transparent url('../images/ui/buttons/tip.png') no-repeat right 0;
	padding: 0 6px 0 3px;
	font-size: .9em;
	color: #fff;
	font-weight: bold;
}

/* novosti */

.article {
	width: 490px;
	overflow: auto;
	background: transparent url('../images/ui/backgrounds/gradient.png') repeat-x 0 0;
	padding: 10px;
	margin-bottom: 10px;
}
.article .a_time {
	float: left;
	width: 80px;
}

#main .article .a_time p {
	margin:  2px 0;
	padding: 0 3px;
	display: inline-block;
	font-size: 1em;
	line-height: 1.6em;
	color: #9f9f9f;
	font-family: Verdana, sans-serif;
	background-color: #E8EDF6;
}

.article .a_info {
	float: left;
	border-left: 1px solid #d9e0ec;
	width: 399px;
	padding-left: 10px;
}
#content #main .article .a_title {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4em;
	color: #6C0000;
	padding: 2px 0 7px 0;
}
#main .article .a_title a {
	color: #6C0000;
}
#main .article h2 {
	display: inline-block;
	font-size: 1.4em;
	color: #6C0000;
	padding: 3px 0 7px 0;
	margin: 0; 
}
.article .a_more_link {
	cursor: pointer;
	float: right;
	display: inline-block;
	height: 20px;
	background: transparent url('../images/ui/buttons/pretrazivanje.png') no-repeat 0 -40px;
	padding-left: 4px;
}
.article .a_more_link span {
	display: inline-block;
	height: 16px;
	line-height: 1.2em;
	width: auto;
	background: transparent url('../images/ui/buttons/pretrazivanje.png') no-repeat right 0;
	padding: 4px 22px 0 2px;
}
#main .article .a_more_link:hover {
	text-decoration: none;
	color: #293552;
}
.article .a_more_link:hover span {
	background-position: right -20px;
}

.article .a_intro {
	clear: both;
}
.article .not {
	clear: both; 
	padding-top: 15px; 
	display: none;
}

/* pregled baze - tablica */

#db_table {
	width: 670px; margin-top: 28px;
}
#db_table tr td {
	border-top: 1px solid #d9e0ec;
	padding: 7px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #565662;
}
#db_table tr td.db_field {
	font-weight: bold;
	width: 145px;
	vertical-align: top;
}
#db_table tr td.db_value {
	border-left: 1px solid #d9e0ec;
	background: transparent url('../images/ui/backgrounds/gradient_h.png') repeat-y 0 0;
}
#db_table tr td.first {
	border-top: 0;
}
#db_table tr.odd {
	background-color: #f7f7f7;
}
#db_table tr td.html p {
	font-size: 12px;
}
#main ul.baselinks 
	{ list-style-type: none; padding: 0 !important; }
#main ul.baselinks li
	{ list-style-type: none; font-size: 12px; padding: 0; background: 0; margin: 0; }

/* pages */

.jp_page_links {
	overflow: auto;
	padding: 20px 0 10px 0;
	width: 510px;
	overflow: hidden;
}
.without_sidebar2 .jp_page_links {
	width: 688px;
}
.jp_page_links p {
	float: right;
}
#main .jp_page_links .jp_prev {
	display: block;
	float: left;
	width: 10px;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 2px 10px;
	text-indent: -5000px;
	background: #e5e5e5 url('../images/ui/icons/arrows.png') no-repeat center -79px;
	border: 1px solid #e5e5e5;
}
#main .jp_page_links .jp_next {
	display: block;
	float: left;
	width: 10px;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 2px 10px;
	text-indent: -5000px;
	background: #e5e5e5 url('../images/ui/icons/arrows.png') no-repeat center -19px;
	border: 1px solid #e5e5e5;
}
#main .jp_page_links .jp_prev:hover {
	background-position: center -59px;
	border: 1px solid #8197b8;
}
#main .jp_page_links .jp_next:hover {
	background-position: center 1px;
	border: 1px solid #8197b8;
}
.jp_page_links span.jp_prev_disabled {
	text-indent: -5000px;
	background: #f6f6f6 url('../images/ui/icons/arrows.png') no-repeat center -99px;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 0 0 5px;
	width: 10px;
	height: 20px;
	padding: 2px 10px;
	border: 1px solid #f6f6f6;
}
.jp_page_links span.jp_next_disabled {
	text-indent: -5000px;
	background: #f6f6f6 url('../images/ui/icons/arrows.png') no-repeat center -39px;
	display: block;
	float: left;
	font-weight: bold;
	width: 10px;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 2px 10px;
	border: 1px solid #f6f6f6;
}
.jp_page_links strong {
	background-color: #9bb2d6;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 4px 7px;
	border: 1px solid #9bb2d6;
}
#main .jp_page_links a {
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	color: #9f9f9f;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 4px 7px;
	text-decoration: none;
}
#main .jp_page_links a:hover {
	color: #8197b8;
	border: 1px solid #8197b8;
}

/* izobrazba - tablica */

#i_table {
	margin-bottom: 20px;
	text-align: center;
}
#i_table .i_mjesec th {
	padding: 0 10px;
	background-color: #fff;
	text-align: left;
}
#i_table tr th {
	font-weight: bold;
	background-color: #F4F4F4;
	border-left: 1px solid #d9e0ec;
	padding: 7px;
	font-size: 1.2em;
	line-height: 1.3em;
}
#i_table tr td {
	border-top: 1px solid #d9e0ec;
	border-left: 1px solid #d9e0ec;
	padding: 7px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #565662;
}
#i_table tr .first {
	border-left: 0;
}
#i_table tr.odd {
	background-color: #f7f7f7;
}
#i_table td.sadrzaj {
	font-weight: bold;
	font-style: italic;
}

/* sidebar2 */

#sidebar2 {
	float: left;
	width: 160px;
	padding-top: 37px;
}

.box1 {
	width: 138px;
	background: #2b3754 url('../images/ui/backgrounds/box1_top.png') no-repeat 0 0;
	padding: 11px;
	overflow: auto;
}
.box1_bottom {
	width: 160px;
	height: 10px;
	background: transparent url('../images/ui/backgrounds/box1_bottom.png') no-repeat 0 0;
	margin-bottom: 10px;
}
.box1 h3 {
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 12px;
	padding: 0 3px;
}
#sidebar2 form {
	overflow: auto;
	width: 138px;
}
#sidebar2 input {
	width: 97px;
	height: 16px;
	background: transparent url('../images/ui/form/input1.png') no-repeat 0 0;
	padding: 6px 4px 6px 10px;
	float: left;
	color: #000;
	font-size: 1.1em;
	border: 0;
}
#sidebar2 button {
	width: 27px;
	height: 28px;
	background: transparent url('../images/ui/buttons/go1.png') no-repeat 0 0;
	float: left;
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
}
#sidebar2 button:hover {
	background-position: 0 -28px;
}

.box2 {
	width: 132px;
	background: #ebebeb url('../images/ui/backgrounds/box2_top.png') no-repeat 0 0;
	padding: 3px 14px;
	margin-top: 48px;
}
.box2_bottom {
	width: 160px;
	height: 10px;
	background: transparent url('../images/ui/backgrounds/box2_bottom.png') no-repeat 0 0;
	margin-bottom: 10px;
}
.box2 h3 {
	color: #fff;
	font-size: 2em;
	font-family: Georgia, serif;
	margin-bottom: 12px;
}
.box2 p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 10px;
}
.box2 ul {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 10px;
}
.box2 ul li {
	background: transparent url('../images/ui/icons/bullet2.gif') no-repeat 6px 5px;
	padding-left: 18px;
	margin-bottom: 3px;
}
.box2 p.intro {
	font-weight: bold;
}

.box2 a {
	color: #7f0000;
	font-weight: bold;
	text-decoration: none;
}
.box2 a:hover {
	text-decoration: underline;
}

#main ul.faq 
	{ padding: 20px 0 0 0; }
#main ul.faq li 
	{ margin: 0 0 20px 0; }
#main ul.faq li div
	{ display: none; padding: 15px 10px 0 10px; }
	
.left
	{ float: left; padding: 5px; background: #fff; border: 1px solid #ddd; margin: 0 10px 4px 0; }
.right
	{ float: right; padding: 5px; background: #fff; border: 1px solid #ddd; margin: 0 0 4px 10px; }

#main ul.treeview li,
#main ul.treeview li a,
#main ul.treeview li span
	{ font-size: 11px !important; font-family: Verdana !important; padding: 0 3px; }

/* footer */

#footer {
	text-align: center;
	padding: 15px 0 30px 0;
	font-size: 1.1em;
	color: #8e8e8e;
}

#footer a {
	color: #8696ae;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}