/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#888888;
}

#TB_window a:link {color: #888888;}
#TB_window a:visited {color: #888888;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #888888;}
#TB_window a:focus{color: #888888;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/*background: #FCFAFD;*/
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 1px solid #8BC640;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;

}

#TB_closeAjaxWindow{
	background:transparent url(/images/closewindow.gif) no-repeat scroll right top;
	float:right;
	height:20px;
	margin-bottom:1px;
	padding:0pt 0pt 7px;
	text-align:right;
	width:20px;
}

#TB_closeAjaxWindow a#TB_closeWindowButton{
	display:block;
	height:20px;
	width:20px;
}
#TB_closeAjaxWindow span.closeTxt{
	display:none;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight:normal;
}

#TB_title{	
	color:#002D6C;
	font-size:1.6em;
	font-weight:bold;
	height:25px;
	padding:5px;	
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	margin-top:95px;
	_margin-top:170px;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#adsads;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
a.thickbox{
	text-decoration:underline;cursor:hand;
}

/*overlay contentstyling*/

#TB_ajaxContent div.thickboxContent{
    font-size: 1.2em;
	margin: 10px 0;
    padding: 20px 10px;
    background-color: #eeeee;
}


#TB_ajaxContent div.thickboxContent h3
{
    font-weight:normal;
    color: #012311;
    font-size: 2.2em;
    margin: 15px 0;
}

#TB_ajaxContent div.thickboxContent a{
	text-decoration:underline;
}
#TB_ajaxContent div.thickboxContent ul li{
	padding:4px 0px;
}
/*
#TB_ajaxContent div.thickboxContent div.details
{
    margin: 10px 0;
    padding: 10px;
    background: #ffffff;  
}


#TB_ajaxContent div.thickboxContent div.details p.value
{
    color:#8bc640;
    font-size: 3.6em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}


#TB_ajaxContent div.thickboxContent div.details p.value span
{
    font-size: 0.5em;
}



#TB_ajaxContent div.thickboxContent div.details img.content-image
{
    float: left;
    margin-right: 20px;
}


#TB_ajaxContent div.thickboxContent div.details div.save
{
    float: left;
    width: 160px;
    margin-right: 20px;
}

#TB_ajaxContent div.thickboxContent div.details div.earn
{
    float: left;
    width: 180px;
    margin-right: 20px;
}

#TB_ajaxContent div.thickboxContent p a
{
    color: #006737;
    font-weight: bold;
}

#TB_ajaxContent div.thickboxContent h4.working-together
{
   font-size: 1.6em;
   margin: 15px 0;
   color: #006737;
   font-weight: normal;
}


#TB_ajaxContent div.thickboxContent ul.working-together
{
    background: url(/images/ESR/energyefficient/bg_workingtogether.gif) no-repeat left top;
    height: 80px;
    margin: 10px 0 20px 0;
}

#TB_ajaxContent div.thickboxContent ul.working-together li
{
    float: left;
    width: 180px;
    padding: 10px;
}

#TB_ajaxContent div.thickboxContent ul.working-together li p
{
    padding: 0!important;
}


#TB_ajaxContent div.thickboxContent div.details p.button
{
    text-align: center;
}


#TB_ajaxContent div.thickboxContent ul.working-together p.value
{
    color:#999999;
    font-size: 2.4em!important;
    font-weight: bold;
    margin: 10px 0 5px;
}


#TB_ajaxContent div.thickboxContent ul.working-together p.value span
{
    font-size: 0.5em;
}



#TB_ajaxContent div.thickboxContent ul.what-we-know li
{
    padding: 15px 75px 15px 0;
}


#TB_ajaxContent div.thickboxContent ul.what-we-know li.tick
{
}


#TB_ajaxContent div.thickboxContent ul.what-we-know li.cross
{
}


#TB_ajaxContent div.thickboxContent ul.bulleted
{
    list-style-type: disc;
    margin-left: 15px;
}
*/
/* other styles */

/*overlay contentstyling*/
div.overlay-content
{
    font-size: 1.2em;
}

div.overlay-content h3
{
    font-weight:normal;
    color: #006737;
    font-size: 2.2em;
    margin: 15px 0;
}

div.overlay-content div.details
{
    margin: 10px 0;
    padding: 10px;
    background: #ffffff;  
}

div.overlay-content div.details p.value
{
    color:#999999;
    font-size: 3.6em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

div.overlay-content div.details p.value span
{
    font-size: 0.5em;
}


div.overlay-content div.details img.content-image
{
    float: left;
    margin-right: 20px;
}

div.overlay-content div.details div.save
{
    float: left;
    width: 160px;
    margin-right: 20px;
}
div.overlay-content div.details div.earn
{
    float: left;
    width: 180px;
    margin-right: 20px;
}
div.overlay-content p a
{
    color: #99999;
    font-weight: bold;
}
div.overlay-content h4.working-together
{
   font-size: 1.6em;
   margin: 15px 0;
   color: #999999;
   font-weight: normal;
}

div.overlay-content ul.working-together
{
    background: url(/images/ESR/energyefficient/bg_workingtogether.gif) no-repeat left top;
    height: 80px;
    margin: 10px 0 20px 0;
}
div.overlay-content ul.working-together li
{
    float: left;
    width: 180px;
    padding: 10px;
}
div.overlay-content ul.working-together li p
{
    padding: 0!important;
}

div.overlay-content div.details p.button
{
    text-align: center;
}

div.overlay-content ul.working-together p.value
{
    color:#8bc640;
    font-size: 2.4em!important;
    font-weight: bold;
    margin: 10px 0 5px;
}

div.overlay-content ul.working-together p.value span
{
    font-size: 0.5em;
}


div.overlay-content ul.what-we-know li
{
    padding: 15px 75px 15px 0;
}

div.overlay-content ul.what-we-know li.tick
{
    background: url(/images/ESR/energyefficient/tick.gif) no-repeat 100% 50%;
}

div.overlay-content ul.what-we-know li.cross
{
    background: url(/images/ESR/energyefficient/cross.gif) no-repeat 100% 50%;
}

div.overlay-content ul.bulleted
{
    list-style-type: disc;
    margin-left: 15px;
}




