/* Author: Javier Lopez-Gonzalez */
/* University of Joensuu 2007 - 2008*/

body {
	font-family: Georgia, Times New Roman ;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}
a:link {
	color: black;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	border: 0;
}

a:visited {
	color: black;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	border: 0;
}

h2{
	font-size:24px;
	font-family: Verdana;
	font-weight: bold;	
}

h3 {
	font-size:16px;
	font-family: Verdana;
}

ul {
	list-style-type: none;
}


/* Specific divs */
#container {
	padding: 0px 0 0px 0;
	margin: 30px 0 50px 0;		
	position: relative;
	
		
}

#container #content {
	width: 800px;	
	border: solid 2px;	
	border-color: black;
	margin: 0 auto;
	
}

#container #content h1 {
	/*background:  url(../images/main3.gif) no-repeat top center;	*/
	margin: 10px auto 10px auto;
	width: 100%;/*628px;*/
	/*height: 122px;*/
	/*text-indent: -5000px;*/
	font-size: 26px;
	text-align: center;
	font-family: Tahoma, "trebuchet ms", Arial;
	border-bottom: solid 2px;	
	border-color: black;

}

#navigation {
	text-align: center;	
	color: black;
	display: none;
}

.introductionPictures {
	text-align: center;	
	display: none;
}


#introduction {
	text-align: center;	
	margin: 0px 100px 0 100px;
}

#text {
	text-align: left;	
	margin: 0 80px 0 80px;
}

.picture {
    margin-top: 8px;
	margin-right: 10px;
	float: left;
	top: auto;	
	display: none;
}

.indent {
	margin-left: 30px;	
}

.list-indent {
	margin-bottom: 12px;	
}


/* Styling for the table */
table {
	width: 500px;
	padding-bottom:30px;
	margin: 0 80px 0 80px;
}

caption {
	font-size: 18px;
	font-weight: bold;		
}

td {
	padding-bottom: 5px;	
}

table tr td {
	vertical-align: top;	
	width: 30%;
}

.time {
	font-weight: bold;
}

.session {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px ;
}

.title {
	font-family: tahoma, arial;
	font-weight: bold;
}
.author {
	font-style: oblique;
	font-family: Georgia, Times New Roman, Garamond;	
}

#bottom {
	margin-top: 20px;
	border-top: solid 2px;	
	border-color: black;
	font-style: italic;
	text-align: center;
	font-family: Georgia;	
}

.screen_hide1 {
	text-align: center;
	margin: 10px 0 10px 0;	
}

.print_hide {
	display: none;	
}
