#tablediv {
	width: 300px;
	margin: auto;
	padding: 0;
	}

table {
	border-collapse: separate;
	border: 1px solid #ccf;
	width: 296px;
	}

html>body table {
	width: 100%;
	}

#ydre td {
	padding: 0;
	}

#indre td {
	padding: 3px;
	border: none;
	}

#inner {
	height: 10em;
	overflow: auto;
	padding: 0
	}

caption {
	border: 1px solid #ccf;
	border-bottom: 0;
	background: #eef;
	color: #000;
	font-weight: bold;
	}

thead th {
	border: 1px solid #ccf;
	background: #eef;
	color: #000;
	padding: 2px;
}

thead th#tom {
	width: 12px;
	color: inherit;
	background-color: #fff;
	border: none;
	}

tbody td {
	height:auto;
	border-right: 1px dotted #ccf !important;
	border-bottom:1px dotted #ccf !important;
	}

tfoot td{
	border: 1px solid #ccf;
	background : #eef;
	color: #000;
}
