/*切換BUTTON*/
.icon-time {
	float: left;
	margin-left: 15px;
	width: 50px;
	height: 50px;
	background: url("../image/iconSchedule.png") no-repeat top left;
	background-position: 0px 0px;
	cursor: pointer;
}
.icon-list {
	float: left;
	margin-left: 15px;
	width: 50px;
	height: 50px;
	background: url("../image/iconSchedule.png") no-repeat top left;
	background-position: -50px 0px;
	cursor: pointer;
}
.icon-time.active {
	background-position: 0px -50px;
}
.icon-list.active {
	background-position: -50px -50px;
}
/*清單式CSS*/
.table.show-list td {
	padding: 10px;
}
.table.show-list td.room {
	width: 40px;
	vertical-align: top;
	text-align: center;
	word-break: break-all;
	background: #727171;
}
.table.show-list td.room span {
	color: #ffffff;
}
.table.show-list td.room div {
	*margin-top: 168px;
	padding-left: 0px;
	position: relatie;
	top: 50%;
	bottom: 0px;
}
.table.show-list td.time {
	width: 90px;
}
.table.show-list td.data {
	width: 75%;
	text-align: left;
}
.table.show-list td.add {
	word-break: keep-all;
}
.table.show-list td.hover {
	padding-left: 8px !important;
	border-left: 5px solid #727171 !important;
	cursor: pointer;
}
.table.show-list td.hover .title a {
	color: #B37642;
}
.table.show-list td .title a {
	color: #231916;
}
.table.show-list td .title a:hover {
	color: #B37642;
}
/*TIMELINE式CSS*/
ul.show-time {
	clear: both;
	display: block;
	margin-top: 20px;
}


/* alternating column backgrounds */
.vis.timeline .timeaxis .grid.odd {
  background: #e6e6e6;
}
.vis.timeline .timeaxis .grid {
  background: #f8f8f8;
}


.vis.timeline .vispanel.top {
	height: 40px;
	background: #ffffff;
}
.vis.timeline .vispanel.top .timeaxis.foreground {
	height: 40px;
}
.vis.timeline .vispanel.top .text {
	height: 40px;
	padding: 2px 10px;
	line-height: 40px;
	background: url('../image/lineTimeline.png') left bottom no-repeat;
}

.browse_button {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 40px;
	height: 40px;
	filter: 'alpha(opacity=70)';
	filter: Alpha(Opacity=70, FinishOpacity=70, Style=2);
	-moz-opacity:0.7;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE6~IE8*/
}

ul > li.h4 {
    float:left;
	overflow:hidden;
}
.point{
	*background:#727171; //[diane]161006 新排版已不需要，保留的話會讓右側有直式底色

}
.item > div > div:hover {
	background: #ffffcc !important; /*160922+*/
}
.vis.timeline .labelset .vlabel, .vis.timeline  .foreground .group {
	/*height: 184px !important;*/
}

ul.show-time {
	margin-top: 0px !important;
	border-top: 1px solid #ffffff !important;
	clear: both;
	display: block;
	margin-top: 20px;
}
vis.timeline .item.range .content:hover {
    background: #ff00ff !important;
}
#place0{display:none;}