﻿body {
	background-color: #f0f1f2;
	background: url(back1.png);
	font-size:1em;
}
body, input.textField, select.selectMenu, textarea.textArea, input.uploadField, #header h1, #main h2, #main h3, #content h3, #content h4, #main h4, #main h5, #main h6, #sidebar div.block span.blockTitle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
div {
	line-height: 140%;
}
a:link {
	color: #0359a2;
}
a:visited {
	color: #6f6f6f;
}
a:hover {
	color: #f05034;
	background:none;
}
input.defaultButton {
	background-color:#0359a2;
}
#container {
	line-height: 125%;
}
#header {
	height:118px;
	background-color:#878a93;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f1f2), to(#878a93));
        background-image: -webkit-linear-gradient(top, #f0f1f2 0%, #878a93 60%);
	background-image: -moz-linear-gradient(top, #f0f1f2 0%, #878a93 60%);
	background-image: -ms-linear-gradient(top, #f0f1f2 0%, #878a93 60%);
	background-image: -o-linear-gradient(top, #f0f1f2 0%, #878a93 60%);
	background-image: linear-gradient(top, #f0f1f2 0%, #878a93 60%);
	border-bottom:5px solid #97989a;
	color:#f0f1f2;
}
#headerTitle {
	text-align: center !important;
}
#header h1 {
	padding:0 0 0 10%;
	line-height: 130%;
}
#title_icatt {
        background:url(icatt.png) no-repeat left 0px top 0px;
	font-size:80px;
	font-weight:bold;
	width:250px;
	border:0;
	float:left;
	text-shadow: 3px 3px 10px #0359a2;
}
#subtitle_icatt {
/*	width:500px; */
	line-height:75px;
	font-size:50px;
	padding-top:15px;
        text-shadow: 3px 3px 10px #0359a2;
}
#footer {
	min-height: 50px;
	color:#f0f1f2;
	padding:15px 0;
	font-size:0.7em;
}
#copyright {
	padding:3px 0;
}
#main {
	position:inherit;
	width: 68%;
	height:100%;
	text-align:center;
	margin:0 0 10px 0;
	padding:10px;
	overflow:auto;
	background:rgba(240,241,242,0.7);
	border:1px solid #878a93;
	border-top:0;
}
#main h2 {
        min-height:45px;
	height:auto !important;
	height:45px;
        border: 1px solid #878a93;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: url(icon_blue.png) no-repeat left 2px top 2px;
        background-size: 44px 40px;
        margin:0;
        padding:0 0 0 50px;
        text-align:left;
	line-height:45px;
}
h2#h2location, h2#h2dates {
	height:1em;
	border:0;
	background:none;
	margin: 0;
	padding:0;
	font-size:1.2em;
	color:#878a93;
	text-align:center;
	line-height:100%;
}
#homepageBr2, #homepageBr3 {
	clear:both;
}
#journalDescription, #homepageImage {float:right;}
#journalDescription {width:80%;}
#homepageBr {display:none;}
#homepageImage {width:20%;}
#homepageWrapper {
	float:left;
	margin-right:5px;
}
#slideshow {
	margin:0;
	padding:0;
	width:480px;
	height:360px;
	overflow:hidden;
	border:1px solid #878a93;
	border-radius:10px;
}
#homepageSlideshow {
	width: 100%;
	height: 100%;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
	text-align:left;
}
.anythingSlider-default {
	margin: 0 auto;
	padding:0 !important;
}
.anythingSlider-default .anythingControls {
	outline: 0;
	position: relative;
	margin: 10px 0;
	z-index: 100;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.anythingSlider-default .anythingControls:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.anythingSlider-default .anythingControls ul {
        margin:0;
        padding: 0;
        float: left;
}
.anythingSlider-default .anythingControls ul li {
        display: block;
	float: left;
}
.anythingSlider-default .anythingControls ul a {
        display: inline-block;
        padding:0;
        height: 10px !important;
        width:10px !important;
        margin:0 0 0 5px;
        border:1px solid #555;
        outline: 0;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        background-color:#FFF !important;
        color:#FFF !important;
        -moz-box-shadow: 1px 1px 0 #FFF, -1px -1px 0 #CCC;
        -webkit-box-shadow: 1px 1px 0 #FFF, -1px -1px 0 #CCC;
        box-shadow: 1px 1px 0 #FFF, -1px -1px 0 #CCC;
}
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
        background: #999 !important;
        color: #999 !important;
}
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
.anythingSlider-default .anythingControls ul li a span {
	display:none;
}
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	border:0 !important;
}
#content #homepageWrapper h3 {
        height:45px;
        border: 1px solid #878a93;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: url(icon_yellow.png) no-repeat left 2px top 2px;
        background-size: 44px 40px;
        margin:10px 0 0;
        padding:0 0 0 50px;
        text-align:left;
        line-height:45px;
}
#speakers {
        background: url(back1.png);
	margin-top:-1px;
	width:480px;
	height:100px;
        border:1px solid #878a93;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;
        -moz-border-radius-bottomleft:10px;
        -moz-border-radius-bottomright:10px;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;

}
#speakers div {
	float:left;
        border:1px solid #878a93;
        border-radius:10px;
	margin:4px 2px;
	overflow:hidden;
	width:90px;
	height:90px;
}
#speakers div img {
	float:left;
	width:90px;
}
.speakers span {
	display:inline-block;
	margin-left:5px;
	font-weight:bold;
}
#navbar {
	position: absolute;
	left: 25px;
	top: 140px;
	padding-bottom: 1em;
	padding-top: 1em;
	border:0;
}
#navbar ul.menu li {
	margin: 0;
	padding: 0;
}
#leftSidebar {
	width: 150px;
	padding-top:110px;
	margin-top:180px;
	margin-left: 2%;
	margin-right: 3%;
}
#sidebar div#sidebarNavigation {
	font-size:12px;
	text-transform:uppercase;
}
#sidebar div#sidebarNavigation .blockTitle,  #sidebar div#sidebarNavigation span.blockSubtitle:nth-child(2), #sidebarNavigation form {
	display:none;
}
#leftSidebar .blockSubtitle {
	text-align:center;
	color:#fff;
	background-color: #878a93;
}
#rightSidebar .blockTitle, #copyright {
	text-align:center;
	color:#fff;
        background-color:#878a93;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f1f2), to(#878a93));
	background-image: -webkit-linear-gradient(top, #878a93 0%, #ccc 30%, #878a93 70%);
	background-image: -moz-linear-gradient(top, #878a93 0%, #ccc 30%, #878a93 70%);
	background-image: -ms-linear-gradient(top, #878a93 0%, #ccc 30%, #878a93 70%);
	background-image: -o-linear-gradient(top, #878a93 0%, #ccc 30%, #878a93 70%);
	background-image: linear-gradient(top, #878a93 0%, #ccc 30%, #878a93 70%);
        text-shadow: 1px 1px 1px #f0f1f2,-1px -1px 1px #878a93;
}
#rightSidebar .block {
	border:1px solid #878a93;
	margin-bottom:10px;
	background:#f0f1f2;
}
#sidebarFontSize {
	min-height:35px;
}
#rightSidebar #sidebarHelp {
	border:0;
	text-align:center;
	font-size:14px;
	padding:0;
}
#sidebarHelp a.blockTitle {
	background:none;
	color:#878a93;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:none;
}
#sidebar div#sidebarNavigation ul {
	list-style:none;
	padding:0;
	margin:0;
}
#sidebar div#sidebarNavigation ul li {
	margin:5px 0;
}
#sidebar div#sidebarNavigation ul a {
	font-size:12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #4f5a65;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c3c4c4;
	text-decoration:none;
}
#sidebar div #sidebarNavigation ul a:hover, #rightSidebar a.blockTitle:hover {
        color: #f05034;
}
#rightSidebar {
	width: 11%;
	margin:0 10px;
	overflow: hidden;
}
#rightSidebar #custom, #rightSidebar #sidebarFlagToggle {
	border:0;
	background:none;
	text-align:center;
	padding:0;
}
#rightSidebar #custom h4 {
	text-align:center;
	font-size:1.5em;
	margin:0;
}
#rightSidebar #custom div {
	text-align:center;
}
#rightSidebar #custom div img {
	width:120px;
}
#sidebarFlagToggle img {
	margin:0 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity:.7;
	zoom:1;
}
#sidebarFlagToggle a img {
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        -moz-opacity: 0.7; 
        -khtml-opacity: 0.7;
	opacity:1.0;
	zoom:1;
}
#sidebarFlagToggle a img:hover {
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        -moz-opacity: 0.7; 
        -khtml-opacity: 0.7;
	opacity:.7;
	zoom:1;
}
#content {
	font-size: 0.8em;
	border:0;
}
#content h3 {
	line-height: 1.35em;
}
#navbar a {
	display:block;
	font-size:12px;
	font-weight:600;
	letter-spacing: 0.05em;
	color: #4f5a65;
        padding-bottom:3px;
        border-bottom: 1px dotted #c3c4c4;
}
#navbar a:hover {
	color: #f05034;
}
pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}
table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	line-height: 120%;
}
ul.menu {
	font-size:25px
}

ul.menu li {
	padding-right: 1.5em;
}
#content .menu a {
	color:#4f5a65;
	font-size:0.6em;
}
#announcementsHome {
	float: right;
/*	width: 350px; */
	border:0;
	margin:0;
	margin-top:10px;
}
#announcementsHome h3 {
	height:45px;
	border: 1px solid #878a93;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        background: url(icon_yellow.png) no-repeat left 2px top 2px;
        background-size: 44px 40px;
	margin:0;
	padding:0 0 0 50px;
	text-align:left;
	line-height:45px;
}
#announcementsHome table.announcements td.headseparator {
	border:0;
}
/*
 * Drag and drop styles
 */
.draggable {
	position: relative;
	cursor: move;
}

.borderBox {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
}

.floatLeft {
	float: left;
}

/**
 * Scheduler styles
 */
.scrollContainer {
	overflow: auto;
}

.scheduleTable {
	min-width: 100%;
}

.schedulerEvent {
	color: #880000;
	background-color: #FBFBF3;
}

.schedulerPresentation {
	color: #008800;
	background-color: #FBFBF3;
}

.schedulerEventHeader {
	color: #FBFBF3;
	background-color: #880000;
}

.schedulerPresentationHeader {
	color: #FBFBF3;
	background-color: #008800;
}


td.hole {
	background-color: #777777;
}

td.timeRowLabel {
	border-style: solid none none none;
	border-width: 1px;
}

.droppable {
}


/**
 * pozvani predavaci div onmouseover
 */

.showme{
display: none;
background-color: white;
position: absolute;
z-index:50;
border-width: 2px; 
border-style: dotted; 
border-color: gray;
width:250px;
font-size:10px;
padding:3px
}

.showhim:hover .showme{
display : block;
}


#pozvani {
	background-image: url('../img/iti2013/pozvani-2012/div-pozvani-background.png');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 5px;
	padding-top:4px;
	width:488px;
	align:center;
	background-color:#aab9d5
}

#main .mini-header {margin: 0em 0em 0em 0em;
	padding-top: 0.4em;
	padding-left:0.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	color:#FFFFFF;
	background-image:url('../img/iti2013/mini-header.png');
	background-repeat:no-repeat;
	text-align:left;}	


#facebook {
	background-image:url('../img/iti2013/facebook/facebook-div-background.png');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 5px;
	padding-top:4px;
	width:240px;
	background-color:white
}

#podizbornik {
	margin: 0;
	width: 300px;

}

#podizbornik ul.menu li {
	font-size:0.8em;
	margin: 0;
	padding: 0;
	background-image:url('../img/iti2013/podizbornik-pozadina.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	border-top:#bababa solid 1px;
}

#podizbornik a {
	padding:10px;
	font-weight:400;
	letter-spacing: 0.05em;


}

#podizbornik a:link {
}

#podizbornik a:active {
}

#podizbornikr a:visited {
}

#podizbornik a:hover {
	color: #f05034;
}
table.tocArticle td.tocTitle {
	height:1px;
}
table.tocArticle td.tocAuthors {
/*	display:block;
	height:90%; */
}
.tocGalleys a {
	display:block;
}
div#articleCoverImage {
         float: right;
         width: auto;
		 padding: 0 10px 10px;
}