@charset "UTF-8";
/* NPS Agenda styles */
/* Override base styles */
ul li {
	list-style-type: none;
}

ul, li {
	padding: 0;
	margin: 0;
}

.ui-tabs-nav, .ui-tabs-panel, #agenda {
	 font-family:Arial,Helvetica,sans-serif !important;
 }

.ui-tabs-nav li a:link, .ui-tabs-nav li a:visited, .ui-tabs-nav li a:hover {
	border: none;
}
caption {
	text-align: left;
	color: #fff;
	background-color: #028084;
	padding: 4px;
	margin: 0;
	border: 2px solid #ccc;
	font-weight: bold;

}

caption span {
 float: right;
}

#agenda th {
	
	text-align: left;
	padding: 4px;
	background-color: #44BB99;
}

 #agenda td {
	padding: 4px;
}

#agenda tr:hover {
	background-color: #cff;
	cursor: auto;
}

#agenda {
	width: 100%;
	border-collapse: collapse;
}

#agenda td, #agenda th {
	vertical-align: top;
	border: 2px solid #ccc;
}

#agenda th a:link, #agenda th a:visited,
#agenda th a:hover {
  border-bottom: none;
  text-decoration: none;
  color: #2e2e2e;
}

#agenda th a:hover {
  color: #ccc;
  text-decoration: underline;
  background-color: transparent;
}
#agenda th.location {
	text-align: center;
	font-weight: bold;
}
#time-1-col, #time-2-col {
	width: 6.8em;
	white-space: nowrap;
}

#location-1-col, #location-2-col {
	width: 14em;
}

#time-2-col {
	border-left: 8px solid #ccc;
	border-top: 2px solid #ccc;
}

tr.break td {
	background-color: #ddd;
	font-weight: bold;
}

tr.lunch td {
	font-weight: normal;
}
ul.speaker {
	margin-bottom: 10px;
}
ul.speaker li {
	font-style: italic;
}

li.session-note {
	margin-top: 10px;
}

p.session-title {
	margin: 0 0 10px 0;
	padding: 0;
}

ul.titled {
	margin-bottom: 10px;
}

ul.panelists li {
	margin-bottom: 5px;
	font-style: italic;
}

ul.titled .title {
	font-weight: bold;
	font-style: normal;
}

#agenda-links {
	margin: 0 0 10px 0px;
}

#agenda-links li {
	margin: 6px 30px;
}

 #agenda-links li.title {
	 margin: 0px;
 }

ul.chair {
	font-style: italic;
}

