body {
	background-color:#EFD668;	
	background-image: url(../../images/YOU-sos_back.png); background-repeat:repeat-x;
	}

td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {color: #FFFFFF}
.style2 {font-size: x-small}

/* tdLeft and tdRight are used to draw a line box around two side-by-side cells */
/* used in the data selection tool and also in pollution & equivalents output template */

.tdLeft {
	border-top: solid 1px #01396E;
	border-right: solid 0px #01396E;
	border-bottom: solid 1px #01396E;
	border-left: solid 1px #01396E;
	padding: 15px;
	background-color:white;
	}

.tdRight {
	border-top: solid 1px #01396E;
	border-right: solid 1px #01396E;
	border-bottom: solid 1px #01396E;
	border-left: solid 0px #01396E;
	padding: 15px;
	background-color:white;
	}

/* This is used for the Sunviewer.net(TM) Solar Energy & Weather Data page heading */
.sundata_heading {
	font-size: 16px; color: #005847;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 15px 0px 0px 40px;
}

/* This is used primarily for Project Multisite; Aggregate Data for All Sites, or Site Name */
.subHeading {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0px 0px 0px;
}

/* Main text portion of any portal */
.introText {
	text-align:justify;
	font-size: 13px; color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
	margin: 15px 40px 20px 40px;
}

a.dataLink {
	font-size: 12px; color: #002990; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none;
	}
a.dataLink:hover {
	font-size: 12px; color: #002990; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration:underline; 
	}
.linkBracket {
	font-size: 12px; color: #002990; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none;
	}

.photo {
	float:right;
	margin-top:10px;
	margin-right:25px;
	margin-bottom:0px;
	margin-left:20px;
	text-align:right;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	}

.siteHeading {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #005847;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	}

.siteSubHeading {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #005847;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	margin: 10px 0px 0px 22px;
	}

.bullets {
	border: solid 1px #01396E;
	
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	background-color:white;
}

/* Heliotronics Copywright Footer */
#footer {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;	
	}

.DataSelectTool {
	font-size: 12px; color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
}

/* Only used in output templates */

#dataLoading {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align:center;	
}

.outputHeading {
	width: 80%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

/* used for long table output display */
td.outputTable {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

/* used for smaller prtSite and prtProject */
td.outputTablePrt {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-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: Arial, Helvetica, sans-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.picture {
	border-width: 10px 10px 10px 10px;
	border-color: #ffffff;
	border-style: solid;
}