	body { background-color:#f2f2f2; }
	body,td { font-family:sans-serif;font-size:13px;line-height: 140%; margin:0px;}
	:focus {outline: 0;}
	h1 { margin:5px 0px 5px 0px; color:#FF0000;font-family:Georgia;font-weight:normal;font-size:24px; }
	h2 { margin:10px 0px 10px 0px; color:#FF0000;font-family:sans-serif;font-weight:bold;font-size:16px;}
	h3 { margin:5px 0px 5px 0px; color:#000000;font-family:sans-serif;font-weight:bold;font-size:13px;}
	
	textarea { font-family:sans-serif;font-size:13px;line-height: 140%; }
	
.lectures_author  	{ font-weight: normal; font-size: 18px; padding-bottom:8px; text-align:left; color:#FF0000; cursor:pointer;}
.lectures_company  	{ font-weight: normal; font-size: 18px;	padding-bottom:8px; text-align:left;}
.lectures_title  	{ font-weight: bold;   font-size: 18px; padding-bottom:8px; text-align:left;}
	
	a, .napaka { color:#FF0000; }
	/*input { padding:5px; font-family:sans-serif;font-size:12px;}*/
	.content5 { padding:5px; }
	.content3 { padding:3px; }
	
	a.topnav:link, a.topnav:visited, a.topnav:active  { color:#000000; text-decoration:none; border-bottom:1px transparent dotted;}
	a.topnav:hover { color:#FF0000; text-decoration:none; border-bottom:1px #FF0000 dotted;}
	
	a.toplink:link, a.toplink:visited, a.toplink:active  { color:#ffffff; text-decoration:none; border-bottom:1px transparent dotted;}
	a.toplink:hover { color:#ffffff; text-decoration:none; border-bottom:1px #ffffff dotted;}
		
	a.prijava { text-decoration:none;color:white;  }
	
.inputInfo {
	margin-left: 10px;
	color: #999999;
	font-size: 13px;
	font-style: italic;
}
	
.hr_custom { background: url(left_menu_separator.png) repeat-x center center; }

	a.gumb:link 	{color:#F2F2F2; text-decoration:none;display:block;FONT-WEIGHT: bold;}  /* unvisited link */
	a.gumb:visited 	{color:#F2F2F2; text-decoration:none;display:block;FONT-WEIGHT: bold;}  /* visited link */
	a.gumb:hover 	{color:#FFFFFF; text-decoration:none;display:block;FONT-WEIGHT: bold;}  /* mouse over link */
	a.gumb:active 	{color:#F2F2F2; text-decoration:none;display:block;FONT-WEIGHT: bold;}  /* selected link */
	
	a.left_menu, a.left_menu_act
	{
	color:#000;
	font-weight: bold;
	height:22px;
	display: block;
	padding-top: 10px;
	margin-left: 0px;
	/*width:220px;*/
	text-decoration: none;
	background: url(left_menu_separator.png) no-repeat left top;
	}
	a.left_menu_act { color:#FF0000; background: url(left_menu_separator_red.png) no-repeat left top; }	
	a.left_menu:hover { color:#FF0000; }
	a.left_menu_act:hover { color:#FF0000;  }
	
	a.left_buttons
	{
	color:#DBDAD8;
	font-weight: bold;
	height:42px;
	text-align:left;
	padding-top:14px;
	display: block;
	/*width:210px;*/
	text-decoration: none;
	background: url(button_red220.png) no-repeat left top;
	}
	a.left_buttons:hover { color:#FFF; }	
	.predavanja
	{
	color:#FFF;
	font-weight: bold;
	height:47px;
	text-align:left;
	padding-left:20px;
	padding-top:14px;
	/*display: block;*/
	width:230px;
	text-decoration: none;
	background: url(button_invited.png) no-repeat left top;
	}	


	
#dhtmltooltip {
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 10px;
background-color: lightyellow;
visibility: hidden;
z-index: 998;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
box-shadow:2px 2px 4px #666;
}

#dhtmlpointer {
position:absolute;
left: -300px;
z-index: 999;
visibility: hidden;
}

#PapersForm input { padding: 3px; }
#PapersForm textarea { padding: 3px; }

.rounded_frame {  background:#FFFFFF; text-decoration:none; border:1px solid #999999; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px; }

.red_button, a.red_button:link, a.red_button:visited, a.red_button:active
	{ background:#F00000; padding:3px 10px; font-size:15px; font-weight:bold; color:#FFFFFF; text-decoration:none; border:0px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;}

a.red_button:hover { 
	-moz-box-shadow: 	0px 0px 5px #333333;  
	-webkit-box-shadow: 0px 0px 5px #333333; 
	box-shadow: 		0px 0px 5px #333333; 
}

/*
.red_button, a.red_button:link, a.red_button:visited, a.red_button:active
	{ background:#F00000; padding:3px 10px; font-size:15px; font-weight:bold; color:#FFFFFF; text-decoration:none; border:0px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;}

a.red_button:hover { 
	-moz-box-shadow: 	0px 0px 5px #333333;  
	-webkit-box-shadow: 0px 0px 5px #333333; 
	box-shadow: 		0px 0px 5px #333333; 
}
*/
a.white_button, a.white_button:visited, a.white_button:active
	{ background:#F2F2F2; padding:3px 10px; font-size:15px; font-weight:bold; color:#FF0000; text-decoration:none; border:1px solid #DEDEDE; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;}
a.white_button:hover { 
	background:#FF0000; color:#FFFFFF;
	border:1px solid #DEDEDE;
	-moz-box-shadow: 	0px 0px 5px #333333;  
	-webkit-box-shadow: 0px 0px 5px #333333; 
	box-shadow: 		0px 0px 5px #333333; 
}

#login_div { position:relative; }
#open_loginform { cursor:pointer; }
#login_box { 
		position:absolute;
		top:77px;
		right:0px;
		float:right;
		width:350px;
		height:180px;
		z-index:997;
		background:white;
		border-right:1px solid #666666;border-left:1px solid #666666;
		border-bottom:1px solid #666666;
		display:none;

-moz-box-shadow: 	5px 5px 10px #333333;  
-webkit-box-shadow: 5px 5px 10px #333333; 
box-shadow: 		5px 5px 10px #333333; 
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";*/
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');		

	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;		
}
	
a.podpikanolink:link, a.podpikanolink:visited, a.podpikanolink:active		
	{ color:#FF0000; text-decoration:none; border-bottom:1px transparent solid;}  /* unvisited link */
a.podpikanolink:hover	{ color:#FF0000; text-decoration:none; border-bottom:1px #FF0000 dotted;}  /* mouse over link */

/* style za INPUT=FILE */
div.fileinputs { position: relative; }
div.fakefile { 	position: absolute; top: 0px; left: 0px; z-index: 1; }
input.file { position: relative; text-align: right; -moz-opacity:0; filter:alpha(opacity: 0); opacity: 0; z-index: 2; }

/* banner rotator */
#ftHolder  { text-align: center; height: 270px; padding-top: 0px; }
/* banner rotator */
#ft {  }

#go_top { position:fixed; bottom:10px; right:10px; background: url(images/go-top.png) no-repeat; width:20px; height:20px; cursor:pointer;}


#shadow_img { 
-moz-box-shadow: 	5px 5px 10px #333333;  
-webkit-box-shadow: 5px 5px 10px #333333; 
box-shadow: 		5px 5px 10px #333333; 
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";*/
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');		
}

.ffc_image { display:none; background:#ffffff; position:fixed; top:0px; right:0px; 
-moz-box-shadow: 	5px 5px 10px #333333;  
-webkit-box-shadow: 5px 5px 10px #333333; 
box-shadow: 		5px 5px 10px #333333; 
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";*/
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');		
}
.ffc_close { position:absolute; bottom:10px; right:10px;cursor:pointer; }

#download { opacity: 0.6; filter: alpha(opacity=60); }
#download:hover { opacity: 1; filter: alpha(opacity=100); }  

a.right_link:link, a.right_link:visited, a.right_link:active { display:block; color:#666; text-decoration:none; border-bottom:1px solid #ddd;padding:5px;}  /* unvisited link */
a.right_link:hover	{ color:#FF0000; background:#ddd; text-decoration:none;}  /* mouse over link */