/* external CSS file */
/* filename: calendarsheet.css */
/* to use for reachmahjong.jenn.jp */


table {
	width: 100%;
		border-collapse: collapse;
	}
	
tr {
	height: 10px;
}
	
td a:link, td a:visited {
						text-decoration: none;
						}
						
#year {
	font-family: monospace;
	font-size: 1em;
	padding: 0;
	margin: 0;
	}

#month {
	font-family: monospace;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	}
	
#days {
	background-color: black;
		color: white;
		font-family: monospace;
		width: 50px;
	}

.date {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: monospace;
	text-decoration: none;
	float: left;
	width: 1em;
	height: 1em;
	background-color: white;
	text-align: center;
	}

.event {
	clear: both;
	padding-left: 1em;
	padding-bottom: .75em;
	display: block;
	}

td {
	width: 14%;
	background-color: #ccc;
	border: 1px solid white;
	vertical-align: top;
	}

.lastmonth {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: monospace;
	text-decoration: none;
	float: left;
	width: 1.5em;
	height: 1.5em;
	background-color: #ccc;
	text-align: center;
	}