/*Karl style - Added 2004-05-27*/

.care-label, .meaning-label, .related-label, care-label, examples-label, howto-label 
{
	display: block;
	color: #005A9C;
	font-weight: bold;}

.technique h4 {	color: #005A9C;}
.example h4 {	color: #005A9C;}

.technique {}

.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; }

.editorial
{
	background-color: #ddf;
	color: Black;
}

.issue
{
	background-color: #ADFF2F;
	color: Black;
}

.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
{
	position: relative;
	top: -1.5em;
	left: 1em;
	padding: 0 0.5em;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	background: #005a9c;
	color: #fff;
}

.story, .principle, .practice, .boxedtext
{
	border: solid #bebebe 1px;
	margin: 6em 1em 1em 2em;
	padding: 0 1em;
}
