@charset "utf-8";
/* CSS Document */

/*

This is a 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

*/

table.vcalendar {
	border-collapse: collapse;
	margin-bottom: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
	width: 640px;
}
table.vcalendar caption {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.8em;
	line-height: 1;
	text-align: center;
}
table.vcalendar tr {
	vertical-align: text-top;
}
table.vcalendar th,
table.vcalendar th * {
	font-weight: bold;
}
table.vcalendar th,
table.vcalendar td {
	padding: .75em;
}
table.vcalendar thead td {
	border: 0;
}
table.vcalendar thead th {
	text-align: left;
	vertical-align: bottom;
	color: #456;
	background-color: #DDE;
	border: 1px dotted #CCD;
}
table.vcalendar tbody td {
	background-color: #EEE;
	border: 1px solid #FFF;
}
table.vcalendar tbody td:hover,
table.vcalendar tbody td:focus {
	background-color: #FACD53;
	border: 1px solid #FFF;
}
table.vcalendar tbody th {
	text-align: left;
	color: #000;
	background-color: #EEE;
	border: 1px solid #FFFFFF;
}

table.vcalendar tbody td#day {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #262262;
	border: 1px dotted #000000;
	background-attachment: scroll;
	background-image: url(/conference2010/img/tddaybg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

table.vcalendar tbody th abbr {
	border: none;
}
table.vcalendar tbody tr:hover th,
table.vcalendar tbody tr:focus th {
	background-color: #FACD53;
	border: 1px solid #FFFFFF;
}

/* non-hCalendar classes */

table.vcalendar tbody td.global {
	background-color: #ffc;
	border: 1px solid #cc9;
}
table.vcalendar tbody td.global:hover,
table.vcalendar tbody td.global:focus {
	background-color: #eeb;
	border: 1px solid #cc9;
}
table.vcalendar tbody tr.break th {
	background-color: #89a;
}
table.vcalendar tbody tr.break td {
	background-color: #eef;
}
