/* ---- Calendar ---- */

div#breadcrumbNav
{
	padding: 0px;
	margin: 0px;
}

/* container around the content */
#siteContent, #siteContentManaged
{
	background-color: #f5f5f5;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #4094ea;
	padding: 5px;
	text-align: left;
}

body.mceContentBody
{
	background-color: #f5f5f5;
	text-align: left;
	margin: 0;
}



/* table */
table.tcwCalendar
{
	border-collapse: collapse;
	empty-cells: hide;
}


/* body */
.tcwCalendar tbody td.tcwCalendarDay
{
	vertical-align: top;
	text-align: left;
	/*color: ;*/
	height:100px;
}

td.tcwCalendarToday
{
	background-color: #ffffff;
	height:100px;
}

td.tcwCalendarDay p, td.tcwCalendarToday p
{
	margin-top: 0px;
	margin-bottom: 5px;
	vertical-align: middle;
}


/* header, footer */
.tcwCalendar thead, .tcwCalendar tfoot, .tcwCalendar tfoot a
{
	empty-cells: show;
	/*color: ;*/
	text-align: center;
	background-color: #1965b2;
	color: white;
}
/* links */
.tcwCalendar a
{
	text-decoration: none;
	font-weight: normal;
}
a.tcwCalendarCategory
{
	text-decoration: underline;
}
.tcwCalendar a:hover
{
	text-decoration: underline;
}
.tcwCalendar thead a
{
	color: ;
}
.tcwCalendarDayNumber
{
	font-size: larger;
}


/* borders */
.tcwCalendarFooter, .tcwCalendarEmpty
{
	border: none;
}
/*.tcwCalendar thead, tcwCalendar tfoot,*/
.tcwCalendarWeek, .tcwCalendarDay, .tcwCalendarToday
{
	border: 2px solid #4094ea;
}


/* headers (calendar name, month&year) */
.tcwCalendarHeaderName
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: larger;
}
.tcwCalendarHeaderDate
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: x-large;
}


/* headers(week, day names) */
.tcwCalendarWeek
{
	width: 2%;
	vertical-align: middle;
}

.tcwCalendarDay
{
	width: 14%;
}


/* week number, daynames, week-title, today, daynumber */
.tcwCalendarWeek, .tcwCalendarDay 
{
	color: black;
	font-size: small;
	font-weight: normal;
}
.tcwCalendarToday
{
	vertical-align: top;
}
.tcwCalendarDayNumber
{
	font-weight:bold;
}

/* footer */
.tcwCalendarFooterCategories
{
	text-align: left;
}

/* dayview */
/*a.tcwCalendarDayViewDay
{
	font-size: x-large;
	text-decoration: none;
}
a.tcwCalendarDayViewDay:hover
{
	text-decoration: underline;
}
h2.tcwCalendarDayViewDay
{
	text-decoration: underline;
}
h3.tcwCalendarDayViewDay
{
	font-size: normal;
}
*/

