/* $Id: mw_ax_meetings_viewer.css 4255 2009-02-26 11:13:44Z ak $ */

div.tx-mwaxmeetingsviewer-pi-calendar {
	font-size: 10px;
}

div.tx-mwaxmeetingsviewer-pi-calendar,
div.tx-mwaxmeetingsviewer-pi-calendar tr,
div.tx-mwaxmeetingsviewer-pi-calendar td {
	border: 0;
}

thead tr.headrow td.header-left,
thead tr.headrow td.title,
thead tr.headrow td.header-right {
	height: 20px;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

thead tr.headrow td.title {
	padding: 0 0 3px 0;
}

thead tr.headrow td.header-left {
	text-align: left;
}

thead tr.headrow td.header-right {
	text-align: right;
}

tr.daynames {
	font-weight: bold;
}

thead td.day, td.day {
	width: 15px;
	height: 20px;
	padding: 0 3px 0 3px;
	text-align: right;
	border: 1px solid #fff;
}

td.weekend {
	color: #666;
}

td.week {
	color: #ccc;
}

td.single, td.multiple {
	background-color: #D3E9C8;
}
