/******************************************************* Agenda Styles ***/

div#abstractList {
	clear:both;
	margin:3em 0 0 5px;
}

div#abstractList h1 {
	margin-bottom: 1.5em;
}

.scrollContainer h2 {
	margin: 1em 2px .5em;
	font-size: 1.4em;
}

#nyroModalContent p {
	line-height: 1.5em;
}

#nyroModalContent h2 {
	font-size: large;
	margin-bottom: .75em;
}

h3.speaker {
	padding-bottom: 1em;
}

h3.speaker span {
	color: #aaa;
}

h3 + h3 {
	margin-top: -.75em;
}

ul.navigation {
	clear: both;
	height:  1.9em;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0 10px 0 15px;
	position: relative;
	text-align: center;
}

ul.navigation li {
	float: left;
	margin: 0;
	margin-right: 2px;
}

ul.navigation li a {
	display: block;
	background: #005083 url("/g/codaSlider_th_bckgrnd.png") repeat-x scroll 0 0;
	text-decoration: none;
	padding: 5px 10px 8px;
	color: #fff;
	font-size: 80%;
	-moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px;
}

ul.navigation li a.selected {
	background: none;
	background-color: #eee;
	color: #005083;
	/*font-weight: bold;*/
	/*border-top: 1px solid #005083;
	border-left: 1px solid #005083;
	border-right: 1px solid #005083;*/
}

ul.navigation li a:focus {
	outline: none;
}

table.summitAgenda2009 {
	width: 100%;
	border-style: none solid solid;
	border-spacing: 0;
	border-collapse: separate;
	border-width: medium 1px 1px;
	border-color: #005083;
	background-color: #fff;
	font-size: 85%;
	line-height: 1.5em;
}

table.summitAgenda2009 a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

table.summitAgenda2009 a:hover {
	color: #4298ba;
}

table.summitAgenda2009 td.day {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

table.summitAgenda2009 tr.wednesday td, table.summitAgenda2009 tr.thursday td, table.summitAgenda2009 tr.friday td {
	border-color: #005083;
	border-top-width: 2px;
}

table.summitAgenda2009 td, table.summitAgenda2009 th {
	text-align: left;
	padding: 5px 8px 4px;
	vertical-align: middle;
}

table.summitAgenda2009 td {
	border-top: 1px solid #eee;
}

table.summitAgenda2009 th {
	background: #005083 url("/g/codaSlider_th_bckgrnd.png") repeat-x scroll 0 0;
	color: #fff;
}

table.abstracts {
	margin: 1.5em 0 6em 0;
}

table.abstracts td {
	font-weight: bold;
}

#nyroModalContent table.abstracts {
	margin-bottom: 1em;
}

#slider {
    width: 720px;
    margin: 3em auto;
    position: relative;
}

.scroll {
    height: 770px;
    width: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #eee url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
    margin-bottom: 3em;
    -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px;
    /*border: 1px solid red;*/
}

.scrollContainer div.panel {
    padding: 5px 20px;
    height: 440px;
    width: 680px;
}

#pathList {
	height: 6em;
}

#pathList p {
	margin: 1em 0 1em 15px;
	float: left;
}

#pathList ul {
	margin: .5em;
	padding: 0;
	list-style: none;
	float: left;
}

#pathList ul li {
	margin: 0 2px;
	float: left;
	background-color: #eee;
}

#pathList ul li a {
	display: block;
	padding: .5em 1em;
}

#pathList ul li a:focus {
	outline: none;
}

td.hilite, a.hilite {
	color: #fff;
}

tr.operate td.hilite, li.operate a.hilite, table.abstracts td.operate {
	background-color: #8578c0;
}

tr.integrate td.hilite, li.integrate a.hilite, table.abstracts td.integrate {
	background-color: #328a98;
}

tr.develop td.hilite, li.develop a.hilite, table.abstracts td.develop {
	background-color: #003c70;
}

tr.strategize td.hilite, li.strategize a.hilite, table.abstracts td.strategize {
	background-color: #c80001;
}

tr.catalyst td.hilite, li.catalyst a.hilite, table.abstracts td.catalyst {
	background-color: #781F1C;
}


