@charset "UTF-8";

/* vim:set ts=4 sts=4 sw=4 bs=2 ai si noet nu ff=dos ft=css: */
/* $Id$ */
/* Last Change: 07-December-2008 21:43:23. */

/*
div#labo p {
	margin-left: 20px;
}
*/

table.labo, table.stripe {
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
/* 	border: solid #999999; */
	border: solid #a4c4ff;
	border-width: 2px 0;
	width: 550px;
}

table.labo th, table.stripe th, td {
/* 	border: solid #999999; */
	border: solid #a4c4ff;
	border-width: 1px 0;
	padding: 3px;
	font-size: 0.9em;
}

table.labo th, table.stripe th {
	white-space: nowrap;
/* 	background: #efefef; */
	background: #dceffa;
	text-align: left;
}

table.labo td, table.stripe td {
	line-height: 1.2em;
}

ul.stripe li.even, ol.stripe li.even {
	background-color: #ffffee;
}
ul.stripe li.odd, ol.stripe li.odd {
	background-color: #ffeeee;
}
dl.stripe dt.even, dl.stripe dd.even {
	background-color: #ffffee;
}
dl.stripe dt.odd, dl.stripe dd.odd {
	background-color: #ffeeee;
}
table.stripe td.even {
	background-color: #ffffee;
}
table.stripe td.odd {
	background-color: #ffeeee;
}
