@import "/common_css_e/default_wide.css";
@import "/common_css_e/component_wide.css";

/*--------------------------------------

  Responsibility_Activities
---------------------------------------*/
p.paragraph { margin:10px 0 0 0 !important; }

.boxFrame {
	border:1px solid #999999;
	padding:10px;
	}
.boxFrame .img {
	float:left;
	width:144px;
	}
.boxFrame .txt {
	float:right;
	width:360px;
	}
.boxFrame .txt p,
.boxFloat .txt p { line-height:140%; }
.boxFrame .txt p.name,
.boxFloat .txt p.name {
	font-weight:bold;
	font-size:126%;
	margin:10px 0 3px;
	}
.boxFloat { margin-top:10px; }
.boxFloat .img {
	float:left;
	width:87px;
	}
.boxFloat .txt {
	float:right;
	width:439px;
	}

.headline {
	/*border-top:3px dashed #318330;*/
	border-top:3px dashed #999999;
	color:#318330;
	line-height:140%;
	margin-top:25px; padding-top:20px;
	}


/* clearfix
------------------------------*/
.boxFrame:after,
.boxFloat:after {
	content: "."; 
	display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
	}
.boxFrame,
.boxFloat { display: inline-block; }
/* Hides from IE-mac \*/
* html .boxFrame,
* html .boxFloat { height: 1%; }
.boxFrame,
.boxFloat { display: block; }
/* End hide from IE-mac */