@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;
}
.floatRight
{
	float: right;
}
.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;
	text-align: left;
} 
.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; }
*/
.tableBox {
	background-color: #292929;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	margin: 16px 0 0 0;
	padding: 3px 0 0 0;
}
.tableBoxInner { 
	padding: 0; 
	background-color: #ffffff;
}
.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;
}
.tableBox table { width: 100%; }
.tableBox th {
	min-height: 30px;
	padding: 8px 7px 8px 7px;
	border-bottom: solid 1px #292929;
	border-right: solid 1px #434343;
	background-image: url(../Images/table-header.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #292929;
	text-align: left;
	color: #ffffff;
} 
.tableBox td {
	padding: 8px 7px 8px 7px;
	border-bottom: solid 1px #e7d9e0;
	border-right: solid 1px #e1d4db;
} 
.tableBox tr { background-color: #eee0e7; }
.tableBox tr.alt { background-color: #ebdbe4; }
.tableBox tr:hover td { background-color: #f8f2f6; }
div#mainContentSubpage .tableBox table a:link, 
div#mainContentSubpage .tableBox table a:active, 
div#mainContentSubpage .tableBox table a:visited, 
div#mainContentSubpage .tableBox table a:hover { color: #000000; }


.linkRight { 
	text-align: right; 
	font-size: .9em;
}
span.alert-msg {
	display: block;
	font-size: .9em;
	padding: 6px 0 0 0;
	color: #515151;
}

/* ----- Graph table */
.tableBox.tableBoxGraph {
	background-color: #292929;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 16px 0 0 0;
	padding: 0 0 0 0;
}


/* --- 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;
}
*/

.formBox {
	margin: 16px 0 0 0;
}
.formBoxInner { 
	padding: 10px 10px 16px 10px; 
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.formBoxButtons { 
	margin: 0 0 0 0; 
	padding: 10px 10px 10px 10px;
	moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	text-align: left;
}
.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; }
*/
.formBox, .formBox legend, .formBox label, .formBox .required { color: #ffffff;}
.formBox a { color: #ffffff !important;}
.formBoxInner { background-color: #db4f55; }
.formBoxButtons { background-color: #d2232a; }
/* 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, .formBoxYellow legend, .formBoxYellow label, .formBoxYellow .required { color: #000000;}
.formBoxYellow a { color: #000000 !important;}
.formBoxYellow .formBoxInner { background-color: #ffd531; }
.formBoxYellow .formBoxButtons { background-color: #f2c92f; }
/* Purple */
.formBoxPurple, .formBoxPurple legend, .formBoxPurple label, .formBoxPurple .required { color: #ffffff;}
.formBoxPurple a { color: #ffffff !important;}
.formBoxPurple .formBoxInner { background-color: #8e3365;}
.formBoxPurple .formBoxButtons { background-color: #72003e; }

/* --- 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 */
/* - xForms */
.xForm table td { padding: 6px 0 4px 0;}
/* - 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;*/
	padding: 6px 0 6px 0;
}
.tableBoxFilter .last {
	margin: 0 0 0 5px;
	padding: 0 0 0 8px;
	border-left: solid 1px #dddddd;
}
div#mainContentSubpage .tableBoxFilter a.active { font-weight: bold; color: #000000; text-decoration: none; }

/*div#mainContentSubpage .viewSwapper { height: 20px; overflow: hidden; }*/
div#mainContentSubpage .viewSwapper { float: right; position: relative; top: -1px; }
div#mainContentSubpage .viewSwapper a { 
	display: block; 
	float: left;  
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 3px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-right: 8px;
	/*background-image: url(../Images/showAs-bg-off.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;*/
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
div#mainContentSubpage .viewSwapper a:hover { text-decoration: underline; }  
div#mainContentSubpage .viewSwapper a.on {
	/* background-image: url(../Images/showAs-bg-on.gif); */
	background-color: #e5e5e5;
	font-weight: bold;
}
div#mainContentSubpage .viewSwapper a.on:link, div#mainContentSubpage .viewSwapper a.on:active, div#mainContentSubpage .viewSwapper a.visited {
	/*color: #ffffff;*/
	color: #000000;
	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 16px 0 8px;
}
.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 .section.top-section {
	min-height: 45px;
	position: relative;
	margin: 0 0 9px 0;
}
.tabAreaContent .section p { width: 500px;}
.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; padding: 0; height: 1px; background-color: #ececec; }
.tabAreaContent .formBox hr{ margin: 13px 0 9px 0; padding: 0; height: 1px; background-color: #ececec; }

/*--- 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; 
}

/* --- Drop down */
.drop { 
	min-width: 120px; 
	position: relative;
}
.dropTrigger {
	display: block;
	height: 29px;
	margin: 0 0 0 0;
	border: solid 1px #eaeaea;
	background-image: url(../Images/drop.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.dropTrigger a {
	display: block;
	font-size: 1em;
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	padding: 0 32px 0 8px;
	background-image: url(../Images/drop-unfold.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.dropTrigger a.on { background-image: url(../Images/drop-fold.gif); }
div#mainContentSubpage .dropTrigger a:link, div#mainContentSubpage .dropTrigger a:active, div#mainContentSubpage .dropTrigger a:visited {
	color: #000000;
	text-decoration: none;
}
div#mainContentSubpage .dropTrigger a:hover {
	color: #000000;
	text-decoration: underline;
}
.dropContent {
	position: absolute;
	display: block;
	padding: 8px 8px 8px 8px;
	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;
	font-size: 0.9em;
	z-index: 99;
}
.dropContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.dropContent li {
	padding: 2px 4px 2px 4px;
	margin: 0 0 1px 0;
	background-color: #ffffff;
}
.dropContent li input { position: relative; top: 1px; }
.dropContent li label { position: relative; top: -1px; }
.dropContent .btn {
	margin-top: 6px;
	display: block;
	padding: 2px 3px 2px 3px;
	width: 100%;
}

/* --- 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: 1em;
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	padding: 0 8px 0 0;
}
a.contractInfoId {
	display: block;
	float: left;
	font-size: 1em;
	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: 100;
	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 { 
	padding: 0;
	color: #333333;
}
div#mainContentSubpage .tabAreaContent h4 a:link, div#mainContentSubpage .tabAreaContent h4 a:active, div#mainContentSubpage .tabAreaContent h4 a:visited {
	/*
	color: #f37243;
	text-decoration: none;
	*/
	color: #363636;
	text-decoration: underline;
}
div#mainContentSubpage .tabAreaContent h4 a:hover {
	/*
	color: #f37243;
	*/
	color: #990000;
	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;*/
	padding: 0;
}
fieldset fieldset legend {
	font-weight: normal; 
	padding: 4px 0 4px 0;
	color: #000000;
}
fieldset fieldset .subLegend {
	font-size: .9em;
	/*padding: 2px 8px 4px 8px;*/
	padding: 2px 0 4px 0;
	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; */
	padding: 6px 0 6px 0; 
}
.checkboxes div { float: left; width: 145px; padding: 0 0 7px 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;
	color: #363636; 
}
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; }
fieldset.frmError { border: solid 2px #c2093d; padding: 8px; }
.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;
	margin-bottom: 6px;
}
div.showAsGraph {
	width: 648px;
	height: 350px;
	background-color: #ebebeb;
	position: relative;
}
/* --- Info bubble, graph info box */
div.bubble {
	width: 253px;
	font-size: 0.9em;
	color: #565656;
	position: absolute;
	z-index: 99;	
}
div.bubbleTop {
	height: 12px;
	background-image: url(../Images/bubble-top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

div.bubbleBottomRight,
div.bubbleBottom {
	min-height: 50px;
	padding: 0 14px 35px 14px;
	background-image: url(../Images/bubble-bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
div.bubbleBottomRight {
	background-image: url(../Images/bubble-bottom-right.png);
}
div.bubbleItems {
	padding: 6px 0 3px 0;
}
div.graphInfoBox {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	border: solid 1px #f8dedf;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffffff;
	width: 215px;
	font-size: 0.9em;
	color: #565656;
	padding: 8px 8px 8px 8px;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
div.graphInfoBoxHead {
	position: relative;
}
div.graphInfoBoxHead a {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -1px;
	background-image: url(../Images/icon-arrow-down.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}
div.graphInfoBoxHead a.on { background-image: url(../Images/icon-arrow-up.png); }
div.bubble b.heading {
	display: block;
	padding: 0 0 0 0;
	color: #dd6d72;
}
div.graphInfoBox b.heading {
	display: inline-block;
	padding: 0 0 0 0;
	color: #dd6d72;
}
div.graphInfoBoxContent {
	padding: 6px 0 0 0;
}
div.bubble span.item, div.graphInfoBox span.item {
	display: block;
	padding: 0 0 4px 0;
}
div.bubble span.color, div.graphInfoBox span.color {
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 12px;
	height: 12px;
	position: relative;
	top: 2px;
	margin: 0 4px 0 0;
}
div#mainContentSubpage div.graphInfoBox a {
	color: #565656;	
}
/* --- Graph and settings colors */
.color-0 { background-color: #a9cb7e; }
.color-1 { background-color: #fad855; }
.color-2 { background-color: #2e7ba0; }
.color-3 { background-color: #892e5f; }
.color-4 { background-color: #d64a4f; }
.color-5 { background-color: #2eabb3; }
.color-6 { background-color: #f08963; }
.color-7 { background-color: #f6cdbe; }
.color-8 { background-color: #99d8dc; }
.color-9 { background-color: #fac7b4; }

/* --- Graph settings */
.graphSettings {
	padding: 16px 0 0 0;
}
.graphSettingsControl {
	float: left;
	display: block;
	padding: 0 16px 0 0;
}
.graphSettingsControlName {
	display: block;
	height: 25px;
}
.graphSettingsControlItem {
	display: block;
}
.graphSettingsCheckbox {
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 30px;
	padding: 0 10px 0 10px;
	margin: 0 16px 0 0;
}
.graphSettingsCheckbox input {
	position: relative;
	top: 8px;
}
.graphSettingsCheckbox label {
	position: relative;
	top: 6px;
}
.graphSettingsStatistics
{
    height: 70px;
}
/*
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; 
}
*/

div.graphHelp {
	border: solid 1px #ededed;
	background-image: url(../Images/icon-help.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
	
}

.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;}

.rssicon{padding-left: 14px; background: url(../Images/Icons/feed.png) no-repeat 0px 5px transparent; display: inline; margin: 10px;}

h1 .rssicon {display: block; padding-left: 14px; background: url(../Images/Icons/feed.png) no-repeat scroll 0pt 50%; float: right; margin: 0px}

/* PRINTERFRIENDLY ------------------------------------------------------------------------------------*/

#printerFriendlyLinkContainer
{
	padding-bottom: .5em;
}

#printerFriendlyContainer
{
	padding-bottom: .5em;
}

.nowrap
{
	white-space: nowrap;
}

/* MINA SIDOR 2011 ------------------------------------------------------------------------------------*/

/* ----- Global */
.aural {
	position: absolute;
	font-size: 0;
	left: -1000px;
}

/* ----- Ikoner */
.icon {
	display: inline-block;
}
.icon.close {
	background-image: url('../Images/icon-close.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.icon.graph {
	
	background-image: url('../Images/icon-graph-on.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}
.icon.graph.on {
	background-image: url('../Images/icon-graph-off.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}
.icon.table {
	background-image: url('../Images/icon-table-on.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}
.icon.table.on 
{
    background-image: url('../Images/icon-table-off.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}
.icon.message {
	background-image: url('../Images/icon-message-small.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
.icon.download {
	background-image: url('../Images/icon-download.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 19px;
	height: 16px;
}
.tableBox .iconCell { 
	text-align: center;
	padding: 4px 4px 4px 4px; 
}
.btn .icon.download {
	width: auto;
	height: auto;
	padding-left: 22px;
	background-position: left;
}

/* ----- Typografi */
#mainContentSubpage h1.contractName {
	padding-top: 20px;
	font-size: 1.5em;
	width: 75%;
}

/* ----- Highlight */
/* Lite dummy-klasser som pehr får ändra sen */
.highlight
{
    color: #259307;
    border-bottom: dotted 1px #259307;
    cursor:pointer;
}

.termifier
{
    border: solid 1px #259307;
    background-color: #baf4aa;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 7px 9px 7px 8px;
    font-size: 1.1em;
    line-height: 135%;
    width: 250px;
    text-align: left;
    cursor:pointer;
    
}
/* ----- Message */
.winHeatMessageOuter
{
    background-color: Lightgrey;
}

.winHeatMessageItem
{
    background-color: Yellow;
    border-bottom:2px;
    border-bottom-color: lightgrey;
    border-bottom-style: solid;
}

/* --------------- Messages */
.messageArea {
	background: #fce4da;
	border: solid 2px #f29771;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 9px 9px 9px 8px;
}
.messageAreaHead {
	position: relative;
	background-image: url('../Images/icon-message.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 36px;
}
.messageAreaHead span {
	display: block;
	font-weight: bold; 
	font-size: 1.2em;
	padding-top: 6px;
}
.messageAreaHead a {
	position: absolute;
	right: 0;
	top: 6px;
	font-weight: bold;
}
div#mainContentSubpage .messageAreaHead a:link, 
div#mainContentSubpage .messageAreaHead a:active, 
div#mainContentSubpage .messageAreaHead a:visited, 
div#mainContentSubpage .messageAreaHead a:hover { color: #000000; }
div#mainContentSubpage .messageAreaMessages p { padding: 0; margin: 0;}
.messageAreaMessages {
	padding-top: 9px;
}
.messageAreaMessages ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.messageAreaMessages li {
	position: relative;
	background-color: #fdefe9;
	margin-bottom: 3px;
	padding: 10px;
}
.messageAreaMessages li span.date {
	display: block;
	color: #ec6831;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 0 4px 0;
}
.messageAreaMessages li span.contract {
	border-left: solid 1px #fcdcbf;
	font-weight: normal;
	padding: 0 0 0 4px;
	margin: 0 0 0 2px;
}
.messageAreaMessages li b.heading {
	display: block;
	padding: 0 0 4px 0;
}
.messageAreaMessages li span.message {
	display: block;
	padding: 0 0 4px 0;
}
.messageAreaMessages li .icon {
	position: absolute;
	right: 10px;
	top: 10px;
}
.messageItem .message { padding-bottom: 4px; }
.messageAreaLink {
	/*text-align: right;*/
	font-size: 0.9em;
	padding: 9px 0 4px 0;
}
.messageAnsweredInfo
{
    color: #baa8a1;
}

/* --------------- Buttons */
.top-section .btn {
	position: absolute;
	top: 8px;
	right: 0;
	width: 112px;
}
.btn-row {
	padding: 16px 0 0;
}
.btn-row .btn { width: 28%; }
.btn.mid { margin: 0 11px 0 11px; }
.btn.hasIcon { text-align: left; }
/* ---- Buttons */
.btn, .formBoxButtons input {
	padding: 7px 12px 7px 12px;
	font-weight: bold;
	font-size: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	border: solid 1px #494949;
	background: #6b6b6b; /* Old browsers */
	background: -moz-linear-gradient(top, #6b6b6b 0%, #4b4b4b 33%, #434343 45%, #3f3f3f 58%, #3f3f3f 73%, #434343 85%, #424242 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6b6b), color-stop(33%,#4b4b4b), color-stop(45%,#434343), color-stop(58%,#3f3f3f), color-stop(73%,#3f3f3f), color-stop(85%,#434343), color-stop(100%,#424242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6b6b6b 0%,#4b4b4b 33%,#434343 45%,#3f3f3f 58%,#3f3f3f 73%,#434343 85%,#424242 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6b6b6b 0%,#4b4b4b 33%,#434343 45%,#3f3f3f 58%,#3f3f3f 73%,#434343 85%,#424242 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6b6b6b 0%,#4b4b4b 33%,#434343 45%,#3f3f3f 58%,#3f3f3f 73%,#434343 85%,#424242 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6b6b6b 0%,#4b4b4b 33%,#434343 45%,#3f3f3f 58%,#3f3f3f 73%,#434343 85%,#424242 100%); /* W3C */
	color: #efeeee;	
}
.btn:hover, .formBoxButtons input:hover {
	border: solid 1px #494949;
	background: #5a5a5a; /* Old browsers */
	background: -moz-linear-gradient(top, #5a5a5a 0%, #6b6b6b 49%, #5a5a5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a5a5a), color-stop(49%,#6b6b6b), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5a5a5a 0%,#6b6b6b 49%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5a5a5a 0%,#6b6b6b 49%,#5a5a5a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #5a5a5a 0%,#6b6b6b 49%,#5a5a5a 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #5a5a5a 0%,#6b6b6b 49%,#5a5a5a 100%); /* W3C */
	color: #f5f4f4;
}
.btn:active, .formBoxButtons input:active {
	border: solid 1px #494949;	
	background: #424242; /* Old browsers */
	background: -moz-linear-gradient(top, #424242 0%, #434343 15%, #3f3f3f 27%, #3f3f3f 42%, #434343 55%, #4b4b4b 67%, #6b6b6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(15%,#434343), color-stop(27%,#3f3f3f), color-stop(42%,#3f3f3f), color-stop(55%,#434343), color-stop(67%,#4b4b4b), color-stop(100%,#6b6b6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #424242 0%,#434343 15%,#3f3f3f 27%,#3f3f3f 42%,#434343 55%,#4b4b4b 67%,#6b6b6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #424242 0%,#434343 15%,#3f3f3f 27%,#3f3f3f 42%,#434343 55%,#4b4b4b 67%,#6b6b6b 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #424242 0%,#434343 15%,#3f3f3f 27%,#3f3f3f 42%,#434343 55%,#4b4b4b 67%,#6b6b6b 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#6b6b6b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #424242 0%,#434343 15%,#3f3f3f 27%,#3f3f3f 42%,#434343 55%,#4b4b4b 67%,#6b6b6b 100%); /* W3C */
	color: #ffffff;	
}
.formBoxPurple .formBoxButtons input {
	border: solid 1px #e2e2e2;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #fbfbfb 20%, #ffffff 38%, #f7f7f7 56%, #ededed 74%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(20%,#fbfbfb), color-stop(38%,#ffffff), color-stop(56%,#f7f7f7), color-stop(74%,#ededed), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#fbfbfb 20%,#ffffff 38%,#f7f7f7 56%,#ededed 74%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#fbfbfb 20%,#ffffff 38%,#f7f7f7 56%,#ededed 74%,#e2e2e2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#fbfbfb 20%,#ffffff 38%,#f7f7f7 56%,#ededed 74%,#e2e2e2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fcfcfc 0%,#fbfbfb 20%,#ffffff 38%,#f7f7f7 56%,#ededed 74%,#e2e2e2 100%); /* W3C */
	color: #363636;
}
.formBoxPurple .formBoxButtons input:hover {
	border: solid 1px #e2e2e2;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f6f6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f6f6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f6f6 100%); /* W3C */
	color: #1b1b1b;
}
.formBoxPurple .formBoxButtons input:active {
	border: solid 1px #e2e2e2;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #ededed 26%, #f7f7f7 44%, #ffffff 62%, #fbfbfb 80%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(26%,#ededed), color-stop(44%,#f7f7f7), color-stop(62%,#ffffff), color-stop(80%,#fbfbfb), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#ededed 26%,#f7f7f7 44%,#ffffff 62%,#fbfbfb 80%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#ededed 26%,#f7f7f7 44%,#ffffff 62%,#fbfbfb 80%,#fcfcfc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#ededed 26%,#f7f7f7 44%,#ffffff 62%,#fbfbfb 80%,#fcfcfc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e2e2e2 0%,#ededed 26%,#f7f7f7 44%,#ffffff 62%,#fbfbfb 80%,#fcfcfc 100%); /* W3C */
	color: #000000;
}
.btn.large {
	padding: 7px 12px 7px 12px;
	font-size: 1.4em;
	font-weight: bold;
	display: inline-block;
}
.btn.blue {
	border: solid 1px #009ca8;
	background: #009ea9; /* Old browsers */
	background: -moz-linear-gradient(top, #009ea9 0%, #039da8 15%, #0096a1 27%, #008c96 52%, #017b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ea9), color-stop(15%,#039da8), color-stop(27%,#0096a1), color-stop(52%,#008c96), color-stop(100%,#017b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #009ea9 0%,#039da8 15%,#0096a1 27%,#008c96 52%,#017b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #009ea9 0%,#039da8 15%,#0096a1 27%,#008c96 52%,#017b84 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #009ea9 0%,#039da8 15%,#0096a1 27%,#008c96 52%,#017b84 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ea9', endColorstr='#017b84',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #009ea9 0%,#039da8 15%,#0096a1 27%,#008c96 52%,#017b84 100%); /* W3C */
}
.btn.blue:hover {
	border: solid 1px #009ca8;
	background: #009ea9; /* Old browsers */
	background: -moz-linear-gradient(top, #009ea9 0%, #00959f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ea9), color-stop(100%,#00959f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #009ea9 0%,#00959f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #009ea9 0%,#00959f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #009ea9 0%,#00959f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ea9', endColorstr='#00959f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #009ea9 0%,#00959f 100%); /* W3C */
}
.btn.blue:active {
	border: solid 1px #009ca8;
	background: #017b84; /* Old browsers */
	background: -moz-linear-gradient(top, #017b84 0%, #008c96 48%, #0096a1 73%, #039da8 85%, #009ea9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017b84), color-stop(48%,#008c96), color-stop(73%,#0096a1), color-stop(85%,#039da8), color-stop(100%,#009ea9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #017b84 0%,#008c96 48%,#0096a1 73%,#039da8 85%,#009ea9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #017b84 0%,#008c96 48%,#0096a1 73%,#039da8 85%,#009ea9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #017b84 0%,#008c96 48%,#0096a1 73%,#039da8 85%,#009ea9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017b84', endColorstr='#009ea9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #017b84 0%,#008c96 48%,#0096a1 73%,#039da8 85%,#009ea9 100%); /* W3C */
}
.btn.green {
	border: solid 1px #99c564;
	background: #9cc464; /* Old browsers */
	background: -moz-linear-gradient(top, #9cc464 0%, #9cc365 12%, #79984e 73%, #6e8a47 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc464), color-stop(12%,#9cc365), color-stop(73%,#79984e), color-stop(100%,#6e8a47)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9cc464 0%,#9cc365 12%,#79984e 73%,#6e8a47 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9cc464 0%,#9cc365 12%,#79984e 73%,#6e8a47 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9cc464 0%,#9cc365 12%,#79984e 73%,#6e8a47 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc464', endColorstr='#6e8a47',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9cc464 0%,#9cc365 12%,#79984e 73%,#6e8a47 100%); /* W3C */
}
.btn.green:hover {
	border: solid 1px #99c564;
	background: #9cc464; /* Old browsers */
	background: -moz-linear-gradient(top, #9cc464 0%, #93b95e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cc464), color-stop(100%,#93b95e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9cc464 0%,#93b95e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9cc464 0%,#93b95e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9cc464 0%,#93b95e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc464', endColorstr='#93b95e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9cc464 0%,#93b95e 100%); /* W3C */
}
.btn.green:active {
	border: solid 1px #99c564;
	background: #6e8a47; /* Old browsers */
	background: -moz-linear-gradient(top, #6e8a47 0%, #79984e 27%, #9cc365 88%, #9cc464 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e8a47), color-stop(27%,#79984e), color-stop(88%,#9cc365), color-stop(100%,#9cc464)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6e8a47 0%,#79984e 27%,#9cc365 88%,#9cc464 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6e8a47 0%,#79984e 27%,#9cc365 88%,#9cc464 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6e8a47 0%,#79984e 27%,#9cc365 88%,#9cc464 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e8a47', endColorstr='#9cc464',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6e8a47 0%,#79984e 27%,#9cc365 88%,#9cc464 100%); /* W3C */
}
.btn.orange {
	border: solid 1px #ec6831;
	background: #ec6831; /* Old browsers */
	background: -moz-linear-gradient(top, #ec6831 0%, #eb6932 12%, #ca592a 64%, #b85127 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec6831), color-stop(12%,#eb6932), color-stop(64%,#ca592a), color-stop(100%,#b85127)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec6831 0%,#eb6932 12%,#ca592a 64%,#b85127 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ec6831 0%,#eb6932 12%,#ca592a 64%,#b85127 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ec6831 0%,#eb6932 12%,#ca592a 64%,#b85127 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6831', endColorstr='#b85127',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ec6831 0%,#eb6932 12%,#ca592a 64%,#b85127 100%); /* W3C */
}
.btn.orange:hover {
	border: solid 1px #ec6831;
	background: #ec6831; /* Old browsers */
	background: -moz-linear-gradient(top, #ec6831 0%, #de622e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec6831), color-stop(100%,#de622e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ec6831 0%,#de622e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ec6831 0%,#de622e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ec6831 0%,#de622e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6831', endColorstr='#de622e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ec6831 0%,#de622e 100%); /* W3C */
}
.btn.orange:active {
	border: solid 1px #ec6831;
	background: #b85127; /* Old browsers */
	background: -moz-linear-gradient(top, #b85127 0%, #ca592a 36%, #eb6932 88%, #ec6831 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b85127), color-stop(36%,#ca592a), color-stop(88%,#eb6932), color-stop(100%,#ec6831)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b85127 0%,#ca592a 36%,#eb6932 88%,#ec6831 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b85127 0%,#ca592a 36%,#eb6932 88%,#ec6831 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b85127 0%,#ca592a 36%,#eb6932 88%,#ec6831 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b85127', endColorstr='#ec6831',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b85127 0%,#ca592a 36%,#eb6932 88%,#ec6831 100%); /* W3C */
}
div#mainContentSubpage a.btn { text-decoration: none; color: #ffffff; }
div#mainContentSubpage a.btn.orange, div#mainContentSubpage a.btn.green, div#mainContentSubpage a.btn.blue { text-decoration: none; color: #ffffff; }

.xFormValidationText
{
    color:Red;
}

.loaderArea 
{
    width: 648px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    background-image: url(../Images/loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#meterDropLink { width: 125px; overflow: hidden; }
#yearDropLink { width: 80px; overflow: hidden; }

.updateGraph .btn { position: relative; top: 23px; }
.exportExcel 
{
    text-align: right;
}

.dropDisabled { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }

.numberCell{text-align: right}

.labelDisabled
{
    color:Gray;
}
