/* 
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,button{ font-size: 100%; z-index:1;	}
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input { 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; }

textarea { font-size: 12px }

.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
********************/	

html {
	/*background: #074A7F url(../img/html.gif) repeat-x;*/
}
body {
	font: 76%/1em Arial, Helvetica, sans-serif;
	color: #000;	
	/*text-align: center;*/
	padding: 11px 0 0 0;
	/*background: url(../img/body.jpg) center top no-repeat;*/
	background-color:#FFF;
	height:100%;
	} 
	
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;
	width: 99%;
	/*background: url(../img/container.png) no-repeat;*/
	background: url(/img/whitepixel.gif) repeat;
	padding: 12px 0 0;
	background-color:#FFF;
	height:100%;
}

#subContainer 
{
	/*background: url(../img/subcontainer.png) repeat-y; */
	background: url(/img/whitepixel.gif) repeat;
	padding: 0 12px 23px 12px;
	background-color:#FFF;
	height:100%;
}	

#mainContent 
{
	color:#000000;
	margin: 0 18px 0px 19px;
	
	}

* html #mainContent {
	overflow: visible; /* fix for positioniseverything.net/explorer/italicbug-ie.html */
	}	

#allContent 
{
	clear: both;
	background-color:#FFF;
	border-left:solid 1px #ffffff;
}

#allContentHome 
{
	clear: both;
	background-color:#FFF;
}

h1 {
	font: 136%/1.1em Arial, Helvetica, sans-serif;
	margin-top: 4px;
	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;
	}	
.hidden {
    display: none;
}

a.tooltip
{
    padding: 1px 4px 0px 4px; background-color:#e5e5e5;
}
   
div.yellow-box
{
    padding: 10px; background-color: #FFFCa7; border: solid 1px #444; color: #222; text-align: center; margin-bottom: 5px;
}

div.gray-box
{
    background-color: #eee; border: solid 1px #444; padding: 0 8px;
}

/* H E A D E R 
********************/

#header {
	background: #000e38 url(../img/header.jpg) no-repeat;
	height: 166px;
	padding: 1px 0 0;	/* padding-top is needed to prevent margin-top from .logo overflows #header */
	position: relative;
	}
#header .logo {
	display: block;
	width: 288px;
	height: 104px;
	margin: 34px 0 28px 30px;
}

#header p.callToday {
	position: absolute;
	top: 136px;
	left: 555px;
	text-shadow: -3px -1px 3px rgba(0, 0, 0, 0.9);	
	margin: 0;
	font-size: 136%;
	color: #fff;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 1em;
	}

#header .imgEightYears 
{
    position:absolute; 
    left: 495px; 
    top: 40px;
}

/* 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;
}

.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(../img/horizontal_dashed.gif) repeat-x bottom;
	padding: 0px 0px 1px 0px;
	margin-top: 12px;
	}
	
#leftModule {
	float:right;
	padding: 2px 4px 0 20px;
	width: 360px; 
	background:url(../img/vertical_dashed.gif) repeat-y left;
	padding-bottom:26px;
	}
	* html #rightModule {
	width: 384px;
	w\idth: 360px; 
	}		

#rightModule {
	float:left;
	padding: 2px 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(../img/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(../img/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(../img/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(../img/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;
}
#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
********************/

div.row
{		
	clear: both;
	padding-top: 0px;
}

div.row span.label_new
{	
	float: left;
	width: 200px;
	text-align: left;
}

div.row span.formw_new 
{
	float: right;
	width: 200px;
	text-align: left;
}

div.row span.label 
{
	float: left;
	width: 200px;
	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;
}

div.row span.labelsingle 
{
	
	float: left;
	width: 100%;
	text-align: left;
}
/* 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;
	
	}
	

#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;
}

#containerReports
{
    background: #fff;
	font: 136%/1.5em Arial, Helvetica, sans-serif;
	color: #113868;
	font-weight: bold;
    padding-top: 0px;
    padding-left:0px;
    font-size: 11px;
    left: 15px;
    top: 45px;
    width:80%;
    position:relative;
	background-color:#FFF;
	height:100%;
	border-left: solid 8px #074A7F;
	border-right: solid 8px #074A7F;
}

#containerAdminPage
{
    background: #fff;
	font: 136%/1.5em Arial, Helvetica, sans-serif;
	color: #113868;
	font-weight: bold;
    padding-top: 20px;
    padding-left:0px;
    font-size: 11px;
    left: 315px;
    top: 160px;
    position:absolute;
    width:80%;
    float:right;
}

#allContentAdmin
{
	min-height: 900px;
}

#subContainerAdminPages
{
    position:relative;
}

#subContainerRadEditor
{
    left:35px;
    position:relative;
}

#containerAdminRadEditor
{
	margin: 0px 0px 0px 265px;
    background: #fff;
	font: 136%/1.5em Arial, Helvetica, sans-serif;
	color: #113868;
	font-weight: bold;
    padding-top: 20px;
    padding-left:0px;
    font-size: 11px;
    position:relative;
    width:80%;
}

#subContainerAdmin5
{
    width: 800px;
    height: 600px;
    background: #fff;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 11px;
}


#adminlogin
{
    width: 500px;
    min-height: 195px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #123869;
    background: #fff;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 11px;
    padding-bottom: 5px;
}

#adminloginHeader
{
    height: 20px;
    width: 490px;
    background: #f9a400;
    padding-left: 10px;
    text-align: left;
}

#adminloginHeader .adminloginText
{
    font: arial;
    font-size: 16px;
    line-height:18px;
    font-weight: bold;
    color: #fff;
    float:left;
    display:inline;
}

#adminloginHeader .adminForgot a
{
    font: arial;
    font-size: 13px;
    line-height:18px;
    font-weight: bold;
    color: #fff;
    float:right;
    display:inline;
    margin-right:20px;
}


#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;
} 

.stateCheckList
{
	overflow:auto;
	height:expression( document.body.clientHeight > 299 ? "300px" : "auto" ); /* sets max-width for IE */
	max-height:300px; /* this sets the max-width value for all standards-compliant browsers */
}

.surveysItem
{
	padding: 6px;
}

/*  PROVIDER/PRODUCTS MANAGER */

.copyToContainer
{
    padding: 3px;    
}

.copyToContainer .ProductColumn
{
    float: left;
    margin-right:15px;
    margin-bottom:10px;
}

#ProductContent
{
	width:1000px;
	display:block;
}

#ProductOptions
{
	width:940px;
}

#ProductOptions .ProductColumn 
{
	display:inline;
	float:left;
	margin-right:15px;
}

#ProductOptions .ProductColumnLast
{
	display:inline;
	margin-right:15px;
}

#ProductOptions .ProductName 
{
	display:inline;
	float:left;
	margin-top:12px;
	width:570px;
}

#ProductOptions .ProductNameLast
{
	display:inline;
	float:right;
	width:370px;
	text-align:left;
	margin-top:12px;
	font-size:11px;
}

#ProductOptions .Status4ProviderUser
{
    float: left;
    height: 70px;
    margin: 0 30px 0 0;
}


#ProviderBlock
{
	width:1000px;
	display:block;
	left: 0;
}

#ProviderOptions
{
	width:1000px;
	margin-top:20px;
}

#ProviderOptions .ProviderColumn 
{
	display:inline;
	float:left;
	margin-right:15px;
	margin-top:12px;
	width:225px;
}

#ProviderOptions .ProviderColumnLast
{
	display:inline;
	float:right;
	margin-right:15px;
	margin-top:12px;
	width:260px;
	text-align:left;
}

#ProviderOptions .ProviderRateColumn 
{
	display:inline;
	float:left;
	margin-right:15px;
	width:130px;
}

#ProviderOptions .ProviderRateColumnLast
{
	display:inline;
	margin-right:15px;
	text-align:left;
}

#ProviderOptions .ProviderColumnLong
{
	width:537px;
	margin-top: 5px;
	height: 45px;
}

#ProviderOptions .eflLinkEdit
{
	float: right; line-height: 25px; margin-left: 6px;;
}

#ProviderOptions .DepositOptionColumn 
{
	display:inline;	
	margin: 10px 0px 10px 0px;
	width: 500px
}

#ProviderOptions .DepositOptionColumn label
{
	margin: 0px 10px 0px 0px;
}

.ProductLabel
{ 
	font-weight: bold;
	font-size:12px;
	color: #113868;
	display: block;
	}
	
.ProductLinkText
{
	width:320px;
	height:25px;
	font-size:11px;
}
	
.ProviderList
{
	width:130px;
	height:25px;
	font-size:11px;
}

.ProductLabel2
{ 
	font-weight: bold;
	font-size:11px;
	color: #666;
	}
	
.ProductValidation
{ 
	font-weight: bold;
	font-size:11px;
	color: red;
	display: block;
	width: 100%;
	}
	
.TxtBoxSm
{
	width:100px;
	height:25px;
	font-size:12px;
}
	
.TxtBoxLg
{
	width:225px;
	height:25px;
	font-size:12px;
}

.TxtBoxXLg
{
	width:467px;
	height:25px;
	font-size:12px;
}

.stateServiceHeader TD
{
	padding: 5px;
}

#gridContainer th
{
    border: solid 1px silver;
    padding: 5px;
    background:#EF9307;
    color: White;
    font-weight:bold;
}

#gridContainer tr
{
    border: solid 1px silver;
}

#gridContainer td
{
    border: none;
    padding: 10px;
}

#divPrepaidDeposit
{
    margin-top: 5px;
}

#orderByPhoneNumberContainer
{
    margin: 5px 3px 0 0;
    float: left;
}

#specificStartDateContainer, 
#standardStartDateContainer
{
    border: solid 1px silver; 
    padding: 3px;
    width: 610px;
    margin-top: 3px;
    padding: 5px;    
}

#specificStartDateContainer .options,
#standardStartDateContainer .options
{
    padding: 3px;
    width: 600px;
    margin-top: 3px;
    padding: 5px;
    background-color: AliceBlue;
}

#specificStartDateContainer .options span,
#standardStartDateContainer .options span
{
    width: 250px;    
    margin: 5px 0 5px 0;
}

#specificStartDateContainer .options input
#standardStartDateContainer .options input
{
    margin: 5px 0 5px 0;
}

.checkbox input
{
    margin:3px 3px 3px 0px;
}
.checkbox label
{
    margin:3px 4px 3px 0px;
}

.tooltip-content
{
	background-color: #eee; padding: 5px 10px; border: 1px solid #ccc
}

/***************** Manage Provider Data ********************/
#selectorContainer label
{
    line-height: 27px;
    vertical-align: top;
}

#manageProviderDataContainer .container
{
    padding: 2px 0px 15px 0px;
}

#manageProviderDataContainer .dataContainer
{
    padding: 15px;
    border: solid 2px #DDDDDD;
}

#manageProviderDataContainer .serviceTypeSelectorContainer
{
    width: 220px; margin-bottom: 10px;
}

#manageProviderDataContainer .serviceTypeSelectorContainer label
{
    line-height: 22px;
}

#manageProviderDataContainer .serviceTypeSelectorContainer table
{
    float: right;
}

/***************** Manage Residential Thank You Page ********************/
.thankYouPageType input
{
    margin: 5px 5px 5px 0px
}

.thankYouPageType label
{
    margin: 0px 5px 0px 0px
}

/* REPORT STYLE */
.reportLink
{
	cursor:pointer;
	color: #123869;
	text-decoration: underline;
}
/**/

.selectorStatesContainer
{
    float:left;
    padding-right:15px;
    width:218px;
}

.slectorServiceAreaContainer
{
    padding-left:15px;
    width:320px; 
    float: right
}

.selectorContainer
{
    width: 580px;
}

.selectorStateListContainer
{
    height: 250px; 
    width: 218px; 
    overflow:auto; 
    margin-bottom: 10px;
}

.selectorServiceAreaListContainer
{
    height: 250px; 
    width: 320px; 
    overflow:auto;
}

.pager table
{
    font-size: 14px;
}

#reportsContainer table
{
    margin-right: 40px;
}


/***************** Landing Pages  ********************/
#landingPagesContainer div
{
    margin: 6px 0;
}

#landingPagesContainer div.innerContainer
{
    border: solid 2px #DDDDDD; padding: 7px; width: 650px;
}

div.attachment
{
	padding: 5px; border: solid 1px #DDDDDD; width: 280px; float:left; background-color: #F4F4F4	
}

div.attachmentRemove
{
	float: right;
}

select.stateCombo
{
	margin-bottom: 15px;
}

img.attachmentImage
{
	vertical-align:bottom;
}

div.addAttachment
{
	clear:both; margin: 5px 0 15px 0;
	font-size: 11px;
}

div.businessEmailSubject
{
	margin: 7px 0 4px 0;
}

.note
{
	font-size: 10px;
	color: #666666;
}

input.export{
    background-color: #EF9307;
    border: 0;
    color: white;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}

#copyFromUpdateProgress
{
    float: right; margin: 5px 5px 0 0;
}


/*************************** TABS ***********************************/

#tabs input,
#tabs select
{
    margin: 3px;
}

#tabs .contentTitle
{
    background-color: #eeeeee; padding: 3px; border: solid 1px silver;
}


/*************************** ADD AREA ***********************************/
#serviceAreaEditContainer div
{
    margin-top: 4px;
}

div.addStateContainer
{
    background-color:#EF9307;border: solid 1px silver; width: 235px; border-bottom: 0; padding: 2px;
}

div.addStateContainer input
{
    border: solid 1px silver; border-bottom: 0; background-color:#efefef; font-size: 12px; padding:1px; width: 70px; cursor: pointer
}

#serviceAreaEditContainer .quoteRangeTitle div
{
    margin: 0;
}

#quoteRangeEmailsContainer
{
    margin-bottom:20px;
}

#quoteRangeEmailsContainer .providerEmailsAdded TD
{
    border-bottom: solid 1px silver;
    padding: 3px;
}

#quoteRangeEmailsContainer div.providerEmailsAddedHeaderLeft,
#quoteRangeEmailsContainer div.providerEmailsAddedValueLeft
{
    float: left; width:130px; padding-right: 20px;
}

#quoteRangeEmailsContainer div.providerEmailsAddedHeaderRight,
#quoteRangeEmailsContainer div.providerEmailsAddedValueRight
{
    float:right;min-width: 250px; text-align: right;
}

#quoteRangeEmailsContainer .providerEmailsAdded a,
#quoteRangeEmailsContainer .providerEmailsAdded a:hover,
#quoteRangeEmailsContainer .providerEmailsAdded a:visited
{
    color: Black;
}

#quoteRangeEmailsContainer div.quoteRangeEmailsProgress,
#serviceAreaEditContainer div.addStateProgress
{
    float: right;
    margin: 0
}

#serviceAreaEditContainer .quoteTypesFlows
{
    width: 100%;
}

/************************************ MANAGE PROVIDERS ********************************************/

#tabs .providerEmailList div.providerEmail
{
    float:left;min-width: 320px;
}

#tabs .providerEmailList div.providerEmailDelete
{
    float:right;
}

#tabs .providerEmailList TD
{
    border-bottom: solid 1px silver;
    padding: 3px;
}

/************************************ MANAGE CITIES ********************************************/
#cityEditContainer
{
    padding: 15px; border: 1px solid silver; margin: 5px 0;
}

#cityEditContainer input,
#cityEditContainer select
{
    margin: 3px;
}

#energyInfoCopyFromContainer
{
    background-color:#EEEEEE; padding: 5px; width: 612px; margin-top: 2px
}

#energyInfoCopyFromContainer input
{
    border: solid 1px silver; background-color: White; padding: 2px; font-size:11px; cursor: pointer
}

/***********************************Manage Residential Leads ************************************/
#residentialLeadsListContainer
{
    margin-top: 15px;
}

table.productClicksGrid
{
    width: 1600px !important;
}


/***********************************Renewal Email Report ************************************/
#renewalEmailListContainer
{
    margin-top: 15px;
}


/*********************************** Home Page ************************************/

div.tableContainer
{
	width: 100%;
}

div.tableContainer table
{
	border: 1px solid Silver; border-collapse: collapse;  width: 100%;	
}

div.tableContainer th
{
	color: White; background-color: rgb(239, 147, 7); font-family: Verdana; font-size: 10px; font-weight: bold; padding: 10px; text-align: left; white-space: nowrap;
}

div.tableContainer td
{
	padding: 10px;
}

div.loading
{
	color: White; background-color: rgb(239, 147, 7); font-family: Verdana; font-size: 10px; font-weight: bold; padding: 10px; width: 92%;
}

div.reportContainer
{
	float: left;
	margin: 10px 15px 10px 0;
}

#referringSitesClicksContainer
{
	width: 280px;
}

#providersClicksContainer
{
	width: 450px;
}

#serviceTypesClicksContainer
{
	width: 200px;
}

#statesClicksContainer
{
	width: 280px;
}

#statesClicksContainer .ct-cell-0
{
    font-weight: bold;
}

#businessLeadsContainer,
#serviceTypeLeadsContainer,
#sizeLeadsContainer
{
	width: 295px;
}

#providerLeadsContainer
{
	width: 335px;
}

tr.ct-row td
{
	white-space:nowrap;
}

label.ct-child-rows-loading
{
	font-size:8px;
	color: #666;
}

tr.ct-child-row td
{
	background-color: #fea;
	color: #666;
	padding-left: 15px;
	font-size:10px;
}

#dashboardHeaderContainer
{
	float:left;
	display:inline;
	width:440px;
}

#customDatesDashboardHeader
{
    line-height: 23px;
}

#customDatesDashboardHeader .customDatesChild
{
    float: left;
}

#defaultDashboardHeader
{
    float: left;
    line-height: 23px;
}

div.changeDashboard
{
    font-size:11px; line-height: 21px; text-decoration: none;  color: #888; 
}

input.dashboard-button 
{
    border: 1px solid #AAAAAA;
    font-size: 10px;
    height: 19px;
    margin-top: 3px;
    vertical-align: top;
    width: 40px;
    margin-right: 6px;
	cursor: pointer;
}

input.dashboard-button-mouseover
{
    background-color: #ddd;
}

#customStatsLoading
{
    width: 16px; margin: 4px 23px 0 7px;
}

/************************ Renewal Email Report ************************************/
#residentialEnrollmentListFilters .filterCell
{
    padding-right: 5px;
}

