/* From http://www.w3.org/Team/2003/12/mockup-minutes */

div.individual
{
	clear: left;
	margin: 1em;
	padding: 5px;
/*	border-left: #003;
	border-width: 0 0 0 1px;
	border-style: none none none solid;*/
	background-color: #FFF;
}

div.individual h3
{
	background-color: #9CF;
	padding: 3px;
	margin: 0 3px 0 0;
}

div.individual img
{
	padding: 3px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

strong.resolution
{ 
  color: red;
}

.phone
{
	clear: left;
	margin: 0.2em 1em 0 1em;
	padding: 5px;
/*	border-left: #003;
	border-width: 0 0 0 1px;
	border-style: none none none solid;*/

/* why is this stylesheet trying to set a background color for the
   main text?!  That ought to come from public.css or member.css
   or team.css.  I won't change it without asking around, but this
   just looks wrong. -MSM */
/*	background-color: #FFF; */
}

.phone cite
{
	/*display: block;*/
	/*float: left;*/
	width: 5em;
	/*	background-color: #9CF;*/
	padding: 3px;
	margin: 0 3px 0 0;
        font-weight:bold;
}

.irc
{
	clear: left;
	margin: 0 1em 0 3em;
	padding: 5px;
	background-color: #eee;
}
.irc cite
{
	width: 5em;
	padding: 3px;
	font-weight: bold;
}

/* p.irc cite:before
{
	content: "<";
}
p.irc cite:after
{
	content: ">";
} */

.meeting { 
	
/* why is this stylesheet trying to set a background color for the
   main text?!  That ought to come from public.css or member.css
   or team.css.  I won't change it without asking around, but this
   just looks wrong. -MSM */

/*
  background-color: #FFF;
*/
  padding: 0.5em; }

.meeting h3 { 
  margin: 2em 0 1em 0.2em;
}

/* The small photos in the "2 minutes" */
img.portrait {
	float: right;
	width: 6em;
	margin: 0 0 0.5em 1em;
}

