/* input, textarea, select, .uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 1em;
	line-height: 18px;
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} */

.backToTop-container{
	display:none;
	text-align:right;
	position: fixed;
    padding: 10px;
    bottom: 0;
    right: 0;
}

a.backToTop{
	display:inline-block;
	font-size:5em;
	color:#355D7E;
}

.updateStamp{
	font-style: italic;
	color: #595959;
	padding-left: 25px;
}
#mainContent {
	font-size:.82em;
}
#mainContent p {
	margin-bottom:10px;
}

#page {
     background: none repeat scroll 0px 0px #FFFFFF;
     /*overflow: hidden;*/
     position: relative;
}

#pageContent {
     /*padding-left: 5px; SSI */
     padding-right: 15px; /* SSI */
}

.IE8 #page, .IE7 #page {
    
}

.CHRM #page {
     overflow: visible;
}

.nudge-top {
     margin-top: 25px;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5 {
     color: #05508F;
     display: block;
     font: Georgia, Times, serif;
     text-align: left;
}

.homePage label{
	color: #000000;
}

.homePage h1 {
     font-weight: bold;
}

.homePage h2 {
     font-weight: bold;
     margin-bottom: 0.5em;
     margin-top: 0px;
     padding-bottom: 10px;
}

.homePage h3 {
     color: #05508F;
     margin-bottom: 10px;
     margin-top: 0px;
}

.homePage h4 {
     color: #000000;
     margin-bottom: 0.5em;
     margin-top: 0px;
}

.homePage .footer-address-text {
     color: #FFFFFF;
     
}

.homePage .footerCMMILogo {
     border: 1px solid #FFFFFF;
     margin-top: 5px;
}

.homePage .footer-headline {
     
     font-weight: bold;
}

.homePage p {
     color: #000000;
     
     line-height: 150%;
}

.homePage a {
    
     line-height: 1.5em;
}

.homePage .sideblock h2 a {
	line-height: normal;
}

.homePage a:link, .homePage a:active {
     /*color: #042C4F;*/
}

.homePage a:hover, .homePage a:focus, .homePage a:active {
     color: #C1581E;
     cursor: pointer;
}

.homePage .btn {
     text-align: left;
}

.homePage a.more-link {
     float: right;
     margin-left: 80px;
     font-weight: bold;
}

.footer-address-text {
     color: #000;
     
}

#footerBottomCol2 ul li, #footerBottomCol1 ul li {
     list-style: none outside none;
     margin-left: 0px;
     border-bottom: none !important;
}

.footer-headline {
    
     font-weight: bold;
	 background:none;
	 margin-bottom:0em;
	 padding-bottom:0px;
	 line-height:18px;
}

.push {
     margin-bottom: 10px;
}

#footerBottomCol1 h3 {
     font-weight: normal;
     line-height: 17px;
}

.homePage .pubdate, .homePage .pubmonth, .homePage .pubday {
     display: block;
}

.homePage .pubdate {
     border: 2px solid #666666;
     height: 50px;
     overflow: hidden;
     text-align: center;
     width: 50px;
     margin-left: 20px;
	 border-radius: 4px;
	 
	/* Blue background */
	/*background: #7db9e8; /* Old browsers */
	/*background: -moz-linear-gradient(top, #7db9e8 0%, #207cca 5%, #2c8ad6 24%, #207cca 73%, #1e5799 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(5%,#207cca), color-stop(24%,#2c8ad6), color-stop(73%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #7db9e8 0%,#207cca 5%,#2c8ad6 24%,#207cca 73%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #7db9e8 0%,#207cca 5%,#2c8ad6 24%,#207cca 73%,#1e5799 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #7db9e8 0%,#207cca 5%,#2c8ad6 24%,#207cca 73%,#1e5799 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #7db9e8 0%,#207cca 5%,#2c8ad6 24%,#207cca 73%,#1e5799 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-8 */
	
	background: white;
}

.homePage .pubday {
    /*background: none repeat scroll 0% 0% #FFFFFF;
	 background: none repeat scroll 0% 0% #565759;*/
     /*color: #666666;*/
	 color: white;
     
     font-weight: bold;
     padding-top: 5px;
	 
	 color: #272324;
}

.homePage .pubmonth {
     /*background: none repeat scroll 0px 0px #666666;*/
	 background: none repeat scroll 0px 0px #565759;
     /*color: #FFFFFF; */
	 color: white;
     
     letter-spacing: 2px;
     padding-bottom: 2px;
	 font-weight: bold;
	 border-bottom: 1px solid white;
	 
	 
	 background: #565759; /* Old browsers */
	background: -moz-linear-gradient(top, #565759 0%, #272324 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565759), color-stop(100%,#272324)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #565759 0%,#272324100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #565759 0%,#272324 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #565759 0%,#272324 100%); /* IE10+ */
	background: linear-gradient(to bottom, #565759 0%,#272324 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565759', endColorstr='#272324',GradientType=0 ); /* IE6-9 */
}

.homePage .item-title, .homePage .item-title a {
     
     line-height: 150%;
}

#main-content p .pubday {
     margin-top: -10px;
}

.homePage ul.normal, .homePage ol.normal, .homePage ul.normal ul, .homePage ol ol {
     list-style: inherit;
     margin-bottom: 0px;
     margin-left: 1em;
}


.homePage #nav a:hover {
     background-color: transparent;
}

.homePage .dropdown-menu {
     background-clip: padding-box;
     background-color: #807F7C;
     border-color: rgba(0, 0, 0, 0.2);
     border-radius: 0px 0px 5px 5px;
     border-style: solid;
     border-width: 1px;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
     color: #000000;
     display: none;
     float: left;
     
     left: 0px;
     max-width: 600px;
     min-width: 160px;
     padding: 4px 0px 10px;
     position: absolute;
     top: 100%;
     z-index: 1000;
}

.homePage .dropdown-menu a {
    
     text-align: left;
}
.news-items h2 {
    /*margin-top: 27px;*/
    color: #05508F;
    display: block;
	text-align:left;
	padding:5px 0 10px 15px;
	font: 24px Georgia, Times, serif;
	background:none;
}

.center-row-title h2 {
    margin-top: 6px;
    color: #05508F;
    display: block;
	text-align:left;
	padding:5px 0 10px 15px;
	font-family: Georgia, Times, serif;
	font-weight:normal;
	font-size:1.8em;
	background:none;
}

.homePage h3.twitter-widget {
     background: none repeat scroll 0px 0px #DDF4FF ! important;
     border-bottom: 1px dotted #CCCCCC;
     
     margin: 0px 0px 0px ! important;
     padding-bottom: 4px;
     padding-top: 4px;
     text-align: center;
}

.homePage ul.tweet_list {
     margin: 0px;
}

.homePage ul.tweet_list li {
     background-color: #DDF4FF;
     border-bottom: 1px dotted #CCCCCC;
     
     line-height: 1em;
     list-style: none outside none;
     margin: 0px;
     padding: 6px;
}

.homePage ul.tweet_list li a {
     
}

.homePage ul.tweet_list li:hover {
     background-color: #FFFFFF;
}

#twitter-cont {
     margin-left: -4px;
}

.homePage #contactUs {
     margin-left: -5px;
     margin-right: 10px;
}
#inno-map h2{
	color: #05508F;
    display: block;
	text-align:center;
	font: 1.4em Georgia, Times, serif;
	background:none;
	padding-bottom:0px;
}
#sav-calc h2{
	color: #05508F;
    display: block;
	text-align:center;
	font: 1.5em Georgia, Times, serif;
	background:none;
	padding-bottom:0px;
	margin: 0.35em 0em 0em 0.5em;	
}
.social-media-widget #stay-conn-header {
    text-align: center;
    color: #05508F;
    display: block;
	text-align:center;
	padding-bottom: 10px;
	font: 1.43em Georgia, Times, serif;
}
.ui-helper-highcontrast .map-link span img {
   display: block;
    text-align: center;
    width: 218px;
    height: 154px;
    margin-left: -6px;
    text-indent:-999px;
	background:none;
    background:url('../images/map_sprite_single.png') 0 0 transparent;
    overflow: hidden;
    margin-left: 0px;
	/* IE7 Fix */
	*margin-left:10px;
}
.ui-helper-highcontrast .map-link span{
    display: block;
    text-align: center;
	width:218px;
	height:154px;
    margin-left: -6px;
    background:url('../images/map_sprite_single.png') 0 0 transparent;
    overflow: hidden;
	margin-left: 35px;
    /* IE7 Fix */
	*margin-left:10px;
} 
.map-link span{
    display: block;
    text-align: center;
    width: 218px;
    height: 154px;
    margin-left: -6px;
    text-indent:-999px;
    background:url('../images/map_sprite.png') 0 0 transparent;
    overflow: hidden;
    margin-left: 35px;
	/* IE7 Fix */
	*margin-left:10px;
}
#rightRailHome .map-link{
   	display:block;
}
.map-link:hover span{
    background:url("../images/map_sprite.png") -214px 0px transparent; 
}
#inno-map .map-link:active span,
#inno-map .map-link:focus span{
	border-color:#CDCDCD;
	border-style: dashed;
	border-width:.2px;
}
#inno-map .map-link:hover h2{
    color:#C1581E;
}

#sav-calc .sav-calc-link:hover h2{
    color:#C1581E;
}
.map-link .hid{
    display: none;
}
.ddstates{
	width:auto;
	margin:20px 0 10px 0;
	border:1px solid #CCC;
	border-radius: 5px 0px 0px 5px;
	height: auto;
}

.stateicon {
	position: relative;
	top: .0925em;
	width: 1em;
	height: 1em;
}

#rightRailHome #inno-map .btn-primary, #map-state-submit, #map-display-button 
{
    color:#000;
	height:28px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
	margin-top:19px;
	margin-left:-5px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	background: #F5F5F5;
	background: -moz-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #E8E8E8));
	background: -webkit-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: -o-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: -ms-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
	background: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);	
}
#rightRailHome #inno-map .btn-primary:hover, #map-state-submit:hover, #map-display-button:hover ,
#map-state-submit:focus, #map-display-button:focus 
{
    color:#fff;
	background: #1F1F1F;
	background: -moz-linear-gradient(top,  #2E2E2E 0%, #1F1F1F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E2E2E), color-stop(100%,#1F1F1F));
	background: -webkit-linear-gradient(top,  #2E2E2E 0%,#1F1F1F 100%);
	background: -o-linear-gradient(top,  #2E2E2E 0%,#1F1F1F 100%);
	background: -ms-linear-gradient(top,  #2E2E2E 0%,#1F1F1F 100%);
	background: linear-gradient(to bottom,  #2E2E2E 0%,#1F1F1F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2E2E', endColorstr='#1F1F1F',GradientType=0 );
}
#map-state-submit:focus{
    outline: 1px dotted;
    outline-color: white;
    outline-offset:-2px;
}

.btn_filter {
	display: inline-block;
	padding: 4px 10px 4px;
	
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #fafafa;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(25%,#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fff,#fff 25%,#e6e6e6);
	background-image: -moz-linear-gradient(top,#fff,#fff 25%,#e6e6e6);
	background-image: -ms-linear-gradient(#fff,#fff 25%,#e6e6e6);
	background-image: -o-linear-gradient(#fff,#fff 25%,#e6e6e6);
	background-image: linear-gradient(#fff,#fff 25%,#e6e6e6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	cursor: pointer;

}
.btn_filter:hover {
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

h5.inno-models-listing, .inno-models-listing + p{
	margin-left:  20px;
}

.IE7 #rightRailHome #inno-map .btn-primary{
	margin-top: 13px; 	/* fixes alignment issues */
}

.home-hidden  
{
    position: absolute; 
    /*left: -10000px; */
    width: 0px; 
    height: 0px; 
    overflow: hidden; 
    background-color: #FFF; 
}
 
.home-hidden  :focus, .home-hidden  :active  
{
    left: 0; 
    width: auto; 
    height: auto; 
    overflow: visible; 
    text-decoration: underline; 
    z-index: 1000;
}

#home-middle{
	/*width: 51em;*/
	margin-top: 5px;
}
.IE7 #home-middle{
	margin-top: 1px;
	padding-bottom: 4px;
}
.IE7 #home-middle{
    width: 50em;
}
.IE7 .largeFont #home-middle{
    width: 100%;
}

.medFont #home-middle{
	/*width: 47em;*/
}
.medFont #rightRailHome.span4{
    margin-left: 2.5em !important;
}
.IE7 .medFont #rightRailHome.span4{
    margin-left: 1.5em !important;
}
.largeFont #home-middle{
	/*width: 35.5em;*/
}
.largeFont .news-items.span6 .row-fluid .span8 {
  width: 11em;
}
.news-items{
	padding-bottom: 18px !important;
	*padding-bottom: 0px !important;
}

.largeFont .news-items{
	padding-bottom: 13px !important;
	padding-bottom: 6px\9 !important;
}

#whats-new-section ul{
	 border-right: 1px solid #CCCCCC ; 
}
#upcoming-events-section{
	padding-left: 10px;
}
.news-items:last-child{
	margin-left: -1px !important;
}

.IE7 #whats-new-section ul{
	 border-right: 1px solid #CCCCCC ;
	
}

.IE7 #upcoming-events-section{
	margin-left: -1px !important;
}


/*------Bio Page-------------------*/
.bioMain .bioHeader{
margin-top:20px;
}
.bioMain div{
margin:10px;
}

/*-----IE Placeholder style-------*/
.placeholder
{
color:#999;
}


/*------ Twitter Adjustments --------- */


iframe body #twitter-widget-0 .tweet-box-button {
	color:#000 !important;
}
/*.twitter-widget {
	margin-top:20px;
}
.twitter-widget h2 {
	background: #DDF4FF !important;
 color: # 09C !important;
	font-size: 1.5em !important;
	margin: 0 !important;
	padding: 4px 4px 4px 45px;
	border-bottom:1px dotted #ccc;
}
ul.tweet_list {
	margin:0;
}
ul.tweet_list li {
	background-color: #DDF4FF;
	font-size: 0.89em;
	line-height: 1.5em;
	padding: 6px;
	margin: 0;
	border-bottom:1px dotted #ccc;
	list-style: none outside none;
}
ul.tweet_list li a {
	font-size: 0.8em;
}
ul.tweet_list li:hover {
	background-color:#fff;
}*/
/*--------------- Left Rail ----------*/
#leftNavRail {
	width:28%;
}
#leftNavRail ul{
	margin:10px;
}


.inno-model-block .link-more
{
    display: block;
    width: auto;
    height: auto;
    padding: .25em 0 .25em 0;
    font-weight:bold;
    margin: 0 0 0 1em;
    border-radius: none;
    background: none !important;
}

/* .IE7 .inno-model-block .link-more {
    display: block;
    width: auto;
    height: auto;
   /* padding: .25em 0 .25em 0;
	padding: 0 0 0 0;
    font-weight:bold;
    margin: 0 0 0 1em;
    border-radius: none;
    background: none !important;
} */

.inno-model-block a.link-more:hover
{
    text-decoration: underline !important;
}

span.vertical-bar {
  display: inline;
  border-left: 1px solid #333333;
  height: 1em;
  margin-right: 0px;
  margin-left: 0.5em;
}
.CHRM span.vertical-bar {
  display: inline-block;
}
#accordion .GenericExpandImageWrapper{
margin-top: 5px;
}
/*---data grid styles---*/
.accordion-inner .inno-legend-col #categories .cbtext var{
    margin-left: 1.25em;   
    color: #999;
    font-style:italic;
}
#bpciModelSelect .cbtext var{
    margin-left: .25em;   
    color: #999;
    font-style:italic;
    display:block;
}
#bpciModelSelect .bpciModel{
    margin-bottom:3px;
}
#bpciModelSelect .cbtext{
    display:inline;
}








/*--print formatting---*/
@media print 
{
    #map-datagrid-container
        {
            clear: both;
            max-height:none;
            overflow:visible;
            
           
    
        }
  
}


/* ------------------- Saving Calculator -----------------*/
#page.page_savingCal #pageContent .sectionfour-header
{
	max-width:18%;
	min-width:180px;
}

.page_savingCal .s4-inner
{
	position: absolute;
	margin-top: -41px;
}

.IE7 .page_savingCal .s4-inner,
.IE8 .page_savingCal .s4-inner
{
	position: absolute;
	margin-top: -43px;
}

.page_savingCal .first-row-margin
{
	margin-bottom: 70px;
}

/* .page_savingCal .form-inline-section label
{
	white-space:nowrap;
}
 */
#page.page_savingCal #pageContent .form-inline-section
{
	max-width: none;
	min-width: 0;
	width:24%;
}


#page.page_savingCal #pageContent .sectionfour-header
{
	max-width: none;
	min-width: 0;
	width:20%;
	margin-right:10px;
}


.page_savingCal ol{
  list-style: decimal;
  margin-left: 3em;
  margin-bottom: 3em;
}

.page_savingCal h3{
       font-family: Arial, Helvetica, sans-serif !important;
}
.btn_calcu{
    color: #FFF;
    background: #014d89;
    background: -moz-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #014d89), color-stop(100%, #052b4f));
    background: -webkit-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: -o-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: -ms-linear-gradient(top, #014d89 0%, #052b4f 100%);
    background: linear-gradient(to bottom, #014d89 0%, #052b4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014d89', endColorstr='#052b4f', GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn_calcu:hover,.btn_calcu:focus{
    background: #ffc938;
    background: -moz-linear-gradient(top,  #ffc938 0%, #efc300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc938), color-stop(100%,#efc300));
    background: -webkit-linear-gradient(top,  #ffc938 0%,#efc300 100%);
    background: -o-linear-gradient(top,  #ffc938 0%,#efc300 100%);
    background: -ms-linear-gradient(top,  #ffc938 0%,#efc300 100%);
    background: linear-gradient(to bottom,  #ffc938 0%,#efc300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc938', endColorstr='#efc300',GradientType=0 );
    color: black !important;
}
#panel_selectedstates ul li {
  display: block;
  background: none !important;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  list-style-type: none !important;
}
#options_geographic {
  display: block;
  height: 13em;
  margin-left: 1em;
}
#panel_step1, #panel_step2 {
  display: block;
  width: 22em;
  border: 1px solid #DAE0E8;
  border-radius: 10px 10px 10px 10px;
  padding: 0 0 2em 0;
}
#panel_step1{
  padding: 0 0 0 0;
}
#panel_step2{
  padding: 0 0 1em 0;
}
.item_selection {
  display: block;
  height: 2em;
  width: auto;
  border: 1px solid #ccc;
}
#panel_step1 p, #panel_step2 p {
  display: block;
  margin-bottom: 2em;
}
#panel_step1 p {
  padding: 1em 0 0 1em;
}
#panel_step2 h2 {
  color:#000;
}
#panel_selectedstates {
  display: block;
  padding: 0 1em 1em 1em;
  width: 21em;
}
#dd_stateselection, #dd_countyeselection, #txt_cost-innovation, #txt_population-impacted, #txt_innovation-length {
  border: 1px solid #000;
  border-radius:0px 0px 0px 0px !important;
  width: 90%;
  margin-top: .25em;
}
#txt_total-saving-loss {
  border: none;
}
#btn_add-selection, #btn_clear-all {
  float: right;
  margin-right: 2em;
}
#lb_txt_total-saving-loss {
  display: block;

  color: #000 !important;
  margin-top: 1em;
  margin-bottom: .25em;
}
#panel_step1 .tab_header {
  display: block;
  background: #035892;
  color: #FFF;
  padding: 1.5em 0 1.5em 1em;
  margin: 0 0 0 0;
  border-radius: 10px 10px 0 0;

}
.span_calculation-txt {
  padding-left: 1em;
}
.span_calculation {
}
.required {
  position: absolute;

}
a.item_selection {
  display: block;
  color: #000 !important;
  padding: 0 0 0 .25em;
  width: 20em;
  height: auto;
  margin: 0 0 .5em -.5em;
  text-decoration: none;
}
a.item_selection:hover {
  
}
#panel_selectedstates h3 {
  color: #000;
  display: block;
  padding-top: 3em;
  margin-top: 0;
  text-align: left;
  background: url("../images/downarrow.png") no-repeat 72px -7px;
}
#panel_step2 h3{
    display: block;

padding-left: 1em;
padding-bottom: 3em;
background: url("../images/downarrow.png") no-repeat  72px 25px;
color: #000;    
}
#panel_step2 label {
padding-left: 1em;
}
#panel_step2 #txt_assumed-addtional-annual-cost, #panel_step2 #txt_assumed-addtional-annual-revenue, #panel_step2 #txt_total-saving-loss, #panel_step2 #txt_total-adjusted-saving-loss{
margin-left: 1em;
width: 85%;
}
/*--------------------- datatables -------------------------- */
.page_savingCal table {
  display: block;
  border-collapse:collapse;
  border: 1px solid #ced6e1;
  border-radius: 10px 10px 0 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;/*overflow: hidden;*/
}









.page_savingCal table td{


padding-left:1em;
  background: #EFF3F8;
  padding: 0 0 0 0;
margin: 0 0 0 0;


padding-left: .5em;
padding-right:.5em;
text-align:right;
}

.in_txt{
    display: block;
    width: auto;
   padding: 0 0 0 0;
margin: 0 0 0 0;
 border: none;
 border-radius: 0 0 0 0;
 box-shadow: none;
 background: #EFF3F8;
}
.page_savingCal table tbody tr td:first-child{
  background: #FFF !important;
}
#table-estimated-annual-savings tbody tr td:nth-child(2){
  background: #FFF !important;
}

.dt_savingcalculator td{

}

.dt_headerGra th {

  font-weight: bold;
  padding: 1.3em;
  height: 3em;
  width: 35%;


  
 background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGUzZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #EFF3F8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#EFF3F8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#EFF3F8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#EFF3F8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#EFF3F8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#EFF3F8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EFF3F8',GradientType=0 ); /* IE6-8 */
vertical-align: middle;
line-height: 0;
}

span.calc_tab{
    display:block;
    margin-left:5px;
}

.IE9 .dt_headerGra th {
    filter: none;
    background-origin:padding-box;
    background-clip:padding-box;
}

.IE9 table.dt_savingcalculator {   
}

.IE9 .calc-step-panel div {
    padding:1px;
}

#page .smallFont{

}

.btn_calcu{

}

.dt_headerGra th:first-child {
  width: 20%;
}

.dt_savingcalculator tbody th {
    text-align: left;
    padding-left: 30px;
}

.dt_savingcalculator tbody .table-input {
    width: 175px;
}

.dt_savingcalculator tbody th {
    text-align: left;
    padding-left: 12px;

}

.dt_headerGra .dt_blueheader {
  line-height: 1em;
}

.savingcalc-step3 .dt_headerGra th.table-narrow-col {
  line-height: 1em;
  width: 20%;
}

.dt_headerGra .dt_blueheader img {
  float: left;
  margin: -5px 0 0 25px;
}

.dt_headerGra th:nth-child(2) { 
  color: #fff !important;
  background: #035892;

}

.dt_headerGra .dt_blueheader {
    filter: none;
    color: #fff !important;
    background: #035892;
    border-right: 2px solid #035892;
}

.dt_headersBlue th {
  color: #042c4f;

  font-weight:bold;

  padding-top: .5em;
  padding-bottom: .5em;
  background: #EFF3F8;
  word-wrap: break-word
}
.dt_headersBlue tr{
    /*box-shadow: 0px 4px 2px -2px rgb(3, 88, 146);
    -webkit-box-shadow: 0px 4px 2px -2px rgb(3, 88, 146);
    -moz-box-shadow: 0px 4px 2px -2px rgb(3, 88, 146);
*/
}
.dt_headersBlue th img{
  /*float: right;*/
}
.dt_headersBlue .table-heading {

}
.dt_headersBlue th:last-child {
  /* border-right:none; */
}
th[colspan="7"] {
	background: #ced6e1;

	padding-top: .10em;
	padding-bottom: 0.10em;
	font-weight: bolder;
	text-align: left;

	padding-left:1em;
}
tbody tr:first-child > th {
  /*box-shadow: inset 0px 2px 5px #93B0C5;*/
}
.dt_bluefooter{
color: #FFF !important;
background: #035892;
}

.page_savingCal table tfoot tr th{



font-weight: bold;
background: #F2F2F2;
}

.page_savingCal table tfoot tr th:first-child{
background: #035892;
padding: 1em;

}.page_savingCal table tfoot tr th:last-child, .page_savingCal table tfoot tr th:nth-child(5){
}

/*----------------------------------------table borders declaration----------------------------------------------------*/
.dt_savingcalculator tfoot td
{
	
	border-right:1px solid #ced6e1;
}

.dt_savingcalculator tbody td
{
	border:1px solid #ced6e1;
	border-top:none;
}



.dt_headersBlue th
{
	border-top:1px solid #ced6e1;
	border-bottom:1px solid #035892;
	border-right:1px solid #ced6e1;
}

/*blue column divider border -----*/
.page_savingCal table tbody tr td:nth-child(5), .page_savingCal table thead tr th:nth-child(5) {
	/*----style done through savings_calculator.js---*/
}
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[id^="mainContent"][class^="icon-"], [id^="mainContent"][class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 *margin-right: .3em;
 line-height: 14px;
 vertical-align: text-top;
background-image: url("../images/glyphicons-halflings.png");
 background-position: 14px 14px;
 background-repeat: no-repeat;
 margin-top: 1px;
 margin-left: .15em;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] {
 background-image: url("../images/glyphicons-halflings-white.png");
 background-color: #FFF;
}
.icon-remove {
    float: left;
  background-position: -312px 0;
  border: 1px solid #eee;
  margin-bottom: 1em;
margin-right: .5em;
}
.icon-remove:hover {
    border: 1px solid #000;
}
.icon-info-sign {
  background-position: -120px -96px;
}

.icon-question-sign {
   background: url("../images/icon_sm-help.png");
}

/*was this page helpful*/
.pd-embedded iframe body{
	display:none !important;
}

a.inline-read-more{
	display:inline-block;
}










