/* Content stylesheet for leaseown.org */
/* Susan Bernstein, sbernstein @ tnc.org, 2007 */
/* CSS Document for Maps and Data pages, Leaseown site */


table#data {border: 1px solid #008000; margin: 2em 10px 1em 10px; width: 430px;border-collapse:collapse;padding:0;
}
table#data td {border: 1px solid #008000; font-size: 10px; vertical-align:middle; text-align:center; line-height:1em;}
table#data td:first-child {text-align:left;white-space:nowrap;}
table#data tr.header td{font-weight:bold; font-size: 11px;color:#008000; }
table#data tr.title td{font-weight:bold; background-color:  #c4c9c3;}		/*pale grey */ 
table#data td.subtitle {font-style:oblique;}
table#data td.notfound {background-color:#E8E8E8;}
table#data td.nonspatial {background-color: #f2eb76;}
table#data td.gis {background-color: #a8e563;}

#pagecontent table.datacontent {width: 500px; border: none; margin-top: 1em;}
#pagecontent table.datacontent td{border: none; line-height: 1.3;}
table.datacontent td:first-child{font-style:italic;white-space:nowrap;width:70px;}
table.local td:first-child{font-style: normal;font-weight: bold;white-space:nowrap;width:120px;}
/* width style above forces first column to be same in all cases */

#pagecontent table.municipalities {border: 1px solid #008000; border-collapse: collapse; text-align: center;}
#pagecontent table.MAmunicipalities td {border: 1px solid #008000;white-space:nowrap;}
#pagecontent table.MAmunicipalities td.title {vertical-align:bottom;}
#pagecontent table.municipalities td:first-child {text-align: left;}
#pagecontent table.municipalities thead td {font-weight: bold;color:#008000;border-bottom:1px solid #008000;}
#pagecontent table.municipalities tfoot td {font-weight: bold;color:#008000;border-top:1px solid #008000;}
td.topdata {font-weight:bold;}

#pagecontent div.two, #pagecontent table.two {
	padding-left: 0; margin-left: 10px;}
#pagecontent div.two p {padding-left: 0;}
#pagecontent h3, #pagecontent div.three, #pagecontent table.three {
	padding-left: 0; margin-left: 50px;}
#pagecontent div.three p, #pagecontent div.four p {padding-left: 0;}
#pagecontent h4, #pagecontent div.four, #pagecontent table.four {
	padding-left: 0; margin-left: 75px;}

div.illust300 {
	float: right; margin: 10px; margin-top: 30px;width: 300px;
	}
	
div.datanote {max-width: 450px;} /* contains data table plus footnote; can't use caption on table because IE doesn't recognize caption-side bottom */
#pagecontent p.note { /* combo of footnote and caption */
	font-size: .65em;
	line-height: 1.1;
	margin: -15px 10px 0 10px;
	background-color: #e2e6cd; /* icicle at 90% bright*/
	}
