table.calendar {
	position:relative;
	width: 200px;
	margin: 0 auto .8em auto;
	padding:0;
	border:0 none;
	border-top: 1px solid #fff;
	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;
	}
	
table.calendar caption {
	position: relative;
	width: 200px;
	padding-bottom: .4em;
	text-align: center;
	line-height: 1.6em;
	text-indent: 0;
	text-transform: uppercase;
	
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Akzidenz Gotesque", "Helvetica Neue", sans-serif;
	font-size: .93em;
	color: #000;
	}	
	
table.calendar thead th {
	width: 14%;
	border:0 none;
	padding: 0 0 0 0;
	vertical-align:middle;
	line-height:1.6em;
	text-align:center;
	font-weight:bold;
	color:#333;
	}

table.calendar tbody td {
	cursor:default;
	border: 1px solid #fff;
	padding: 0 0 1px 0;
	/*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.6em;
	color: #888;
	}
	
#contentAside table.calendar tbody td a,
#contentAside table.calendar tbody td a:visited {
	display: block;
	margin: 0 0 -1px 0;
	height: 1.6em;
	border: 0 none;
	padding-bottom: 1px;
	background: #FF1493;
	font-weight: normal;
	color: #fff;
	}	
	
#contentAside table.calendar tbody td a:hover,
#contentAside table.calendar tbody td a.current, 
#contentAside table.calendar tbody td a.current:visited {
	border-bottom: 0 none;
	background: #000;
	color: #fff;
	}	
