/* CSS Document */
/* Museums and the Web 2006 - Session Calendar specific styles */
/* www.archimuse.com */
/*sescal.css - for session calendar table pages in mw2006 site */
/* created 051203 - jt */

/* hide the callout */

#callout {
	background: url();
	width: 0;
	height: 0;
	visibility: hidden;
}

img {border:0}

/*	=sescal
---------------------------------------------------------------------*/
th.schedule-date{
	background: #9DAF71;
	font-size: 130%;
	text-align: left;
}

table.schedule-table{
	width: 548px;
	margin: 20px 0;
	font-size: 90%;
	padding: 0;
	border: 1px solid #999;
}

table.schedule-table a{
	color: black;
	text-decoration: underline;
}

.schedule-table tr, .schedule-table td{text-align: center;}

.schedule-table td {padding: 0 2px;}

/*TABLE HEADER*/
	table.schedule-table th {
	background: #CCCCCC;
	color: #152200;
	padding: 2px;
	border: 0;
	}

/*TIME*/
	td.schedule-time {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 0px;
	border-left: 0px;
	text-align: left;
	width: 50px;
	}


table.schedule-table td.admin{background: #E3E3E3;}

table.schedule-table .Session{background: #AEACAD;}

table.schedule-table td.workshop{
	background: #D5C8C8;
	font-size: 90%;
}

table.schedule-table td.workshop-1{
	background: #C8B6B6;
	font-size: 90%;
}

table.schedule-table td.workshop-am, td.workshop-pm{
	background: #bda8a8;
	font-size: 90%;
}

table.schedule-table td.workshop-am-1, td.workshop-pm-1{
	background: #C8B6B6;
	font-size: 90%;
}


table.schedule-table .Tour{background: #D2DFB2;}

table.schedule-table .close-up{
	background: #CBD3BB;
	border: 0;
}
		
table.schedule-table .close-up-1{
	background: #B5C19F;
	border: 0;
}

table.schedule-table .reception{background: #D2DFB1;}

table.schedule-table .demonstration {background: #BDA8A8;}

table.schedule-table .interaction{background: #B6AAB5;}

table.schedule-table .social{
	background: #D2DFB1;
	border-left: 0px solid #999;
	border-top: 0px solid #999;	
}


table.schedule-table .plenary{background: #AE939D;}

table.schedule-table .education{background: #D5C8CE;}

table.schedule-table .technology{background: #C8B6BC;}

table.schedule-table .design{background: #D7D7D7}

table.schedule-table .marketing{background: #CDCDCD}

table.schedule-table .exhibits{background: #A2AD90;}

table.schedule-table .management{background: #B9B9B9}

table.schedule-table .users{background: #AFAFAF}

table.schedule-table .evaluation {background: #D0C8CE}

table.schedule-table .issues{background: #9B9B9B}
