body {
	margin: 10px;
	background-color: #DDD;
}

.pageTitle {
	font-family: times, times new roman, serif;
	font-size: 30px;
	color:#FFF;
	font-style: italic;
	font-weight: bold;
	line-height:70px;
}

.sunHeading {
	font-family: times, times new roman, serif;
	color:#006600;
	font-size: 18px; 
	font-weight: bold;
	margin-top: 16px;
	margin-left: 16px;
}


.mainText {
	font-family: times, times new roman, serif;
	font-size: 12px;
	line-height: 20px;
	color: #2c2b2b;
	text-align:justify;
	margin: 15px 15px 15px 16px;
	}

.rightPane {
	font-family: times, times new roman, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align:left;
	margin-top:15px;
	margin-left:20px;
}

#sitePhoto {
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 3px;
	border: 3px solid black;
}

a {
font-size: 14px; color: #0000FF; font-weight: bold; font-family: times, times new roman, serif; text-decoration: underline;}

a:hover {
font-size: 14px; color: #FF0000; font-weight: bold; font-family: times, times new roman, serif; text-decoration: underline;}

.snapshotHeader {
	font-family: times, times new roman, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
	text-align:center;	
	background-color:#006600;
	}

.snapshotBase {
	padding: 8px 0px 8px 0px;
	background-color: #058518;
}

/* this is the class embedded in snaphshot.html */
.snapshotTable {
	font-family: times, times new roman, serif;
	font-size: 13px;
	color: #FFFFFF;
	}


.tdBoxed {
	border-top: solid 1px #006600;
	border-right: solid 1px #006600;
	border-bottom: solid 1px #006600;
	border-left: solid 1px #006600;
	padding: 15px;
	}

.selectText {
	font-family: times, times new roman, serif;
	font-size: 13px;
	color: #000000;
}

.dataSelectTool {
	font-family: times, times new roman, serif;
	font-size: 13px;
	color: #000000;
}

.footer {
	height: 34px;
	line-height:34px;
	font-size: 10px;
	font-family: Times New Roman, Times, Serif;
	font-weight: normal;
	font-style: italic;
	color: #2c2b2b;	
	}

td.selectBoxes {
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 20px 10px;
	border-style: solid;
	border-color: #000000;
	background-color: #DDD;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* Only used in output templates */

#dataLoading {
	font-size: 12px;
	font-family: times, times new roman, serif;
	font-weight: normal;
	color: #000000;
	text-align:center;	
}

.outputHeading {
	width: 380px;;
	font-size: 14px;
	font-family: times, times new roman, serif;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

/* used for long table output display */
td.outputTable {
	font-size: 13px;
	font-family: times, times new roman, serif;
	font-weight: normal;
	color: #000000;
}

/* used for smaller prtSite and prtProject */
td.outputTablePrt {
	font-size: 14px;
	font-family: times, times new roman, serif;
	font-weight: normal;
	color: #000000;
}

/* these next three are used for pollution and equivalents */

td.equivBox {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #000000 #000000 #000000 #000000;
	background-color: white;
	border-collapse: collapse;
	padding-right:20px;

	font-size: 12px;
	font-family: times, times new roman, serif;
	font-weight: normal;
	color: #000000;
}

.equivBoxText {
	font-size: 12px;
	font-family: times, times new roman, serif;
	font-weight: normal;
	color: #000000;
}

td.leftonly {
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #C8C8C8;
}

img.equivPic {
	border: 1px solid black;
	margin: 8px 8px 8px 0px;
}
