/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body { margin: 0; padding: 0 }
body { background-color:#060; }
#container { margin: 0em auto 0 0em; padding-bottom: 3em; background-color: #fff; }
#month { border-collapse: collapse; margin-left: 0em; }
#month th, #month td { border: 1px solid #000; }
#month thead {
	background-color:#0CF;
}
#month td { width: 5em; height: 7em; padding: .2em; vertical-align: top; overflow: auto; }
td .day {
	width: 7em;
	height: 6em;
	overflow:auto;
	margin-top: 0;
	font-size: 12px;
}
#month tbody .weekend { background-color:#ded; }
#month tbody .next, #month tbody .previous { background-color:#ddd; }
.rtop { display:block; background:#060; }
.rtop * { display: block; height: 1px; overflow: hidden; background:#fff; }
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}
#container h1 { margin: 0 0 .5em .5em; font: 2em Arial, Helvetica, sans-serif; color: #060; }
#month th {
	font-family: "bold Arial", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
p {margin-top: 0; }