﻿@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #c7c7c7;
	background-image: url(../Images/bgBody.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 11px;
}

/* Global links */
A {color:#343434; text-decoration:none;}
A:link {color:#343434; text-decoration:none;}
A:visited {color:#343434; text-decoration:none;}
A:active {color:#343434; text-decoration:none;}
A:hover {color:#343434; text-decoration:underline;}

.twoColFixRtHdr #containerShadow {
	width: 1004px;
	margin: 0 auto;
	background-image: url(../Images/bgContainerShadow.png);
	background-repeat: repeat-y;
	height: 100%;
}
.twoColFixRtHdr #container { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../Images/bgContainer.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #containerSubpage { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../Images/bgContainerSubpage.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	width: 974px;
	margin: 0;
	padding: 13px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 220px;
	background-color: #ffffff;
}

.twoColFixRtHdr #menu { 
	background: #ab060a;
	background-image: url(../Images/bgMenu.gif); 
	background-repeat: repeat-x;
	width: 974px;
	/*height: 30px;*/
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr .ctl00_pSearch { text-align: right; position: relative; top:-25px; right: 20px;}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0 10px 0;
}
.twoColFixRtHdr #sidebar1Subpage {
	float: left; /* since this element is floated, a width must be given */
	width: 219px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 34px 10px 10px 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 287px 0 0 !important; /* (320px previous value) the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 0 284px 0 0; /* this class is for prevoius versions of <IE7, the horizontal line doesn´t reach the right column vertical line so it has to be adjusted*/
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.1em;
}
.twoColFixRtHdr #maincontentSubpage #MainWide #Main td 
{
	padding-left: 0;
} 
* html .twoColFixRtHdr #mainContent {
    height: 500px;
}
.twoColFixRtHdr #mainContentSubpage { 
	margin: 0 0 0 280px !important; /* (320px previous value) the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 36px 0 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 685px;
	min-height: 400px;
	position: relative;
	font-size: 1.1em;
} 
* html .twoColFixRtHdr #mainContentSubpage {
    height: 400px;
}
.twoColFixRtHdr #mainContentSubpage #dDownTimeMain {
	padding-top:1em;	
}
.twoColFixRtHdr #mainContentSubpage #dDownTimeMain td, table
{	
	padding-left:0px;
	border-collapse: collapse;		
}
.twoColFixRtHdr #mainContentSubpage #dDownTimeMain td
{	
	padding-right:1em;		
}

.twoColFixRtHdr #mainContent p, #mainContentSubpage p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1em 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	line-height: 1.4em;
}
.twoColFixRtHdr #mainContent p.postHeading, #mainContentSubpage p.postHeading {
	padding-top: 0px;
}
.twoColFixRtHdr #mainContent h1, #mainContentSubpage h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c2093d;
	font-size: 2em;
}
.twoColFixRtHdr #mainContent h2, #mainContentSubpage h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c2093d;
	font-size: 1.5em;
}
.twoColFixRtHdr #mainContent h3, #mainContentSubpage h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c2093d;
	font-size: 1.3em;
}
.twoColFixRtHdr #mainContent h4, #mainContentSubpage h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c2093d;
	font-size: 1.1em;
}

.twoColFixRtHdr #mainContent hr { border-top:1px solid #e6e6e6; border-bottom:1px solid #ffffff; border-left:0; border-right:0;}

#navlist li.hasChildActive A {color:#990000;}
li.leftMenuSelected	a {color:#990000;}
		
#subnavlist #subactive A {color:#990000;}
#subnavlist #subactive A:link {color:#990000;}
#subnavlist #subactive A:visited {color:#990000;}
#subnavlist #subactive A:active {color:#990000;}
#subnavlist #subactive A:hover {color:#990000;}	

#subnavlist li A {color:#000000;}
#subnavlist li A:link {color:#000000;}
#subnavlist li A:visited {color:#000000;}
#subnavlist li A:active {color:#000000;}
#subnavlist li A:hover {color:#000000;}


		
#mainContentSubpageRight
{
	font-size:11px;
}
	
/* Links */
DIV#mainContent A, DIV#mainContentSubpage A {color:#990000; text-decoration:underline;}
DIV#mainContent A:link, DIV#mainContentSubpage A:link{color:#990000; text-decoration:underline;}
DIV#mainContent A:visited, DIV#mainContentSubpage A:visited{color:#990000; text-decoration:underline;}
DIV#mainContent A:active, DIV#mainContentSubpage A:active{color:#990000; text-decoration:underline;}
DIV#mainContent A:hover, DIV#mainContentSubpage A:hover{color:#000000; text-decoration:underline;}

div#itemContainer A {color:#343434; text-decoration:none;}
div#itemContainer A:link {color:#343434; text-decoration:none;}
div#itemContainer A:visited {color:#343434; text-decoration:none;}
div#itemContainer A:active {color:#343434; text-decoration:none;}
div#itemContainer A:hover {color:#343434; text-decoration:none;}

div#ctl00_MainWide_dAzControl A {color:#343434; text-decoration:none;}
div#ctl00_MainWide_dAzControl A:link {color:#343434; text-decoration:none;}
div#ctl00_MainWide_dAzControl A:visited {color:#343434; text-decoration:none;}
div#ctl00_MainWide_dAzControl A:active {color:#343434; text-decoration:none;}
div#ctl00_MainWide_dAzControl A:hover {color:#343434; text-decoration:none;}

span#searchMainContent ul li A {color:#606060; text-decoration:none;}
span#searchMainContent ul li A:link {color:#606060; text-decoration:none;}
span#searchMainContent ul li A:visited {color:#606060; text-decoration:none;}
span#searchMainContent ul li A:active {color:#606060; text-decoration:none;}
span#searchMainContent ul li A:hover {color:#000000; text-decoration:underline;}

div#itemContainer .fileItem A {color:#343434; text-decoration:none;}
div#itemContainer .fileItem A:link {color:#343434; text-decoration:none;}
div#itemContainer .fileItem A:visited {color:#343434; text-decoration:none;}
div#itemContainer .fileItem A:active {color:#343434; text-decoration:none;}
div#itemContainer .fileItem A:hover {color:#000000; text-decoration:underline;}

div#itemContainer .imgItem A {color:#343434; text-decoration:none;}
div#itemContainer .imgItem A:link {color:#343434; text-decoration:none;}
div#itemContainer .imgItem A:visited {color:#343434; text-decoration:none;}
div#itemContainer .imgItem A:active {color:#343434; text-decoration:none;}
div#itemContainer .imgItem A:hover {color:#000000; text-decoration:underline;}


.contentPlaceholder { 
	padding: 15px 60px 30px 40px; /* This is the first content placeholder in the mainContent column, set padding here instead of in mainContent because the hr must be 100% of the column with */
} 


.twoColFixRtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 974px;
	background-image: url(../Images/bgFooter.gif);
	background-repeat: repeat-y;
	text-align: center;
	color: #ffffff;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer A {color:#ffffff; text-decoration:none;}
#footer A:link {color:#ffffff; text-decoration:none;}
#footer A:visited {color:#ffffff; text-decoration:none;}
#footer A:active {color:#ffffff; text-decoration:none;}
#footer A:hover {color:#ffffff; text-decoration:underline;}

/* General classes ----------------------------------------------------------------------------------------------------------------------------------------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.floatLeft
{
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}
img {
	border: 0;
}
.filterImages {
	position: relative;
	left: 510px;
	top: -25px;	
}
.imgContainer {
	padding-top: 15px;
	float: left;
}
.imgOutline {
	border: 1px solid #d8d8d8;
	padding: 4px;
	/*min-width: 100px;*/
}
* html .imgOutline {
    /*width: 100px;*/
}
.imgItem {
	padding: 0 15px 10px 0;
	float: left; 
	color: #343434;
}
.allLink {
	float: left;
	text-align: right;
	width: 660px;
	padding: 0 0 10px 0;
	clear: left;
}
select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Teaser Pane classes, to be used in the right column*----------------------------------------------------------------------------------------------------------------- */
#itemPage
{
	float: left;
	text-align: left;
	padding: 20px;
}
.teaserPane, #mainContentSubpageRight .teaserPane {
	width: 246px;
	border: 1px solid #d5d5d5;
	padding: 3px;
	margin-bottom: 12px;
}
.teaserTitle, #mainContentSubpageRight .teaserTitle {
	width: 228px;
	color: #ffffff;
	padding: 5px 9px;
	margin-bottom: 3px;
}
.teaserContent, #mainContentSubpageRight .teaserContent {
	width: 228px;
	color: #000000;
	padding: 15px 9px;
	background-image: url(../Images/bgPane.gif);
	background-repeat: repeat-x;
	background-color: #ededed;
}
.teaserArticle, #mainContentSubpageRight .teaserArticle {
	color: #606060;
}

iframe { overflow: hidden; }

hr { border-top:1px solid #bcbbbb; border-bottom:1px solid #ebebeb; border-left:0; border-right:0;}

hr.news { width: 685px; float: right; border-top:1px solid #bcbbbb; border-bottom:1px solid #ebebeb; border-left:0; border-right:0;}

.teaserContent p, #mainContentSubpageRight .teaserContent p {
	padding: .2em 0 .6em 0;
	margin: 0;
	line-height: 1.3em;
}
.teaserPane h1, #mainContentSubpageRight .teaserPane h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}

.topImg
{	
	max-width: 260px;
	padding-bottom: 10px;
	width: expression(this.width > 260? "260px": "auto" );
}

/* Teaser title/heading custom links */
.teaserTitle A:link {color:#ffffff; text-decoration:none;}
.teaserTitle A:visited {color:#ffffff; text-decoration:none;}
.teaserTitle A:active {color:#ffffff; text-decoration:none;}
.teaserTitle A:hover {color:#ffffff; text-decoration:none;}

#mainContentSubpageRight .teaserArticle A:link, #sidebar1 .teaserArticle A:link{color:#606060; text-transform:uppercase; font-weight:bold; text-decoration: none;}
#mainContentSubpageRight .teaserArticle A:visited, #sidebar1 .teaserArticle A:visited{color:#606060; text-transform:uppercase; font-weight:bold; text-decoration: none;}
#mainContentSubpageRight .teaserArticle A:active, #sidebar1 .teaserArticle A:active{color:#606060; text-transform:uppercase; font-weight:bold; text-decoration: none;}
#mainContentSubpageRight .teaserArticle A:hover, #sidebar1 .teaserArticle A:hover{color:#000000; text-transform:uppercase; font-weight:bold; text-decoration: underline;}

/* Corporate colors isolated, to be user with other classes*/
.corpColor1 {
	background-color: #b4081f;
}
.corpColor2 {
	background-color: #e7b243;
}
.corpColor3 {
	background-color: #315793;
}

/* LEFT MENU ------------------------------------------------------------------------------------*/

 #navcontainer
{
margin: 0p;
padding: 0;
width: 230px !important;
width: 200px;
margin-bottom: 1em;
}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}
#navcontainer li
{
	border-bottom: 1px solid #b6b6b6;
	margin: 0;
}
#navcontainer li a
{
display: block;
padding: 10px 5px 5px 25px;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
color: #990000;
}

#navcontainer li li
{
border-bottom: 0;
margin: 0;
}

#navcontainer li li a
{
display: block;
padding: 5px 5px 0 35px;
border: 0;
font-weight: normal;
color: #343434;
text-decoration: none;
width: 100%;
}

.hasChildActive {
	background-image: url(../Images/arrowExpanded.gif);
	background-repeat: no-repeat;
	background-position: 210px 12px;
	border-bottom:1px solid #B6B6B6;
	padding-bottom: 5px;
}
.hasChild {
	background-image: url(../Images/arrowCollapsed.gif);
	background-repeat: no-repeat;
	background-position: 210px 12px;
}

/* THEMES ------------------------------------------------------------------------------------*/

.themeNone{
	display: none;
}

.themeCold {
	background-image: url(../Images/kylaBanner.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
.themeAkt {
	background-image: url(../Images/Webb_rubb_aktuellt.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
.themeFjr {
	background-image: url(../Images/Webb_rubb_fjarrvarme.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
.themeKon {
	background-image: url(../Images/Webb_rubb_kontakt.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
.themeKun {
	background-image: url(../Images/Webb_rubb_kundtjanst.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
.themeKyl {
	background-image: url(../Images/Webb_rubb_kyla.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
.themeMil {
	background-image: url(../Images/Webb_rubb_miljo.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
.themeOmo {
	background-image: url(../Images/Webb_rubb_omoss.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}

/* Added 2009-09 */
.themeMina {
	background-image: url(../Images/Webb_rubb_minasidor.gif);
	background-position:right;
	height:48px;
	color:#ffffff;
	font-size:2.6em;
	line-height: 1.2em;
	font-weight:bold;
	padding-left:12px;
}
/* /Added 2009-09 */

/* NEWS ------------------------------------------------------------------------------------*/

.newsHeading {	text-transform:uppercase; font-weight:bold;}

.teaserArticle A:visited {color:#606060; text-transform:uppercase; font-weight:bold; text-decoration: none;}
.teaserArticle A:active {color:#606060; text-transform:uppercase; font-weight:bold; text-decoration: none;}
.teaserArticle A:hover {color:#000000; text-transform:uppercase; font-weight:bold; text-decoration: underline;}

DIV#mainContentSubpage div.newsListTeaser A  {color:#606060; text-decoration:none;}
DIV#mainContentSubpage div.newsListTeaser A:link  {color:#606060; text-decoration:none;}
DIV#mainContentSubpage div.newsListTeaser A:visited  {color:#606060; text-decoration:none;}
DIV#mainContentSubpage div.newsListTeaser A:active  {color:#606060; text-decoration:none;}
DIV#mainContentSubpage div.newsListTeaser A:hover  {color:#000000; text-decoration:underline;}

.newsListTeaser
{
	width: 386px;
	float: left;
	padding: 15px 0 15px 0;
}
.newsListImage
{
	float: left;
	width: 260px;
	padding: 15px 0 5px 0;
}

/*		------------------------------------------------------------------------------------*/

.indentedHeading 
{
	margin-bottom: 15px;
}

.indentedContent {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.leftCol 
{
	clear: left;
	float: left;
	width: 45%;
}

.rightCol {
	float: left;
	width: 45%;
	margin-left: 30px;
}

.rightMargin {
	margin-right: 25px;
}

.borderBottom {
	border-bottom: 1px solid #d8d8d8;
}

.borderBottomExt
{
	display: none;
}

/* Expanderbara rutor ------------------------------------------------ */
.faqTitleExpanded {
	background-image: url(../Images/smallArrowExpanded.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 1.4em;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	cursor: pointer;
}
.faqTitleCollapsed {
	background-image: url(../Images/smallArrowCollapsed.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 1.4em;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	cursor: pointer;
}
.faqAnswerExpanded {
	padding-left: 0;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.faqAnswerCollapsed {
	padding-left: 0;
	font-weight: normal;
	line-height: 1.4em;
	display: none;
	height: 0;
}
.faqAnswerCollapsedNarrow {
	padding-left: 0;
	font-weight: normal;
	line-height: 1.4em;
	display: none;
	height: 0;
}

/* Search ------------------------------------------------ */

.selectedPhrase
{
 	background: Yellow;
}

#searchMainContent ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;	
}

#searchMainContent li
{
	margin: 0;	
}

#searchColRight h2, #searchColRight h3
{
	padding: 0px;
}
/* downtime article ------------------------------------------------ */
SPAN.tblDownTime TR:first-child
{		
	width:25% !important;
}
SPAN.tblDownTime TD
{	
	border:none !important;
}

/* Items ------------------------------------------------ */

#sidebar1 .leftCol, #mainContentSubpageRight .leftCol
{
	float:none;
	padding:3px 3px 0 12px;
	width: 100%;
}

#sidebar1 .rightCol, #mainContentSubpageRight .rightCol
{
	float: none;
	clear: left;
	margin-left: 0;
	margin-bottom:12px;
	padding: 0 3px 3px 12px;
	width: 100%;
}

#sidebar1 .fltlft, #mainContentSubpageRight .fltlft
{
	float: none;
	margin-right: 8px;
}

#sidebar1 .imgItem, #mainContentSubpageRight .imgItem
{
	padding: 0 15px 10px 12px;
	float: none;
	clear: left;
}

#sidebar1 .imgContainer, #mainContentSubpageRight .imgContainer
{
	padding-top: 15px;
	float: none;
}

#sidebar1 .borderBottom, #mainContentSubpageRight .borderBottom
{
	padding-left: 12px;
	border-bottom: 0px;
}

#sidebar1 .borderBottom strong span, #mainContentSubpageRight .borderBottom strong span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}

#sidebar1 .borderBottomExt, #mainContentSubpageRight .borderBottomExt
{
	padding-left: 12px;
	padding-bottom: 15px;
	border-bottom: 0px;
	display: block;
}

#sidebar1 .borderBottomExt strong span, #mainContentSubpageRight .borderBottomExt strong span
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}

.fileItem 
{
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}

.fileCategorySpacing
{
	margin-bottom: 15px;
}

#sidebar1 .fileCategorySpacing. #mainContentSubpageRight .fileCategorySpacing
{ 
	margin-bottom: 0;
}

.spanDiv
{
	width: 100%;
}

/* SITEMAP ------------------------------------------------------------------------------------*/

#siteMap
{
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	padding: 2em 0 0 2em;
}

#siteMap ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#siteMap li
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#siteMap li ul
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#siteMap li a
{
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

html>body #siteMap li a { width: auto; }

#siteMap li a:hover
{
	color: #990000;
}

#siteMap li ul li
{
	margin: 0;
	padding: .2em 0 0 1em;
}

#siteMap li li
{
	border-bottom: 0;
	margin: 0;
	padding: 0;
	margin-left: 1em;
	font-size: 0.9em;
}

#siteMap li li a
{
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	color: #343434;
	text-decoration: none;
}

/* PAGELIST ------------------------------------------------------------------------------------*/

#pageList p, #searchMainContent p
{
	padding: 0 0 1em 0;
}

.newsHeading a
{
	color: #606060;
}

/* MINA SIDOR (Added 2009-09) ------------------------------------------------------------------------------------*/


/* --- Table containers */
.tableBox {
	border: solid 1px #f7f7f7;
	padding: 3px 3px 3px 3px;
	margin: 16px 0 0 0;
}
.tableBoxInner { 
	padding: 0; 
	background-color: #efefef;
}
.tableBoxSubLink { 
	font-size: 1em;
	padding: 8px 4px 16px 4px;
	text-align: right;
}
.tableBoxSubLink a {
	padding: 0 10px 0 0;
	background-image: url(../Images/link-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.tableBoxFilter {
	text-align: right;
	padding: 4px;
	font-size: .9em;
	background-color: #bcbcbc;
	color: #333333;
}
.tableBox table { width: 100%; }
.tableBox th {
	min-height: 30px;
	padding: 8px 7px 8px 7px;
	border-bottom: solid 1px #e9e9e9;
	border-right: solid 1px #eaeaea;
	background-image: url(../Images/tableheader-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #f2f2f2; 
} 
.tableBox td {
	padding: 8px 7px 8px 7px;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
} 
.tableBox tr.alt { background-color: #f8f8f8; }
.tableBox tr:hover td { background-color: #e8f6f7; }
.linkRight { 
	text-align: right; 
	font-size: .9em;
}
span.alert-msg {
	display: block;
	font-size: .9em;
	padding: 6px 0 0 0;
	color: #515151;
}


/* --- Form containers */
.formBox {
	border: solid 1px #f7f7f7;
	padding: 3px 3px 3px 3px;
	margin: 16px 0 0 0;
}
.formBoxInner { padding: 10px 10px 16px 10px; }
.formBoxButtons { 
	margin: 0 0 0 0; 
	padding: 4px 10px 4px 10px;
	text-align: right;
}
.formBoxSubLink { 
	font-size: 1em;
	padding: 5px 0 16px 4px;
}
.formBoxInnerLink {
	padding: 10px 0 3px 0;
	font-size: .9em;
}
/* - Form colors */
/* Default */
.formBoxInner { background-color: #efefef; }
.formBoxButtons { background-color: #e3e3e3; }
/* Clear */
.formBox.formBoxClear { border: none; padding: 0; }
.formBoxClear .formBoxInner { background-color: transparent; padding: 0 0 16px 0;  }
.formBoxClear .formBoxButtons { background-color: transparent; padding: 0;  }
/* Yellow */
.formBoxYellow .formBoxInner { background-color: #ffd531; }
.formBoxYellow .formBoxButtons { background-color: #f2c92f; }

/* --- Box column splitters */
.boxSplit {
	padding: 0;
	margin: 0;
}
.boxSplit .section { 
	width: 48%;
	float: left;
	padding: 0;
	margin: 0;
}
.boxSplit .section.last { 
	padding: 0 0 0 0;
	float: right;
}
/* --- Infobox */
.infobox {
	background-color: #ffffff;
	background-image: url(../Images/infobox-bg_yellow.gif);
	background-position: right top;
	background-repeat: repeat-y;
	position: relative;
	top: -3px;
	right: -3px;
}
#mainContent .infoboxContent p, #mainContentSubpage .infoboxContent p {
	width: auto;
	font-size: .9em;
	color: #01628f;
	padding: 0 0 .6em 0;
	margin: 0;
}
.infoboxContent {
	padding: 24px 30px 4px 12px;
	background-image: url(../Images/infobox-top_yellow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 125px;
}
.infoboxEnd {
	background-image: url(../Images/infobox-bottom_yellow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 9px;
	font-size: 0px;
	line-height: 0px;
}
/* - Infobox colors */
/* Default */
/* Yellow */
.formBoxYellow .infobox { background-image: url(../Images/infobox-bg_yellow.gif); }
.formBoxYellow .infoboxContent { background-image: url(../Images/infobox-top_yellow.gif); }
.formBoxYellow .infoboxEnd { background-image: url(../Images/infobox-bottom_yellow.gif); }

/* --- Specific forms */
/* - Login */
.loginBoxSize { width: 67%; }
.getPasswordLink {
	padding: 18px 0 0 3px;
	font-size: .9em;
}
.getPasswordBox {
	background-color: #ffeead;
	padding: 8px;
	position: relative;
}
.getPasswordBox p { font-size: .9em; }
.loginDisabled .section, .loginDisabled .formBoxButtons input  {
	filter:alpha(opacity=20);
  	opacity:0.2;
}
.closeBox {
	position: absolute;
	top: 7px;
	right: 8px;
	font-size: .9em;
}
/* - Login */
.newLoginBoxSize { width: 31%; }
/* - Meter settings */
.meterBox .section { width: 70%; }
.meterBox .section.last { width: 30%; }
.meterBox .infoboxContent { min-height: 80px; }
/* - Show usage */
.tableBoxFilter.grapFilter { 
	text-align: left; 
	padding: 6px 6px 6px 6px;
}
.tableBoxFilter .last {
	margin: 0 0 0 5px;
	padding: 0 0 0 8px;
	border-left: solid 1px #efefef;
}
div#mainContentSubpage .tableBoxFilter a.active { font-weight: bold; color: #000000; text-decoration: none; }

div#mainContentSubpage .viewSwapper { height: 20px; overflow: hidden; }
div#mainContentSubpage .viewSwapper a { 
	display: block; 
	float: left; 
	width: 103px; 
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 3px 0 0;
	background-image: url(../Images/showAs-bg-off.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#mainContentSubpage .viewSwapper a.on {
	background-image: url(../Images/showAs-bg-on.gif);
	font-weight: bold;
}
div#mainContentSubpage .viewSwapper a.on:link, div#mainContentSubpage .viewSwapper a.on:active, div#mainContentSubpage .viewSwapper a.visited {
	color: #ffffff;
	text-decoration: none;
}
div#mainContentSubpage .viewSwapper a.on:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* --- Tab area */
/* Container and tabs */
.tabArea {
	padding: 0;
	margin: 12px 0 0 0;
	background-image: url(../Images/tabarea-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.tabAreaTabs { height: 39px; }
.tabAreaTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 39px;
	-moz-padding-start: 0;
}
.tabAreaTabs ul li {
	float: left;
	height: 39px;
	background-image: url(../Images/tabarea-inactive-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 2px;
}
.tabAreaTabs ul li.active {
	background-image: url(../Images/tabarea-active-left.gif);
}
.tabAreaTabs ul li.first {
	background-image: url(../Images/tabarea-inactive-left-first.gif);
	padding: 0 0 0 8px;
}
.tabAreaTabs ul li.first.active {
	background-image: url(../Images/tabarea-active-left-first.gif);
}
.tabAreaTabs ul li a {
	display: block;
	line-height: 40px;
	height: 39px;
	background-image: url(../Images/tabarea-inactive-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 20px 0 12px;
}
.tabAreaTabs ul li.active a {
	background-image: url(../Images/tabarea-active-right.gif);
	font-weight: bold;
}
div#mainContentSubpage .tabAreaTabs li a:link, div#mainContentSubpage .tabAreaTabs li a:active, div#mainContentSubpage .tabAreaTabs li a:visited {
	color: #ececec;
	text-decoration: none;
}
div#mainContentSubpage .tabAreaTabs li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div#mainContentSubpage .tabAreaTabs li.active a:link, div#mainContentSubpage .tabAreaTabs li.active a:active, div#mainContentSubpage .tabAreaTabs li.active a:visited {
	color: #000000;
	text-decoration: none;
}
div#mainContentSubpage .tabAreaTabs li.active a:hover {
	color: #000000;
	text-decoration: underline;
}
.tabAreaContent {
	margin: 10px 16px 0 19px;
	min-height: 380px;
}
.tabAreaEnd {
	background-image: url(../Images/tabarea-end-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
}

/* --- Sections and elements */
/* - Page head */
.pageHeadArea { position: relative; }
/* - Tab area */
.tabAreaContent .section {
	min-height: 115px;
	position: relative;
	margin: 9px 0 9px 0;
}
.tabAreaContent .iconbox {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.tabAreaContent .iconbox span {
	display: block;
	margin: 8px 0 0 0;
	padding: 0 12px 0 0;
	background-image: url(../Images/link-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: .9em;
}
.iconboxes {
	padding: 16px 0 0 0;
	height: 110px;
	overflow: hidden;
}
.iconboxes .iconbox { 
	width: 198px;
	text-align: right;
	float: left;
	margin: 0 26px 0 0;
} 
.iconboxes .iconbox span {
	display: block;
	margin: 8px 0 0 0;
	padding: 0 12px 0 0;
	background-image: url(../Images/link-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* - Confirmation box */
.confirmationBox {
	padding: 10px 12px 12px 12px;
	background-color: #333333;
	position: relative;
	margin-bottom: 10px;
	
}
.loginBoxSize .confirmationBox, .meterBox .confirmationBox {
	margin-bottom: 0;		
}
.confirmationBox b {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 26px;
	background-image: url(../Images/confirm.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 34px;
	color: #ffffff;
}
div#mainContentSubpage .confirmationBox a.closeBox {
	top: 5px;
	right: 9px;
}
div#mainContentSubpage .confirmationBox a.closeBox:link, div#mainContentSubpage .confirmationBox a.closeBox:active, div#mainContentSubpage .confirmationBox a.closeBox:visited { color: #ffffff; }
div#mainContentSubpage .confirmationBox a.closeBox:hover { color: #990000; }
/* - Paging */
.paging a {
	background-image: none;
	padding: 0;
	margin: 0;
}
.paging .pagingNext {
	padding: 0 10px 0 0;
	background-image: url(../Images/link-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.paging .pagingPrev {
	padding: 0 0 0 10px;
	background-image: url(../Images/link-arrow-back.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.paging .pagingNumeric {
	padding: 0 0 0 10px;
}
/* - datepicker */
a.datepicker {
	line-height: 19px;
	height: 19px;
	width: 19px;
	position: relative;
	top: 5px;
}
.floatElement a.datepicker { 
	float: right; 
	margin: 1px 0 0 0;
	padding: 0;
	position: relative;
	top: 0;
}

/* --- Dividers */
.blank { height: 16px; }
.tabAreaContent hr, .formBox hr {
	margin: 0; 
	padding: 0; 
	height: 1px; 
	color: #ffffff; 
	line-height: 0;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ececec;
	border-left: solid 1px #ffffff;
}
.formBox hr { margin: 13px 0 0 0; }
.tabAreaContent .formBox hr{ margin: 13px 0 9px 0; }

/*--- Login info and logout */
.loginInfo { 
	position: relative;
	top: -22px;
	color: #676767;
	text-align: right;
}
.loginInfo a {
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	border-left: solid 1px #e2e2e2; 
}

/* --- Contract info */
.contractInfo {
	position: absolute;
	top: 14px;
	right: 0;
}
.contractInfoCaption {
	display: block;
	float: left;
	color: #666666;
	padding: 7px 6px 0 0;
}
span.contractInfoId {
	display: block;
	float: left;
	font-size: 1.7em;
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	padding: 0 8px 0 0;
}
a.contractInfoId {
	display: block;
	float: left;
	font-size: 1.7em;
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	padding: 0 32px 0 8px;
	margin: 0 8px 0 0;
	border: solid 1px #eaeaea;
	background-image: url(../Images/contract-unfold.gif);
	background-position: right;
	background-repeat: no-repeat;
}
a.contractInfoId span {
	position: absolute;
	left: -9999px;
}
.getContractControl a.contractInfoId {
	display: block;
	float: left;
	font-size: .9em;
	line-height: 29px;
	width: 25px;
	height: 29px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-image: url(../Images/contract-unfold.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-top: solid 1px #eaeaea;
	border-left: none;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}
a.contractInfoId.unfolded { background-image: url(../Images/contract-fold.gif); }
div#mainContentSubpage a.contractInfoId:link, div#mainContentSubpage a.contractInfoId:active, div#mainContentSubpage a.contractInfoId:visited {
	color: #000000;
	text-decoration: none;
}
div#mainContentSubpage a.contractInfoId:hover {
	color: #000000;
	text-decoration: underline;
}

.getContractControl { height: 70px; overflow: hidden; margin-top: 12px; }
.getContractControl label { padding-bottom: 8px; display: block; }
.getContractControl div { float:left; height: 29px; }
.getContractControl a { display: block; height: 29px; }
.getContractInput {
	background-image: url(../Images/contract-unfold.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-top: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}
.getContractInput input {
	font-size: 1.7em;
	line-height: 20px;
	height: 29px;
	width: 100px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 2px 6px 0 6px;
	border: none;
	background-color: transparent;
}
.getContractFoldobj a {
	height: 29px;
	width: 25px;
	/*background-image: url(../Images/contract-unfold.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-top: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;*/
}
.getContractFoldobj a span {
	position: absolute;
	left: -9999px;
}
.getContractButton {
	padding-left: 6px;
}
.getContractButton input {
	font-size: 1.6em;
	font-weight: bold;
}
/* - Contract box */
.contractBox {
	position: absolute;
	top: 95px;
	left: 303px;
	z-index: 9;
	width: 380px;
	/*height: 250px;*/
	padding: 0;
	border: solid 1px #d6d6d6;
	background-image: url(../Images/contract-drop-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ededed;
	-moz-box-shadow: #676767 1px 2px 4px;
	-webkit-box-shadow: #676767 1px 2px 4px;
}
#contractBoxTableContainer { /*height: 216px;*/ }
.contractBox table {
	width: 360px;
	margin: 8px 0 0 10px;
	padding: 0;
	text-align: left;
}
.contractBox th, .contractBox td {
	padding: 4px 6px 4px 6px;
	text-align: left;
}
.contractBox td {
	border-bottom: solid 1px #ededed;
	background-color: #ffffff;
}
.contractBox tr:hover td {
	background-color: #000000;
	cursor: pointer;
	color: #ffffff;
}
.contractBox td a:link, .contractBox td a:active, .contractBox td a:visited { color: #000000; text-decoration: underline; }
.contractBox td a:hover { color: #000000; text-decoration: underline; }
.contractBoxSubLink {
	text-align: right;
	padding: 0 0 0 0;
	margin: 6px 0 6px 0;
	width: 370px;
}
.contractBoxSubLink a:link, .contractBoxSubLink a:active, .contractBoxSubLink a:visited { color: #9a0000; text-decoration: underline; }
.contractBoxSubLink a:hover { color: #000000; text-decoration: underline; }


/* --- Feedback box */
.feedbackBox {
	background-color: #f6f6f6;
	margin: 0 0 0 0;
	font-size: .9em;
}
.feedbackBox {
	margin: 50px 0 0 0;
	padding: 8px;
}
.tabArea .feedbackBox {
	margin: 50px 4px 0 6px;
}
.feedbackBox textarea {
	height: 40px;
	width: 99%;
	margin: 6px 0 6px 0;
}
.feedbackBoxButtons {
	text-align: right;
}
div#mainContentSubpage .feedbackBox h4 { 
	padding: 0;
	color: #009da7; 
}

/* --- Support log */
.supportLogBox {
	background-color: #f6f6f6;
	margin: 0 0 0 0;
	font-size: .9em;
}
.supportLogBox {
	margin: 50px 0 0 0;
	padding: 8px;
}
.tabArea .supportLogBox {
	margin: 50px 4px 0 6px;
}
.supportLogBoxButtons {
	text-align: right;
}
div#mainContentSubpage .supportLogBox h4 { 
	padding: 0;
	color: #009da7; 
}

/* --- Typography */
div#mainContentSubpage .tabAreaContent h2 { 
	padding: 0;
	color: #333333; 
}
div#mainContentSubpage .tabAreaContent h3 { 
	padding: 0;
	color: #333333; 
}
div#mainContentSubpage .tabAreaContent h4 { 
	padding: 0;
	color: #f37243; 
}
div#mainContentSubpage .tabAreaContent h4 a:link, div#mainContentSubpage .tabAreaContent h4 a:active, div#mainContentSubpage .tabAreaContent h4 a:visited {
	color: #f37243;
	text-decoration: none;
}
div#mainContentSubpage .tabAreaContent h4 a:hover {
	color: #f37243;
	text-decoration: underline;
}
b.formSubheader {
	padding: 8px 0 6px 0;
	display: block;
	color: #676767;
}
sup { 
	margin: 0;
	padding: 0;
	line-height: 0; 
}
.alert-1 { color: #258f00; }
.alert-2 { color: #d2232a; }
.alert-3 { color: #00618f; }
.alert-4 { color: #f37243; }

p.paymentType {
	position: relative;
	height: 20px;
}
p.paymentType a {
	position: absolute;
	right: 2px;
}



/* --- Form elements */
fieldset { 
	border: none; 
	padding: 0;
}
legend { 
	font-weight: bold; 
	padding: 0 0 4px 0;
	color: #000000;
}

fieldset fieldset { 
	margin: 6px 0 0 0;
	padding: 0 0 4px 0;
	border: solid 1px #e3e3e3;
}
fieldset fieldset legend {
	font-weight: normal; 
	padding: 4px 0 4px 0;
	color: #000000;
}
fieldset fieldset .subLegend {
	font-size: .9em;
	padding: 2px 8px 4px 8px;
	font-weight: bold;
}
.formBox label, .feedbackBox label {
	display: block; 
	padding: 8px 0 3px 0;
}
label.inline { display: inline; padding: 0 3px 0 0; }
input { margin: 0 3px 0 0; }
.formBoxButtons input { margin: 0 0 0 0; }
span.required {
	margin: 0 2px 0 0;
	font-weight: bold;
	color: #c00a3d;
}
.floatElement {
	float: left;
	padding-right: 16px;
}

.checkboxes {
	padding: 11px 0 0 0;
}
fieldset fieldset .checkboxes { padding: 6px 8px 6px 8px; }
.checkboxes div { float: left; width: 145px; padding: 0 0 5px 0; }
.checkboxes label {
	position: relative;
	top: -1px;
	margin: 0 0 0 3px;
}
.formBoxError { 
	background-color: #ffeead;
	margin: 0 0 16px 0;
	padding: 6px;
	border: solid 2px #c2093d; 
}
div#mainContentSubpage .formBoxError p {
	margin: 0;
	padding: 0 0 5px 0;
}
div#mainContentSubpage .formBoxError ul {
	margin: 0 0 0 18px;
	padding: 0;
}
div#mainContentSubpage .formBoxError ul li {
	padding: 0 0 5px 0;
}
.frmError { border: solid 2px #c2093d; }
.getPasswordBoxError {
	padding: 8px;
	background-color: #ffeead;
}
.getPasswordBoxError .formBoxError {
	margin: 0;
}


/* Input sizes */
.inputSize-full { width: 99%; }
.inputSize-1 { width: 180px; }
.inputSize-2 { width: 280px; }
.inputSize-3 { width: 340px; }
.inputSize-4 { width: 130px; }
.inputSize-5 { width: 285px; }
.inputSize-6 { width: 80px; }
.inputSize-7 { width: 100px; }

/* select sizes */
.selectSize-1 { width: 138px; }
.selectSize-2 { width: 128px; }

/* textarea sizes */
.textareaSize-full { width: 99%; }

/* fieldset sizes */
.fieldsetSize-1 { width: 470px; }

/* --- Graph help */
div.grapFilter { 
	position: relative; 
	height: 18px;
	padding: 6px 6px 6px 6px;
}
div.graphHelp {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
a.graphHelpTrigger {
	display: block;
	float: right;
	width: 28px;
	height: 30px;
	background-image: url(../Images/help-off.gif);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 99;
}
a.graphHelpTrigger img { width: 28px; height: 30px;}
a.graphHelpTrigger:focus { -moz-outline-style: none; }
a.graphHelpTrigger.on {
	background-image: url(../Images/help-on.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.graphHelpContent {
	width: 250px;
	margin: 16px 15px 0 0;
	margin: 0;
	background-color: #ffffff;
	z-index: 8;
	font-size: 90%;
	font-size: .9em;
	color: #01628f;
	padding: .6em;
	border-left: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
	background-image: url(../Images/help-box-corner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	top: 16px;
	right: 15px;
}
div#mainContentSubpage .graphHelpContent h4 {
	margin: 0 0 0 .5em;
	color: #01628f; 
}
div#mainContentSubpage .graphHelpContent p {
	margin: 0 0 1.1em .5em;
	color: #01628f; 
}

.p_login 
{
	float: right;
	margin-right: 10px;
	color:#606060;
}
#footer A.p_login {color:#CCCCCC; text-decoration:none;}
#footer A.p_login:link {color:#CCCCCC; text-decoration:none;}
#footer A.p_login:visited {color:#CCCCCC; text-decoration:none;}
#footer A.p_login:active {color:#CCCCCC; text-decoration:none;}
#footer A.p_login:hover {color:#CCCCCC; text-decoration:none;}

/* PRINTERFRIENDLY ------------------------------------------------------------------------------------*/

#printerFriendlyLinkContainer
{
	padding-bottom: .5em;
}

#printerFriendlyContainer
{
	padding-bottom: .5em;
}

.nowrap
{
	white-space: nowrap;
	
}