div.wicket-aa {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-size: 12px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align:left;
}
div.wicket-aa ul {
	list-style:none;
	padding: 2px;
	margin:0;
}

div.wicket-aa ul li.selected {
	background-color: #000099;
	padding: 2px;
	margin:0;
	color:#FFFFFF
}

/*
* GENERAL LAYOUT ITEMS
* Contains general styles for all containers, bars, buttons, etc.
* Use ID's (#) for all unique items, classes (.) for the rest.
*/


#agendaView tr {
	height: 20px;
	
}

#agendaView tr.halfhour {
	height: 20px;
	
}

#agendaView tr.halfhour td {

	
}

#agendaView tr.outside {
	background: transparent;
	
}

#agendaView thead tr {
	height: 19px;
	
}

#agendaView td {
	
}

.smallLink {
	font-size:10px;
	text-decoration: underline;
	color:#29176b;
	position:absolute;
	bottom: 1px;
	left:120px;
} 

.normalLink {	
	text-decoration: underline;	
	color: #29176b;
	cursor: pointer;
} 

#down {
	color: #cd0000;
}

#up {
	color: #009300;
}

.down {
	color: #cd0000;
}

.up {
	color: #009300;
}

.red {
	color: #ff0000;
	line-height: 16px
}