.new_pre_content {
	position: absolute;
	top: 99px;
	width: 958px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #abb0b5;
	border-top: none;
	border-bottom: none;
	z-index: -1;
}
.new_content_box {
	width: 946px;
	padding: 0px 0px 12px 12px;
	background: #ffffff;
	border: 1px solid #abb0b5;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
}
.new_content_box.wrap_only {
	background: none;
	border: none;
	padding: none;
}
.new_content_box.single {
	font-size: 12px;
	padding-right: 12px;
	width: 934px;
}
.new_content_box.single .content, .new_content_box .main-content .content {
	background-color: #ffffff;
	border: 1px solid #ced3dc;
	position: relative;
	padding: 20px 20px 20px 20px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.new_content_box .content.no_padding {
	padding: 0px;
}

.new_content_box a {
	color: #3c6c96;
	text-decoration: none;
}
.new_content_box a:hover {
	text-decoration: underline;
}
.new_content_box a.title {
	font-weight: bold;
}

/* * Icons */
.icon-next,
.icon-next-active {
	background: url("/images/profiles/tools/next.png");
}
.icon-previous,
.icon-previous-active {
	background: url("/images/profiles/tools/previous.png");
}
.new_content_box .icon-up,
.new_content_box .icon-up-active {
	background: url("/images/profiles/tools/up.png");
}

.icon-next,
.icon-next-active,
.icon-previous,
.icon-previous-active,
.new_content_box icon-up,
.new_content_box .icon-up-active {
	width: 22px;
	height: 17px;
}
.icon-next:active,
.icon-next-active,
.icon-previous:active,
.icon-previous-active,
.icon-previous:active,
.icon-previous-active {
	background-position: 0px 17px;
}

.new_content_box .light {
	color: #999999;
}

.new_content_box .speech-bubble {
	position: relative;
	margin-bottom: 3px;
	padding-bottom: 8px;
}
.new_content_box .speech-bubble p {
	background: url("/images/new_content/speech-bubble-background.png");
	border: 1px solid #ced3dc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 11px 11px 10px 11px;
	font-size:12px;
}
.new_content_box .speech-bubble .arrow {
	position: absolute;
	bottom: 0px;
	left: 25px;
	background: url("/images/new_content/speech-bubble-arrow.png");
	width: 18px;
	height: 9px;
}

/* * Main content */
.new_content_box .main-content {
	float: left;
	width: 622px;
}
/* ** Header */
.new_content_box .header {
	height: 110px;
	background: url("/images/profiles/header_bg.png");
	border: 1px solid #ced3dc;
	border-bottom: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
}
.new_content_box .header h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-shadow: 0px 1px #ffffff;
	padding: 40px 20px 40px 12px;
}
.new_content_box .header h1.less-padding {
	padding-top: 14px;
}
/* *** Tabs */
.new_content_box .header .tabs {
	position: absolute;
	bottom: 0px;
	padding-bottom: 5px;
}
.new_content_box .header .tabs ul {
	overflow: hidden;
	margin-bottom: -5px;
	position: relative;
}
.new_content_box .header .tabs ul.row1 {
	bottom: 0px;
}
.new_content_box .header .tabs ul.row2 {
	bottom: -5px;
}
.new_content_box .header .tabs li {
	float: left;
	overflow: hidden;
	margin-left: -1px;
	padding-top: 5px;
}
.new_content_box .header .tabs li.first {
	border-left: none;
}
.new_content_box .header .tabs li.last {
	margin-right: -1px;
}
.new_content_box .header .tabs li a {
	padding: 7px 6px;
	float: left;
	color: #333333;
	font-size: 12px;
	text-shadow: 0px 1px #ffffff;
	text-align: center;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #cdd2dc;
	border-bottom: none;
	background: url("/images/workbench/header_bg.png") repeat-x;
	position: relative;
}
.new_content_box .header .tabs li:hover a {
	background: url("/images/workbench/header_bg_light.png") repeat-x;
}
.new_content_box .header .tabs li.active a {
	background: url("/images/workbench/header_bg_light.png") repeat-x;
}
.new_content_box .header .tabs li .notification_box {
	position: absolute;
	z-index: 2;
	top: -5px;
	right: 6px;
	
	padding: 0px 0px 6px 0px;
	width: 16px;
	text-align: center;

	background: url("/images/debat/notifikation.png");
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-shadow: none;
}
.new_content_box .header .tabs ul.row2 li a {
	padding-bottom: 12px;
}
.new_content_box .header .tabs li.active a {
	padding: 7px 6px;
}
.new_content_box .header .tabs .five li a {
	width: 111px;
}
.new_content_box .header .tabs .five li.last a {
	width: 112px;
}
.new_content_box .header .tabs .two li a {
	width: 297px;
}
.new_content_box .header .tabs .two li.last a {
	width: 298px;
}
.new_content_box .header .tabs .four li a {
	width: 142px;
}
.new_content_box .header .tabs .four li.last a {
	width: 143px;
}

/* ** Toolbar */
.widget .toolbar,
.new_content_box .main-content .toolbar {
	background: url("/images/profiles/toolbar_bg.jpg");
	height: 32px;
	position: relative;
	border: 1px solid #ced3dc;
	font-size: 12px;
	color: #666666;
	text-shadow: 0px 0px #ffffff;
}
.new_content_box .main-content .bottom.toolbar {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}
/* *** Segment */
.widget .toolbar  .column,
.new_content_box .main-content .toolbar .column {
	padding: 0px 12px;
	overflow: hidden;
}
.widget .toolbar .column p,
.new_content_box .main-content .toolbar .column p {
	padding: 9px 0px;
	float: left;
}
.widget .toolbar .column form,
.new_content_box .main-content .toolbar .column form {
	float: left;
}
.widget .toolbar .column input.text,
.new_content_box .main-content .toolbar .column input.text {
	font-size: 12px;
	padding: 2px 6px;
	height: 15px;
	background: #ffffff;
	border: 1px solid #8e9195;
	color: #cacfd5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 6px 0px;
}
.widget .toolbar .column input.text-focus,
.new_content_box .main-content .toolbar .column input.text-focus {
	color: #666666;
}
.widget .toolbar .tool,
.new_content_box .main-content .toolbar .tool {
	margin: 8px 0px 8px 0px;
	float: left;
}
.widget .toolbar a,
.new_content_box .main-content .toolbar a  {
	color: #666666;
}
.widget .toolbar .text-button,
.widget .toolbar .text-button-active,
.new_content_box .main-content .toolbar .text-button,
.new_content_box .main-content .toolbar .text-button-active {
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#E9ECEF));
	border-right: 1px solid #ced3dc;
	padding: 10px 6px;
	font-size: 12px;
	margin: 0px;
}
.widget .toolbar .text-button:active,
.widget .toolbar .text-button-active,
.new_content_box .main-content .toolbar .text-button:active,
.new_content_box .main-content .toolbar .text-button-active {
	background: -webkit-gradient(linear, left top, left bottom, from(#E9ECEF), to(#fefefe));
}
.widget .toolbar .column .following-button,
.new_content_box .main-content .toolbar .column .following-button {
	margin-right: -1px;
}
.widget .toolbar .column .icon-10,
.widget .toolbar .column .icon-10-active,
.new_content_box .main-content .toolbar .column .icon-10,
.new_content_box .main-content .toolbar .column .icon-10-active {
	width: 21px;
	margin-left: 6px;
}
.widget .toolbar .column .icon-25,
.widget .toolbar .column .icon-25-activ,
.new_content_box .main-content .toolbar .column .icon-25,
.new_content_box .main-content .toolbar .column .icon-25-active {
	width: 21px;
}

.icon-next,
.icon-next-active {
	margin-left: 6px !important;
}
.icon-previous,
.icon-previous-active {
	margin-right: 6px !important;
}

.widget .toolbar .column .icon-next,
.widget .toolbar .column .icon-next-active,
.new_content_box .main-content .toolbar .column .icon-next,
.new_content_box .main-content .toolbar .column .icon-next-active {
	margin-left: 6px;
}
.widget .toolbar .column .icon-previous,
.widget .toolbar .column .icon-previous-active,
.new_content_box .main-content .toolbar .column .icon-previous,
.new_content_box .main-content .toolbar .column .icon-previous-active {
	margin-right: 6px;
}
/* ** Table */
.new_content_box .main-content table {
	width: 100%;
	border: 1px solid #ced3dc;
	border-top: none;
}
.new_content_box .main-content table th {
	background: #f3f3f3;
	padding: 4px 0px 4px 12px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
.new_content_box .main-content table th.last {
	padding-right: 12px;
}
.new_content_box .main-content table tr.alt {
	background: #f3f3f3;
}
.new_content_box .main-content table td {
	height: 12px;
	padding: 8px 0px 8px 12px;
	vertical-align: middle;
	font-weight: normal;
}
.new_content_box .main-content table td.last {
	padding-right: 12px;
}
.new_content_box .main-content table td a {
	color: #3c6c96;
	text-decoration: none;
}
.new_content_box .main-content table td a:hover {
	text-decoration: underline;
}
.new_content_box .main-content table td img.avatar {
	float: left;
	margin-right: 8px;
}
.new_content_box .main-content table td.username {
	width: 125px;
	white-space: nowrap;
}
.new_content_box .main-content table td.username p {
	font-weight: bold;
}
.new_content_box .main-content table td.performance {
	text-align: center;
}

.new_content_box .main-content .row {
	border-color: #cdd2dc;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	overflow: hidden;
}
.new_content_box .main-content .bottom {
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}
.new_content_box .main-content p {
	padding: 8px 10px;
	margin: 0px;
	font-size: 12px;
	overflow: hidden;
}
.new_content_box .main-content p.alt {
	background: #f3f3f3;
}

/* * Sidebar */
.new_content_box .sidebar {
	float: right;
	width: 300px;
	margin-right: 12px;
}
.new_content_box .sidebar .widget {
	width: 100%;
	margin-bottom: 12px;
}
.new_content_box .sidebar .widget table .first {
	padding-bottom: 0px;
	vertical-align: bottom;
}
.new_content_box .sidebar .widget table .second {
	padding-top: 0px;
	color: #666666;
	vertical-align: top;
}

.new_content_box .inline {
	display: inline-block;
}
.new_content_box .sell-icon,
.new_content_box .short-icon {
	background: url("/images/markedsoversigt/vote_down.png") center no-repeat;
	width: 12px;
	height: 8px;
}
.new_content_box .hold-icon {
	background: url("/images/markedsoversigt/vote_o.png") center no-repeat;
	width: 8px;
	height: 12px;
}
.new_content_box .buy-icon,
.new_content_box .shortluk-icon {
	background: url("/images/markedsoversigt/voteup.png") center no-repeat;
	width: 12px;
	height: 8px;
}
.new_content_box .positive {
	color: #51a02d;
}
.new_content_box .negative {
	color: #a5271c;
}

#news.new_content_box .main-content,
#news.new_content_box .sidebar {
	margin-bottom: 12px;
}
#news.new_content_box .title {
	width: 500px;
}

.new_content_box #quickbrowser {
	width: 934px;
}
.new_content_box #quickbrowser .widget {
	width: 294px;
}

/* KASPER ADD */
.content_news {
	margin: 5px;
	margin-bottom: 15px;
}
.content_news h1 {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #cdd2dc;
	border-bottom: none;
	background: url('/images/header_middle.png') repeat-x;
	background-color: #e5e8ec;

	padding: 10px;
	font-size: 16px;
	color: #333333;
}
.content_news h1 span {
	font-weight: normal;
}
.content_news p {
	margin: 0px;
	border: 1px solid #ced3dc;
	padding: 5px;
}

/* IR Live */
#irlive .header h1 {
	background: url("/images/irlive/logo.png") 30px center no-repeat;
	padding-left: 100px;
}
#irlive .content {
	background: #ffffff url("/images/irlive/background.png") 531px 1px no-repeat;
	height: 370px;
}
#irlive .content p {
	margin-top: 5px;
	line-height: 18px;
	width: 525px;
}
#irlive .content h1 {
	color: #333333;
	font-weight: normal;
	font-size: 24px;
	text-shadow: none;
}
#irlive .content .usage {
	margin-top: 20px;
	position: absolute;
	left: 0px;
}
#irlive .content .usage h1 {
	margin-left: 20px;
}
#irlive .content .usage ul li {
	background: #141E2A;
	border-bottom: 1px solid #4E5661;
	padding: 10px;
	margin-top: 15px;
	text-align: right;
	width: 270px;
	font-size: 14px;
	color: #ffffff;
}
#irlive .content .service {
	position: absolute;
	left: 325px;
	top: 251px;
}
#irlive .content .service ul li {
	background: url("/images/irlive/dot.png") left center no-repeat;
	padding-left: 23px;
	margin-top: 15px;
}

#sales-page-private .content h1 {
	text-shadow: none;
	font-size: 24px;
}
#sales-page-private .content p {
	margin-top: 5px;
}
#sales-page-private .plus-ad {
	height: 310px;
	background: url("/images/private_ads/plus_background.png") right;
	position: relative;
	font-size: 16px;
}
#sales-page-private .plus-ad * {
	color: #ffffff;
}
#sales-page-private .plus-ad h1 {
	position: absolute;
	top: 30px;
	left: 40px;
}
#sales-page-private .plus-ad h1 .plus-right-icon {
	background: url("/images/private_ads/plus_logo_white.png") right top no-repeat;
	padding-right: 15px;
}
#sales-page-private .plus-ad ul {
	position: absolute;
	top: 74px;
	left: 40px;
}
#sales-page-private .plus-ad ul li {
	background: url("/images/private_ads/red_dot.png") left center no-repeat;
	padding-left: 24px;
	margin-top: 15px;
}
#sales-page-private .plus-ad ul li .white-plus-icon {
	background: url("/images/private_ads/plus_logo_white_small.png") center no-repeat;
	width: 12px;
	height: 11px;
}
#sales-page-private .plus-ad .read-more {
	position: absolute;
	bottom: 20px;
	left: 40px;
}
#sales-page-private .plus-ad .in-collaboration-with-nordnet {
	background: url("/images/private_ads/nordnet_logo_white.png") right top no-repeat;
	padding: 52px 70px 2px 0px;
	position: absolute;
	bottom: 18px;
	right: 20px;
}

#sales-page-private .realtid-ad {
	height: 310px;
	background: url("/images/private_ads/realtid_background.png");
	margin-top: 1px;
	position: relative;
	font-size: 16px;
}
#sales-page-private .realtid-ad * {
	color: #ffffff;
}
#sales-page-private .realtid-ad h1, #sales-page-private .realtid-ad ul, #sales-page-private .realtid-ad .read-more {
	position: absolute;
	right: 40px;
	text-align: right;
}
#sales-page-private .realtid-ad h1 {
	top: 30px;
}
#sales-page-private .realtid-ad ul {
	top: 64px;
}
#sales-page-private .realtid-ad ul li {
	margin-top: 15px;
}
#sales-page-private .realtid-ad ul li.dk_flag_icon, #sales-page-private .realtid-ad ul li.se_flag_icon, #sales-page-private .realtid-ad ul li.us_flag_icon {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
}
#sales-page-private .realtid-ad ul li.dk_flag_icon {
	background-image: url("/images/private_ads/flag_dk.png");
}
#sales-page-private .realtid-ad ul li.se_flag_icon {
	background-image: url("/images/private_ads/flag_se.png");
}
#sales-page-private .realtid-ad ul li.us_flag_icon {
	background-image: url("/images/private_ads/flag_us.png");
}
#sales-page-private .realtid-ad .read-more {
	bottom: 20px;
}

#sales-page-private .members-lounge-ad {
	height: 371px;
	background: url("/images/private_ads/members_lounge_background.png") right;
	position: relative;
	font-size: 16px;
}
#sales-page-private .members-lounge-ad h1, #sales-page-private .members-lounge-ad ul {
	position: absolute;
	left: 40px;
	color: #ffffff;
}
#sales-page-private .members-lounge-ad h1 {
	top: 30px;
}
#sales-page-private .members-lounge-ad ul {
	top: 84px;
}
#sales-page-private .members-lounge-ad ul li {
	width: 460px;
	margin-top: 15px;
	line-height: 24px;
}

#professional_products .content h1 {
	text-shadow: none;
	font-size: 24px;
}
#professional_products .content p {
  line-height: 24px;
}

#professional_products .information {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ced3dc;
}
#professional_products .information .graph {
  width: 534px;
  height: 227px;
  background: url("/images/professionelle_produkter/graph.png") no-repeat;
  position: absolute;
  bottom: 20px;
  right: 0px;
}
#professional_products .information p {
  margin-top: 20px;
  width: 500px;
}
#professional_products .information .signature {
  position: relative;
  top: 5px;
  height: 86px;
  padding-bottom: 15px;
  background: url("/images/professionelle_produkter/signature.png") top 30px no-repeat;
}
#professional_products .information .signature .name {
  position: absolute;
  bottom: 0px;
}

#professional_products .ir_synergi {
  height: 340px;
  background: url("/images/professionelle_produkter/ir_synergi_background.png") top right no-repeat;
  border-bottom: 1px solid #ced3dc;
  padding: 20px;
}
#professional_products .ir_synergi h1 {
  background: url("/images/professionelle_produkter/ir_synergi_logo.png") top left no-repeat;
  height: 33px;
  padding: 22px 0px 0px 90px;
  margin-bottom: 15px;
}
#professional_products .ir_synergi p {
  margin-bottom: 15px;
  width: 500px;
}
#professional_products .ir_synergi blockquote {
  background: url("/images/professionelle_produkter/quote.png") 6px left no-repeat;
  font-style: italic;
  margin-left: -15px;
  padding-left: 35px;
}
#professional_products .ir_synergi blockquote p {
  width: 300px;
  margin-bottom: 5px;
}
#professional_products .ir_synergi blockquote .name {
  font-style: normal;
  text-align: right;
}

#professional_products .ir_live {
  height: 333px;
  background: url("/images/professionelle_produkter/ir_live_background.png") top right no-repeat;
  border-bottom: 1px solid #ced3dc;
  padding: 20px 20px;
}
#professional_products .ir_live h1 {
  background: url("/images/professionelle_produkter/ir_live_logo.png") top left no-repeat;
  height: 32px;
  padding: 23px 0px 0px 70px;
}
#professional_products .ir_live p {
  margin-top: 20px;
  width: 300px;
}

#professional_products .advertise {
  padding: 0px 20px 20px 20px;
  overflow: hidden;
}
#professional_products .advertise h1 {
  margin-top: 20px;
}

#professional_products .advertise .left {
  float: left;
  width: 450px;
}
#professional_products .advertise .left p {
  margin-top: 15px;
}
#professional_products .advertise .left ul li {
  margin-top: 15px;
  padding-left: 18px;
  background: url("/images/private_ads/red_dot.png") center left no-repeat;
}
#professional_products .advertise .left .demographic_data {
  width: 838px;
  height: 252px;
  background: url("/images/professionelle_produkter/demographic_data.png");
  margin-top: 80px;
}

#professional_products .advertise .right {
  float: right;
  width: 400px;
  text-align: center;
}
#professional_products .advertise .ad_examples {
  margin-top: 15px;
}
#professional_products .advertise .ad_examples a {
  width: 172px;
  padding-top: 195px;
  margin-bottom: 15px;
}
#professional_products .advertise .ad_examples .front {
  background: url("/images/professionelle_produkter/ad_examples/front.png") no-repeat;
  float: left;
}
#professional_products .advertise .ad_examples .news {
  background: url("/images/professionelle_produkter/ad_examples/news.png") no-repeat;
  float: right;
}
#professional_products .advertise .ad_examples .stock_lists {
  clear: both;
  background: url("/images/professionelle_produkter/ad_examples/stock_lists.png") no-repeat;
  float: left;
}
#professional_products .advertise .ad_examples .network_activity {
  background: url("/images/professionelle_produkter/ad_examples/network_activity.png") no-repeat;
  float: right;
}

#about .header {
	height: 70px;
}
#about .header h1 {
	padding-top: 22px;
}
#about .content {
	padding-top: 0px;
}
#about .content h1 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}
#about .content p {
	line-height: 24px;
	padding: 0px;
}
#about .content p.small {
	font-size: 11px;
}
#about .content .people p {
	overflow: hidden;
	width: 350px;
}
#about .content .people span {
	float: right;
	width: 200px;
}
#about .content object {
	margin-top: 20px;
}
#about .content .usercake {
	float: right;
	width: 131px;
	height: 149px;
}