@charset "UTF-8";

* {
	color: #333;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 80%;
	text-align: center;
}

div#wrapper {
	width: 270px;
	margin: 0px auto;
	font-size: 100%;
}

a {
	font-weight: bold;
}

/****************************************************/
table {
	width: 270px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

table th,
table td {
	margin: 0px;
	padding: 5px;
	text-align: center;
}

table th {
	padding: 3px 5px;
	font-size: 140%;
	font-weight: bold;
	width: 50%;
}
table th.next {
	text-align: right;
	width: 25%;
}
table th.back {
	text-align: left;
	width: 25%;
}

table td {
	background-color: #F0F0F0;
	border: 1px dotted #ccc;
	background-image: url(../img/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
table td.sat {
	background-color: #D8E4F3;
}
table td.sun {
	background-color: #EFDCDC;
}