﻿html,
body 
{
    margin: 0;
  padding: 0;
}

body #s4-workspace { overflow: visible; }
html { *overflow-x: hidden; }
#s4-ribbonrow { display: none; }

html.sp-ribbon body
{
    overflow: hidden;
}

html.sp-ribbon body #s4-workspace 
{
    overflow-x: auto;
    overflow-y: scroll;
}

html.sp-ribbon 
{
    *overflow: hidden;
}

html.sp-ribbon #s4-ribbonrow 
{
    display: block;
}

.mso-contentdiv {
    position: relative;
    z-index: 10;
    height: 100%;
}

/* fix scrolling on list pages */
#s4-bodyContainer {
	position: relative;
	height: 100%;
}

.s4-ca 
{
    position: relative;
    z-index: 1;
    
    margin-left: 0;
    background: transparent;
}

.s4-noti 
{
    z-index: 100;
}

.ms-popoutMenu 
{
    background: #fff;
}

/* hide body scrolling (SharePoint will handle) */
body {
	height:100%;
	overflow:visible;
	width:100%;
  background: #f0f0f0;
}

#content-wrapper a:link,
#content-wrapper a:visited,
#content-wrapper .link {
  color: #011a99;  
  text-decoration: none;
  cursor: pointer;
}

#content-wrapper a:hover,
#content-wrapper .link:hover {
	color: #a17a7e;
	text-decoration: underline;	
}

#content-wrapper a img {
  border: none;
}

#content-wrapper a.arrow:after,
#content-wrapper a.arrow img.arrow {
	content: url("../../images/EPRI.Public/link-arrow.gif");
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	margin: 0 1ex;
}

#content-wrapper button,
#content-wrapper .button {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	overflow: visible;
	width: auto;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 20px;
	background: #011a99;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#content-wrapper a.button:link,
#content-wrapper a.button:visited,
#content-wrapper a.button:hover {
	color: #fff;
	text-decoration: none;
}

#content-wrapper button[disabled],
#content-wrapper .button.disabled,
#content-wrapper a.button.disabled:link,
#content-wrapper a.button.disabled:visited,
#content-wrapper a.button.disabled:hover {
    background: #a17a7e;
    color: #ccc;
    cursor: default;
}

#content-wrapper .button.arrow:after {
    content: url("../../images/EPRI.Public/btn-arrow.gif");
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	margin: 0 0 0 1ex;
}

#content-wrapper {
    position: relative;
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 10px;
  font: 1.09em/1.42em Arial, sans-serif;
  color: #333;
}

#content-wrapper strong.alt1 {
    color: #496c28;
}

#content-wrapper strong.alt2 {
    color: #a17a7e;
}

#content-wrapper .banner {
    border-bottom: 3px solid #496c28;
}

.bg {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 1;
	width: 100%;
	min-width: 960px;
    height: 496px;
    background: #e8e8e8 url("../../images/EPRI.Public/bg.jpg") no-repeat center center;
}

.bg.content-image {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;	
}

.bg-polyfill-frame {
    position: relative;
	overflow: hidden;
}

.bg-polyfill-img {
    position: absolute;
}

.clear {
    clear: both;
}

#main-wrapper {
    position: relative;
    z-index: 15;
    padding: 0 0 94px;
    pointer-events: none;
}

#main-wrapper > * {
    pointer-events: auto;
}

#header {
    margin-bottom: -1px;
  border-top: 3px solid #496c28;
  background: #fff;
    overflow: auto;
}

#logo {
    float: left;
  margin: 20px;
}

#pre-nav {
  margin: 10px 10px 10px 334px;
}

#pre-nav ul {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none none;
  text-align: right;
}

#pre-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  white-space: nowrap;
  margin: 0 0 0.5em;
  border-left: 1px solid #a1a1a4;
  padding: 0 10px;
}

#pre-nav li:first-child {
  border-left: none;
}

#search-box {
	float: right;
	clear: right;
	margin: 20px;
}

#search-box table 
{
    width: auto;
}

#primary-nav {
    position: relative;
    z-index: 2;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}

#primary-nav table.l1 {
    position: relative;
    top: 1px;
    margin: 0;
    border-spacing: 0;
}

#primary-nav table.l1 td.l1-wrapper {
    min-width: 37px;
    border-width: 1px;
  border-style: solid none solid solid;
  border-color: #dcdcdc;
  padding: 0;
  background: #fff;
  vertical-align: bottom;
}

#primary-nav table.l1 td.l1-wrapper:first-child {
	border-left-style: none;
	padding-left: 1px;
}

#primary-nav table.l1 td.l1-wrapper.last-child {
    border-right-style: solid;
}

#primary-nav table.l1 td.l1-wrapper:hover,
#primary-nav table.l1 td.l1-wrapper.hover {
    border-color: #999;	
	border-right-style: solid;
	background: #fff;
	z-index: 30;
}

#primary-nav table.l1 td.l1-wrapper:hover + td,
#primary-nav table.l1 td.l1-wrapper.hover + td {
    border-left-style: none;
}

#primary-nav table.l1 td.l1-wrapper.with-sub-nav:hover,
#primary-nav table.l1 td.l1-wrapper.with-sub-nav.hover {
	border-bottom: none;	
	padding-bottom: 1px;
}

#primary-nav table.l1 td.l1-wrapper:first-child:hover,
#primary-nav table.l1 td.l1-wrapper:first-child.hover {
	border-left-style: solid;
	padding-left: 0;	
}

#primary-nav table.l1 td.l1-wrapper .l1-link {
  display: block;  
  position: relative;
  top: 1px;
  z-index: 20;
  margin-bottom: -1px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.15em;
  color: #011a99;
  cursor: default;
  
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#primary-nav table.l1 td.l1-wrapper:hover .l1-link,
#primary-nav table.l1 td.l1-wrapper.hover .l1-link {
	z-index: 30;
}

#primary-nav table.l1 td.l1-wrapper:hover a.l1-link,
#primary-nav table.l1 td.l1-wrapper.hover a.l1-link {
	color: #a17a7e;	
}

#primary-nav table.l1 td.l1-wrapper.with-sub-nav:hover .l1-link,
#primary-nav table.l1 td.l1-wrapper.with-sub-nav.hover .l1-link {
	background: #fff;
}

#primary-nav table.l1 td.l1-wrapper .l1-link.active {
	color: #a17a7e;
}

#primary-nav table.l1 td.l1-wrapper a.l1-link {
  cursor: pointer;  
}

#primary-nav table.l1 td.l1-wrapper a.l1-link:link,
#primary-nav table.l1 td.l1-wrapper a.l1-link:visited,
#primary-nav table.l1 td.l1-wrapper a.l1-link:hover,
#primary-nav table.l1 td.l1-wrapper a.l1-link.hover {
	text-decoration: none;
}

#primary-nav table.l1 td.l1-wrapper a.l1-link:focus {
    outline: none;
}

#primary-nav table.l1 td.l1-wrapper a.l1-link:active {
    *ie-dummy: expression(this.hideFocus=true);
}

#primary-nav table.l1 td.l1-wrapper .l1-link .inner {
  display: block;
}

#primary-nav table.l1 td.l1-wrapper.with-sub-nav .l1-link .inner {
  padding: 0 20px 0 0;
  background: url("../../images/EPRI.Public/with-sub-nav.gif") no-repeat right center;  
}

#primary-nav table.l1 td.l1-wrapper.with-sub-nav .l1-link.active .inner {
	background-image: url("../../images/EPRI.Public/with-sub-nav-active.gif");
}

#primary-nav table.l1 td.l1-wrapper img.l1-link-image {
	margin: 0;
	border: 0;
	padding: 0;
}

#primary-nav .l2-sub-nav {
  display: none;
  position: absolute;
  z-index: 25;
  max-width: 940px;
  border-width: 1px 1px 3px;
  border-style: solid;
  border-color: #999 #999 #ababb4;
  padding: 15px;
  background: #fff;
}

html.no-js #primary-nav .l2-sub-nav {
  position: static;
}

#primary-nav .l2-sub-nav-wrapper {
  background: #fff;
}

#primary-nav .l2-sub-nav .group-description {
  border-left: 1px solid #d6d6d6;
  padding: 0 0 0 15px;
  vertical-align: top;
}

#primary-nav .l2-sub-nav .group-description p,
#primary-nav .l2-sub-nav .group-description ul,
#primary-nav .l2-sub-nav .group-description ol,
#primary-nav .l2-sub-nav .group-description blockquote {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#primary-nav .l3-sub-nav {
  padding: 0 15px 0 0;
  vertical-align: top;
}

#primary-nav .l3-sub-nav ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none none;
}

#primary-nav .l3-sub-nav ul li {
  margin: 0.5em 0;
  white-space: nowrap;
}

#primary-nav .l3-header {
	white-space: nowrap;
  font-weight: bold;
  margin: 0 0 0.5em; 
  color: #496c28;
}

#primary-nav .l4-columns td {
    padding: 0 0 0 15px;
    vertical-align: top;
}

#primary-nav .l4-columns td:first-child {
    padding-left: 0;   
}

#s4-statusbarcontainer 
{
    margin-bottom: 20px;
}

#footer {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 10;
  clear: both;
  width: 940px;
  height: 74px;
  background: #fff;
  text-align: center;  
}

#footer address {
  padding: 10px;
  background: #496c28;
  font-style: normal;
  color: #fff;  
}


#post-nav ul {
  display: table;
  margin: 0 auto;
  padding: 10px;  
}

#post-nav li {
  display: table-cell;
  *display: inline;
  *zoom: 1.0;
  margin: 0;
  border-left: 1px solid #bababa;
  padding: 0 2ex;
}

#post-nav li:first-child {
  border-left: none;  
}

#content-wrapper h1 {
	font-size: 1.35em;
	color: #496c28;
}

#content-wrapper h2,
#content-wrapper h3 {
	font-size: 1.35em;
	line-height: 1.42em;
	color: #496c28;
}

#content-wrapper h4 {
    color: #496c28;
}

#content-wrapper h4,
#content-wrapper h5 {
    margin: 0;
    font-size: 1em;
}

#content-wrapper p,
#content-wrapper ul,
#content-wrapper ol,
#content-wrapper dl,
#content-wrapper blockquote,
#content-wrapper h3,
#content-wrapper h4,
#content-wrapper h5,
#content-wrapper h4 + ul.bullets,
#content-wrapper h5 + ul.bullets {
    margin-top: 0;
}


#content-wrapper h4 + p,
#content-wrapper h4 + ul,
#content-wrapper h4 + ol,
#content-wrapper h4 + dl,
#content-wrapper h4 + blockquote,
#content-wrapper h5 + p,
#content-wrapper h5 + ul,
#content-wrapper h5 + ol,
#content-wrapper h5 + dl,
#content-wrapper h5 + blockquote {
    margin-top: 1em;
}

#content-wrapper .page-title
{
    margin-bottom: -1px;
    padding: 10px 15px 0.75em;
    background: #fff;
    font-weight: bold;
    font-size: 1.75em;
	color: #496c28;
}

#content-wrapper .page-title h1 
{
    margin-top: 0;
    font-size: 1em;
}

#content-wrapper .page-title h1.island {
    margin-bottom: 0;
}

#content-wrapper ul.bullets {
	list-style: url("../../images/EPRI.Public/blt.gif");
}

#content-wrapper ul.no-bullets {
    margin-left: 0;
    padding-left: 0;
    list-style: none none;
}

#content-wrapper ul.no-bullets > li {
    margin-left: 0;
    padding-left: 0;
}

#content-wrapper dt {
    margin: 1em 0 0;
    font-weight: bold;
    color: #496c28;
}

#content-wrapper dd {
    margin: 0 0 1em;
}

#content-wrapper h2.inline-page-title {
    margin-top: 0;
}

#main {
    min-height: 300px;
    margin: 20px 0 0;
    padding: 0 15px 15px 0;
    background: #fff;
    background-image: url("../../images/EPRI.Public/bg-sidebar.gif");
    background-repeat: repeat-y;
    background-position: 180px 0;
} 

.s4-ql,
.ms-quicklaunchouter {
    float: left;
    clear: left;
    width: 180px;
    padding: 0;
}

.ms-quickLaunch {
    padding-top: 0;
}

.s4-ql ul.root > li > .menu-item, 
.s4-qlheader, 
.s4-qlheader:visited {
    border-width: 1px;
    border-style: none none solid;
    border-color: #dcdcdc !important;
    padding: 10px;
}

.s4-ql + #main-inner,
.ms-quicklaunchouter + #main-inner {
    padding-top: 15px;
    margin-left: 195px;
}

.s4-ql a.selected {
    padding: 15 !important;
    background: #f5f5f5 none;
    font-weight: bold;
    color: #000 !important;
}

#content-wrapper .s4-ql a.selected:link,
#content-wrapper .s4-ql a.selected:hover,
#content-wrapper .s4-ql a.selected:visited {
    text-decoration: none;
}

/* Dialog Window */

html.ms-dialog body 
{
    background: #fff;
}

html.ms-dialog #main
{
    padding: 0;
}

html.ms-dialog #s4-workspace 
{
    padding: 10px;
}

html.ms-dialog #content-wrapper
{
    position: static;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
}

html.ms-dialog #main-wrapper 
{
    padding: 0;
}

html.ms-dialog .bg 
{
    display: none;
    background-image: none !important;
}

.press-release-widget ul {
	margin: 0;
	padding: 0;
	list-style: none none;
}

.press-release-widget li {
	margin: 0;
	border-top: 1px solid #dcdcdc;
	padding: 15px;
}

.press-release-widget li:first-child {
	border-top: none;
}

.press-release-widget li p {
	margin: 0;
}

.press-release-widget .date {
	margin: 0 0 0.5em;
}

.press-release-widget .pager {
    overflow: hidden;
    padding: 0 15px;
}

.press-release-widget .pager .btn-prev {
    float: left;
}

.press-release-widget .pager .btn-next {
    float: right;
}

.news-item-widget ul {
	margin: 0;
	padding: 15px;
	list-style: none none;
}

.news-item-widget li {
	margin: 1em 0 0;
}

.news-item-widget li:first-child {
	margin-top: 0;
}

.news-item-widget a.external:after {
    content: url("../../images/EPRI.Public/ico-external-link.gif");
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
}

.news-item-widget a.external:after,
.news-item-widget img.ico-external-link {
    margin: 0 1ex;
}

.spotlight-carousel {
    position: relative;
    padding: 0 18px 0 33px;
}

.spotlight-carousel .prev,
.spotlight-carousel .next {
    position: absolute;
    top: 108px;
    width: 18px;
    height: 26px;
    background-image: url("../../images/EPRI.Public/btn-carousel.gif");
    background-repeat: no-repeat;
    cursor: pointer;
}

.spotlight-carousel .prev {
    left: 0;
    background-position: -18px 0;
}

.spotlight-carousel .next {
    right: 0;
    background-position: 0 0;
}

.spotlight-carousel .prev.hidden,
.spotlight-carousel .next.hidden {
    display: block !important;
    cursor: default;
}

.spotlight-carousel .prev.hidden {
    background-position: -54px 0;
}

.spotlight-carousel .next.hidden {
    background-position: -36px 0;
}

.spotlight-carousel ul.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.spotlight-carousel li.spotlight-wrapper {
    float: left;
    padding: 0;
}

.spotlight-carousel .spotlight {
    margin: 0 15px 0 0;
}

.feature-widget {
    position: relative;
    border: 15px solid #fff;
}

.feature-widget .feature-fg {
    height: 335px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-widget .feature-caption {
    position: relative;
    min-height: 4em;
    margin: 0 -1px -1px;
    padding: 15px 0 1px;
    background: #fff;
}

.feature-widget .feature-caption h1 {
    margin-top: 0;
}

.feature-widget .feature-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.feature-widget .feature-nav a {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
    background: #adadad;
}

.feature-widget .feature-nav a:hover,
.feature-widget .feature-nav a.active {
    background: #7e942d;
}

.feature-widget .feature-nav a:focus {
	outline: none;
}

.feature-widget .feature-nav a:active {
	ie-dummy: expression(this.hideFocus=true);
}

.feature-bg {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

ul.twitter-widget {
	margin: 0;
	padding: 0;
	list-style: none none;
}

ul.twitter-widget li {
	margin: 0;
	border-top: 1px solid #dcdcdc;
	padding: 1em 15px;
}

ul.twitter-widget li:first-child {
	margin-top: 0;
	border-top: none;
}

.twitter-widget .date {
	margin: 0 0 0.25em;
	font-weight: bold;
}

.twitter-widget .date a:link,
.twitter-widget .date a:visited,
.twitter-widget .date a:hover {
	color: #333;
}

.twitter-widget .text a.url {
	display: block;
}

table.s4-search {
    height: 26px;
    border-width: 1px;
    border-style: solid none;
    border-color: #dcdcdc;
    border-collapse: collapse;
}

table.s4-search td.ms-sbcell {
    padding: 0;
}

.s4-search input.ms-sbplain {
    float: none;
    width: 300px !important;
    height: 20px;
    padding: 3px;
    border-width: 1px !important;
    border-style: none none none solid !important;
    border-color: #dcdcdc !important;
    background: none;
    font: 1em/1.42em Arial, sans-serif;
    color: #333;
}

.s4-search .srch-AutoCompContainer {
    border: 1px solid #dcdcdc;
    padding: 0;
}

.s4-search .srch-AutoCompDropImg {
    display: none;
}

.s4-search .srch-AutoCompList {
    font: 1em/1.42em Arial, sans-serif;
}

.s4-search .srch-AutoCompListItem,
.s4-search .srch-AutoCompHListItem {
    white-space: normal;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dcdcdc;
}

.s4-search .srch-AutoCompListItem:first-child,
.s4-search .srch-AutoCompHListItem:first-child {
    border-top: none;
}

.s4-search .srch-AutoCompListItem {
    color: #011a99;
}

.s4-search .srch-AutoCompHListItem {
    background: #011a99;
    color: #fff;
}

.s4-search .ms-sbgo {
    width: 62px;
}

.s4-search .ms-sbgo a {
    display: block;
    width: 62px;
    height: 26px;
    border-width: 1px;
    border-style: none solid;
    border-color: #dcdcdc;
    background: url("../../images/EPRI.Public/btn-search.png") no-repeat 0 0;
}

.s4-search .ms-sbgo a:hover {
    background-position: 0 -26px;
}

.s4-search img.srch-gosearchimg {
    display: none;
}

/* Override Base */



/* Webpart Styles */

.ms-rte-wpbox {
    font: 1em Arial, sans-serif !important;
}

.ms-WPHeader td {
    border-bottom: none;
}

.ms-wpTdSpace {
    display: none;
}

.ms-WPTitle {
    margin: 0;
    padding: 10px 15px;
    font: bold 1.35em Arial, sans-serif !important;
}

.ms-WPTitle,
.ms-WPTitle a:link,
.ms-WPTitle a:visited {
    color: #496c28 !important;
}

html.no-sp-ribbon .ms-WPHeaderTdSelection {
    display: none;
}

.ms-wpContentDivSpace {
    margin: 0;
}

.s4-wpTopTable {
    background: #fff;
}

.s4-wpcell .s4-wpTopTable,
.s4-wpActive .s4-wpTopTable,
.s4-wpActive .ms-WPSelected {
    border: none;
}

.s4-wpcell .ms-WPTitle,
.s4-wpActive .ms-WPTitle {
    cursor: default;
}

.s4-wpcell:hover .ms-WPHeader td, 
.s4-wpActive .ms-WPHeader td, 
.s4-wpcell .ms-WPSelected .ms-WPHeader td {
    border-bottom: none;
}

.ms-WPBody,
.ms-WPBody td {
    font: 1em/1.42em Arial, sans-serif;
}

.ms-WPBody {
    padding: 0 0 15px;
    letter-spacing: normal;
    color: #333;
}

.ms-WPBorder,
.ms-WPBorderBorderOnly {
    border: none;
    padding: 0;
}

.ms-WPBorder .ms-WPBody {
    padding: 0 15px 15px;
}

.ms-WPBorderBorderOnly .ms-WPBody {
    padding: 15px;
}

.ms-PartSpacingVertical {
    margin-top: 20px;
}

.ms-WPHeaderTdMenu {
    width: auto;
}

.box {
    margin: 20px 0;
    background: #fff;
}

table.box {
    width: 100%;
    border-collapse: collapse;
}

table.box td.col,
td.wp-wrapper {
    vertical-align: top;
}

table.box tr.last-child td.col {
    padding-bottom: 15px;
}

table.box .ms-WPBody {
    padding-bottom: 0;
}

table.box .ms-PartSpacingVertical {
    margin-top: 0;
}

.box-row {
    margin: 20px 0 0;
}

table.box-row {
    position: relative;
    left: -20px;
    width: 980px;
    border-spacing: 20px 0;
    
    /* Fake border spacing for IE7 */
    *border-right: 20px solid transparent;
}

table.box-row > tbody > tr > td {

    /* Fake border spacing for IE7 */
    *border-left: 20px solid transparent;
}

table.box-row td.col,
table.box-row td.col-wrapper {
    vertical-align: top;
    padding: 0;
}

table.box-row .col {
    background: #fff;
}

table.box-row.alt .col {
    background: transparent;
}

table.box-row.first-row {
    margin-top: 0;
}

.row-collection .ms-WPTitle {
    font-size: 1.1em !important;
}

.bg.content-image {
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;	
}

/* Utility widget styles */

.utility-widget {
    position: absolute;
    top: 0;
    right: 0;
	margin: 10px 15px;
	overflow: hidden;
}

.utility-widget .stButton {	
	margin: 0 !important;
	font-size: 1em !important;
	line-height: 1.42em !important;
}

.utility-widget .stButton .chicklets {
	font: 1em Arial, sans-serif !important;
	text-decoration: none;
	color: #011a99 !important;
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
}

.utility-widget .stButton .chicklets:hover {
	text-decoration: underline;
	color: #a17a7e !important;
}

.utility-widget .st_email {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	min-height: 21px;
	
}

.utility-widget .st_email .stButton .chicklets {
	padding-left: 25px !important;
	background: url("../../images/EPRI.Public/ico-email.gif") no-repeat left top;
}

html.no-js .utility-widget .print {
	display: none;
}

.utility-widget .link {
	display: inline-block;
	*display: inline;
	*zoom: 1.0;
	min-height: 21px;
}

.utility-widget .print .link {
	padding-left: 27px;
	background: url("../../images/EPRI.Public/ico-print.gif") no-repeat left top;
}

.utility-widget .link-wrapper {
	float: left;
	margin: 0 0 0 1.5ex;	
}

/* Tabs */

.tab-nav {
    position: relative;
    top: -1px;
    border-bottom: 1px solid #999;
    background: url("../../images/EPRI.Public/tab-nav-border.gif") repeat-x 0 1px;
}

tr:first-child > td > .ms-WPBody .tab-nav {
    background-image: none;
}

.tab-nav table {
    position: relative;
    top: 1px;
    border-bottom: 1px solid #999;
    border-collapse: collapse;
}

.tab-nav td {
    border-width: 1px;
    border-color: #dcdcdc;
    border-left-style: solid;
    padding: 0;
    vertical-align: bottom;
}

.tab-nav td .tab-link {
	display: block;
	position: relative;
	top: 1px;
	margin-bottom: -1px;
	padding: 10px 15px;
	font: bold 1.35em Arial, sans-serif;
	color: #011a99;
	cursor: pointer;
}

.tab-nav td .tab-link:hover {
    color: #a17a7e !important;
}

.tab-nav td:first-child {
    border-left: none;
}

.tab-nav td.active {
    border-color: #999;
    border-top-style: solid;
    border-right-style: solid;
}

tr:first-child > td.s4-wpcell-plain tr:first-child > td > .ms-WPBody .tab-nav td.active {
    border-top-style: none;
}

.tab-nav td.active + td {
    border-left-style: none;
}

.tab-nav td.active .tab-link {
    color: #a17a7e;
    background: #fff;
}

.tab-nav a.tab-link:hover {
    text-decoration: none !important;
}

.tab-nav a.tab-link:focus {
    outline: none;
}

.tab-nav td.active a.tab-link:link,
.tab-nav td.active a.tab-link:visited,
.tab-nav td.active a.tab-link:hover {
    color: #a17a7e !important;
}

.tab-nav td.active a.tab-link:active {
    ie-dummy: expression(this.hideFocus=true);
}

.wp-panel-trigger {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.35em;
	background: #fff;
	color: #496c28;
    cursor: pointer;
}

.wp-panel-trigger .wp-panel-trigger-inner {
    min-height: 10px;
    padding: 0 0 0 21px;
    background-repeat: no-repeat;
    background-position: left center;
}

.wp-panel-trigger.collapsed .wp-panel-trigger-inner {
    background-image: url("../../images/EPRI.Public/ico-panel-down.png?1");
}

.wp-panel-trigger.expanded .wp-panel-trigger-inner {
    background-image: url("../../images/EPRI.Public/ico-panel-up.png?1");
}

.map-canvas {
    width: 590px;
    height: 500px;
    border-bottom: 3px solid #496c28;
    background: url("../../images/EPRI.Public/loader-big.gif") no-repeat center center;
}

html.no-js .map-canvas {
    display: none;
}

.map-img img {
    border: none;
}

.product-abstract .title,
.product-abstract .heading {
    margin: 1em 0;
    font-weight: bold;
}

.product-abstract .label {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    margin: 0 1ex 0 0;
    font-weight: bold;
}

.product-abstract .content-specs .product-abstract-col {
    float: left;
    width: 50%;
    margin: 0 0 1em;
}


.product-synopsis .content-specs .product-abstract-col {
 	padding: 0 20px 1em 0;
  	float:left;	
}

.product-synopsis .content-specs .product-abstract-col1 {
	padding: 0 20px 1em 0;
}

.product-abstract .content-specs .pair, .product-synopsis .content-specs .pair {
    padding-right: 20px;
}

.product-abstract .content-keyword ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.product-abstract .content-keyword ul li {
    margin: 0;
    padding: 0;
}

.product-abstract .content-action {
    clear: both;
    margin: 1em 0;
    padding: 15px;
    background: #f8f8f8;
}

.product-abstract .content-action p {
    margin: 0.5em 0;
}

#content-wrapper .product-abstract .abstract h4 {
    margin: 1em 0;
    color: #333;
}

.product-abstract .hover {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    position: relative;
}

.product-abstract .hover .value {
    color: #011a99;
    cursor: default;
}

.product-abstract .hover-container {
    display: none;
    position: absolute;
    top: -20px;
    right: -200px;
    z-index: 20;
    width: 200px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    background: #fff;
}

.product-abstract .hover-container p {
    margin: 0.75em 0;
}

.product-abstract .hover:hover .hover-container {
    display: block;
}

.product-abstract .error {
    font-style: italic;
    color: #f00;
}

.product-abstract .content-specs .col,
.product-agreement .content-specs .col {
  float: left;
    width: 50%;
    margin: 0 0 1em; }

.epriProdAbButton
   {
   display: inline-block;
	*display: inline;
	*zoom: 1.0;
	overflow: visible;
	width: auto;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 20px;
	background: #011a99;
	font-weight: bold;
	color: #fff ! important;
	cursor: pointer;
  }
  .epriProdAbButtonDisabled
   {
   display: inline-block;
	*display: inline;
	*zoom: 1.0;
	overflow: visible;
	width: auto;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 20px; 
	font-weight: bold;
	color: #fff ! important;
  }
   .product-synopsis
{
	 clear: both;
  margin: 1em 0;
  border-width: 1px;
  border-style: solid none;
  border-color: #ddd;
  padding: 5px 15px 15px;
  background: #f2f4ff;
}
.product-synopsis .title {
  margin: 1em 0;
  font-weight: bold; }

.product-synopsis .label {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  margin: 0 1ex 0 0;
  font-weight: bold; }

.product-synopsis .col {
  padding: 0 20px 1em 0;
  background-color: #f2f4ff ! important;
}
  
.product-synopsis .col1 {
  padding: 0 20px 1em 0;
  float:left;}
  
.product-synopsis .hover {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  position: relative; }

.product-synopsis .hover .value {
  color: #053ffb;
  cursor: default; }

.product-synopsis .hover-container {
  display: none;
  position: absolute;
  top: -20px;
  right: -200px;
  width: 200px;
  padding: 15px;
  background-color: #C0DEFF;
  -moz-box-shadow: 3px 3px 3px #A9A9A9;
  -webkit-box-shadow: 3px 3px 3px #A9A9A9;
  box-shadow: 3px 3px 3px #A9A9A9;
  ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#A9A9A9')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#A9A9A9'); }

.product-synopsis .hover-container p {
  color: #333;
  margin: 0.75em 0; }

.product-synopsis .hover:hover .hover-container {
  display: block; }

.product-synopsis .error {
  font-style: italic;
  color: #f00; }

.epriHelpContactUs .label, 
.epriCareerSignUp .label
{
    white-space: nowrap;
    width: 20ex;
    vertical-align: top;
    font-weight: bold;
    color: #496c28;
}

.epriHelpContactUs .label .required, 
.epriCareerSignUp .label .required 
{
    font-weight: normal;
}

.epriHelpContactUs input[type=text],
.epriHelpContactUs textarea,
.epriCareerSignUp input[type=text],
.epriCareerSignUp textarea
{
    width: 350px;
}


.epriHelpContactUs textarea,
.epriCareerSignUp textarea 
{
    height: 8em;
}

#press-release-header {
    text-align: right;
}

#press-release {
    padding: 1em 0 0 15px;
}

#press-release-title,
#press-release-subtitle {
    font-weight: bold;
    line-height: 1.42em;
    text-align: center;
	color: #496c28; 
}

#press-release-title {
    margin: 1em 0 0;
    font-size: 1.75em; 
}

#press-release-subtitle {
    margin: 0.5em 0 1em;   
}

#press-release-preview textarea {
    width: 100%;
}

#content-wrapper .portfolio-details .sector-details h3 {
    clear: right;
    margin-top: 1em;
}

#content-wrapper .portfolio-details .rich-text div {
    margin-bottom: 1em;
}

#content-wrapper .portfolio-details .rich-text ul {
    list-style: url("../../images/EPRI.Public/blt.gif");
}

.portfolio-details .sector-details .sector-thumb {
    float: right;
    max-width: 300px;
    margin: 0 0 10px 10px;
}

.portfolio-details .sector-details .research-area {
    overflow: hidden;
    margin-top: 1em;
    border-top: solid 1px #999;
    padding-top: 1em;
}

.portfolio-details .sector-details .research-area .research-area-desc {
    float: left;
    width: 375px;
}

#content-wrapper .portfolio-details .sector-details .research-area .research-area-title {
    margin-bottom: 1em;
}

#content-wrapper .portfolio-details .sector-details .research-area .programs {
    margin-left: 390px;
}

.portfolio-details .program-details .program-details-form {
    width: 100%;
}

#content-wrapper .portfolio-details .program-details h3.program-title {
    font-size: 1.15em;
    color: #000;
}

.portfolio-details .program-details .program-last-updated {
    float: right;
    margin-top: 1em;
}

.portfolio-details .program-details .program-details-nav,
.portfolio-index .sector-nav {
    margin: 1em 0;
    background: none;
}

.portfolio-details .program-details .program-details-nav table,
.portfolio-index .sector-nav table {
    border-right: 1px solid #dcdcdc;
}

.portfolio-details .program-details .program-details-nav td,
.portfolio-index .sector-nav td,
tr:first-child > td.s4-wpcell-plain tr:first-child > td > .ms-WPBody .portfolio-index .sector-nav td.active {
    border-top-style: solid;
}

.portfolio-details .program-details .program-details-nav td:first-child,
.portfolio-index .sector-nav td:first-child {
    border-left: 1px solid #dcdcdc;
}

.portfolio-details .program-details .program-details-nav td.active:first-child,
.portfolio-index .sector-nav td.active:first-child {
    border-left-color: #999;
}


.portfolio-details .program-details .program-details-nav td .tab-link,
.portfolio-index .sector-nav td .tab-link {
    font-size: 1em;
}

#content-wrapper .portfolio-details .program-details h4 {
    margin: 3em 0 1em;
    border-top: 1px solid #999;
    padding-top: 1em;
    font-size: 1.35em;
}

.portfolio-details .program-details h5 {
    color: #496c28;
}

.portfolio-details .program-details .program-roadmaps {
    float: right;
    width: 275px;
    margin: 0 0 2em 15px;
    padding: 15px;
    background: #f5f5f5
}

#content-wrapper .portfolio-details .program-details .program-roadmaps h5 {
    font-size: 1.35em;
}

#content-wrapper .portfolio-details .program-details .program-roadmaps ul {
    margin: 0;
    padding-left: 15px;
}

#content-wrapper .portfolio-details .program-details .program-roadmaps li {
    margin-left: 0;
    padding-left: 0;
}

#content-wrapper .portfolio-details .program-details h5.program-overview-section {
    margin-top: 1em;
    margin-bottom: 1em;
}

#content-wrapper .portfolio-details .program-details .program-projects .project-last-updated-header {
    margin: 1em 0;
    font-weight: bold;
    text-align: right;
}

.portfolio-details .program-details .panel {
    min-height: 500px;
}

#content-wrapper .portfolio-details .program-details .link-mc {
    font-weight: bold;
}

#content-wrapper .portfolio-details .program-details .pof {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1em;
    line-height: 2;
}

#content-wrapper .portfolio-details .program-details .pof .label {
    font-weight: bold;
    color: #496c28;
}

#content-wrapper .portfolio-details .program-details .program-project-tree,
#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
    margin-left: 70px;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .program-project-tree-item {
    margin-top: 2em;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .program-project-tree-item:first-child {
    margin-top: 0;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .key-research-question + .sub-tree .program-project-tree-item {
    margin-top: 2em;
}

#content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item {
    margin: 0;
    padding: 1em 15px 1px;
    background: #f5f5f5
}

#content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item.alt {
    background: transparent;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-title,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title {
    position: relative;
    margin-bottom: 1em;
    background-repeat: no-repeat;
    background-position: 0 0.3em;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title {
    padding-left: 21px;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title.collapsed {
    background-image: url("../../images/EPRI.Public/ico-panel-down.png?1");
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title.expanded {
    background-image: url("../../images/EPRI.Public/ico-panel-up.png?1");
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-title h5,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title h5 {
    margin-right: 10em;
    color: #333;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title h5.link {
    font-weight: normal;
    color: #011a99;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-description,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description {
    margin-bottom: 1em;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description {
    padding-left: 21px;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description h6 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    color: #496c28;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6:first-child,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description h6:first-child {
    margin-top: 0;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-description .btn-print-program-outer,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description .btn-print-program-outer {
    margin-top: 1em;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-description .pipe,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description .pipe {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    margin: 0 1em;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .project-title .project-last-updated,
#content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title .project-last-updated {
    position: absolute;
    right: 0;
    top: 0;
}

#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-title,
#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-description,
#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-set-title,
#content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-set-description {
    padding-left: 0;
}

#content-wrapper .portfolio-details .program-details .program-supplementals {
    margin: 2em 0 0;
    padding: 0;
    list-style: none none;
}

#content-wrapper .portfolio-details .program-details .program-supplementals li {
    margin: 0;
    padding: 1em 15px;
    background: #f5f5f5;
}

#content-wrapper .portfolio-details .program-details .program-supplementals li.alt {
    background: transparent;
}

.portfolio-index .portfolio-index-table {
    width: 100%;
    border-collapse: collapse;
}

.portfolio-index .portfolio-index-table tr.item {
    background: #f5f5f5;
}

.portfolio-index .portfolio-index-table tr.item.alt {
    background: transparent;
}

.portfolio-index .portfolio-index-table td,
.portfolio-index .portfolio-index-table th {
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

.portfolio-warning {
    margin: 1em 0;
    padding: 15px;
    background: #fcf8e3;
    color: #000;
}

#content-wrapper .portfolio-warning a:link,
#content-wrapper .portfolio-warning a:visited,
#content-wrapper .portfolio-warning a:hover {
    text-decoration: underline;
}

#content-wrapper .portfolio-index .portfolio-index-table ul.bullets {
    margin-bottom: 0;
    padding-left: 3ex;
}

#content-wrapper .portfolio-index .research-program-index-table .number {
    width: 10%;
}

#content-wrapper .portfolio-index .research-program-index-table .program-name {
    width: 75%;
}

#content-wrapper .portfolio-index .research-program-index-table .last-updated {
    width: 15%;
}

#content-wrapper .portfolio-index .supplemental-project-index-table .number {
    width: 10%;
}

#content-wrapper .portfolio-index .supplemental-project-index-table .program-name {
    width: 40%;
}

#content-wrapper .portfolio-index .supplemental-project-index-table .supplemental-projects {
    width: 50%;
}

@media screen {
    .print-only {
        position: absolute;
        left: -10000px;
        top: -10000px;
        overflow: hidden;
        width: 1px; 
        height: 1px;
    }
}

@media print
{
    html.sp-ribbon #s4-workspace { 
        overflow: visible;    
        min-width: 0; 
    }
    
    html.sp-ribbon { *overflow-x: hidden; }
    
    html.sp-ribbon #s4-ribbonrow { display: none; }
    
    #content-wrapper 
    {
        width: auto;
        margin: 0;
    }
    
    #search-box,
    #pre-nav,
    #primary-nav,
    #post-nav {
        display: none;
    }
    
    .bg,
    .feature-bg 
    {
        display: none;
        background-image: none !important;
    } 
    
    #footer 
    {
        position: static;
        height: auto;
        width: auto;
        border-top: 3px solid #496c28;
    }
    
    #footer address {
        background: transparent;
        color: #676767;
    }
    
    .s4-search input.ms-sbplain {
        width: 165px !important;
    }
    
    #primary-nav .l2-sub-nav {
        max-width: 100%;
        padding-bottom: 0;
    }
    
    #primary-nav .l3-sub-nav-wrapper {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    }
    
    #primary-nav .l3-sub-nav {
        margin-bottom: 15px;
    }
    
    .utility-widget {
         display: none;
     }  
     
    .product-abstract .content-action {
        display: none;
    }
    
    .portfolio-details .program-details .program-details-nav,
    .portfolio-index .sector-nav {
         display: none;
    }

    .portfolio-details .program-details h4 {
        clear: right;
    }

    .portfolio-details .program-details .panel {
        display: block !important;
        min-height: none;
    }

    #content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title {
        background-image: url("../../images/EPRI.Public/ico-panel-up.png?1");
    }

    #content-wrapper .portfolio-details .program-details .program-project-tree .project-description,
    #content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description {
        display: block !important;
    }

    #content-wrapper .portfolio-details .program-details .program-project-tree .project-description .btn-print-program-outer,
    #content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description .btn-print-program-outer {
        display: none;
    }

    .no-print,
    .portfolio-details .program-details .panel.no-print {
        display: none !important;
    }

    .s4-ql,
    .ms-quicklaunchouter {
        display: none;
    }

    #main {
        background-image: none;
    }

    .s4-ql + #main-inner, 
    .ms-quicklaunchouter + #main-inner {
        margin-left: 15px;
    }
}
