/* TRACK MATRIX */
.oddnumberedcolumns{ background-color: #F5F4F2; }
.matrix-color-fg { color: #666 !important; font-weight: normal;}
ul.topictracklist { width: 660px; }
ul.topictracklist li { width: 215px; float: left;}
table.topictrackmatrix { margin-top: 6px; table-layout: fixed; width: 100%; }
table.topictrackmatrix tr { background-color: #FFF !important;}
table.topictrackmatrix tr.trackmatrix-content  th { background-color: #FFF !important; }
table.topictrackmatrix tr.trackmatrix-content td { padding-right: 6px !important; }
table.topictrackmatrix tr.trackmatrix-content td a, .track-matrix-footer-content a { color: #333 !important; text-decoration: none; font-size: 11px; }
table.topictrackmatrix tr.trackmatrix-content td a:hover, .track-matrix-footer-content a:hover { border-bottom: dotted 1px #AAA; text-decoration: none; }
table.topictrackmatrix tr.trackmatrix-content th, table.topictrackmatrix tr.trackmatrix-content td { color: #666;line-height: 10px; padding: 11px 6px 11px; }
table.topictrackmatrix tr.trackmatrix-content th div { height: 22px; }
table.topictrackmatrix tr.trackmatrix-content td div { margin-bottom:10px;margin-top:6px; }
table.topictrackmatrix tr.trackmatrix-content { font-size: 9px; background-color: #FFF !important; }
table.topictrackmatrix tr th { color: #FFF; }




/* MYSCHEDULE */
table.schedule tr.slots td div { background-position: top right; background-repeat: no-repeat; padding: 4px; margin: 2px; }
table.schedule tr.slots td div.myschedhover { background-image: url('/images/myschedule-hover.png'); }
table.schedule tr.slots td div.myschedselected { background-image: url('/images/myschedule-selected.png'); }

/* TRACK SCHEDULE */
div.schedule.trackschedule ul {list-style: none;	margin: 0px; padding: 0px;height:90px }
div.schedule.trackschedule ul li.prev { float: left; }
div.schedule.trackschedule ul li.next { float:right; }
div.schedule.trackschedule dt.trackhost { float: left; }
div.trackschedule dt.trackabstract { display: none; padding-top: 10px; }
div.trackschedule dd.trackabstract { padding-top: 10px; }

/* LEGENDS */
.legend {height: 14px; background-position: left center; background-repeat: no-repeat;line-height:23px; }
.legend-color1 { background-image: url("/images/gotocon/legend-color1.png"); }
.legend-color2 { background-image: url("/images/gotocon/legend-color2.png"); }
.legend-color3 { background-image: url("/images/gotocon/legend-color3.png"); }
.legend-color4 { background-image: url("/images/gotocon/legend-color4.png"); }
.legend-color5 { background-image: url("/images/gotocon/legend-color5.png"); }
.legend-color6 { background-image: url("/images/gotocon/legend-color6.png"); }
.legend-indent {text-indent: 20px; }

.tba {
	background-image: url('/images/grad-gray.png');
	background-repeat: repeat-x;
	background-color: #C4C0B7 !important;
}

.color1 {
	background-color: #B8307A !important;
	color: white !important;
	background-image: url("/images/grad-purple.png");
	background-repeat: repeat-x;
} 
.color2 {
	background-color: #EE2978 !important;
	color: white !important;
	background-repeat: repeat-x;
	background-image: url("/images/grad-red.png");
} 
.color3 {
	background-color: #FED020 !important;
	color: white !important;
	background-image: url("/images/grad-orange.png");
	background-repeat: repeat-x;
} 
.color4 {
	background-color: #BDCE4F !important;
	color: white !important;
	background-image: url("/images/grad-green.png");
	background-repeat: repeat-x;
} 
.color5 {
	background-color: #B6CAD8 !important;
	color: white !important;
	background-image: url("/images/grad-lightblue.png");
	background-repeat: repeat-x;
} 
.color6 {
	background-color: #4A9DD6 !important;
	color: white !important;
	background-repeat: repeat-x;
	background-image: url("/images/grad-blue.png");
}

.color1-fg {
	color: #6E1D52 !important;
	/*background-color: #E6E3DC !important;*/
	font-weight: bold !important;
} 
.color2-fg {
	color: #A0162A !important;
	/*background-color: #E6E3DC !important;*/
	font-weight: bold !important;
} 
.color3-fg {
	color: #F39017 !important;
	/*background-color: #E6E3DC !important;*/
	font-weight: bold !important;
} 
.color4-fg {
	color: #7BBE31 !important;
	/*background-color: #E6E3DC !important;*/
	font-weight: bold !important;
} 
.color5-fg {
	color: #76B6C9 !important;
	/*background-color: #E6E3DC !important;*/
	font-weight: bold !important;
} 
.color6-fg {
	color: #0755A8 !important;
	/*background-color: #E6E3DC !important;*/
	font-weight: bold !important;
}

table.trackschedule {
    /* TODO: center this table inside the surrounding div. */
}
    
dd.trackhost {
    font-weight: bold;
}

table.schedule td div.schedulePopupExtras {
    display: none;
}
/*
table.schedule td.tutorial div.schedulePopupExtras {
    display: block;
}
*/

table.schedule th.time p {
    text-align: center;
}
    
table.schedule dt {
	display: none;
}

table.schedule dd {
	display: block;
	margin: 0;
	padding: 0;
}

table.schedule caption {
	display:none;
}
table.schedule {
	border-collapse: collapse;
	font-size: 10px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 30px;
}

table.schedule a {
	color: inherit !important;
}

table.schedule tr.track-headers th { background-color: #E6E3DC; vertical-align: top; text-transform: uppercase; }

table.schedule td, table.schedule th {
	color: white;
	background-color: #C4C0B7;
	border: 1px solid white;
	padding: 6px;
	line-height: 1.2;
}

table.schedule tr.slots td {
	padding: 0px;
}


table.schedule tr.plenary td, table.schedule tr.plenary th {
	background-color: #999;
	font-weight: bold;
}

table.schedule tr.plenary td {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.schedule tr.plenary td dd.speaker {
	font-style:italic;
	font-weight:normal;	
}

table.schedule tr.plenary.break td, table.schedule tr.plenary.break th {
 	background-color: #CCC;
	font-size: 10px;
	padding: 4px 6px 4px 6px;
}

.schedule {
	position: relative;
}

table.schedule dl {
	margin: 0;
}

table.schedule tr.slots {
	vertical-align: top;
}

table.schedule tr.slots dd.subject {
	font-weight:bold;
	font-size: 11px;
}

table.schedule tr.slots dd.speaker {
	font-style:italic;
	margin-top: 3px;
}

table.schedule tr.plenary td {
	font-weight: bold;
}

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

table.schedule tr.track-hosts dd {
	font-weight: normal;
	font-style: italic;
}

table.schedule tr.location {
	font-weight: bold;
}

table.schedule tr.location td {
	color: #333;
}

.schedule ul.legend li {
	display: block;
	font-weight: bold;
	list-style-type: none;
	float: left;
	margin: 5px;
	background-color:white !important; 
}

.schedule ul.legend {
	display:block;
	margin:30px 0 0 0;
	padding: 0;
}

.schedule ul.legend span {
	text-indent:-9999px;
	display:inline-block;
	width: 16px;
	height: 16px;
	margin:0 5px 0 0;
	padding: 0;
	background-repeat: no-repeat;
}

table.schedule tr td.trackColWidth1 
{
	width: 842px;
}

table.schedule tr td.trackColWidth2
{
	width: 421px;
}

table.schedule tr td.trackColWidth3
{
	width: 281.666667px;
}

table.schedule tr td.trackColWidth4
{
	width: 210.5px;
}

table.schedule tr td.trackColWidth5
{
	width: 168.4px;
}

table.schedule tr td.trackColWidth6
{
	width: 140.33px;
}

table.schedule tr td.trackColWidth7
{
	width: 120.29px;
}


table.schedule tr td.trackColWidth8
{
	width: 105.25px;
}

table.schedule tr td.trackColWidth9
{
	width: 93.5556px;
}

table.schedule tr td.trackColWidth10
{
	width: 84.2px;
}

/* PRINT */
@media print
{
	table.schedule, table.schedule tr, table.schedule tr td, table.schedule tr th  {
		border-style: solid;
		border-color: #000;
		border-width: 1px;	
	}
}
