
*
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

/*::::::::THIS CSS STYLES ARE TAKEN FROM WEBPAGES OUTSIDE LOGIN ::::::::: */

html, body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #6f6961;
}

img {
	border: 0px;
}

#placeholder-left
{
	display: block;
	float: left;
	clear: both;
	width: 200px;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 20px; /*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */ /*background-color: red;*/
}

#placeholder-content-top .tile-common
{
	margin-bottom: 120px;
}

/* -- Vertical -------------------------------------------------------------- */

.vertical-menu
{
	display: block;
	float: left;
	clear: both;
	background-color: #e9ebdf;
}

.vertical-menu .tile-top
{
	background-image: url(images/vertical-menu-top.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.vertical-menu .tile-bottom
{
	background-image: url(images/vertical-menu-btm.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.vertical-menu h3
{
	color: #063464;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 4px 0px 7px 0px;
	margin: 0px 10px 0px 10px;
}

.vertical-menu table
{
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}

a:link, a:visited
{
	color: #35b3e4;
	text-decoration: none;
}

a:hover
{
	color: #002e6b;
}

.vertical-menu ul li a
{
	height: 100%;
	color: #063464;
}

.vertical-menu ul li.active a
{
	color: #32b5e3;
}



.vertical-menu ul
{
	display: block;
	height: 100%;
	list-style-type: none;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

.vertical-menu li
{
	background-image: none;
	display: block;
	height: 100%;
	padding-left: 20px;
	margin-bottom: 10px;
}

.vertical-menu ul li
{
	color: #063464;
	height: 100%;
	padding-left: 0px;
}

.vertical-menu li.collapsed ul
{
	display: none;
}

.vertical-menu ul li a
{
	height: 100%;
	color: #063464;
	text-decoration: none;
}

.vertical-menu ul li ul li a
{
	color: #6f6961;
}
.vertical-menu ul li.active a
{
	color: #32b5e3;
}
.vertical-menu ul li.active ul li a
{
	color: #6f6961;
}

.vertical-menu ul li div
{
	display: block;
	float: left;
	cursor: pointer;
	height: 100%;
	width: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}





.small-articledisplay .tile-content
{
	float: left;
	clear: both;
	display: block;
}

.login-form .tile-content
{
	margin: 0px 5px 0px 5px;
	padding: 0px;
	padding-top: 10px;
	overflow: hidden;
}
.full-articledisplay .tile-content p
{
	clear: both;
}


#placeholder-bottom
{
	padding: 0;
	display: block;
	line-height: 1.5em;
	clear: both;
	height: 40px;
	width: 100%; /*FOLLOWING FOR DEBUGGING, REMOVE FROM PROD: */ /*background-color: orange;*/
	background: url(images/header_dottedline2.gif) repeat-x left top;
}

/* -- Contact information --------------------------------------------------- */
#placeholder-bottom .small-articledisplay-nolayout
{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	width: 1200px;
	clear: both;
}

#placeholder-bottom .small-articledisplay-nolayout p
{
	padding: 0;
	margin: 0;
}

#placeholder-bottom .small-articledisplay-nolayout p.contact-info
{
	float: left;
}

#placeholder-bottom .small-articledisplay-nolayout p.company-tag
{
	float: right;
	color: #35b3e4;
}

#placeholder-right
{
	display: block;
	float: right;
	width: 200px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.small-articledisplay .tile-content
{
	float: left;
	clear: both;
	display: block;
}

/* -- Placeholder content---------------------------------------------------- */
#placeholder-content .full-articledisplay {
	margin-bottom: 0px;
}

/* -- Styling for <pre> to accomodate picture subtitles ----------------------*/

.full-articledisplay pre {
	clear: both;
	color: #32B5E3;
	font-style: italic;
	font-family: georgia, tahoma, verdana;
	/*padding-left: 10px;*/
	white-space: normal;
}



/*::::::::END OF CSS STYLES TAKEN FROM WEBPAGES OUTSIDE LOGIN ::::::::: */

/* -- Wide banner ----------------------------------------------------------- */
.widetile .tile-content p
{
	margin: 0px;
}

.login-form .tile-content
{
	margin: 0px 5px 0px 5px;
	padding: 0px;
	padding-top: 10px;
	overflow: hidden;
}
.login-form .tile-top, .login-form .tile-bottom
{
	height: 3px;
	width: 200px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.login-form .tile-bottom
{
	background-image: url(images/login-bg-bottom.png);
}







hr.green
{
	border: 0;
	border-bottom: 1px dashed #4FBDE7;
	height: 1px;
	margin: 0px 0 0px 0;
}
hr.blue
{
	border: 0;
	border-bottom: 1px solid #4FBDE7;
	height: 2px;
}

/*Added for Comments Flyout Control*/
hr.black
{
	border: 0;
	border-bottom: 1px dashed #000000;
	height: 1px;
	margin: 5px 0 5px 0;
}

body
{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: arial;
	font-size: 12px;
}

/*body
{
	background-position: top;
	background-image: url(images/01.gif);
	background-repeat: repeat-x;
	background-color: #7eafd4;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 40px;
	font-family: arial;
	font-size: 12px;
}*/





div.floating_panel
{
	background-position: top;
	background-image: url(images/help_panel.png);
	background-repeat: repeat-x;
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 480px;
	height: 500px;
	overflow: auto;
	padding: 0 30px 30px 30px;
	margin: 0 0 0 -200px;
	background-color: #fff;
	z-index: 5000;
	border: 1px solid #bbb;
}

a.close
{
	background-position: 5px 50%;
	background-image: url(images/icons/cross.png);
	background-repeat: no-repeat;
	line-height: 28px;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 11px;
	width: 80px;
}

a.file
{
	background-image: url('images/icons/page_white_text.png');
	background-repeat: no-repeat;
	background-position: 1px 50%;
	padding: 3px 0 3px 25px;
	color: #39c;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

a.NewReport
{
	background-image: url('images/icons/page_white_text.png');
	background-repeat: no-repeat;
	background-position: 1px 50%;
	padding: 3px 0 3px 25px;
	color:Purple ;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

a.coalArticle
{
	background-image: url('images/icons/page_white_go.png');
	background-repeat: no-repeat;
	background-position: 1px 50%;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

a.SMHIComment
{
 	background-image: url('images/icons/weather_cloudy.png');
	background-repeat: no-repeat;
	background-position: 1px 50%;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	display: block;
	font-size: 11px;
	color:#007FFF;   
}
a.Spot
{
	background-repeat: no-repeat;
	background-position: 1px 50%;
	text-decoration:underline;
    cursor:pointer;	
	display: block;
	font-size: 11px;

}

a.Preview
{
	background-image: url('images/icons/preview.png');
	background-repeat: no-repeat;
	background-position: 1px 50%;
	padding: 3px 0 3px 20px;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

a.newreport
{
    color:Blue;
    font-size:12px;
}


a.pdf
{
	background-image: url('images/icons/page_white_acrobat.png');
}

a.xls
{
	background-image: url('images/icons/page_white_excel.png');
}

a.sample
{
	background-image: url('images/icons/page_white_star.png');
}

a.rssfeed
{
    background-image: url('images/icons/rss.png');
}

a.priority
{
	color: black;
}

a:active
{
	outline: none;
}

p
{
	padding-bottom: 10px;
}

h1
{
	color: #002e6b;
	font-size: 15px;
	font-weight: normal;
	background-image: url(images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	padding-bottom: 11px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	color: #002e6b;
	font-size: 14px;
	background: none;
	padding: 0px 10px 5px 0px;
	margin: 0px;
}

h3 {
	font-weight: normal;
	color: #002e6b;
	font-size: 13px;
	background: none;
	padding: 0px 10px 5px 0px;
	margin: 0px;
}

h1.default_front_heading
{
	font-family: Georgia;
	color: #000;
	background-color: #faba00;
	padding: 8px 0 8px 16px;
	font-weight: normal;
}



div.overview_default_link
{
	width: 180px;
	font-size: 11px;
}

div.overview_default_link a
{
	display: block;
	color: #000;
	text-decoration: none;
	background-image: url('images/icons/disk.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding: 5px 0 5px 30px;
}




ul.latest_news_list
{
}


ul.latest_news_list li
{
	margin: 0;
	padding: 0;
}

ul.latest_news_ticker
{
	position: absolute;
	top: 96px;
	right: 23px;
	margin: 0;
}

ul.latest_news_ticker li
{
	list-style-type: none;
	float: right;
	background-color: #faba00;
	white-space: nowrap;
}

ul.latest_news_ticker li a
{
	padding: 5px 10px 5px 10px;
	display: block;
	color: #000;
	text-decoration: none;
}


ul.latestnews_allpages
{
	position: absolute;
	right: 23px;
	top: 121px;
	background-color: #f4f3df;
	padding: 10px 20px 10px 10px;
	width: 320px; 
	overflow: auto;
	height: 120px;
	border-top: 0;
	display: none;
}

ul.latestnews_allpages li
{
	display: block;
	line-height: 20px;
}

ul.latestnews_allpages li span
{
	line-height: 20px;
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 10px;
}


ul.latestnews_allpages li a
{
	text-decoration: none;
	line-height: 20px;
	display: block;
	float: left;
	color: #39c;
}

ul.latestnews_allpages li br
{
	clear: left;
}




ul.latest_news_list1
{
}


ul.latest_news_list1 li
{
	margin: 0;
	padding: 0;
}

ul.latest_news_ticker1
{
	position: absolute;
	top: 96px;
	right: 23px;
	margin: 0;
}

ul.latest_news_ticker1 li
{
	list-style-type: none;
	float: right;
	background-color: #faba00;
	white-space: nowrap;
}

ul.latest_news_ticker1 li a
{
	padding: 5px 10px 5px 10px;
	display: block;
	color: #000;
	text-decoration: none;
}


ul.latestnews_allpages1
{
	position: absolute;
	right: -40px;
	top: 121px;
	background-color: #f4f3df;
	padding: 10px 20px 10px 10px;
	width: 220px; 
	overflow: auto;
	height: 120px;
	border-top: 0;
	display: none;
}

ul.latestnews_allpages1 li
{
	display: block;
	line-height: 20px;
}

ul.latestnews_allpages1 li span
{
	line-height: 20px;
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 10px;
}


ul.latestnews_allpages1 li a
{
	text-decoration: none;
	line-height: 20px;
	display: block;
	float: left;
	color: #39c;
}

ul.latestnews_allpages1 li br
{
	clear: left;
}


ul.GermanSpot
{
	top: 96px;
	right: 23px;
	margin: 0;
}

ul.GermanSpot li
{
	list-style-type: none;
	float: right;
	background-color: #faba00;
	white-space: nowrap;
}

ul.GermanSpot li a
{
	padding: 5px 10px 5px 10px;
	display: block;
	color: #000;
	text-decoration: none;
}

div.main_content table
{
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
}


div.main_content table tbody tr td
{
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
}



div.main_content div
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
}

div.main_content div a
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #007eb9;
}


h1.login
{
	font-size: 16px;
	padding-bottom: 10px;
}

.day5
{
	display: table-cell;
}
.day5_show
{
	display: table-cell;
}
.day10
{
	display: table-cell;
}
.day10_show
{
	display: table-cell;
}
.day15
{
	display: table-cell;
}
.day15_show
{
	display: table-cell;
}
.rest
{
	display: table-cell;
}
.rest_show
{
	display: table-cell;
}


.day4
{
	display: table-cell;
}
.day4_show
{
	display: table-cell;
}
.day9
{
	display: table-cell;
}
.day9_show
{
	display: table-cell;
}

#iframe_news
{
	margin: auto;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 35%;
	padding: 10px;
	display: none;
	cursor: move;
	background-color: #fff;
	border: 1px solid #ddd;
	background-image: url('/images/loader.gif');
	background-position: 50% 50%;
}


a.more_info
{
	background-image: url('images/icons/add.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding: 2px 0 2px 25px;
	line-height: 20px;
	text-decoration: none;
	color: #39c;
	font-size: 10px;
}

a.more_info_spot
{
	background-image: url('images/icons/add.png');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding: 2px 0 0px 25px;
	line-height: 20px;
	text-decoration: none;
	color: #39c;
	font-size: 10px;
}




span.mail_login span
{
	float: left;
}

span.mail_login label
{
	float: left;
}

a.logout
{
	font-family: Georgia, Serif;
	font-style: italic;
	text-decoration: none;
}

.loginname
{
	color: #6f6961;
}

h1.overview
{
	display: block;
	background-color: #fafafa;
	padding: 10px;
	color: #999;
	margin-bottom: 5px;
	font-size: 13px;
}

table.table_overview
{
	margin-bottom: 10px; /*margin-left: 20px;*/
}

div.main_content_overview
{
	width: 880px;
	float: left;
	padding: 0;
	margin-top: -4px;
}

div.main_content_overview div
{
	margin: 0;
	padding: 0;
}

div.main_content_right_overview
{
	overflow: auto;
}




div.category_title span
{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	padding: 3px;
	background-color: #fafafa;
	border: 1px solid #eee;
	margin: 4px 0 0 0;
}


h3.admin
{
	background-color: #fafafa;
	padding: 10px;
	margin-top: 10px;
}

h4.admin
{
	background-color: #eee;
	padding: 10px;
	margin-top: 10px;
}


div.news_box
{
	padding: 10px;
}

div.news_box h3
{
	font-size: 16px;
	color: #555;
	margin-bottom: 5px;
}

div.news_box div
{
	overflow: auto;
	height: 450px;
	width: 300px;
	padding: 10px;
	border: solid 1px #ccc;
}

div.article_box div
{
	overflow: auto;
	height: 600px;
	width: 450px;
	padding: 10px;
	border: solid 1px #ccc;
}

div.article_box div table tbody tr td
{
	padding-bottom: 4px;
}

div.news_box ul li
{
	list-style-type: none;
}

div.news_box a
{
	float: left;
	text-decoration: none;
	color: #4e91d5;
}

div.news_box a:hover
{
	color: #000;
	padding: 0;
}

div.news_box span
{
	display: block;
	text-align: right;
}

div.news_box table
{
	width: 100%;
}


div.ArticlesList_box
{
	padding: 10px;
}

div.ArticlesList_box h3
{
	font-size: 16px;
	color: #555;
	margin-bottom: 5px;
}

div.ArticlesList_box div
{
	/*overflow: auto;*/
	height:auto;
	width: 450px;
	padding:10px;
	border: solid 1px #ccc;
}


div.ArticlesList_box ul li
{
	list-style-type: none;
}

div.ArticlesList_box a
{
	float: left;
	text-decoration: none;
	color: #4e91d5;
}

div.ArticlesList_box a:hover
{
	color: #000;
	padding: 0;
}

div.ArticlesList_box span
{
	display: block;
	text-align: right;
}

div.ArticlesList_box table
{
	width: 100%;
}


#TB h1.h1
{
	color: #002e6b;
	font-size: 15px;
	font-weight: normal;
	background-image: url(images/header_dottedline2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	padding-bottom: 11px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#TB p
{
	font-size: 12px;
}

.login_pane label
{
	display: block;
	padding: 3px;
}

.login_pane input.text
{
	border: 1px solid #ddd;
	height: 20px;
	width: 151px;
	display: block;
	line-height: 20px;
}


.main_content
{
	float: left;
	display: block;
	width: 510px;
	padding: 10px 40px 40px 40px;
}

.main_content p
{
	font-size: 12px;
	color: #333;
	padding-top: 10px;
}

.main_content a
{
	font-size: 12px;
	color: #4e91d5;
}

.main_content h1
{
}

.main_content h1 span
{
	font-size: 16px;
	font-family: Georgia;
	color: #0078b3;
	font-style: italic;
}

.main_content h2
{
	color: #666;
	margin: 0;
	font-size: 13px;
}

.image_box
{
	background-position: 50% 50%;
	height: 200px;
}

.main_content_right_box
{
	background-color: #eee; /* padding:20px; */
}

.login_panel_image
{
	background-image: url('/css/images/login_panel.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 0;
}


.main_content_right_box h3
{
	padding: 10px 0 10px 10px;
}

strong
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.main_content ul
{
	padding: 10px 10px 10px 30px;
}

.main_content ul li
{
	display: block;
	padding: 2px;
	font-size: 12px;
}

.main_content ul li a
{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}


.main_content_right_box ul
{
	padding: 20px 10px 20px 0;
	width: 200px;
}

.main_content_right_box ul li
{
	display: block;
	list-style-type: none;
}

.main_content_right_box ul li a
{
	padding: 5px 5px 5px 0;
	text-indent: 20px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

.main_content_right_box ul li a.selected
{
	color: #069;
	font-size: 12px;
	font-weight: bold;
	background-color: #fafafa;
	padding: 10px 10px 10px 0;
}


.main_content_right_box ul li a:hover
{
	background-color: #f3f3f3;
}




#dhtmlgoodies_leftPanel
{
	margin: auto;
	z-index: 999;
	position: absolute;
	display: none;
	overflow: hidden;
}

/*
#dhtmlgoodies_leftPanel iframe {
  background-color:#fff;
  border:1px solid #555;
  width:640px;
  height:340px;
  border:0;
}
*/

.tab_content_title
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	background-color: #fafafa;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}



.empty_label_1
{
	position: absolute;
	text-align: center; /*     line-height:50px;     display:block;     width:560px;     height:200px;  	background-image:url('/g/nodata.jpg'); 	background-position:50% 50%; 	background-repeat:no-repeat; */
}

.empty_label_2
{
	position: absolute;
	text-align: center; /*         line-height:50px;     height:200px;     display:block;     width:300px;  	background-image:url('/g/nodata.jpg'); 	background-position:50% 50%; 	background-repeat:no-repeat; */
}

label.forms
{
	display: block;
	line-height: 20px;
}




#loader
{
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 20px;
	position:absolute;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	background-color: #fff;
	border: 1px solid #666;
	text-align: center;
	width: 200px;
	padding: 50px 0 50px 0;
	z-index: 1000;
}

#PWloader
{
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 20px;
	position:absolute;
	top: 370px;
	left: 260px;
	margin-left: -100px;
	/*background-color: #fff;*/
	/*border: 1px solid #666;*/
	text-align: center;
	width: 100px;
	padding: 50px 0 50px 0;
	z-index: 1000;
}

#Co2loader
{
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 20px;
	position:absolute;
	top: 32px;
	left: 490px;
	margin-left: -100px;
	/*background-color: #fff;*/
	/*border: 1px solid #666;*/
	text-align: center;
	width: 100px;
	padding: 50px 0 50px 0;
	z-index: 1000;
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#fff; 
    filter:alpha(opacity=0); 
    opacity:0.0; 
    z-index:999; 
}


#left_small
{
	float: left;
	width: 220px;
}

#right_big
{
	float: left;
	width: 650px;
	margin-left: 10px;
}


#login_box
{
	background-image: url(images/08.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 500px;
	border: 1px solid #e8e8e8;
	margin: auto;
}

#login_box h1
{
	background-image: url(images/07.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 35px;
	padding: 5px 0 0 50px;
}

#login_box table label
{
	display: block;
	line-height: 20px;
}

#login_box table input
{
	border: 1px solid #ddd;
	line-height: 22px;
	font-size: 11px;
	width: 200px;
}

#login_box input.submit
{
	display: block;
	font-size: 11px;
	margin: 10px;
}

#remember
{
	width: 400px;
	margin: auto;
	padding: 5px;
}

#remember input
{
}
#remember label
{
	border: 1px solid #ddd;
	padding: 5px;
	line-height: 20px;
	background-image: url(images/deaktiv.gif);
}

#logo
{
	border-bottom: 0;
	background-color: white;
	background-image: url(../images/top_nena_ekstranett.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	width: 1200px;
	height: 100px;
	margin: auto;
}

#logo h1
{
	background-position: left top;
	background-image: url(images/06.gif);
	background-repeat: no-repeat;
	background-position: 30px 20px;
	width: 250px;
	height: 80px;
	text-indent: -5000px;
}


#menu
{
	background-color: #e5f2f8;
	width: 1200px;
	height: 36px;
	margin: auto;
}

#main
{
	/*border: 1px solid #69c;*/
	border-top: 0;
	background-color: #fff;
	width: 1200px;
	margin: 0 auto 0 auto;
	clear: both;
}





#tab_container_outside
{
	position: relative;
	border: 1px solid #dadfe3;
	background-color: #fafdff;
	padding: 26px 12px 12px 12px;
}

#tab_container_inside
{
	border: 1px solid #dadfe3;
	background-color: #fff;
	padding: 12px;
	height: 300px;
}










/* menu */

#menu ul
{
	list-style-type: none;
	padding: 0 10px 0 10px;
}

#menu ul li
{
	line-height: 34px;
	float: left;
	display: inline;
	padding-left: 10px;
}

#menu ul li.right
{
	line-height: 34px;
	float: right;
	display: inline;
	padding-right: 10px;
	color: #5e9bc9;
}

#menu ul li a
{
	text-decoration: none;
	color: #5e9bc9;
}









.content_box
{
	background-image: url(images/08.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #e8e8e8;
	margin: auto;
}


.content_box_dash
{
	background-image: url(images/08.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: auto;
	margin-bottom: 10px;
}

.content_box h1
{
	line-height: 34px;
	padding-left: 10px;
	font-weight: normal;
}


.nodata
{
	font-size: 12px;
	margin: 10px 0px 5px 0px;
}



div.flyout *
{
	font-size: 10pt;
}

/*#transparency
{
    filter: alpha(opacity=40);
    -moz-opacity: .55;
    background-color:#EEE;
    position:absolute; top:350px; left:0px; 
    width:450px;
    height:160px;
}
.transparency
{
    filter: alpha(opacity=40);
    -moz-opacity: .55;
    background-color:#EEE;
    position:absolute; top:450px; left:110px; 
    width:150px;
    height:160px;
    text-align:center;
}*/

#transbox1
  {
  width:450px;
  height:160px;
  /*margin:30px 50px;*/
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  z-index:1;
   position:absolute; top:198px; left:0px;
   

  font-size:20px;
  font-weight:bold;
  }
  
  #transbox2
  {
  width:450px;
  height:160px;
  /*margin:30px 50px;*/
  background-color:#ffffff;
      opacity: 0.6;
    z-index: 1;
    position: absolute;
    top: 198px;
    left: 0px;
    background-image: border:1px solid black;/* for IE */
  /* CSS3 standard */
}
  
  #transbox3
  {
  width:450px;
  height:160px;
  /*margin:30px 50px;*/
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.6;
  z-index:1;
  position:relative; top:368px; left:0px;
  }
  
  .transbox1
  {
  width:450px;
  height:80px;
  /*margin:30px 50px;*/
  background-color:#ffffff;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  z-index:1;
  position:absolute; top:52px; left:0px;
  font-size:20px;
  font-weight:bold;
  }
  
    .transbox2
  {
  width:450px;
  height:80px;
  /*margin:30px 50px;*/
  background-color:#ffffff;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  z-index:1;
  position:absolute; top:222px; left:0px;
  font-size:20px;
  font-weight:bold;
  }
  
    .transbox3
  {
  width:450px;
  height:80px;
  /*margin:30px 50px;*/
  background-color:#ffffff;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  z-index:1;
  position:absolute; top:397px; left:0px;
  font-size:20px;
  font-weight:bold;
  }
  
  
  .Gas_Overview_transbox1
  {
  width:380px;
  height:300px;
  /*margin:30px 50px;*/
  background-color:#CCCCCC;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=10);
  /* CSS3 standard */
  opacity:0.10;
  z-index:1;
  position:absolute; top:410px; left:0px;
  font-size:20px;
  font-weight:bold;
  }
  
    .Gas_Overview_transbox2
  {
  width:410px;
  height:670px;
  /*margin:30px 50px;*/
  background-color:#CCCCCC;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.40;
  z-index:1;
  position:absolute; top:30px; left:465px;
  font-size:20px;
  font-weight:bold;
  }
  
    .Gas_Flow_transbox1
  {
  width:1200px;
  height:522px;
  /*margin:30px 50px;*/
  background-color:#CCCCCC;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.20;
  z-index:1;
  position:absolute; top:18px; left:0px;
  font-size:20px;
  font-weight:bold;
  }
  
  .Co2_Chart1_transbox1
  {
  width:500px;
  height:190px;
  /*margin:30px 50px;*/
  background-color:Gainsboro;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.90;
  z-index:0;
  position:absolute; top:25px; left:0px;
  font-size:20px;
  font-weight:bold;

  }
  
    .Co2_Chart2_transbox1
  {
  width:500px;
  height:230px;
  /*margin:30px 50px;*/
  background-color:Gainsboro;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.90;
  z-index:0;
  position:absolute; top:230px; left:0px;
  font-size:20px;
  font-weight:bold;

  }
  
  .Co2_Chart3_transbox1
  {
  width:500px;
  height:240px;
  /*margin:30px 50px;*/
  background-color:Gainsboro;
  /*border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.90;
  z-index:0;
  position:absolute; top:475px; left:0px;
  font-size:20px;
  font-weight:bold;

  }
  
  
  div.Nordic_CommentsFlyOut *
  {
      width:300px;
      height:auto;
      font-size: 10pt;     
  }
  
  div.Nordic_CommentsFlyOut a:link
  {
    color: black;
  }

.hidden
{
	display: none;
}

.smhihdr /*Style for SMHI Comment inside fancybox */
{
    padding-bottom:10px;
     color:Black;
}

p.contact-info a.phone:link
{
    color: #6f6961;
}

p.contact-info a.phone:hover
{
    color: #6f6961;
}



/* Adding Table Css */
table.table
{
	margin-bottom: 5px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	font-size: 11px;
}


table.table tr th
{
	padding: 3px 2px 3px 2px;
	border: 1px solid #ddd;
	background-color: #C4C8B6;
	font-weight: bold;
	font-size: 11px;
}

table.table tr th a
{
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	color: #000;
}

table.table tr td:hover
{
	background-color: #f8f8f8;
}

table.table tr td a
{
	display: block;
	/*text-decoration: none;*/
	text-decoration: underline;
	color: #444;
}

table.table tr.rowEven
{
	background-color: #FFFFFF;
}
table.table tr.rowOdd
{
	background-color: #E9EBDF;
}

table.table tr.rowEven td
{
}
table.table tr.rowOdd td
{
}


table.table tr td
{
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	white-space: nowrap;
}

table.table tr td.splitter
{
	border: 0;
	border-bottom: 1px solid #ddd;
	border-top: 2px solid #ddd;
}

table.table th.right
{
	text-align: right;
}

table.table th.center
{
    text-align: center;
}
.datahighlight {
        background-color: #ffdc87;
}

