@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5em;
}
#wrapper{
	min-height:500px;
	margin: 0 auto;
	
	}
#pre_header_wrapper{
	margin: 0 auto;
	background-color:#666;
	}
#pre_header{
	position:relative;
	width:960px;
	height:10px;
	margin:0 auto;
	}
#header_wrapper{
	margin: 0 auto;
	background:url(../media/images/bg_header.jpg) top center repeat-x;
	}
#header{
	position:relative;
	width:960px;
	height:100px;
	margin:0 auto;
	
	}
#container{
	width:960px;
	margin:0 auto;
	
	}
#footer{
	clear:both;
	width:960px;
	height:50px;
	margin:0 auto;
	}
#nikola_tesla{
	position:relative;
	float:right;
	width:300px;
	height:150px;
	}
	

a img {
	border:none;
	}
#logo{
	position:absolute;
	top:40px;
	left:0px;
	}
#ieee_logo{
	position:absolute;
	top:5px;
	right:0;
	}
#time_line{
	margin: 0 auto;
	height:35px;
	background-color:#0072A7;
	-moz-box-shadow: 0 -1px 5px #666;
	-webkit-box-shadow: 0 -1px 5px #666;
	box-shadow: 0 -1px 5px #666;
	}
#time_line_in{
	width:960px;
	margin: 0 auto;
	text-align:center;
	color:#000;
	font-size:11px;
	line-height:16px;
	}
#time_line_in_element_active{
	position:relative;
	float:left;
	width:192px;
	height:33px;
	padding: 2px 0 0 0;
	background:url(../media/images/timeline_bar_active.png) center left no-repeat;
	color:#FFF;
	}
#time_line_in_element_last{
	position:relative;
	float:left;
	width:192px;
	height:33px;
	padding: 2px 0 0 0;
	color:#FFF;
	}
#time_line_in_element{
	position:relative;
	float:left;
	width:192px;
	height:33px;
	padding: 2px 0 0 0;
	background:url(../media/images/timeline_bar.png) center right no-repeat;
	color:#FFF;
	}
#time_line_in_element_post{
	position:relative;
	float:left;
	width:192px;
	height:33px;
	padding: 2px 0 0 0;
	color:#FFF;
	}
#time_line_in_element:hover{
	color:#FFF;
	
	}
#left_section{
	position:relative;
	float:left;
	width:180px;
	margin:15px 10px 10px 0;
	}
#left_section_headling{
	position:relative;
	margin:15px 0 10px 0;
	padding:5px;
	color:#900;
	font-size:16px;
	border-top:#999 1px dashed;
	
	}

#main_menu{
	margin:0;
	font-size:14px;
	font-weight:bold;
	list-style-position: outside;
	list-style-image: url(../media/images/bullet.png);
	list-style-type: none;
	}
#main_menu li {
	
	padding:3px 0;
	position:relative;
	}
#main_menu li a{
	display:block;
	color:#000;
	text-decoration:none;
	}
#main_menu li a:hover{
	color:#900;
	}
	
		
/*#main_menu li ul li a{
	position:absolute;
	display:none;	
}
#main_menu ul ul li a{
	position:absolute;
	display:none;	
}*/
#main_menu ul li{ /*ova ih sakrije */
	position:relative;
	display:none;	
}
#main_menu li:hover{
	display:block;	
}



/*#main_menu li a:hover ul{
	display:block;	
}*/

	
#main{
	position:relative;
	float:left;
	width:535px;
	margin:15px 30px 10px 15px;
	}
#right_section{
	position:relative;
	float:left;
	width:180px;
	margin:0 10px 10px 0;
	}
h1{
	margin:15px 0 10px 0;
	color:#900;
	font-size:16px;
	font-weight:normal;
	
	}
#organization{
	margin:25px 0 5px 0;
	text-align:center;
	
	}
	
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#900;
	text-decoration:undeline;
}
#table_for_authors table{
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	}
#table_for_authors tr.odd{
	background-color:#E6E7E9;
	}
#table_for_authors tr.even{
	background-color:#999;
	}
#table_for_authors tr.head td.tdhead{
	background-color:#0072A7;
	color:#FFF;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
#socials{
	display:block;
}
#socials p{
	
	margin:15px 0 10px 0;
	padding:5px;
	color:#900;
	font-size:16px;
}
#socials_box{
	positon:relative;
	margin:5px 0 0 10px;
	padding:5px 0 0 37px;
	height:27px;
}
.fb{
	background:url(../media/images/fb_logo.png) top left no-repeat;
}
.fb:hover{
	background:url(../media/images/fb_logo.png) bottom left no-repeat;
}
.li{
	background:url(../media/images/ld_logo.png) top left no-repeat;
}
.li:hover{
	background:url(../media/images/ld_logo.png) bottom left no-repeat;
}
.keynote_speaker, .keynote_speaker_main{
	position:relative;
	border-top:#CCC solid 1px;
	padding:5px;	
}
.keynote_speaker_main{
	border-bottom:#CCC solid 1px;
}
.keynote_speaker_main h3{
	font-weight:normal;
	line-height:normal;
	color:#900;
}

.keynote_speaker_last{
	border-bottom:#CCC solid 1px;	
}
.keynote_speaker:hover{
	background-color:#EBEBEB;
	color:#000;
}
.keynote_speaker .image, .keynote_speaker_main .image{
	float:left;
	width:100px;
	height:120px;
	border:#CCC solid 1px;
	overflow:hidden;
}
.keynote_speaker .shortcuts, .keynote_speaker_main .shortcuts{
	float:left;
	margin:5px;
}
.keynote_speaker .shortcuts .name, .keynote_speaker_main .shortcuts .name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#900;
	margin-top:10px;
}
.keynote_speaker .shortcuts .title, .keynote_speaker_main .shortcuts .title{
	font-size:16px;
}
.keynote_speaker .shortcuts .theme, .keynote_speaker_main .shortcuts .theme{
	margin-top:10px;
}
.cleall{
	clear:both;
}

