.dhx_expand_icon {
	position:absolute; top:0px; right:0px; 
	background-image:url(./imgs/colapce-expand-icon.gif);
	width:18px; height:18px;
	cursor:pointer;
	background-position:0px 18px;
	z-index:16;
}
.dhx_agenda_area{
	width:100%;
	height:100%;
	overflow-y:auto;
	background-image:url(./imgs/databg.png);
}
.dhx_agenda_line{
	height:21px;
	clear:both;
}
.dhx_agenda_line div{
	float:left; 
	width:188px;
	border-right:1px dotted #8894A3;
	text-align:center;
	line-height:21px;
}
.dhx_agenda_area .dhx_agenda_line div{
	border-right:0px dotted #8894A3;	
}
.dhx_v_border{
	position:absolute; left:186px; top:0px;
	border-right:1px dotted #8894A3;
	width:1px;
	height:100%;
}
.dhx_agenda_line .dhx_event_icon{
	width:20px;
	border-width:0px;
	background:url(./imgs/icon.png) no-repeat;
	background-position: 5px 4px;
	cursor:pointer;
}
.dhx_agenda_line span{
	padding-left:5px;
	line-height:21px;
}
