/* Screen 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#content {
	position: absolute;
	top: 10px;
	left: 200px;
}

DIV#navigation {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 180px;
}

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

H2 {
	color: #000066;
	font-size: 100%;
	font-weight: bold;
}

.date {
	font-size: 120%;
	color: #666666;
	border-bottom: 1px solid #808080;
	width: 100%;
}

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

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

.details {
	margin-left: 10px;
	font-size: 90%;
}

.options {
	margin-left: 5px;
	font-size: 90%;
}

.footer {
	border-top: 1px solid #808080;
	text-align: right;
}

.credit {
	display: none;
}

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

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

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

.tab {
	margin-left: 20px;
}

A, A:visited {
	color: #0000cc;
	text-decoration: underline;
}

A.cal, A.cal:visited {
	color: #0000cc;
	text-decoration: none;
}

A:hover {
	color: #0000ff;
}

TD.calmonth {
	font-size: 80%;
	text-align: center;
	border: 1px solid #000033;
}

TD.caldays {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000033;
}

TD.calday {
	font-size: 80%;
	text-align: center;
	border-bottom: 1px solid #000066;
}

INPUT, SELECT, OPTION {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

