@charset "UTF-8";
@import url("../../css/default.css");
@import url("../../css/screen_base.css");
@import url("../../css/two_column_layout.css");

h3 {
	clear: both;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #c0c0c0;
}

table {
	border:none;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom: 15px;
}

html>/**/body table#outline {
    width /*\**/: 100%\9;  
}

th,
td {
	border:1px solid #bababa;;
	padding: 5px;
	vertical-align:top;
	text-align:left;
}

th {
	width: 24%;
	font-weight: normal;
	background:#dfdfdf;
}

td {
	background:#fafafa;
}

td.center {
	width: 5%;
	text-align: center;
	vertical-align: top;
}

th img {
	margin:  0px 5px -1px 0px;
}

td.img { 
	width:200px; 
}

table.sub { 
	margin:0px; 
}

table.sub th,
table.sub td {
	background:none;
	border-top:none;
	border-right:none;
	text-align:left;
}

table.sub th {
	border-left:none;
}

table.sub th.end,
table.sub td.end { 
	border-bottom:none;
}

table.sub li {
	margin-left:-40px;
	padding-left:0;
	text-align:left;
	list-style:none;
}

table.sub li span {
	color:#fafafa;
}

div.diagram {
	margin-top: 10px;
	text-align: center;
}