/* Visitors Design */
tr {
	height: 5px;
}

td {
	text-align:	left;

	border-color:		#000000;
	border-top-style:	solid;
	border-right-style:	solid;
	border-bottom-style:	solid;
	border-left-style:	solid;

	margin:		0px 0px 0px 0px;
	padding:	1px 15px 1px 15px;
}

th {
	border-color:		#000000;
	border-top-style:	solid;
	border-right-style:	solid;
	border-bottom-style:	solid;
	border-left-style:	solid;

	margin:		0px 0px 0px 0px;
}

th.day {
	text-align:	center;
	border-width:	0px 0px 1px 0px;
	padding:	5px 15px 5px 15px;
}

th.time {
	text-align: right;
	border-width:	0px 1px 0px 0px;
	padding:	0px 10px 0px 10px;
}

td.ok0 {
	background-color:	#BBFFBB;
	border-width:		0px 1px 0px 0px;
}

td.ok1 {
	background-color:	#BBFFBB;
	border-width:		0px 1px 1px 0px;
}

td.ng0 {
	background-color:	#FFBBBB;
	border-width:		0px 1px 0px 0px;
}

td.ng1 {
	background-color:	#FFBBBB;
	border-width:		0px 1px 1px 0px;
}

td.ng {
	background-color:	#FFBBBB;
	border-width:		0px 0px 0px 0px;
}

td.ok {
	background-color:	#BBFFBB;
	border-width:		0px 0px 0px 0px;
}

table#schedule {
	font-size: small;
}

#schedule tr {
	height: 5px;
}

#schedule td {
	text-align:	center;
	width: 50px;

	border-color: #777777;
	border-style: solid;
	border-width: 1px;

	padding:	2px 5px 0px 5px;
}

#schedule th {
	text-align:	center;
	width: 40px;

	border-color: #777777;
	border-style: solid;
	border-width: 1px;

	padding:	2px 5px 0px 5px;
}

#schedule td.space {
	text-align:	left;
	border-width:	0px 0px 0px 0px;
}

#schedule th.title {
	font-size: medium;
	font-weight: bold;
	text-align:	center;
	border-width:	0px 0px 0px 0px;
}

#schedule td.caution {
	text-align:	left;
	border-width:	0px 0px 0px 0px;
}

#schedule .sun {
	color: red;
}



