/* Use the main NREL stylesheet for all base styles. Use this stylesheet only for styles that are unique to the site. */




/* Titles */
H1 { 
	font-family : Verdana, Arial, Helvetica;
	color : #660000;
}
 
H2  {
	font-family : Verdana, Arial, Helvetica;
	color : #660000;
	font-size: 17px;
}

H2.norm  {
	font-family : Verdana, Arial, Helvetica;
	color : #660000;
	font-size: 15px;
}

/* Links */
A:link {color:#03C;}
A:visited {color: #600;}
A:hover {color:#C60;}




#poweredby { 
	color: #6D6D6D;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	margin: 35px 0 15px 0;
}

#nrelis { 
	background-color: #EEE;
	color: #666;
	font-size: 70%;
	text-align: center;
	width: 760px;
	padding: 4px;
}



/* main header  */


td.programheader {
  background-image : url(/analysis/jedi/images/header_jedi_subsite.jpg);
	background-repeat : no-repeat;
	background-color: #FFFFFF;
}


/* search */
#searchbox { width: 204px; background-color: #0046B8; padding: 0 0 5px 0; }

#searchbox form, #searchbox img { margin: 0;padding: 0;border: 0; }
#searchbox input { background-color: #FFF; margin: 0 0 5px 10px; }
#searchbox img.button { width: 52px; height: 18px; }

#searchbox p { 
	color: yellow; 
	text-decoration: none;
	padding: 0 0 2px 10px;
	margin: 0;
	font-size: 85%; 
}

#searchbox p A:link, #searchbox p A:visited { 
	color: white; 
	text-decoration: none; 
}

#searchbox p A:hover { color: yellow; } 

#searchbox label { 
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}






#callout_box  {
width : 95%;
float : none;
margin-bottom : 10px;
}
#callout_box .boxb2, #callout_box .boxb3, #callout_box .boxb4 {
background : #eee;
}
#callout_box .boxmiddle {
background : #eee;
} 

.boxcontent li  {
margin-left : 10px;
}
* html .boxcontent li {
margin-left : 28px;
}
* + html .boxcontent li {
margin-left : 28px;
} 

.boxtop, .boxbottom  {
display : block;
background : transparent;
font-size : 1px;
}
.boxb1, .boxb2, .boxb3, .boxb4 {
display : block;
overflow : hidden;
}
.boxb1, .boxb2, .boxb3 {
height : 1px;
}
.boxb2, .boxb3, .boxb4 {
background : #eee;
border-left : 1px solid #ccc;
border-right : 1px solid #ccc;
}
.boxb1 {
margin : 0 5px;
background : #ccc;
}
.boxb2 {
margin : 0 3px;
border-width : 0 2px;
}
.boxb3 {
margin : 0 2px;
}
.boxb4 {
height : 2px;
margin : 0 1px;
}
.boxmiddle {
display : block;
background : #eee;
border : 0 solid #ccc;
border-width : 0 1px;
text-align : left;
}
.boxcontent {
background : transparent;
margin : 0 6px 0 10px;
}
.boxcontent p, .boxcontent ul, .boxcontent ol, .boxcontent dl {
padding-bottom : 6px;
margin : 0;
}
.boxcontent blockquote {
padding : 6px 6px 6px 14px;
margin : 0;
}
.boxcontent li {
margin-left : -24px;
}
* html .boxcontent li {
margin-left : 18px;
}
* + html .boxcontent li {
margin-left : 18px;
}
#callout_box {
width : 30%;
float : right;
margin-top : 8px;
margin-bottom : 8px;
} 



