/* CALCULATOR SPECIFIC STYLING */

#calculator_nav {
	background:url(/web_images/calculator/bg_top.gif); 
	width:912px; 
	height:56px;
}

#calculator_nav img {
	margin-right:1px;
}
	
#calculator_nav_right {
	float:right; padding-top:12px; text-align:right;
	width:465px;
}


span.calculator_large {
	font-size:16px;
	font-weight:normal;
}



#vscroller {
	height:540px; overflow:hidden;
}
	
#vscroller span {
	color:#5e8e96; font-size:11px; font-weight:normal;
}

#vscroller ul {
	margin:0; padding:0;
}

#vscroller ul li {
	list-style-type:none; width:221px; height:59px; border-top:1px solid #B1D2D7; background-color:#f0f9fa; margin:0; padding:0; line-height:20px;
}

#vscroller ul li a {
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	background-color:#f0f9fa;
	line-height:13px;
/*		color:#005a68;*/
	color:#2e2e2e;
}

#vscroller ul li a:hover {
	background-color:white;
}

#vscroller ul li.vscroller_last_not_full {
	border-bottom:1px solid #B1D2D7; 
}
	


div.vscroller_content {
	height:10000px;
}

#vscroller ul li.vscroller_middle {
	list-style-type:none; width:221px; height:29px; background-color:#f0f9fa; margin:0; padding:0; font-size:11px; font-weight:normal;
}

#vscroller ul li.vscroller_middle td {
	font-size:12px;
}


td.finder_scroller_left {
	border-right:1px solid #B1D2D7; background-color:#C1E6EC; height:540px; overflow:hidden;
}

td.finder_scroller_middle {
	border-right:1px solid #B1D2D7; background-color:#f2f9f9;
}

td.finder_scroller_right {
	border-top :1px solid #B1D2D7; border-right:1px solid #B1D2D7; background-color:white;
}

div.finder_scroller_right_content{
	width:390px; margin-left:25px; padding-bottom:15px; line-height:19px;
}

.finder_scroller_right_content p {
}

.finder_scroller_right_content h1 {
	font-size:16px; color:#e07a0e; margin-bottom:20px;
}

.finder_scroller_right_content h2 {
	font-size:14px; color:#005a68; margin-top:25px; margin-bottom:10px;
}

.section_header {
	background-color: #c1e6ec;
	height: 46px;
	width: 900px;
	overflow: hidden;
	position: relative;
	/*background-image: url("/web_theme/eneruse/images/home/select_your_appliance.png");*/
	background-repeat: no-repeat;
	border-top:1px solid white;
	border-bottom:1px solid white;
	/*/padding: 10px;*/
}

.section_header img.section_header_img {
	position:relative;
	left:15px;
	top:17px;
}
	
	
/* SPRITES */
img.readings { height:31px; background:url(/web_images/sprite_readings_labels.gif) no-repeat;  }

img.table_th_type { width:31px; background-position:0px 0px; position:relative; left:4px; }
img.table_th_date { width:34px; background-position:-31px 0px; }
img.table_th_kwh { width:27px; background-position:-65px 0px; }
img.table_th_time { width:31px; background-position:-92px 0px; }
img.table_th_off_peak { width:65px; background-position:-197px 0px; }
img.table_th_shoulder { width:70px; background-position:-262px 0px; }
img.table_th_peak { width:35px; background-position:-333px 0px; }
img.table_th_question { width:20px; background-position:-630px 0px; margin-left:10px; cursor:pointer; }
img.table_th_cost { width:34px; background-position:-123px 0px; float:left; }
img.table_th_kgco2 { width:40px; background-position:-157px 0px; float:left; }

/* MULITI READINGS ENTRY TABLE */
img.multi_appliance { width:80px; background-position:0px -31px; }
img.multi_typical { width:58px; background-position:-80px -31px; }
img.multi_your_readings { width:117px; background-position:-138px -31px; }

table.multi { width:100%; text-align:left; }
table.multi tr td { vertical-align:top; }

/* THESE NEED TO CHANGE ON SELECTION */
table.multi tr td.multi_label_td { height:28px; border-top:1px solid #c1e6ec; border-bottom:1px solid #c1e6ec; background-color:white; }
table.multi tr td.multi_round_top_left { background:url(/web_images/calculator/bg_multi_entry_left.png) no-repeat top left; width:9px; height:30px; background-color:white; }
table.multi tr td.multi_vr_top { width:1px; height:28px; border-top:1px solid #c1e6ec; border-bottom:1px solid #c1e6ec; background-color:white; }
table.multi tr td.multi_vr_bottom { width:1px; background-color:#c1e6ec; height:100%; }
table.multi tr td.body { border-top:1px solid #c1e6ec; border-right:1px solid #c1e6ec; border-bottom:1px solid #c1e6ec; background-color:white; }
table.multi tr td.empty,table.multi tr td.blue { background-color:#F0F9FA; }

div.multi_entry_container { padding:0 15px 0 15px; }

div.multi_form { margin-top:2px; }

img.multi { border:1px solid #c2e6ec; padding:5px; background:white; }

p.multi { margin:0; line-height:30px; font-weight:bold; }
p.multi_app_label { text-indent:5px; line-height:28px; }

p.multi_cost_per_year { text-indent:5px; font-size:20px; font-weight:bold; color:#d15900; padding-right:10px; padding-top:0px; position:relative; top:3px; }
p.orange_inactive { color:#cc9870; }

p.typical { margin:0; line-height:22px; margin-top:3px; }
p.field { margin:0; line-height:18px; }

div.help_half {
	width:50%;
}

a.help_half_next {
	left:37%; position:relative; top:78%;
}
span.font_twelve{
	font-size:12px;	
}