﻿table.timetable
{
	width: auto;
}
table.timetable col.room
{
	width: 70px;
}
table.timetable col.session
{
	/*width: 90px;*/
}
table.timetable col.break
{
	width: 10px;
	background: #EDF2C2;
}
table.timetable th
{
	text-align: center;
	vertical-align: top;
	border: 1px solid #339999;
	background: #EDF2C2;
	font-weight: bold;
	padding: 5px;
}
table.timetable td
{
	text-align: left;
	vertical-align: top;
	border: 1px solid #339999;
	padding: 5px;
}
table.timetable tbody th
{
	text-align: center;
	font-weight: bold;
	font-weight: bold;
}
table.timetable div.session-code
{
	font-weight: bold;
	height: 1.5em;
}
table.timetable td.executive div.session-code
{
	border: 1px solid #0099ff;
	background: #0099ff;
}
table.timetable td.plenary div.session-code
{
	border: 1px solid #999900;
	background: #999900;
}
table.timetable td.special div.session-code
{
	border: 1px solid #ff0099;
	background: #ff0099;
}
table.timetable td.technical div.session-code
{
	border: 1px solid #ff9900;
	background: #ff9900;
}
table.timetable td.interactive-session div.session-code
{
	border: 1px solid #99ff99;
	background: #99ff99;
}
table.timetable div.paper-count
{
	margin: .5em 0 0;
}
table.timetable td.executive div.paper-count
{
	border-top: 1px solid #0099ff;
}
table.timetable td.no-session div.paper-count
{
	border-top: 1px solid #ffffff;
}
table.timetable td.plenary div.paper-count
{
	border-top: 1px solid #999900;
}
table.timetable td.special div.paper-count
{
	border-top: 1px solid #ff0099;
}
table.timetable td.technical div.paper-count
{
	border-top: 1px solid #ff9900;
}
table.timetable td.interactive-session div.paper-count
{
	border-top: 1px solid #99ff99;
}
table.timetable td.break
{
	font-weight: bold;
	text-align: center;
}
table.timetable a
{
	color: #000000;
	
}


ul#paperInformation {
	padding: 0;
	margin: 0;
}
  
#paperInformation li {
	margin: 0; 
	list-style: none;
	padding-bottom:1em;
  }


#paperInformation li a {
	text-decoration: none;
	font-weight: bold;
}



#paperMenuContainer
{
	margin-bottom: 2em;
	padding-bottom:1em;
	overflow: hidden;
	width: 100%;
	border-bottom:dotted 1px #bfbebe;
}

#paperMenuList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
		
}

#paperMenuList li {
	border-left: 1px solid #bfbebe;
	float: left;
	line-height: 1.1em;
	margin: 0 0.8em 0 -.5em;
	padding: 0 0.8em 0 .5em;

}

#paperMenuList li a {
	text-decoration:none;
	font-size: 1.0em;
	font-weight: bold;
	color: #646464;

}


#paperMenuList li a:hover, #paperMenuList li a.selected { 
	text-decoration:underline;
	color: #5ca254;
}



dl.paperDisplay, dl.paperResultsDisplay {
	margin-bottom: 2em;
	border:solid 1px #dcdada;
	overflow:hidden;
	padding-top: 0.8em;
}


dl.paperResultsDisplay, dl.paperDisplay {
	width:100%;
	position: relative;
}




.paperDisplay dt, .paperResultsDisplay dt {
	width: 14em;
	position: absolute;
	left: 0;
	padding: 0 .5em .75em;
}


.paperDisplay dd, .paperResultsDisplay dd 
{
	margin: 0;
	padding: 0 0 .75em 15em;
}

#contentContainer .paperDisplay dd ul, #contentContainer .paperResultsDisplay dd
{
	margin: 0 0 0 15px;
}

dl.paperDisplay {
	background-color:#F4F7FA;
}


dl.paperResultsDisplay {
	background-color:#FCFCFC;
}




select {
	width: 12em;
	padding: 0;
	border:1px solid;
}


p.submit {
	text-align: center;
}

blockquote {
	margin:0;
	padding:0;
}

/* Interactive Timetable elements */

#personalPlannerOption
{
	float: right;
}

dl.exhibtable-display
{
	padding-right: 150px;
}


ul#timetableNavigation li
{
	display: inline;
	padding-right: 3em;
}

ul#timetableNavigation
{
	padding-left: 0;
	margin-left: 0;
}


table#itenerary
{
	width: 100%;
	text-align: left;
}

table#itenerary th
{
	font-weight: bold;
}

table#itenerary td,
table#itenerary th
{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0.5em;
}

a.downloadPaper
{
	background-image: url( /zone/images/icons/book_go.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	margin: 5px 0px 5px 0px;
}