a.agendahome
{
	color: #656565;
}
.year a {
	text-decoration: none;
	color: #191919;
	text-align: center;
}
.year a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	margin-left:1px;
}
.dayname
{
	font-size: 0.8em;
	font-weight: bold;
	color: #191919;
	padding-bottom: 5px;
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


.monthname {
	text-align: center;
	font-size: 12px;
	background-color: #ffffff;
	color: #191919;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #191919;
	background-color: #ffffff;
	color: #F68541 !important;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #191919;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana,Arial;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}

.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:24px;
	color: #aaaaaa;
}

.monthday
{
	text-align: center;
	font-size: 11px;
	height:20px;
	width:24px;
	background-color: #ffffff;
}

.monthday a {
	color: #191919;
}

.event
{
	text-align: center;
	font-size: 11px;
	background-color: #ffffff;
	height:20px;
	width:24px;
}
.event a {
	color: #FF6300 !important;
	font-weight: bold;
}

.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FAFAFA;
	color: red;
	height:20px;
	width:24px;
}
.today a
{
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #191919;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #191919;
}
.selectedday a
{
	color: #191919;
}

.todayevent,
.monthtoday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height:20px;
	width:24px;
	background: url('../images/kalender_current_day.gif') no-repeat center center;
}

.todayevent a {
	color: #FFFFFF;
}

#userlist
{
	width: 250px;
	overflow: auto;	
	height: 350px;
}

table#agendatabel
{
	border-spacing: 0;
	border-collapse: collapse;
	width: 530px;
}

table#agendatabel tr
{
	background-image: url('../images/dots_grijs.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 30px;
}

table#agendatabel th,
table#agendatabel td
{
	padding: 7px;
	line-height: 1.5;
	vertical-align: top;
}

table#agendatabel td.no-padding
{
	padding: 7px 0 7px 0;
}

table#agendatabel th
{
	color: #5D0F7C;
	text-align: left;
}

table#agendatabel td.datum
{
	color: #191919;
	font-weight: bold;
}

table#agendatabel th a
{
	color: #FF6300;
}

#kalender-options *
{
	vertical-align: middle;
}

td.vorige
{
	float: left;
	margin-right: 10px;
}

td.maand
{
	font-size: 0.9em;
	float: left;
	text-align: center;
	width: 124px;
}

td.volgende
{
	float: left;
	margin-left: 10px;
}

