/**
* Estil basat en:
* KDE Clean 1.0 per Hans Hermans
* http://www.oswd.org/design/preview/id/2157
*/

/*
This document controls the structure of the template printed.
*/

/*--------------universal settings---------------*/  

html, body {
	font-family: sans-serif;
	margin-right: 25px;
	margin-left: 25px;
}

.doNotPrint {
	display: none;
}

/*-----------------not displayed------------------*/

#header #subheader, #header .right, #header .logo, #menu_left, #menu_right {
	display: none;
}

/*--------------------header---------------------*/

#header .maintitle {
	font-size: 25px;
	font-weight: 900;
	border-bottom: thin solid black;
}

#header #subheader .subtitle {
	font-size: 80%;
}

/*-----------------main textarea----------------*/

#textarea {
	text-align: justify;
}

#textarea .maintitle {
	font-size: 30px;
	text-align: center;
	font-weight: 900;
}

#textarea .subtitle {
	font-size: 25px;
	font-weight: 900;
	margin-left: 5px;
}

#textarea .story {
	font-size: 18px;
	margin-left: 5px;
}

#textarea p {
	margin: 5px;
	margin-bottom: 7px;
}

#textarea li {
	margin-right: 5px;
}

#textarea .textbox {
	margin: 10px;
	background-color: #ffffff;
	border: 1px solid #E5E5E5;
}

#textarea .posted {
	text-align: right;
	font-size: 90%;
	font-style: italic;
	margin-top: 5px;
}

#textarea .title {
	font-weight: 900;
	font-size: 120%;
	background-color: #ffffff;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

#textarea table {
	background-color: #dfe7f3;
}

#textarea tr.head {
	background-color: #418ade;
}

#textarea th {
	color: #ffffff;
	text-align: center;
}

#textarea td.bold {
	font-weight: 900;
}

#textarea p.small {
	font-size: 70%;
}

/*--------------------footer--------------------*/

#footer {
	width: 97%;
	border-top: 1px solid;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer {

	padding-left: 3%;
}
