/*
 * 19C3 Fahrplan Printout stylesheet
 */


html, body {
	background-color: white;
	color: black;

	font-size: 12pt;
	font-family: "Lucida Grande", "Arial", sans-serif;
}

h1, p {
	text-align: center;
}

:link, :visited {
	text-decoration: none;
	color: black;
}

img {
	border-style: none;
}

caption {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	background-color: #eee;
	font-weight: bold;

	margin-left: auto;
	margin-right: auto;

	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
}

th {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	padding: 5px;
}

td {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	padding: 5px;
}

.hidden {
	display: none;
}

p.subtitle {
	font-style: italic;
	font-weight: bold;
}


/* FAHRPLAN TABLE */

table.fahrplan {
	border-spacing: 0.2cm;
	font-size: 100%;
	width: 100%;
}

table.fahrplan td,
table.speaker-index td,
table.event-index td {
	vertical-align: middle;
	text-align: center;
}

table.fahrplan td.col0 {
	width: 8%;
	font-size: 150%;
	vertical-align: middle;
	background-color: #ddd;
}

table.fahrplan th {
	text-align: center;
	font-size: 150%;
	padding: 10px;
}

table.fahrplan .col0 {
	width: 8%;
}

table.fahrplan .col1,
table.fahrplan .col2,
table.fahrplan .col3,
table.fahrplan .col4 {
	width: 23%;
}

table.fahrplan td.empty {
	background-color: #eee;
}

table.fahrplan td.event {
	background-color: #ddd;

	border-color: black;
	border-style: solid;
	border-width: 0.01cm;
}


/* divisions */

div.logo {
	display: none;
}


/* MAIN LAYOUT */

div.columns {
}

div.infobar {
	display: none;
}

div.main {
}

/* LANGUAGE SELECTOR */

div.language-selector {
	display: none;
}


/* SUB MENU */

div.submenu {
	display: none;
}

/* MAIN MENU */

div.menu {
	display: none;
}

/* BODY AREA */


/* OVERVIEW BOX */

div.overview {
	display: none;
}
