table.calendar{
	/* style for all the calendar table
	border-spacing: 0.3em
	 */
	margin-left:auto; 
	margin-right:auto;
}

td.blogCalendarHeader {
	//border: 1px dashed;
}

td.headerDate{
	/* td style for the header date (ex. December 2007)
	background-color: #CCCCCC;
	border-color: blue;
	 */
}

a.headerDate{
	/* link style for the header date 
	text-decoration: underline
	*/
}

td.headerArrow{
	/*td the style for the header link arrows 
	background-color: #3366CC;
	*/
}

a.headerArrow{
	/*link style for the header link arrows
	text-decoration: underline;
	color: #ffffff;
	*/
}

td.dayName {
	font-weight: bold;
	background-color: #CCCCCC;
	color: Green;
}

h3.dayName{
	font-size: 100%;
	margin: 0;
}

td.blogCalendarToday {
    /* the style for Today day */
	//border: solid 1px;
}

a.calendarLink{
	/* style for a normal link in the calendar (that is not in the actual day)	
	text-decoration: underline;
	 */
}
	
a.calendarTodayLink {
	/* link style for a link that is in the actual day 
	text-decoration: underline;
	color: #FFFFFF;
	*/
}

td.blogCalendarLink{
	/*td style for a normal link in the calendar (that is not in the actual day) */	
}

td.blogCalendarTodayLink{
//	background-color: #3366CC;
	border: 1px dashed;
}

a.calendarTodayLink {
	/* link style for a link that is in the actual day 
	text-decoration: underline;
	color: #FFFFFF;
	*/
}

ul.dropList {
	}

.dropList ul ul { 
}

ul.articles{
	}
	
li.articles{
}


