/* @override http://www.sportpaleis.loc/style/screen.css */

h1 {
	font-size: 180%;
}

body {
	margin: 16mm;
	padding: 0;
	font: 9pt/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation {
	display: none;
}

.skipnav {
	display: none;
}

div.links {
	display: none;	
}

#banners {
	display: none;
}

div#alt_content_1 {
	display: none;
}

div#alt_content_2 {
	display: none;
}

div#calendar_controls {
	display: none;
}

div#breadcrumbs {
	display: none;
}

/* @group list c */

table#main_calendar {
	border-collapse: collapse;
}

table#main_calendar td {
	border: 1pt solid #000;
	padding: 0.2em 0.4em;
	vertical-align: top;
}

table#main_calendar th {
	border: 1pt solid #000;
	padding: 0.2em 0.4em;
	text-align: left;
	vertical-align: top;
}

table#main_calendar .description {
	display: none;
}

table#main_calendar .links {
	display: none;
}

table#main_calendar .dtend {
	display: none;
}


table#main_calendar .location,
table#main_calendar .dtstart {
	white-space: nowrap;
}

table#main_calendar caption {
	display: none;
}

/* @end */

/* @group list a */

div.calendar_item {
	float: left;
	clear: left;
	width: 100%;
}

div.calendar_item h2 {
	border-top: 1px solid #000;
	padding-top: 1em;
}

div.calendar_item .description {
	display: none;
}

div.calendar_item p.info {
	display: none;
}

div.calendar_item div.info h3 {
	display: none;
}

div.calendar_item div.info ul,
div.calendar_item div.info ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.calendar_item div.info ul li {
	float: left;
	padding: 0 2em 0 0;
	white-space: nowrap;
}

/* @end */

/* @group event */

div#event_calendar {
	float: right;
	background-color: #eee;
	margin: 0 0 1em 2em;
	padding: 1em 2em;
	font-size: 95%;
}

div#event_calendar ul,
div#event_calendar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#event_calendar h2 {
	padding: 0;
	margin: 0.5em 0 1em 0;
	font-weight: normal;
	font-size: 100%;
	text-transform: uppercase;
}

div#event_calendar ul li {
	white-space: nowrap;
	padding-bottom: 0.5em;
}

div#event_calendar span.links {
	display: none;
}

div#event_calendar .divider {
	display: none;
}

div#event_calendar .status {
	font-style: italic;
	font-size: 95%;
	padding-left: 1em;
}

div#event_calendar .location {
	font-weight: bold;
	padding-right: 1em;
}

div#event_calendar li.canceled {
	text-decoration: line-through;
	color: #555;
}

div#event_calendar li.last {
	color: #f60;
}

div#event_calendar li.soldout {
	color: #c00;
}


p.details {
	padding-top: 2em;
}

/* @end */

/* @group news */

div.article {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1pt solid #aaa;
}

div.article h2 {
	padding: 0;
	margin: 0.5em 0 1em 0;
	font-weight: normal;
	font-size: 120%;
	padding-right: 0.5em;
}

span.publicationdate {
	font-size: 60%;
	white-space: nowrap;
}

div.article hr {
	display: none;
}


/* @end */

#footer {
	clear: both;
	padding-top: 2em;
}

#footer h1 {
	display: none;
}

#footer ul {
	display: none;
}

#partners {
	display: none;
}


.float_left {
	float: left;
}

.float_right {
	float: right;
}

.thumb {
	margin: 0.5em 0 1em 1em;
	border: 2px solid #000;
}

.thumb.float_right {
	margin: 0.5em 0 1em 1em;
}

.thumb.float_left {
	margin: 0.5em 1em 1em 0;
}