﻿
/* -------------- start-page -------------- */
.start-page #content
{
	padding: 0;
}
.start-page #profile-entrance
{
	height: 310px;
	background: #d3d1bb url(../images/profile-teasers.png) repeat-y right 0;
	margin-top: 12px;
}
.start-page #profile-image
{
	/*width:738px;*/
	float: left;
	overflow: hidden;
}
.start-page #profile-image img
{
	display: block;
}
.start-page #profile-teasers
{
	width: 217px;
	float: left;
	padding: 11px 13px 9px 13px;
	color: #fff;
}
.start-page #profile-teasers .teaser
{
	background: #dad9cb url(../images/profile-teaser.png) no-repeat -221px 0;
	padding-top: 8px;
	border: none;
}
.start-page #profile-teasers .teaser-inner
{
	background: url(../images/profile-teaser.png) no-repeat 0 bottom;
	padding: 0 10px 10px 10px;
}
.start-page #profile-teasers .teaser h2
{
	margin-bottom: 6px;
}
.start-page #column-wrapper
{
	padding: 15px 0px 6px 0px;
}
.start-page .column
{
	float: left;
	margin-right: 12px;
	width: 236px;
}
.start-page .columnright
{
	float: left;
	margin-right: 0px;
	width: 236px;
}
.start-page #main-column
{
	float: left;
	width: 496px;
	overflow: hidden;
}
.start-page #main-column .teaser /* HasIE6Fix */
{
	float: left;
	display: inline;
	margin: 0px 12px 12px 0px;
	width: 236px;
}
.start-page #main-column .teaser.wide
{
	float: none;
	clear: both;
	width: 484px;
	display: block;
}

/* -------------- substart-page --------------- */
.substart-page #main-column
{
	float: left;
	width: 516px; /* 496 */
	padding-top: 0px;
}
.substart-page #main-column .teaser
{
	float: left;
	display: inline;
	margin: 0px 12px 0px 0px;
	width: 246px; /* 236 */
}
.substart-page #main-column .teaser.wide
{
	float: none;
	clear: both;
	width: 504px;
	display: block;
}
.substart-page #top-column .teaser.wide
{
	padding: 0px;
	margin-bottom: 0px;
	float: none;
	clear: both;
	width: 760px;
}
.substart-page p
{
	padding: 0px;
	margin: 0px;
}
.substart-page .column
{
	float: left;
	margin-right: 0px;
	width: 246px; /* 236 */
	padding-top: 0px;
}


/* -------------- statistics-page --------------- */
.statistics .column
{
	float: left;
	width: 239px;
	margin-right: 10px;
}
.statistics #main-column
{
	width: 505px;
	float: right;
}
.statistics .contract
{
	overflow: hidden;
}
.statistics .contract a
{
	float: right;
	clear: right;
	margin-bottom: 3px;
}
.statistics #content .box h3
{
	padding-top: 10px;
}
.statistics #content .graph img
{
	margin: 10px auto;
	display: block;
}
.statistics #content .graph .col
{
	width: 33%;
	float: left;
}
.statistics #content .graph .col a
{
	float: right;
	padding-bottom: 3px;
}
.statistics #content .graph .col h3
{
	padding: 0;
}
.statistics #content .details .col
{
	color: #504f4f;
	width: 49%;
	float: left;
}



/* -------------- mypages-page --------------- */

.mypages #profile-image
{
	float: left;
	overflow: hidden;
	margin: 0 0 16px 0;	
}
.mypages #profile-image img
{
	display: block;
}
.mypages .columnright
{
	float: left;
	margin-right: 0px;
	width: 246px;
	padding-top: 46px; /* i linje med listan */	
}

.mypages #main-column
{
	float: left;
	width: 516px;
	padding-top: 0px;
}
.mypages #main-column #inner-content-container
{
	float: none;
	clear: both;
	width: 504px;
	display: block;
}
.mypages #top-column .teaser.wide
{
	padding: 0px;
	margin-bottom: 0px;
	float: none;
	clear: both;
	width: 760px;
}
.mypages p
{
	padding: 0px;
	margin: 0px;
}
.mypages .column
{
	float: left;
	margin-right: 0px;
	width: 246px; /* 236 */
	padding-top: 0px;
}

/*.mypages #content-inner
{
	float: left;
	width: 731px;
}
.mypages #profile-image
{
	padding-bottom: 7px;
}*/
.mypages #content ul.subscriptions
{
	list-style: none;
	padding: 0;
	margin-left: 5px;	 
}
.mypages #content ul.tabs
{
	margin-top: 5px;
}
.mypages #content ul.subscriptions li
{
	padding-left: 39px;
	overflow: hidden;
}
.mypages #content ul.subscriptions h3
{
	color: #343434;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
.mypages #content ul.subscriptions span.subscription-id
{
	color: #646464;
	float: left;		
	margin: 0;
	font-size: 0.8em;
	padding: 2px 0 0 10px;
}

.mypages #content ul.subscriptions .form-fields
{
	clear: both;
	padding: 5px 0;	
	height: 22px;
}
.mypages #content ul.subscriptions .form-fields div
{
	float:left;
	height: 22px;
}
.mypages #content ul.subscriptions .form-fields select
{
    border: solid 1px #ccccce;
    height: 21px;
    display:block;
    float:left;
    margin: 1px;
    font-size: 90%;
    color: #006fac;
    width: 160px;
}

.mypages #content ul.subscriptions a
{
	color: #424945;
	float: right; /*margin-left:55px;*/
	margin: 3px 0 0 12px;
}
.mypages #content ul.subscriptions a.small-link
{
	margin: 0;
	float: none;
	display: inline-block;
}
.mypages #content ul.subscriptions select
{
	margin: 3px 5px 3px 0px;
}
.mypages #content ul.subscriptions .info-wrapper
{
	width: 430px;
}
.mypages #content ul.subscriptions .info-wrapper-inner
{
	overflow: hidden;
	padding: 5px 11px 5px 15px;
}
.mypages #content ul.subscriptions .info-wrapper
{
	background: #eee url(../images/subscription-select.png) no-repeat;
}
.mypages #content ul.subscriptions li.hover .info-wrapper
{
	background: #d6d5d5 url(../images/subscription-select-hover.png) no-repeat;
	cursor:pointer;
}
.mypages #content ul.subscriptions .info-wrapper-inner
{
	background: url(../images/subscription-select.png) no-repeat right bottom;
}
.mypages #content ul.subscriptions li.hover .info-wrapper .info-wrapper-inner
{
	background: url(../images/subscription-select-hover.png) no-repeat right bottom;
}
.mypages #content ul.subscriptions .power
{
	background: url(../images/icons-subscriptions.png) no-repeat;
}
.mypages #content ul.subscriptions .water
{
	background: url(../images/icons-subscriptions.png) no-repeat 0 -410px;
}
.mypages #content ul.subscriptions .hotwater
{
	background: url(../images/icon-subscription-warmwater.png) no-repeat 0 0;
}
.mypages #content ul.subscriptions .broadband
{
	background: url(../images/icons-subscriptions.png) no-repeat 0 -550px;
}
.mypages #content ul.subscriptions .heat
{
	background: url(../images/icons-subscriptions.png) no-repeat 0 -260px;
}
.mypages #content ul.subscriptions .cold
{
	background: url(../images/icons-subscriptions.png) no-repeat 0 -130px;
}

/* ----  ajaxcombo  ----------- */
.mypages #content table.ajax__combobox_inputcontainer, 
.my-installations #content table.ajax__combobox_inputcontainer
{  
    padding:0;                
    width: 161px;    
    height: 22px;
}
#installations-header-info table.ajax__combobox_inputcontainer
{
    margin: -2px 0 0px 15px;
}
.mypages #content table.ajax__combobox_inputcontainer td,
.my-installations #content table.ajax__combobox_inputcontainer td
{   
    border:0;                        
    padding:0;    
    overflow:hidden;    
}

.mypages #content td.ajax__combobox_textboxcontainer,
.my-installations #content td.ajax__combobox_textboxcontainer
{
    vertical-align:top;
}

.mypages #content td.ajax__combobox_textboxcontainer input,
.my-installations #content td.ajax__combobox_textboxcontainer input 
{
    border: none;
    background:transparent url('../images/ajaxcombo-field.png') no-repeat top left;
    width: 135px;
    height: 22px;
    font-size: 13px;
    color: #3f3f3f;
    padding: 4px 0 0 4px;
}
/*.my-installations #content td.ajax__combobox_textboxcontainer input 
{
    font-size: inherit;    
}*/
.mypages #content td.ajax__combobox_buttoncontainer,
.my-installations #content td.ajax__combobox_buttoncontainer
{
    overflow:hidden;        
}

.mypages #content td.ajax__combobox_buttoncontainer button,
.mypages #content td.ajax__combobox_buttoncontainer input,
.my-installations #content td.ajax__combobox_buttoncontainer button,
.my-installations #content td.ajax__combobox_buttoncontainer input
{
    border: none;
    background: transparent url('../images/ajaxcombo-button.png') no-repeat top left;            
    width: 22px;
    height: 22px;
    display:block;
    cursor: pointer;
}

.mypages #content ul.ajax__combobox_itemlist,
.my-installations #content ul.ajax__combobox_itemlist
{
    margin: -2px 0 0 2px;
    padding: 0;
}

.mypages #content ul.ajax__combobox_itemlist li,
.my-installations #content ul.ajax__combobox_itemlist li
{
    padding: 1px 4px 1px 4px;
    border-bottom: solid 1px #e2e2e2;
    font-size: 90%;
    overflow: visible;
}

.mypages #content ul.ajax__combobox_itemlist li:hover { color:Red; }

.ajaxcombo_hover
{ color: red; }

/* Mina fakturor */
.mypages #content #search-invoice div
{
    margin-bottom: 4px;
    clear: both;
}
.mypages #content #search-invoice .search-invoice-address
{
    float:left;
    clear: none;
}
.mypages #content #search-invoice label
{
    width: 130px;
}
.mypages #content #search-invoice input.text
{
    width: 130px;
}
.mypages #content #search-invoice a
{
    margin-left: 5px;
    margin-top: 3px;
}

.mypages #content .invoiceListHeaderContainer
{
/*	margin-top: 6px;
	padding-top: 6px;*/
}
.mypages #content .invoiceListSeparator
{
	height: 1px;
	width: 100%;
	/*border-top: solid 1px black;*/
	border: none;
}
.mypages #content .invoiceListHeaderContainer .mainTitle
{
	display: block;
	font-weight: bold;
}
.mypages #content .invoiceListHeaderContainer .secondTitle
{
	display: block;
}
.mypages #content .invoiceListContainer .green-balance
{
	color: Green;
	padding-left: 0px;
	padding-right: 3px;
	text-align: right;
	width: 80px;
}
.mypages #content .invoiceListContainer .red-balance
{
	color: Red;
	padding-left: 0px;
	padding-right: 3px;
	text-align: right;
	width: 80px;
}
.mypages #content .invoiceListContainer
{
	width: 100%;
}
.mypages #content .invoiceListContainer #scroller
{
	/*a width on this selector, and IE7 loses its vertical scrollbar*/
	height: 130px;
	overflow-y: scroll;
	overflow-x: hidden;
}
* html #scroller
{
	/*no width on this selector and IE6 hides its vertical scrollbar*/
	width: 100%;
}
.mypages #content .invoiceListContainer #scroller div
{
	line-height: 78%;
}
.mypages #content .invoiceListContainer table
{
	border-collapse: collapse;
	width: 100%; /*remove this and IE loses its horizontal scroll bar, but Safari shrink-wraps the inner table; iow, it breaks*/
	border: none;
	font-size: 100%;
	line-height: 130%;
}
.mypages #content .invoiceListContainer #scroller table
{
	border-collapse: collapse;
	width: 100%; /*remove this and IE loses its horizontal scroll bar, but Safari shrink-wraps the inner table; iow, it breaks*/
	border: none;
	font-size: 100%;
	line-height: 130%;
	margin: 0;
}
.mypages #content .invoiceListContainer th
{
/*	font-size: 100%;
	padding-left: 0px;*/
	font-size: 90%; padding: 5px 4px 3px 8px; font-weight: bold; color: #000; background-color: #eee; border-bottom: solid 1px #3f3f3f;
}
.mypages #content .invoiceListContainer td
{
    font-size: 90%; padding: 5px 4px 3px 8px; color: #3f3f3f; border-bottom: solid 1px #ccc;   
}
.mypages #content .invoiceListContainer tr.hover td
{    
    cursor: pointer;
    background-color: #eee;
}

.mypages #content .invoiceListContainer .haLeft80px
{
	padding-left: 6px;
	text-align: left;
	width: 80px;
}
.mypages #content .invoiceListContainer .haLeft80pxLast
{
	padding-left: 6px;
	text-align: left;
	width: 80px;
	padding-right: 20px;
}
.mypages #content .invoiceListContainer .haRight80px
{
	padding-left: 0px;
	padding-right: 3px;
	text-align: right;
	width: 80px;
}
.mypages #content .invoiceListContainer .haRight80pxLast
{
	padding-left: 0px;
	text-align: right;
	width: 80px;
	padding-right: 20px;
}
.mypages #content .invoiceListContainer .haLeft100px
{
	padding-left: 6px;
	text-align: left;
	width: 100px;
}
.mypages #content .invoiceListContainer .haLeft100px
{
	padding-left: 6px;
	text-align: left;
	width: 100px;
	padding-right: 20px;
}
.mypages #content .invoiceListContainer .scrollCol
{
	width: 16px;
	margin: 0;
	padding: 0;
}
.mypages #content .invoiceListContainer .haRight100px
{
	padding-left: 0px;
	padding-right: 3px;
	text-align: right;
	width: 100px;
}
.mypages #content .invoiceListContainer .haRight100pxLast
{
	padding-left: 0px;
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
.mypages #content .invoiceListContainer table .pager /* used? */
{
	border-collapse: collapse;
	width: 100%; /*remove this and IE loses its horizontal scroll bar, but Safari shrink-wraps the inner table; iow, it breaks*/
	border: none;
	font-size: 100%;
	line-height: 130%;
}
.mypages #content .invoiceListContainer .pager 
{
    width: 469px;
    padding: 8px 0px 0px 7px;   
}
.mypages #content .regular-form label
{
	width: 100px;
}

/* -------------- my-pages - objects --------------- */

#content .my-pages-form-settings h3 span
{
    font-weight: bold;
}
#content .my-pages-form-settings p.additional-info
{
    font-size: 90%;
    color: #656464;
}

#content .chartTitle h2 { margin-bottom: 0; }
#content img.pie-chart
{
    margin-left: -60px;
}
#content img.common-chart
{
    margin: 0;
}
#main-content img.pie-chart
{
    margin-left: -60px;
}
#main-content img.common-chart
{
    margin: 0;
}

/* Installation overview */
#main-content .installation-info
{
    float: left;
}
#main-content .installation-list
{
    float: right;
}
#main-content #inner-content-container
{
    clear: both;
}
.installation-overview-data
{
    overflow: hidden;
}
.installation-overview-data .first-col
{
	width: 255px;
	float: left;
	padding-right: 0px;	
}
.installation-overview-data .second-col
{
	width: 220px;
	float: right;
}
.installation-overview-data .overview-first-col
{
	width: 500px;
	float: left;
	padding-right: 0px;	
}
.installation-overview-data .overview-second-col
{
	width: 200px;
	float: right;
}

.installation-overview-data .installation-data-pretable
{
    
}

.installation-overview-data table 
{
    border: none;    
    margin: 0;     
}

.installation-overview-data table th, .installation-overview-data table td, .installation-overview-data table tr.odd td
{
    background-color: transparent;    
    padding: 2px 6px 2px 2px;   
    border: inherit;
}
.installation-overview-data table th {
    font-size: 150%;
    color: #656464;	
}
.installation-overview-data table td, .installation-overview-data table tr.odd td {
    font-size: 80%;
}

#content .my-pages-form-settings h2 {
	background: url(/images/icon-power.png) no-repeat right 0;
}
#content .installation-overview-data .first-col { 
	width:245px; 
}
#content .installation-overview-data .second-col { 
	width:215px; 
    background-color: #fff;
	border: solid 1px #cacaca;
	margin-left: 20px;
}
#content .installation-overview-data .second-col table  { margin: 0; width:100%; }
#content .installation-overview-data .second-col table td {
	font-size: 80%;	
	white-space: normal;
	background-color: #f8f8f8;
	padding: 3px 3px 3px 6px;
}
#content .installation-overview-data .second-col table tr.odd td {
	background-color: #fff;
	color: #000;
}
#content .installation-overview-data .second-col table tr.odd td.related-info {
	background-color: #fff;
	font-style: italic;
	text-align: right; 
	padding-right: 8px;
}

#content .installation-overview-data .second-col table th {
	font-size: 80%;	
	padding: 3px 3px 3px 6px;
}
#content .installation-overview-data  td.label { color:#656464; white-space: normal; }
#content .installation-overview-data  .second-col td.label, #content .installation-overview-data  .second-col tr.odd td.label { color:#656464; white-space: normal; }
/* -------------- simple-page (e.g. 404 and log-in page) --------------- */
body.simple-page 
{
    background: #ebebeb url(/images/shade-static.png) repeat-y center 0;
}

.simple-page #page-wrapper, .simple-page #page-wrapper-inner
{
    background-image: none;
}

.simple-page #footer-inner
{
	background: #e8e8e8 url(/images/footer-small.png) no-repeat 0 bottom;
	padding: 20px 0 20px 0;
	color: #646464;
}
.simple-page #content
{
	padding: 40px 0 80px 0;
}
.simple-page #content ul
{
	list-style-type: disc;
	padding-left: .5em;
	margin: .5em 0 1em 1em;
}
.simple-page li
{
	padding-bottom: .5em;
}

/* ---------------- Search ------------------- */
#mainsearchpanel
{
	float: left;
	width: 720px;
	padding-right: 30px;
	padding-bottom: 25px;
}
#subsearchpanel
{
	/*width: 200px;*/
	width: 230px;
	float: left;
    padding-bottom: 12px;
}
#mainsearchpanel .bread-crumb
{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#mainsearchpanel .bread-crumb li
{
	float: left;
	padding: 0 5px 0 0;
	color: #04689e;
}
#mainsearchpanel .bread-crumb a
{
	color: #04689e;
	text-decoration: none;
}
#mainsearchpanel h1
{
	padding-top: 10px;
}
#mainsearchpanel .search-link
{
	font-size: 1.3em;
}
#mainsearchpanel a
{
	text-decoration: none;
}
#mainsearchpanel a:hover
{
	text-decoration: underline;
}
#mainsearchpanel .searchitem
{
	background: url(/images/search-background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: solid 1px #ccc;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 30px;
}
#mainsearchpanel .searchitem-text
{
	padding: 4px 25px 4px 44px;
}
#mainsearchpanel .searchresultlinkhref
{
	background-image: url(/images/icon-search.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}
#mainsearchpanel .itempanel
{
	padding-left: 29px;
	padding-top: 6px;
}
#searchsitemap
{
	padding-top: 8px;
	padding-left: 20px;
}
#searchsitemap h1
{
	font-size: 1.4em;
}
#searchinfotoppanel
{
	padding-top: 16px;
	padding-bottom: 10px;
}
#searchinfotopleft
{
	float: left;
	font-weight: bold;
}
#searchinfotopright
{
	float: right;
}
#searchinfobottom
{
	text-align: right;
	padding-top: 10px;
}
#subsearchpanel a
{
	text-decoration: none;
}
#subsearchpanel a:hover
{
	text-decoration: underline;
}
#subsearchpanel .subsearch
{
	width: 200px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border: none;
}
#subsearchpanel td
{
	padding: 2px 0 2px 6px;
}
#subsearchpanel h3
{
	padding-top: 8px;
}
#subsearchpanel .dashed
{
	border-top: solid 1px #ccc;
	margin-top: 12px;
	padding-top: 12px;
}
#subsearchpanel ul li 
{
    /* padding-left: 6px; */
    margin-bottom: 3px;
}
.autocomplete_list
{
	clear: both;
	float: none;
	margin: -3px 0px 0px 0px;
	padding-bottom: 8px;
	color: #006eab;
	background-color: #fbfbfb;
	border-right: solid 1px #ddddde;
	border-left: solid 1px #ddddde;
	border-bottom: solid 1px #ddddde;
	cursor: default;
	z-index: 1000;
}
.autocomplete_list_item
{
	clear: both;
	float: none;
	margin-top: 4px;
	padding-left: 6px;
	background: none;
}
.autocomplete_list_item_active
{
	clear: both;
	float: none;
	margin-top: 4px;
	padding-left: 6px;
	background: none;
	text-decoration: underline;
}

/* ---------- Sign Contract ---------- */
#main-content ul.contract-selection
{
	list-style-type: none;
	margin: 1em 0 1em 0;
	width: 460px;
}
#main-content ul.contract-selection li
{
	list-style-type: none;
	text-indent: 0;
	margin: 10px 0 10px 0;
	padding: 5px;
}

#main-content ul.contract-selection li.selected
{
	background-color: #fff;
	border: solid 1px #d9d9d9;
	margin-top: 20px;	
	margin-bottom: 16px;
}

#main-content ul.contract-selection .contract-header
{
    
}
#main-content ul.contract-selection .contract-header .contract-type-select-button 
{
    clear: both;
    overflow: hidden;
}
#main-content ul.contract-selection .contract-header .contract-type-select-button input
{
    float: left;
    margin: 0px 6px 0px 18px;
}
#main-content ul.contract-selection .contract-header .contract-type-select-button span
{
    float: left;
    width: 400px;
}

#main-content .contract-selection .selected-contract-header
{
    display: block;
    position: relative;
    margin: -12px 0 0 -6px;
}
#main-content .contract-selection .selected-contract-footer
{
    display: block;
    position: absolute;
    margin: 5px 0 0 -6px;
}

#main-content .contract-selection .wizard-form table td
{
    padding: 1px;
}
#main-content .contract-selection .wizard-form #tax-explain
{    
    font-size: 85%;
    margin-top: 8px;
}

.contract-selection .price-tag
{
	font-size: 1.2em;
}

#contractSelectionBox label
{
	float: left;
	width: 106px;
	color: #6e6e6e;
	font-weight: normal;
	text-align: left;
	padding: 0px 4px 0 0px;
	vertical-align: bottom;
	font: normal normal normal 1em/1.2em;
}

#contractSelectionBox div
{
	padding: 3px 0 3px 0;
}
#contractSelectionBox div div
{
	padding: 0;
}
#contractSelectionBox div.additiontext
{
	color: #6e6e6e;
	font-weight: normal;
	padding: 0 0 3px 0;
}
#contractSelectionBox HR
{
	clear: both;
	margin: 6px 0 6px 0;
	color: #f0f0f0;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}

/* Chart */
#main-content .no-margin img
{
	margin: 0;
}

/* The following modifies the pager control */
div.pager
{
	margin: 0px;
	height: 1.8em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.1em;
/*	font-family: Tahoma, Arial, sans-serif;
	background: #dbddff;
	color: #666666;
	font-size: 1.1em;*/
}
div.pager span#results1
{
	float: left;
}
div.pager span#results2
{
	float: right;
}
div.pager .droplist
{
	padding: 0px;
/*	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	color: #666666;*/
}
div.pager span#results1 label 
{
	width: 50px;
	float: none;
	font-weight: normal;
	vertical-align: baseline;
}
div.pager span#results2 label 
{
	width: 200px;
	float: none;
	font-weight: normal;
	vertical-align: baseline;
}



/* -------------- Tips Form ------------- */
.tipcontainer
{
	margin-top: 2em;
}

/* ------------ End Account Form ----------- */
#content #end-form .regular-form 
{
	padding-top: 40px;
}

#content #end-form .regular-form label
{
	float: left;
	width: 250px;
	color: #6e6e6e;
	font-weight: bold;
	text-align: right;
	padding: 3px 10px 20px 3px;
	vertical-align: bottom;
	font: normal normal normal 1em/1.2em;
}

/* ----------- Full Page ----------------*/
#main-content.fullpage
{
	width: 100%;
	margin-left: 0;
}

/* ---------- Weather data ------------ */
#content .weather-item
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #D3D3D3;        
    overflow: hidden;
    background: #fdfdfd url(/images/weather/weather-item-bg.png) bottom left;
    margin: 0px 0px 12px 0px;
    width: 100%
}
#content .weather-item-inner
{
    margin: 10px 0px;
    height: 42px;
}
#content .weather-item img, #content .weather-item h1, #content .weather-item h2
{
    display: block;
    float: left;
}
#content .weather-item a
{
    float: right;
    margin: 12px 12px 0px 0px;
    color:#006EAB;
}
#content .weather-item h2
{
    margin: 6px 0px 0px 12px;
}
#content .weather-item h1
{
    margin: 6px 0px 0px 12px;
}

#content .weather-item .value
{
    font-size: 2em;
    font-weight: bold;
    margin: 0px 0px 0px 12px;
    display: inline;
    line-height: 1.6em;
    float: left;
}
/* --------- Change MSN Provider ----------- */
#content table.changeMSNProvider
{
	border-collapse: separate;
	width: 100%;
	border: 1px solid #D3D3D3;
	padding: 5px;  
}
#content table.changeMSNProvider th
{
	font-weight: bold;
	background-color: #e4e3e3;
	padding: 4px 0 4px 0;
}
#content table.changeMSNProvider td
{
	border-top: 1px solid #D3D3D3;
	padding: 3px 0 5px 0;
}
#content table.changeMSNProvider .haLeft20px
{
	padding-left: 6px;
	text-align: left;
	width: 20px;
}
#content table.changeMSNProvider .haLeft40px
{
	padding-left: 6px;
	text-align: left;
	width: 40px;
}
#content table.changeMSNProvider .haLeft80px
{
	padding-left: 6px;
	text-align: left;
	width: 80px;
}
#content table.changeMSNProvider .haLeft100px
{
	padding-left: 6px;
	text-align: left;
	width: 100px;
}

/* --------- FAQ ----------- */
.faqcategorypanel
{
	background: url(/images/search-background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: solid 1px #ccc;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 40px;
	position: relative;
}

.faqcategorypanel .icon
{
	position: absolute;
	left: 2px;
	top: 10px;
}

.faqmainpuffimage
{
	margin-left: 16px;
	padding-bottom: 16px;
}

.faqcategorypanel h3.ajax
{
	cursor: pointer;
	background-image: url(/images/expand.gif);
	background-repeat: no-repeat;
	background-position: 446px;
	padding-right: 20px;
}

.faqcategorypanel a
{
	text-decoration: none;
}

.faqcategorypanel .faqanswerpanel
{
	padding-left: 2px;
	padding-right: 24px;
	padding-top: 6px;
}

.faqexpanded
{
	background-image: url(/images/collapse.gif) !important;
}

.faqrelatedpanel
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #D3D3D3;
	padding-bottom: 16px;
	padding-left: 10px;
	padding-top: 8px;
    margin-bottom: 20px;
}

.faqrelatedpanel a.read-more
{
	display: block;
	text-align: right;
	margin-right: 10px;
}

.faqinfoicon
{
	background-image: url(/images/icon-info.png);
	background-repeat: no-repeat;
	background-position: 204px 10px;
}

.faqcontacticon
{
	background-image: url(/images/icon-contact.png);
	background-repeat: no-repeat;
	background-position: 204px 10px;
}

.faqrelatedlisting
{
	list-style: none outside none;
	margin-left: 1px;
	padding-bottom: 8px;
}

.faqrelatedlisting a
{
	text-decoration: none;
}

.faqrelatedlisting li
{
	background-image: url("/images/icons-list-bullets.png");
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 16px;
}