/***********************************************/
/* style_sheet.css                             */
/* Use with template style_sheet.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 12px;
}
/***** FOR SCHEDULE PAGES *****/
table {
	border: 1px solid #666666;
	width: 90%;
	background-image: url(images/2011/trans_bg.png);
	background-repeat: repeat;
}
table.sched{
	table-layout: fixed;
	width: 100%;
}
th{
	text-align:center;
	border: 1px solid #666666;
	width: auto;
	color:#FFFFFF;
	background-color:#000;
	font-weight:bold;
}
td {
	border: 1px solid #666666;
	text-align: left;
	vertical-align: top;
	width: auto;
}
td.classtime {
	text-align: left;
	width: auto;
	vertical-align: middle;
	width: auto;
}
td.cell{
	text-align:center;
}
.lecture{
	background-color: #ebebeb;
}
.exhibit{
	background-color: #660000;
	color:#FFFFFF;
}
.lunch{
	background-color: #988344;
	color:#FFFFFF;
}
a.speaker{
	color: #3d1604;
}