/* 
Saveonenergy.com main stylesheet.
Developed for Tipit Communications by ConVistaAlMar.com.ar 
Revision 3, 02/July/2006.

Hacks used: (shown with x instead of * when they are comment-based hacks)
* html {...} Star html, only IE sees this selector
* html {w\idth: } Modified Simplified Box Model Hack, to separate IE 5.x from IE 6
color/xx/: #00CC00; Property + Empty Comment, hides from IE 5.0 (PC and Mac 5.1 and 5.2)
color: /xx/#00CC00; Empty Comment + Value, hides from IE 5.5
*/

/* Clear default browser styles */
h1,h2,h3,h4,h5,h6,pre,code,table,td,th,dd,dt,dl,input,button,textarea{ font-size: 100%; z-index:1;	}
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,td { margin:0; padding:0; }
a img, :link img, :visited img, fieldset { border:none }
table {border-collapse: collapse; }
input,button,select,textarea {font-family: inherit;}
input, select { vertical-align:middle; }

html, body, #container, #subContainer, #footerMenu, #footerContent {background: none !important; filter: none !important;}

.pager table td{ padding-right:5px;}


.clearBoth { /* For clearing floats */
	clear:both; 
	height:0px; 
	margin:0; 
	padding:0; 
	font-size: 0px;
	line-height: 0px; 
	}
	
.expandContent { /* For alternate content for screen readers */
	position:absolute;
 	left:0px;
 	top:-2000px;
	width:1px;
 	height:1px;
 	overflow:hidden;	
	}

hr {
	display: none;
	}	

/* G E N E R A L
********************/	

body {
	font: 76%/1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
	text-align: center;
	padding: 6px 0 0 0;
	background: #FFFFFF;
	background-image:none;
	} 
	
td, li  {
	font-size: 100%;
	color:#000000; 
	line-height: 1.2em;
	}	

/* Default link styles */
a {	font-size: 96%;	}	
a:link { color: #123869; }	
a:visited { color: #0C2444; }
a:hover { color: #CF6809;}

#container 
{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 768px; 
	
}

#subContainer 
{
	border: 4px solid #FFF;
	width: 100%;
}	

.inner #supraMainContent 
{
	margin-left:0px;
	
	}	

#mainContent 
{
	color:#fff;
	margin: 0 18px 0px 19px;
	
	}

* html #mainContent {
	overflow: visible; /* fix for positioniseverything.net/explorer/italicbug-ie.html */
	}

#allContent 
{
	clear: both;
	position:absolute;
	left:0px;
	background-color:#FFFFFF;
	background-image:none;
}

#allContentHome 
{
	clear: both;
	background-color:#FFF;
}

h1 {
	font: 136%/1.1em Arial, Helvetica, sans-serif;
	margin-top: 16px;
	margin-bottom: 4px;
	color: #113868;
	font-weight: bold;
	}
	
h2 {
	margin-bottom: 5px;	
	line-height: 1.21em;
	font-size:92%;
	}	
	
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #000000;
	}
	
h2 a:hover {
	text-decoration: underline;
	}
			
h4 {
	line-height: 1.31em;
	margin-bottom: 15px;
	}	

/* H E A D E R 
********************/

#header {
	background: #123869;
	height: 165px; 
	width: 768px;
	}
	
#headerLegend {
	float: right;
	margin: 80px 0px 0 0;
	}

/* H E A D E R   I M A G E S
********************/

#imagesSet{  
	height: 150px;
	text-align: right;
	width: 100%;
	background-repeat: no-repeat; 
	border-bottom: 1px solid white; /* Fixes bug in NS 6 and 7 */
	margin-bottom: -1px;/* Sustract single px added by above border ;) */
	}
	
.inner #imagesSet 
{
	background-image: url(../img/titles/forYourHome_photo.jpg); /* Default image for inner page */
	width: 609px;
	margin-left: 1px;
}	
	
	
.home #leftImage{
	float:right;
	width:383px;
	height:150px;
	border-left: 1px solid #FFF;
	}
	
.home #rightImage{
	float:left;
	width: 384px;
	height:150px;
	}

/* H O M E 
********************/

.home #allContentHome {
	width: 768px;
	} 

#allContentSurvey 
{
	background: #FFFFFF;
	width: 90%;
	padding: 0px 47px 20px 30px;
}

#allContentSurvey label
{
	padding-left:5px;
}

.home #mainContent {
	margin-left: 0;
	margin-right: 0;
	}

#homeLegend { 
	clear: both; /* Clears the top menu */
	color: #FFFFFF;
	/*background-color: #4D6990;*/
	/*border-bottom: 1px solid #FFF; */
	width: 768px; /* Required by IE 5.0 */
	}

#homeLegend div {
	padding: 12px 20px 11px 23px;
	}	

#homeLegend h1 {
	color: #fff;
	margin: 0;
	}

#modulesSet {
	width: 100%;
	background: url(../images/horizontal_dashed.gif) repeat-x bottom;
	padding: 0px 0px 1px 0px;
	margin-top: 0px;
}
	
#leftModule {
	float:right;
	padding: 15px 4px 0 20px;
	width: 360px; 
	background:url(../images/vertical_dashed.gif) repeat-y left;
	padding-bottom:26px;
	}
	* html #rightModule {
	width: 384px;
	w\idth: 360px; 
	}		

#rightModule {
	float:left;
	padding: 15px 0 0 15px;
	/*	On #leftModule and #rightModule we need as simplified box model hack 
		since they have both width and padding set. */
	width: 360px; 		/* Non IE ;*/
	}
	* html #leftModule {/* IE only */
	width: 383px; 		/* IE 5.x */
	w\idth: 360px; 		/* IE 6.0 and IE Mac, same value as Moz */
	}
	
.dashedLineSplitter
{
	width: 1px;
	background:url(../images/vertical_dashed.gif) repeat-y left;
}
	
#modulesSet h1 {
	margin-top: 0;
	}

#combo select {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	}	
	
#combo form {
	height: 2em;
	}	
	
#modulesSet .linkButton{
	margin: 11px 0 0 0;
	}
		
#partners
{
	margin-top:2px;
	line-height:58px;	
	text-align:center;
	vertical-align:middle; 
	}
	
#partners td.partner
{
	padding:10px;
	}	



/* I N N E R  P A G E 
********************/

.inner #allContent 
{
	float: right; 
	width: 614px;
	margin: 0; 
} 
	
/* Fixes for margin differences across IE versions */
* html .inner #allContent 
{
	margin: 0 0 -2px 0; 		/* ie 5.5 */
	margin: 0 -8px -2px 0; 	/* ie 5.0 */
	margin: 0; 			/* IE 6.0 and IE Mac, same value as Moz */
} 	
	
.inner #mainContent p.notes 
{
	width:100%;
	font-size: 86%;
}

.inner #subContainer{
		background-color:#4D6990;
		}

/* M A I N  M E N U
********************/	
#TN_topNav { 
	width: 768px;
	background: #999;
	height: 28px;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;	
	}

#mainMenu { 
	width: 100%;
	}

#mainMenu ul,li{ margin:0; padding:0;}

#mainMenu a { 
	font-weight: bold;
	color: #fff;
	background: #999 url(../images/vertical_sep.gif) repeat-y center right;
	text-decoration: none; 
	display: block;
	line-height: 28px;
	height: 28px;
	white-space:nowrap;
	}
	
#mainMenu a:hover {
	text-decoration:none; 
	background-color: #EF9307;
	}
#mainMenu li {  
	height: 28px; 
	list-style: none; 
	margin: 0px 0px 0px 0px; /* Fixes Opera 5 and 6 */
	float: left;
	text-align: center;
	/*	This number is: 
	(99.9 / the button count), rounded with Math.floor to 1 decimal unit */
	width: 19.9%;
	}

#mainMenu a.selected {
	background-color: #EF9307;
}

#mainMenu a.lastInList {  
	background-image: none;
}

#topNav .clearBoth { 
	/*	Removed because in IE 5.x it adds 1px to the border-bottom of the menu.
		Could be removed from the HTML if they haven't started working on it. */
	display: none; 
	}

/* S U B   M E N U
********************/	

#subMenu { 
	float: left;
	width: 153px;
	}	
	
#subMenu ul,li
{
	 margin:0; padding:0; 
}
.menuTitle{ 
	vertical-align:top;
	background:url(../images/horizontal_dashed_menu.gif) repeat-x bottom;
	height:15px;
	margin: 37px 8px 5px 8px;
	}	

#subMenu li {
	list-style: none;
	line-height: 1.56em;
	}	

#subMenu a {
	border: 1px solid #4D6990;
	border-width: 1px 0 1px 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
	background: url(../img/subMenu_bullet.gif) no-repeat 8px 8px;
	padding-left: 18px;	
	width: 135px; 		/* Non IE*/
	}
	* html #subMenu a { /* IE only */
	width: 135px;		/* IE 5.x */
	w\idth: 135px; 		/* IE 6.0 and IE Mac, same value as Moz */
	}		

	
#subMenu a.selected {
	border-color: #fff;
	/*text-decoration:underline; */
	background: #EF9408 url(../img/subMenu_bullet.gif) no-repeat 8px 8px;
	}	
	
#subMenu a:hover {
	text-decoration:underline; 
	}

.subMenu a.selected {
	background: #95B3E5;
	}	

/* F O O T E R 
********************/
#footer 
{ 
	margin-top:13px;
	color: #CCCCCC;
	background-color: #999999;
	width: 776px;
	clear: both;
	text-align:center;
}	
	
#footer ul
{
	 margin:0; padding:0; 
}
#footer p 
{
	font-size: 86%;
	text-align: center;
	margin: 0 0 21px 0;
}
	
#footer li 
{ 	
	display:inline; 
	line-height: 15px; 
	vertical-align: middle;
	list-style: none; 
	background: url(../images/footerMenu_border.gif) no-repeat right center; /* In IE Mac fails if I use left */
} 
	/*	makes padding and borders work on IE5.0 
		star html hack makes it visible only to IE */
	* html #footer li, * html #footer li a { height: 0; }

#footer li.lastInList, #footer li.lastInList a:hover, .footer li.lastInList .menuSelected {
	background-image: none;
	}

#footer a 
{ 
	color: #CCCCCC;
	text-decoration: none;
	font-size: 86%;
	vertical-align:baseline;
	padding: 2px 9px 1px 9px;
}
	
#footer a:hover 
{
	color: #fff;
}	
	
.TendToLeft
{
	padding-top:6px;
	padding-left:19px;
}
	
	/* O V E R V I E W . A S P X
********************/	
#container1 
{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 1px;
}
#container1 .column1 
{
	float:left;
}	

#container1a 
{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 1px;
}
#container1a .column1 
{
	float:left;
}	
#left1
{
	width: 282px;
}

.modFields
{
    margin-top:-10px;
}
	
.modFields .select {
	padding: 10px 0 0 10px;
	margin-left:-10px;
	}
.modFields select {
	width: 240px !important;
	font-size: 98% !important;
	}

.GoButton{
	margin-top: -82px;
	margin-left:-20px;
	display:block;
	}
	
#right1 
{
	width: 200px;
}

/* classes used at selectprovider.aspx for combo and go image*/
#left2
{
	width: 170px;
}
#right2 
{
	width: 300px;
}

/* classes used at index.aspx for combo and go image*/
#left3a
{
	width: 275px;
}
#right3a
{
	width: 80px;
}
#left3b
{
	width: 275px;
}
#right3b
{
	width: 80px;
}
/* B U S I N E S S _ S E R V I C E . A S P X  &
S E L E C T P R O V I D E R . A S P X
********************/

/*** GET A QUOTE - BUSINESS FORM *************/
#BusinessBox
{
    width: 400px;
    background-color:#eaeaea;
    border: 1px solid #666;
}

#BusinessHeader
{
   background-color: #123869; 
   margin-bottom:10px;
   height:25px;
   width:400px;
}

.BusinessMessage
{
    border:1px solid #666; 
    background-color:#eaeaea; 
    width:390px; 
    height:80px; 
    line-height:17px;
    padding-left:10px;
    padding-top:4px;
    margin-bottom:7px;
    margin-right:10px;
    font-size:90%;
}
div.row
{		
	clear: both;
	display:inline-block;
}

div.row span.label_new
{	
	float: left;
	width: 170px;
	text-align: left;
	font-size:10px;
	padding-right:15px;
}

div.row span.label_new input
{	
	width: 170px;
	font-size:11px;
	height: 20px;
	border: solid 1px #ccc;
}

div.row span.formw_new 
{
	float: right;
	width: 170px;
	text-align: left;
	font-size:10px;
}

div.row span.formw_new input
{	
	width: 170px;
	font-size:11px;
	height: 20px;
	border: solid 1px #ccc;
}

div.row span.label 
{
	float: left;
	width: 170px;
	text-align: left;
}

div.row span.formw 
{
	float: right;
	width: 200px;
	text-align: left;
}

div.row span.label1 
{
	float: left;
	width: 130px;
	text-align: left;
	font-size:10px;
}

div.row span.label1 input
{
	width: 120px;
	font-size:11px;
	height: 20px;
	border: solid 1px #ccc;
}

div.row span.label2 
{
	float: left;
	width: 130px;
	text-align: left;
	font-size:11px;
}

div.row span.label2 input
{
	width: 120px;
	font-size:11px;
	height: 20px;
	border: solid 1px #ccc;
}

div.row span.formw1 
{
	float: right;
	width: 100px;
	font-size:11px;
	text-align: left;
	
}
div.row span.formw1 input
{
	width: 90px;
	font-size:11px;
	height: 20px;
	border: solid 1px #ccc;
}

div.row span.labelsingle 
{
	
	float: left;
	width: 100%;
	text-align: left;
}

div.row span.labelsingle textarea
{
	width: 360px;
    height: 87px; 
    overflow-y:scroll;
	border: solid 1px #ccc;
}
/* this is used in left menu*********************/
div.row2
{		
	clear:none;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;	
	padding-left: 0px;
	height:100%;
}
div.row span.labelsingleleft 
{
	height:0px;	
	float: left;
	width: 100%;
	text-align: left;
}
div.rowImage
{		
	clear:none;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;	
	padding-left: 0px;
	height:100%;
}
/*************************************************/

div.row span.label2 
{
	float: left;
	width: 130px;
	text-align: left;
}

div.row span.formw1 
{
	float: right;
	width: 100px;
	text-align: left;
	
}
div.row span.label11 
{
	margin-left:12px;
	float: left;
	width: 90px;
	text-align: left;
}
div.row span.label22 
{
	float: left;
	width: 90px;
	text-align: left;
	vertical-align: bottom;
}

div.row span.formw11
{
	float: center;
	width: 90px;
	text-align: right;	
	vertical-align: baseline;
}

/***************************************/
/*** HOW IT POPS UP *************/

#howitworks 
{
    background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
    padding-top: 20px;
    margin-left:15px;
    width:350px;
	
	}
.HowItLinks
{
    visibility:hidden;
	
	}

#howitworks ul
{
    margin-top:4px;
    margin-right: 15px;
    list-style-type: square;
	
	}
	
#howitworks li
{
    line-height:18px;
	
	}
	

/***************************************/
/*** HOW IT POPS UP *************/

#howtocompare 
{
    background: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
    padding-top: 20px;
    margin-left:15px;
    width:350px;
	
	}
	

#howtocompare ul
{
    margin-top:4px;
    margin-right: 15px;
    margin-left: 25px;
    list-style-type: square;
	
	}
	
#howtocompare li
{
    line-height:18px;
	
	}
	
	
/***************************************/
/*** ADMIN STYLES *************/

#loginContent 
{
	margin: 0 0px 0px 0px;
	height:400px;
    background: #fff;
	font: 136%/1.5em Arial, Helvetica, sans-serif;
	color: #113868;
	font-weight: bold;
    padding-top: 20px;
	
	}

#adminlogin
{
    width: 500px;
    height: 180px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #123869;
    background: #fff;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 11px;

}

#adminloginHeader
{
    height: 20px;
    width: 490px;
    background: #f9a400;
    font-size: 16px;
    line-height:18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    font: arial;
}


#adminloginInputs
{
    text-align: left;
    font-size: 11px;
    color: #000;
    margin-left: 200px;
    margin-top: -30px;

}

/*************SURVEYS**************/
.question
{
	font-weight:bold;
	font-size:12px;
}

.singleoption table td 
{
	padding-left:15px;
	padding-top:5px;
} 
