/*Karl style - Added 2004-05-27*/

.conformance-claim
{
	padding: 1em;
	margin: auto auto 1em auto;
	background-color: #f8f8f8;
	max-width: 35em;
}
.figure
{
	width: 80%;
	margin: 1em auto 1em auto;
	text-align: center;
	border-color: black;
	border-width: 1px 0 1px 0;
	border-style: solid;
}
.figure-title {font-weight:bold;}
.figure-description {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-transform: inherit;
}
var
{
	font-style: italic;
	font-weight: bold;
}

blockquote
{
	padding: 0 1em;
	border-left: #1E178F;
	border-width: 0 0 0 2px;
	border-style: none none none solid;
	font-style: italic;
}

.care-label, .meaning-label, .related-label 
{
	display: block;
	color: #005A9C;
	font-weight: bold;}

.technique h5
{
	color: #005A9C;
	font-weight: bold;
	font-style: normal;
}
.example h5 {	color: #005A9C;
	font-style: normal;
	font-weight: bold;}

.conformance-table {
	border-collapse: collapse;
	margin: 1em auto;}

.conformance-table caption {
        margin-left:auto;
        margin-right:auto;
}

.conformance-table table, tr, th, td {
	border: 1px solid black;
	}

.conformance-table th, td {
	padding: 5px 1em;	}

.conformance-table th {
	background: #005a9c;
	color: #fff;
}

.conformance-table td.norm {
	font-weight: bold;
}

.example
{
	background-color: #f8f8f8;
	padding: 0.5em 1em;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.indiv-example
{
	margin-top: 1.5em;
	padding-left: 1em;
	border-left: #666;
	border-width: 0 0 0 2px;
	border-style: none none none solid;
}

/*usual style*/
.address { background-color: #efe; }
.apply { background-color: #eef; }


.vague-flag { }
.story-label, .principle-label, .care-label, .means-label, .practice-label, 
    .examples-label, .howto-label, .related-label { font-weight: bold; }

.story-label, .principle-label, .practice-label
{
	font-size: 1.1em;
	display: inline;
	position: relative;
	top: -2em;
	left: 1em;
	padding: 0 0.5em;
	margin: 0;
	font-weight: bold;
	font-style: italic;
}
.principle-label, .practice-label
{
	background: #005a9c;
	color: #fff;
}
.story-label
{
	background: green;
	color: #fff;
}
.principle, .practice, .story {
	border: solid #bebebe 1px;
	margin: 4em 0em 1em 0em;
	padding: 0.2em 1em;
}

.editorial
{
	background-color: #ddf;
	color: Black;
}

.issue
{
	background-color: #ADFF2F;
	color: Black;
}
.todo
{
	background-color: #F799FF;
	color: Black;
}

.warning
{
	color: red;
	font-weight: bold;
} 

li {margin-bottom: 0.5em;}

ul#contents, ul#contents ul {
 list-style:none;
}