/*********************************************/
/*                                           */
/*  Copyright: Cox IT Producties             */
/*  www.coxitproducties.nl                   */
/*  info@coxitproducties.nl                  */
/*                                           */
/*********************************************/


#agendaDiv {
	float: left;
	width: 140;
	padding: 0px 25px 0px 0px;
	text-align: right;
}

#agenda {
	margin: 55px 0px 0px 0px; 
	padding: 0px 25px 0px 0px;
	min-width: 200px;
	max-width: 200px;
	width: 140px;
	float: right;
	text-decoration:none;
	clear: both;
	background:url('images/shadow_right_top28.png') no-repeat top right;
}

#agenda #top {
	margin: 0; 
	padding: 0;
	clear: both;
}

#agenda #bottom {
	margin: 0; 
	padding: 0;
	clear: both;
}

#agenda #content {
	float: right;
	text-decoration:none;
	width: 122px;
	clear: both;
	background: url('images/agenda_repeat.png') repeat-y;
	padding: 0px 9px 0px 9px;
}

#agenda li {
	padding:2px 0px 2px 0px;
  list-style:none;
}

#agenda .pageTitle {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
  color:#1FA6DF;
}

#agenda .date {
	font-size:14px;
	font-style:italic;
	font-weight:normal;
  color:#1FA6DF;
}

#agenda .itemTitle {
	font-size:14px;
	font-weight:bold;
  color:#1FA6DF;
	padding:0px 0px 9px 0px;
	text-transform:none;
}

#agenda .menuItem {
  cursor:pointer;
/*  padding: 8px 7px 7px 7px;
  color:#1FA6DF;
  border:0px;*/
}

#agenda .menuItem_selected {
  cursor:pointer;
/*  padding: 8px 7px 7px 7px;
  color:#A65397;
  border:0px;*/
}

#agenda_bottom_shadow {
	clear: both;
	min-height:25px;
	max-height:25px;
}

#agenda_bottom_shadow .bottom_left {
	float: right;
	background: url('images/shadow_bottom_left.png') top left no-repeat;
	min-width:25px;
	min-height:25px;
	max-height:25px;
}

#agenda_bottom_shadow .bottom_right {
	float: right;
	background: url('images/shadow_bottom_right.png') top right no-repeat;
	min-width:140px;
	min-height:25px;
	max-height:25px;
}


