/*EE Internal website additional CSS
// Last Modified by: Shan Osborn 4/16/09 */




/* Left nav matching styles to show state */

/* About */
body.armHome #leftNav a#armHome, body.initiative #leftNav a#initiative, body.goals #leftNav a#goals,  body.areas #leftNav a#areas {
color: #cf6200;
font-weight: bold;
background-color: white;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;

}

/* Project information */
body.documents #leftNav a#documents, body.participants #leftNav a#participants  {
color: #cf6200;
font-weight: bold;
background-color: white;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;

}

/* Related Links */
body.emsites #leftNav a#emsites, body.programArea #leftNav a#programArea, body.challenge #leftNav a#challenge, body.closure #leftNav a#closure  {
color: #cf6200;
font-weight: bold;
background-color: white;
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;

}


}

.fileInfo {font-size: .85em;}

.staffPhoto img {
	float: right;
	border: 1px solid #000;
}

label {font-weight: bold;}

body.staff #main table, body.staff #main td,  body.staff #main  th {border: none; vertical-align: top; padding: 20px;} 

.note {
  color: #29736E;
  font-size: .9em;
  font-weight: normal;
}
/******** Slideshow styles ********/

#spotlight {margin: 0; padding: 20px 0 0 0; height: 225px; position: relative; width: auto; overflow: hidden;}

#spotlight h1 {

  padding-bottom: 10px;

}

.slide {

  position: absolute;

  top: 44x;

  left: 0px;

  right: 0px;

  width: auto;

  display: none;

  background-image: url(https://www.pnnl.gov/images/slstories_bg.gif);

  background-position: top left;

  background-repeat: repeat-x;

  min-height: 200px;

  filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);

  -moz-opacity:0.1;

  -khtml-opacity:0.1;

  /*border: 1px solid red;*/

}

#spotlight_slide0 {

  display: block;

  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

  -moz-opacity:1;

  -khtml-opacity:1;

}

#spotlight img {float: left; margin: 0 1em 0 0;}

#main #spotlight h2 {padding: 10px 10px 0 10px; font-weight: bold; font-size: 1.1em; margin: 0 0 8px 0; line-height: 1.1em;}

#spotlight p {padding: 0 10px; font-size: 1em; font-family: Arial, Helvetica, sans-serif; margin: 0 0 8px 0; line-height: 1.3em;}

#spotlight ul {margin: 0 0 10px 0; padding: 0 0 0 0.3em;}

#spotlight li {margin: 0 0 3px 0; list-style-type: none; padding: 0 0 0 1em; background-image: url(https://www.pnnl.gov/images/bullet_blk.gif); background-repeat: no-repeat; background-position: top left;}

#spotlight #pause {display: none;} /* Slideshow javascript displays the button in startup() */

#spotlight #pause {position: absolute; top: 214px; left: 10px; z-index: 4; opacity: 0.5; filter:progid:DXImageTransform.Microsoft.alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}

#spotlight #pause:hover {filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity:1;}

#spotlight #pause img {border:0}

#spotlight #controls { position: absolute; right: 0px; bottom: 0px; width: 200px; font-size: 90%;}

#spotlight #controls a {text-decoration: none;}

#spotlight #controls a:hover {text-decoration: underline;}

#spotlight #back {position: absolute; left: -10px; top: 0;}

#spotlight #next {position: absolute; right: 10px; top: 0;}

#spotlight #spotlightCounter {display: block; padding-right: 20px; text-align: center;}



#rightCol #spotlight {width: 142px; padding: 0; margin: auto; height: 180px;}

#rightCol #spotlight #pause {top: 130px;}

#rightCol #spotlight div.slide {margin-top: 1em; background-image: none;}

#rightCol #spotlight div.slide img {width: 140px; height: 148px; border: 1px solid #666;}

#rightCol #spotlight #controls {width: 142px;}

#rightCol #spotlight #back {left: 0;}

#rightCol #spotlight #spotlightCounter {padding-right: 0;}

#rightCol #spotlight #next {right: 0;}

