@charset "utf-8";
/* CSS Document */
body{
	width:204px;
}
.theader{
	text-align:center;
	background-color:#eef0e6;
}
* html .theader{
	padding-top:3px;
}
.thisMonth{
	font-weight:bold;
	font-size:110%;
	text-align:center;
	padding:5px 15px;
	display:inline;
}
.back{
	display:inline;
}
.back img{
	margin-bottom:3px;
}
.next{
	display:inline;
}
.next img{
	margin-bottom:3px;
	}
.tarea{
	border-right:1px solid #e4e8d2;
	border-left:1px solid #e4e8d2;
	height:180px;
}
table{
	width:100%;
	background-color:#FFFFFF;
}
table td{
	text-align:center;
	color:#858585;
	font-size:90%;
	line-height:20px;
}

table th.mon{
	background-color:#f3f2f2;
	width:14.3%;
	color:#858585;
}
table th.sat {
	background-color:#f3f2f2;
	/*border-right:1px solid #ffffff;*/
	width:14.3%;
	color:#858585;
}
table th.day{
	background-color:#f3f2f2;
	border-right:1px solid #ffffff;
	width:14.3%;
	color:#858585;
}
table th.sun{
	background-color:#f3f2f2;
	border-right:1px solid #ffffff;
	color:#fe1900;
	width:14.2%;
}
table .close{
	background-color:#cccccc;
	text-align:center;
	margin:2px auto;
	color:#FFFFFF;
}