/*JureWeb-index-css----------------------------*/
/*(C)-by-Jure.Leskovec@ijs.si-------------1999-*/
/*---------------------------------------------*/
/*      color: #0033A1: blue; 009 dark blue
#006699:acm blue
#004991; dark-cyan blue
*/
/*Headings-------------------------------------*/
H2  {
  font-size : 18px;
  background-color : transparent;
  color : #0646ae;
	font-weight : bold;
  font-style: normal;
  font-family : verdana,tahoma,sans-serif;
}

#blue{
  color :  #0646ae;
  background-color : transparent;
}

#green{
  color: #007700;
  background-color : transparent;
}

#darkred{
  color: #900;
  background-color : transparent;
}

#dblue  {
  color: #009;
  background-color : transparent;
}

H6  {
  font-size : 10px;
	font-weight : bold;
  font-family : tahoma,verdana, serif;
	color : black;
  background-color : transparent;
  margin-top : -15px;
}

/*Slides---------------------------------------*/
H3  {
  font-size : 40px;
  background-color : transparent;
  color : #0646ae;
	font-weight : bold;
  font-style: normal;
  font-family : verdana,tahoma,sans-serif;
}

.front3  {
  color : #2152A3;
  background-color : transparent;
  text-align : left;
  margin-top : -70px;
	margin-left : 17px;
}
.back3  {
  color : #A5C0ED;
  background-color : transparent;
  text-align : left;
  margin-left : 20px;
}

.fonst-size-11  {
  font-size : 11pt;
}

.slide-link  {
  font-weight : bold;
}

/*Stuff----------------------------------------*/
#qjump  {
  font-size : 10px;
	font-weight : normal;
  font-family : arial, serif;
	color : black;
  background-color : transparent;
}

.item { 
  color: #009; 
  background-color : transparent;
  text-decoration : none; 
}

.hide {
  display : none;
  background-color : transparent;
  color : white;
}

/*Lists----------------------------------------*/
#list-arr-orn{
  list-style-type : circle;
  list-style-image : url(images/arr_right.gif);
	list-style-position : outside;
}

#list-pls{
  list-style-type : circle;
  list-style-image : url(images/plus.gif);
	list-style-position : outside;
}

/*Indents--------------------------------------*/
.leftind-10  {
  margin-left: -10px; 
}
.leftind-20  {
  margin-left: -20px; 
}
.leftind-30  {
  margin-left: -30px; 
}
.leftind-100  {
  margin-left: -100px; 
}

.leftind30  {
  margin-left: 30px; 
}
.leftind60  {
  margin-left: 60px; 
}
.leftind100  {
  margin-left: 100px; 
}
.leftind120  {
  margin-left: 120px; 
}
.leftind200  {
  margin-left: 200px; 
}

B {
  font-weight : bold;
}

A  {
	font-style : normal;
  color : #0646ae;
  background-color : transparent;
	text-decoration : none;
}

/*A:Visited  {
	color : #900;
	text-decoration : none;
  font-style : normal;
}*/

BODY  {
  list-style-type : circle;
	list-style-position : outside;
	font-size : 10pt;
	font-family : verdana, tahoma, serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
  background-color : white;
	text-decoration : none;
	text-indent : 10px;
	margin-left : 7%;
	margin-right : 7%;
	margin-top : 4%;
	margin-bottom : 5%;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-style : none;
}

/*Title----------------------------------------*/
H1  {
  font-family : verdana, tahoma, sans-serif;
  font-style : italic;
  font-weight : bold;
  font-size :  42px;
  margin-right : -10%;
  color : orange;
}
#front1  {
  color : #2152A3;
  background-color : transparent;
  text-align : left;
  margin-top : -115px;
	margin-left : 16px;
}
#back1  {
  color : #A5C0ED;
  background-color : transparent;
  text-align : left;
  margin-left : 20px;
}
