#agendaleft{
float:left;
position:relative;
width:190px;
padding-top:10px;
}

	#agendaleft img{
	margin-bottom:10px;
	}

#agendaright{
float:left;
position:relative;
width:800px;
}

	#topitems{
	position:absolute;
	top:12px;
	height:35px;
	}
	
	#topitemsTABLE{
	color:#ffffff;
	margin-left:90px;
	}
	
		#topitemsTABLE h2{
		margin:0;
		padding:0;
		}
		
		#topitemsTABLE select{
		margin-right:2px;
		}
		

#agendaTABLEDIV{
background-color:#3a3a3a;
font-size:12px;
color:#ffffff;
padding:5px;
}
	#agendaTABLE a{
		z-index:-10;
	}

	#agendaTABLE tr{
	height:20px;

	}
	
	#agendaTABLE td{
	border-bottom:1px dotted #464646;
	border-right:1px dotted #464646;
	
	}
	
	#agendaTABLErowDAYS{
	background-color:#c4256e;
	color:#000000;
	}

div.daylink{}

	div.daylink a{
	color:#ffffff;
	display:block;
	width:85px;
	height:23px;
	padding-top:7px;
	overflow:hidden;
	z-index:2;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	}
	
	div.daylink a:hover{
	background-color:#bfbabd;
	background-image:url(../images/bg-activity-hover.png);
	background-repeat:no-repeat;
	}
	
	div.daylink a.nobook:hover{
	background-color:#c4256e;
	background-image:none;
	color:#000000;
	}
	
	div.popupDIV{
	background-image:url(../images/bg-popup.png);
	background-repeat:no-repeat;
	font-style:normal;
	width:370px;
	height:215px;
	
	
	text-align:left;
	display:none;
	z-index:2;
	}
		div.popupDIV h2{
		font-size:15px;
		color:#ffffff;
		margin:10px 20px 0 72px;
		padding-left:0px;
		padding-bottom:0px;
		}
	
		div.popupDIV p{
		font-size:11px;
		color:#ffffff;
		margin:0 20px 0 72px;
		padding-left:0px;		
		line-height:17px;	
		}
		
		div.popupDIV .nummeric{
		position:absolute;
		text-align:center;
		top:167px;
		left:104px;
		width:25px;
		color:#ffffff;
		font-size:20px;
		}
	
		div.toright{
			position:absolute;
		
			margin-top:-40px;
			margin-left:90px;
			*margin-left:45px;
		}
		
		div.without{
			background-image:url(../images/popup-without.png);
		}
				
		div.toleft{
			position:absolute;
		
			margin-top:-40px;
			margin-left:-370px;
			*margin-left:-325px;
			
			background-image:url(../images/bg-popup-reverse.png);
		}
		
		div.toleft .nummeric{
			left:62px;
		}
		
		div.without-left{
			background-image:url(../images/popup-reverse-without.png);
		}
		
		div.toleft p{
			margin:0 72px 0 25px;
		}
		
		div.toleft h2{
			margin:10px 72px 0 25px;
		}
		
