/* Print StyleSheet for the calendar of http://www.gopera.com/igi/ */

BODY, P, TR, TD, LI {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

DIV#navigation {
	display: none;
}

DIV#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 140%;
	font-weight: bold;
}

H2 {
	display: none;
}

A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.date {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}

IMG {
	display: none;
}

.detaildate {
	font-size: 120%;
	color: #808080;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.detailvenue {
	font-size: 90%;
	color: #808080;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.details {
	margin-left: 1em;
	font-size: 90%;
}

.weekday {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.weekend {
	background-color: #cccccc;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

STRONG {
	font-size: 200%;
	font-weight: bold;
}

.tab {
	margin-left: 1em;
}

.credit {
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
}

TD.calmonth, TD.caldays, TD.calday {
	display: none;
}

.options, .footer {
	display: none;
}

INPUT, SELECT, OPTION {
	display: none;
}

