body 
{
    background-color: white;
    margin: 0px; 
    padding: 0px; 
    font-size:9pt;
    font-family:Arial;
    font-weight:normal;
    color: black;
    text-decoration:none; 
}

#help
{
	display: none !important;
}

.content h1 
{
	display: none;  /* rarely want the page title displayed */
}

.content h2 
{
    font-weight:bold;
    font-size:10pt;
    color:black;	
}

.content h3 
{
	font-weight: bold;
    font-size:10pt;
    color:black;
    margin-top: 4px;
    margin-bottom: 2px;
}

.content p 
{
	width: 600px;
    text-align: justify; 
}

.content a			
{
	text-decoration:underline;
}

img.mugshot
{
	display: none;
}

a.mugshot
{
	display: none;
}

tr.submit_line
{
	display: none;
}

#calendar li
{
	list-style: none;
}

#calendar ul
{
	margin-left: 0pt;
	list-style: none;
}

#calendar ul li
{
	margin:		8px 8px 8px 8px;
	list-style: none;
	padding:	4px;
	border: 1px dashed black;
}

#calendar ul li p
{
	padding-left: 4pt;	
	padding-right: 4pt;	
}

table 
{
    border: 0px;
    padding: 0px;
}
th 
{ 
    background-color:#f1f1f1; 
    font-weight: normal;
    text-align : left;
}

table.memberdetails
{
  width: 700px;
}

table.memberdetails td
{
  border: 1px solid white;
  font-size: 10pt;
}

table.memberdetails td.boxed
{
  border: 1px solid black;
  height: 30px;
  font-size: 10pt;
}

table.memberdetails td.boxed_multiline
{
  border: 1px solid black;
  height: 100px;
}

table.memberdetails td.boxed_email
{
  border: 1px solid black;
  height: 50px;
}


table.memberdetails_sdcs
{
  width: 700px;
  border: none;
  border-collapse: collapse;
  font-size: 10pt;
}

td span
{
  margin-right: 4px;
}
td span.ticked
{
  font-weight: bold;
  margin-right: 5px;
}

#mb
{
	display: none !important;
}

td pre
{
    font-size:9pt;
    font-family:Arial;
}

.content
{
    position:relative;
    margin-top: 0px;
	clear: left;
}
   
#bday_today
{
	display: none;
}

#bday_later
{
	display: none;
}

#welcome_message
{
    text-align: center;
    width: 780px;
}

.align_right
{
	position:relative; 
	right:0px; 
	text-align:right;
}

/* link1 | link2 | link3 */
div.right_links
{
	display: none;
}

/* present / absent list for minutes : */
#minutes
{
	width: 500px;
}

#minutes dl
{
	width: 400px;
	padding: 0;
	float: left;
}

#minutes dl dt
{
	float: left;
	width: 30%;
	padding: 0.1em 5%;
	margin: 0 ;
	font-weight: bold;
	clear: left;
}

#minutes dl dd
{
	width: 50%;
	padding: 0.1em 5%;
	float: left;
	margin: 0 ;
}

#minutes dl > dd
{
	padding: .25em 5% .25em 5%;
}

#minutes h3 
{
	clear: left;
}

table.memberdetails
{
	margin-top: -0.5em;
}

.max_page_width, 
.max_page_width p
{
	/* IE doesn't do max-width, so it'll have to be width */
	width: 700px;
}