@charset "UTF-8";
/* CSS Document */
body {
	margin-left:10px
}
#cell {
	background-color: #e7e2da;
	height: 30px;
	width: 250px;
	padding: 7px;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	float: left;
	display: block;
}
#cell.parentcell_top_left {
	border-left-width: 1px;
	border-top-width: 1px;
}
#cell.parentcell_top_right {
	border-right-width: 1px;
	font-size: 12px;
	border-top-width: 1px;
	line-height: 34px;
}
#cell.parentcell_left {
	border-left-width: 1px;
	border-top-width: 1px;
}
#cell.parentcell_right {
	border-right-width: 1px;
	font-size: 12px;
	border-top-width: 1px;
	line-height: 34px;
}
#cell.parentcell_bottom_left {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
#cell.parentcell_bottom_right {
	border-right-width: 1px;
	font-size: 12px;
	border-top-width: 1px;
	line-height: 34px;
	border-bottom-width: 1px;
}
#subcell {
	background-color: #f1f0ec;
	height: 26px;
	width: 249px;
	text-align: left;
	font-size: 11px;
	color: #666;
	float: left;
	line-height: 26px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	display: block;
}
#subcell p {
	line-height: 15px;
}
#subcell.childcell_left {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
}
#subcell.childcell_right {
	border-right-width: 1px;
	font-size: 11px;
	border-top-width: 1px;
	line-height: 26px;
	width: 250px;
}
#subcell.childcell_bottom_left {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#subcell.childcell_bottom_right {
	border-right-width: 1px;
	font-size: 11px;
	border-top-width: 1px;
	line-height: 26px;
	width: 250px;
	border-bottom-width: 1px;
}
#cell a, #subcell a {
	font-size: 11px;
}
#childcells1, #childcells2, #childcells3, #childcells4, #childcells5, #childcells6, #childcells7, #childcells8, #childcells9, #childcells10 {
	float: left;
	display: none;
}
.clearboth {
	clear: both;
}
