/* @override http://localhost/ui/css/calendar.css */

/* -----------------------------------------------------------------------*/
/* CALENDAR */
/* -----------------------------------------------------------------------*/


#rightColumn a:active {
	display: inline;
}
table {
	padding: 0 10px 0 0;
}
td,
th {
	padding: 2px;
}
td {
	border: 1px solid #DDD;
	color: #999;
}
caption { 
	 white-space: nowrap;
	 padding: 0 0 2px 0;
	 border-bottom: 1px solid #CCC;
	 text-align: center;
} 
.calendar { 
	 font-size: x-small; 
 } 
.header { 
	 color: #BDA15F;
} 
.day  { 
     text-align: center 
} 
.linkedday { 
     border: 1px solid #666;
     text-align: center;
	 background: #BDA15F;
}
#rightColumn .linkedday a:link,
#rightColumn .linkedday a:visited {
	color: #FFF;
}
.nextPrev {
	font-size: 85%;
	padding: 0 5px 0 5px;
}