/*

This is a modified style sheet for schedules of events marked up as tables with the class vcalendar.
It was written by Jeremy Keith:
http://adactio.com/

Licensed under a Creative Commons Attribution license:
http://creativecommons.org/licenses/by/3.0/

For more information on the hCalendar microformat, please visit:
http://microformats.org/wiki/hcalendar

*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif;	
}
h1 {
	font-family: "Egyptienne F LT Std", "Egyptienne F Std", Cambria, "Lucida Bright", Georgia, "Times New Roman", serif;
	font-size: 1.625em; /* 26px */
	line-height: 1;
	text-align: center;
	max-width: 30em;
	margin: 0 auto 1em auto;
}

p {
	font-weight: normal;
	font-size: 0.8125em; /* 13px */
}

table {
	border-collapse: collapse;
	font-size: 1em;
	line-height: 1.231; /* 16px */
	color: #333;
}
table tr {
	vertical-align: text-top;
}
table th,
table th * {
	font-weight: normal;
	font-size: 1em;
}
table th,
table td {
	padding: .231em .462em .385em; /* 3px 6px 5px */
}
table thead td {
	border: 0;
}
table thead th {
	text-align: left;
	vertical-align: bottom;
	color: #456;
	background-color: #dde;
	border: 1px dotted #ccd;
	font-size: 0.8125em; /* 13px */
}
table thead tr.group th {
	color: #123;
}
tbody {
	height: 455px;
	overflow: scroll;
}
table tbody td {
	background-color: #eee;
	border: 1px solid #c7c7c7;
	text-align: center;
}
table tbody tr:hover td,
table tbody tr:focus td {
	background-color: #ddd;
	border: 1px solid #c7c7c7;
}
table tbody tr:hover td:hover,
table tbody tr:focus td:focus {
	background-color: #ccc;
	border: 1px solid #c7c7c7;
}
table tbody th {
	font-size: 1em;
	text-align: right;
	color: #fff;
	background-color: #789;
	border: 1px dotted #99a;
}
table tbody th abbr {
	border: none;
}
table tbody tr:hover th,
table tbody tr:focus th {
	background-color: #678;
	border: 1px dotted #889;
}

/* non-hCalendar classes */

table tbody td.global {
	background-color: #ffc;
	border: 1px solid #cc9;
}
table tbody td.global:hover,
table tbody td.global:focus {
	background-color: #eeb;
	border: 1px solid #cc9;
}
table tbody tr.break th {
	background-color: #89a;
}
table tbody tr.break td {
	background-color: #eef;
}