/* Stream on HP
- - - - - - - - - - - - - - - - - - - - - */
.conference-streams{}

.conference-streams-header{
	margin:0 0 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
	line-height:1.25;
}
.conference-stream{
	margin:0 0 27px;
}
.stream-box{
	margin:0 0 18px;
}
/*.shedule-box h2{
	margin:0 0 9px;
	font-size:21px;
	line-height:27px;
	font-weight:normal;
}*/
.schedule-header{
	margin:0 0 9px;
	padding-left:35px;
	font-size:21px;
	line-height:30px;
	font-weight:normal;
	background:url(/i/cal-ico.png) no-repeat 0 50%;
}

.schedule-toolbar{
	margin:0 0 9px;
}
.schedule-toolbar .schedule-actions{
	float:right;
}
.schedule-actions .add,
.schedule-actions .download{
	float:left;
	display:inline;
	margin:0 0 0 35px;
	font-size:14px;
	line-height:30px;
}
.schedule-actions .add a{
	padding:0 0 0 35px;
	background:url(/i/ical-add-ico.png) no-repeat 0 50%;
}
.schedule-actions .download a{
	padding:0 0 0 35px;
	background:url(/i/ical-download-ico.png) no-repeat 0 50%;
}
.schedule-header{
	float:left;
	margin:0;
}
.shedule-list{
	width:100%;
	font-size:14px;
}
	.shedule-list td{
		padding:10px;
	}
	.shedule-list .day{
		width:20%;
		padding:10px 15px;
		vertical-align:top;
	}
	.shedule-list .descr{
		padding:10px 15px;		
		vertical-align:top;
	}
		.shedule-list .descr h3{
			font-size:18px;
			font-weight:normal;
		}
	.shedule-list .day,
	.shedule-list .descr,
	.shedule-list .speaker,
	.shedule-list .speaker-ph{
		border-bottom: solid 1px #e0e0e0;
	}
	.shedule-list .speaker,
	.shedule-list .speaker-ph{
		width:25%;
		padding:10px 15px;
	}
	.shedule-list .speaker .photo,
	.shedule-list .speaker-ph .photo{
		float:left;
		display:block;
		width:70px;
		height:70px;
		padding:1px;
		border:1px solid #e0e0e0;
		margin:0 10px 0 0;
	}
	.shedule-list .speaker .fn,
	.shedule-list .speaker-ph .fn{
		font-size:18px;
		line-height:27px;
	}
	.shedule-list .break td,
	.shedule-list .break th{
		padding:15px;
		vertical-align:middle;
	}

.shedule-list tr:hover th,
.shedule-list tr:hover td {
	background-color: #E6F8FD;
}

.shedule-links{
	margin-top:18px;
	padding-left:15px;
}
.shedule-links .shedule-url{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}


