body {
   background: #fff;
   color: #000;
   font: 12pt/18pt Arial, Helvetica, sans-serif;
}

* { border: none; }

#associations-represented,
#user-buttons,
#user-pannel,
#search,
#breadcrumbs,
#featured-associations,
#footer #featured-articles,
#footer #aux-navigation,
#footer #useprofessionals,
#success,
#warning,
#error,
#association-details #full-logo,
#association-details .detail-box img.icon,
#association-details .detail-box a.external,
#association-information .pending img,
#roll-top
a.roll-top,
img.icon,
.form {
	display: none;
}

#header,
#search,
#content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#content a:link,
#content a:visited {
	color: #0000ff;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#content dt a:link,
#content dt a:link:after,
#content dt a:visited,
#content dt a:visited:after {
	content: "";
	text-decoration: none;
}

#content dt a:link,
#content dt a:visited,
#content dd a:link,
#content dd a:visited {
	color: #000;
}

#content a:link:after,
#content a:visited:after {
	content: " ( " attr(href) " )";
	font-weight: normal;
	font-style: italic;
	display: block;
	color: #0000ff;
}

#content a[href^="/"]:after { content: " ( http://www.useassociations.com" attr(href)" ) "; }

#content #association-information a:link,
#content #association-information a:visited {
	color: #000;
}

#content #association-information a:link:after,
#content #association-information a:visited:after {
	color: #0000ff;
}

h1, h2, h3, h4  {
	font-weight: bold;
	line-height: 28pt;
}

h1 { font-size: 22pt; }

h2 {
	font-size: 18pt;
	margin: 4pt 0 0 0;
}

#association-information h2 { font-size: 14pt; }

h3 { font-size: 14pt; }

h4 { font-size: 12pt; }

ul li,
ol li,
dl dd,
p {
	margin: 2pt 0 4pt 0;
}

#content .detail-box dt {
	font-size: 14pt;
	margin: 4pt 0;
}

#content .detail-box dl dd { margin: 0; }

dl dt.
ul li,
ol li {
	margin: 2pt 0;
}

dl dt,
.statistics span {
	font-weight: bold;
}

#association-details,
#association-information .detail-box { 
	border-bottom: 1pt dotted #000;
}

#association-information .detail-box { padding-bottom: 8pt; } 

#association-information .detail-box dd.region-scope {
	font-size: 14pt;
	font-style: italic;
	margin: 6pt 0;
}

#association-information dl.list { margin: 0; }

#association-information .pending:after {
	content: " ("attr(title)")";
	color: red;
	font-style: italic;
}

#header {
	border-bottom: 1pt solid #000;
	padding-bottom: 4pt;
}

#footer {
	border-top: 1pt solid #000;
	padding-top: 4pt;
}

#association-information .statistics { padding-bottom: 2pt; }

#association-information .statistics span.data {  font-weight: normal; }	

table {
	width: 100%;
	margin-bottom: 10pt;
	border-collapse: collapse;
}

table tr { border-collapse: collapse; }

table thead {
	text-align: left;
	font-weight: bold;
}

table th,
table td {
	padding: 5pt 0 5pt 5pt;
	border: 1px solid black;
	border-collapse: collapse;
}

table.report-table col.task-name,
table.report-table col.user-name {
	width: 25%;
}

table.report-table col.data,
table.report-table col.status {
	width: 10%;
}
			
table.report-table col.project-name { width: 20%; }

table.report-table thead tr { background-color: #666; }

table.report-table tbody tr { border-bottom: 1px solid #999; }
