#ConferencePath {
	width: 96%;
	display: inline;
	clear: both;
}

#CPfooter {
	margin: 10px 0 0 0;
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 10px;
	color:#000;
	text-align: center;
	background: #ffffff url('/graphics/footerbg.gif') repeat-x;
	border-top: 1px solid #077F03;
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#CPfooter a {
	color:#000;
}

#CPfooter a:hover {
	text-decoration:underline;
}

#CPfooter small {

}

.clearall {
	clear: left;
}

#listlink {
	list-style: none;
	margin-top: 15px;
	padding: 2px;
}

.listlink_date {
	list-style-image: url('/graphics/icons/calendar.gif');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 25px;
}

.listlink_track {
	list-style-image: url('/graphics/icons/track.gif');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
	margin: 5px 0px 0px 30px;
}

.listlink_list {
	list-style-image: url('/graphics/icons/view.gif');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 25px;
}

/* == CRUMBS =========================================*/
#crumbs {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	text-align:left;
	font-size:105%;
	background: #EEE;
	padding: 3px 10px 3px 10px;
	background: #eee url(/graphics/crumbs.gif) repeat-x bottom right;
	border-bottom: 1px solid #ddd;
}

#crumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	margin-left: 10px;
	font-family: "Arial", "Veranda", "Trebuchet MS", Arial, sans-serif; 
	color: #000;
}
#crumbs ul li {
	margin-left: 5px;
	border: none;
	list-style: none;
	display: inline;
/*	font-weight: bold;*/
	font-family: "Arial", "Veranda", "Trebuchet MS", Arial, sans-serif; 
	font-size: 100%;
	vertical-align: middle;
}

#crumbs ul li a {
	color: #000;
}

#crumbs .stickyicon {
	text-align: right;
	float: right;
	margin-top: -21px;
	margin-right: 5px;
	bordeR: 0px;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.highlight {
	font-weight: bold;
	background: yellow;
}

tr .CP_header {
	background: #638CB5;
	color: #fff;
	padding: 4px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	border-top: 1px solid #4A7BAD;
	border-left: 1px solid #4A7BAD;
	border-bottom: 1px solid #D6DEE7;
	border-right: 1px solid #D6DEE7;
}

#CP_CAAG #row {
	clear: both;
	border: 1px solid;
	height: 1%;
}

#CP_CAAG .time {
	width: 15%;
	float: left;
	background-color: #eee;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	height: 1px;
	padding: 4px;
}

#CP_CAAG .session {
	float: left;
	border: 1px solid #ddd;
}

#CP_CAAG .session a {
	color: #000;
}

#CP_CAAG .session a:visited {
	color: #000;
}