/* Use the main NREL stylesheet (in /includes2/) for all base styles. Use this stylesheet only for styles that are unique to the site. */


/* main header  */
#mc_header {
	background-image:url(/pv/measurements/images/head_mc.jpg);
	background-repeat : no-repeat;
	background-color:#FFF;
	background-position: 0% 2px;
	height: 80px;
}

#mc_header1 {
	background-image:url(/pv/measurements/images/head_mc-a.jpg);
	background-repeat : no-repeat;
	background-color:#FFF;
	background-position: 0% 2px;
	height: 80px;
}

#mc_header2 {
	background-image:url(/pv/measurements/images/head_mc-b.jpg);
	background-repeat :no-repeat;
	background-color:#FFF;
	background-position: 0% 2px;
	height: 80px;
}


/* Use only if site is a subsite using a 78px high header graphic */
/* you'll also have to change the height for the headers above to 80 */
/* search */
#searchbox { width: 204px;padding: 0 0 22px 0;}

/* content */
#content { padding: 65px 12px 0 12px; }


/* data tables */
table.data {	
	font-size: 78%; 
}



.calloutwide {width:95%;color:#000;background-color:#f1f1f1;border:1px solid #ccc;padding:8px;margin-bottom:15px;}



