/*
 * Print article style sheet for Turun yliopisto. 
 *
 * 2004-05 Tero Ykspetäjä & Matti Laakso, Kuulalaakeri Oy.
 *
 * FONTS:
*	Normal font size: 9pt
*	Smaller text size: 0.8em
*
*  LINK COLORS:
*	a:link #0e5e7f;
*	a:visited #29434e;
*	a:hover #96612f;
*
* NOTE:
*	compiled from base.css, base_newbrowser.css and article.css
*	most elements not displayed by this style sheet.
*/

body {
	background-color: #ffffff;
	margin: 0cm 1cm 0cm 1cm;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9pt;}

a { 
	text-decoration: none;
}

/* Top area of the page */

/* Set same margins for top (logo) and bottom parts. */
#top, 
#bottom,
#content-area {
	margin: 0cm;
	padding: 0cm;
	width: 100%;
}

/* Set top height for just enough for the logo. */
#top {
	height: 130px; /* UTU */
}

#header {
	border: none;
	text-align: left;
	margin: 0cm;
	height: auto;
	width: 100%;
}

#colorfill {
	display: none;
}

#ty-logo {
	border: none;
	margin: 0;
	width: 140px; /* UTU */
	height: 102px; /* UTU */
}

/* disables most headers and navigation elements. */

#navipath {
	display: none;
	}
#navi-area {
	display: none;
	}
.Pikalinkit {
	display: none;
	}
#article .Pikalinkit{
	display: none;
	}
#search {
	display: none;
	}
#contact-info {
	display: none;
	}
#document-attachments {
	display: none;
	}
	
/* Printable article styling */

#content-area {
	margin: 0cm;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none;
	border-right: none;
}

#article {
	line-height: 1.4em;
	padding-top: 1em;
	}

/* Headers */

#article h1 {
	font-size: 16pt;
	margin-left: 0cm;
	padding-left: 0cm;
	}
#article h2 {
	font-size: 14pt;
	}
#article h3 {
	font-size: 12pt;
    border: none;
	}

/* Images within articles */

#article .KuvaOikea,
#article .KuvaVasen {
	border: 1px solid #0f5e7e;
	padding: 0.2em;
	background-color: #ffffff;
	margin-top: 1em;
	}
#article .KuvaOikea {
	float: right;
	clear: right;
	margin-left: 0.5em;
	}
#article .KuvaVasen {
    float: left;
    clear: left;
    margin-right: 0.5em;
	}
#article .KuvaVasen p,
#article .KuvaOikea p {
    font-size: 0.8em;
	}

/* Paragraph styles */

#article .Ingressi {
	font-weight: bolder;
	}
#article .Lainaus {
	font-style: oblique;
	margin-left: 3em;
	margin-right: 3em;
	padding: 0.5em;
	}
.author {
	clear: both;
	font-size: 0.8em;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	}

/* Article links */

#article a:link {
	color: #0e5e7f;
	}
#article a:visited {
	color: #29434e;
	}
#article a:hover {
	color: #96612f;
	}

/* Tables */

#article table {
	border: 1px solid #0f5e7e;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	table-layout: auto;
   width: auto;
	}
#article th {
	background-color: #e7eff2;
	font-weight: bold;
	display: table-cell;
	empty-cells: show;
	}
#article th, 
#article td {
	border: 1px solid #0f5e7e;
	font-size: 1em !important;
	font-size: 0.8em;
	padding: 0.2em;
	}
td .TaulNro {
    text-align: right;
	}
	
#article table.no-border,
#article table.no-border th,
#article table.no-border td {
	border: 0px none;}

/* Document list */

#article .headlines dt {
	margin: 1em 0.5em 0.5em 1em;
	}
/* NOTE: This element is NavPath-sensitive */
#article .headlines dt .title {
	margin: 1em 0.5em 0.5em 0em;
	padding-left: 12px; 
	background: url(img/doclistarrow_main.gif) no-repeat;
	background-position: 0px 0.5em;
	}
#article .headlines dd p {
	margin-top: 0em;
	margin-bottom: 0.5em;
	}

/* Calendar headlines display */

.calendar-week li>.title,
.calendar-day li>.title {
	padding-left: 5em;
	}
