#contentAside table.calendar {
	position:relative;
	min-width:15.4em; 
	width:15.4em;
	margin: 0 0 .8em 0;
	padding:0;
	border:0 none;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	/*** background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px; ***/
	background: #fff;
	text-align:center;
	font:500 1em/1em "Trebuchet MS", sans-serif;
	color: #777;
	}
	
#contentAside table.calendar caption {
	width: 100%;
	padding-bottom: .4em;
	text-align: center;
	color: #222;
	}	
	
#contentAside table.calendar thead th {
	width: 14%;
	border:0 none;
	padding: .1em 0 0 0;
	vertical-align:middle;
	line-height:1.2em;
	text-align:center;
	font-weight:bold;
	color:#222;
	}

#contentAside table.calendar tbody td {
	cursor:default;
	border: 1px solid #ccc;
	padding: 1px;
	/*background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x;
	background-position: 0 -50px; */
	/*background: #f9f9f9;*/
	vertical-align: middle;
	/* Opera requires a line-height bigger than 1em in order to redraw properly */
	line-height: 1.35em;
	color: #999;
	}
	
#contentAside table.calendar tbody td a,
#contentAside table.calendar tbody td a:visited {
	display: block;
	margin: 0;
	height: 1.4em;
	border: 0 none;
	background: #f7de01;
	color: #111;
	}	
	
#contentAside table.calendar tbody td a:hover,
#contentAside table.calendar tbody td a.current, 
#contentAside table.calendar tbody td a.current:visited {
	background: #505050;
	background: #f06;
	color: #fff;
	}	
