@charset "utf-8";

.wsEntry {
}

h2.subttl {
	display:inline;
	padding:3px 5px;
	background:#B0CB00;
	font-size:small;
}

/* ttlWrap
-----------------------*/

.wsEntry .ttlWrap {
	padding:10px;
	zoom:1;
	background:#B0CB00;
	margin-bottom:5px;
}
.wsEntry .ttlWrap:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.wsEntry .ttlWrap p.img {
	width:70px;
	float:left;
	margin-right:15px;
}
.wsEntry .ttlWrap p.img img {
	border:1px solid #999;
	margin-bottom:10px;
}

.wsEntry .ttlWrap .ttl {
	width:495px;
	float:right;
	font-size:x-large;
	font-weight:bold;
	border-bottom:1px dotted white;
	margin-bottom:10px;
}
.wsEntry .ttlWrap p.copy {
	width:495px;
	float:right;
}

.contents {
	padding-top:10px;
}

.contents ul {
	margin-left:1.5em;
}
.contents p {
	padding-bottom:0.5em;
}

/* date
-----------------------*/

p.date {
	padding:10px;
	width:410px;
	float:left;
	margin-right:5px;
}
p.date strong {
	padding:3px 5px;
	background:#B0CB00;
}

/* wanted
-----------------------*/

p.wanted, 
p.notwanted {
	width:165px;
	float:left;
	text-align:right;
}
p.wanted strong,
p.notwanted strong {
	font-size:large;
	background:#FF6600;
	color:white;
	padding:5px 10px;
}
p.notwanted strong  {
	background:#999999;
}

/* participantWrap
-----------------------*/

.participantWrap {
	clear:both;
	width:100%;
	border-top:1px solid #CCC;
}
	
.participant,
.navigator,
.facilitator {
	padding:10px;
}
.participant {
	border-bottom:1px dotted #CCC;
}
.facilitator {
	border-top:1px dotted #CCC;
}

/* body
-----------------------*/

.body {
	padding:10px;
	border-bottom:1px solid #CCC;
	clear:both;
	border-top:1px solid #CCC;
}
.body p {
	padding-bottom:1em;
}


/* goal
-----------------------*/

.goal {
	padding:10px;
	border-bottom:1px solid #CCC;
}


/* profile
-----------------------*/

.profile {
	padding:10px;
	border-bottom:1px solid #CCC;
	zoom:1;
}
.profile:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.profile p {
	width:500px;
	float:right;
	margin-top:10px;
}	

.profile p.img {
	width:66px;
	padding:1px;
	border:1px solid #CCC;
	float:left;
	margin:10px 10px 0 0;
}

/* btn
-----------------------*/

.btn {
	padding:15px 10px;
	border-bottom:1px solid #CCC;
}
.btn a {
	padding:5px;
	border:1px solid #CCC;
	background:#0099CB;
	color:white;
	margin-bottom:5px;
}
.btn a:link,
.btn a:visited {
	color:white;
}
.btn a:hover {
	background:white;
	color:#0099CB;
	text-decoration:none;
}


.report,
.review {
	padding:10px;
	border-bottom:1px solid #CCC;
}