1div.dokuwiki table.monthcal {
2	font-size: 12px;
3	font-family: Verdana;
4	margin: 10px;
5}
6div.dokuwiki table.monthcal tr.description,
7div.dokuwiki table.monthcal tr.description td {
8	border: 0;
9	background: none;
10}
11div.dokuwiki table.monthcal tr.description td.month {
12	text-align: left;
13}
14div.dokuwiki table.monthcal tr.description td.year {
15	text-align: right;
16	font-weight: bolder;
17}
18
19div.dokuwiki table.monthcal tr td,
20div.dokuwiki table.monthcal tr th {
21	text-align: center;
22}
23
24div.dokuwiki table.monthcal tr th {
25	text-align: center;
26	font-weight: bold;
27	background-color: @ini_background_alt;
28}
29
30div.dokuwiki table.monthcal.left {
31	float: left;
32}
33
34div.dokuwiki table.monthcal.right{
35	float: right;
36}
37
38div.dokuwiki table.monthcal td.today {
39	font-weight: bolder;
40}
41
42.borderless {
43	border: 0;
44}
45.withborder {
46	border: 1px solid @ini_border;
47}
48