/* CSS Document */
/* International Cultural Heritage Informatics Meeting, 2007 - Session Calendar specific styles */

/*heading colours*/

#date {
	}

#title {
	}
	
/* hide the callout */

#update {
	background: url();
	width: 0;
	height: 0;
	visibility: hidden;
	}
#speakerphoto {
	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: #E3EFF9;
	}
	
/*SESSION TYPES*/
table.schedule-table td.workshop{
	font-size: 90%;
	background-color: EADBEF;
	}

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

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

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

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

table.schedule-table .close-up{
	background: #EADBEF;
	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-color: #EADBEF;
	}

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

table.schedule-table .plenary, .panel{
	background: #E3E7F4;
	}

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

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

table.schedule-table .design, .documentation, .virtual{
	background: #D7D7D7
	}

table.schedule-table .audiences, .impact{
	background: #DFDFDF	}


table.schedule-table .issues{
	background: #9B9B9B
	}
table.schedule-table .exhibitions{
	background: #E0D6D6
	}
table.schedule-table .content{
	background: #D4CED4
	}
