/* ------------------------------------------------ */
/*	Template CSS - Structured						*/
/* ------------------------------------------------ */
/* Best viewed with a Mono space font               */

/* ------------------------------------------------ */
/* Default tags                                     */

/*html, body {
	color: #3f3f3f;
	background: #dfdede;
	font: 12px/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
	}*/
	
html, body {
	padding: 0px;
	margin: 0px;
	background-color:#f2f2f2;
	background-image:url(http://www.npinvestor.dk/graphics/main_grad.gif);
	background-position:left bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family:Arial, Verdana;
	font-size: 13px;
}
dl, dt, dd,
h2, h3, h4, h5, h6,
fieldset {
	margin: .1em 0;
	}
	h1 {
		position: absolute;
		width: 50%;
		height: 82px;
		text-indent: -9999px;
		}
	h2 {
		font-size: 12px;
		color: #000;
		padding:0px 5px 10px 0px;
		text-transform:uppercase;
		}
	h3 {
		font-size: 12px;
		padding:0px 5px 10px 0px;
		text-transform:uppercase;
		color: #000;
		}
	p {
		margin: 1em 0;
		color: #000;
		line-height:18px;
		}

a:link, a:visited {
	color: #003366;
	text-decoration: underline;
	font-weight:normal;
	}
a:hover, a:active {
	text-decoration: none;
	}

li {
	list-style-type: none;
	}

img {
  vertical-align: middle;
  behavior: url("/files/css/iepngfix.htc")
}

input, select {
	xbackground-color: #fff;
	font-size: 12px;
	}
	select {
		width: 135px;
		border: 1px solid #ccc;
		}

	/* ------------------------------------------------ */
	/* Default Table Style                              */
	table {
		width: 100%;
		border-collapse: collapse;
		/*border: 1px solid #ebebeb;*/
		}
		th, td {
			padding: .3em;
			}
		th {
			height:30px;
			font-weight: bold;
            text-align: left;
            color:#154172;
            font-size:12px;
			}
		tr {
			/* height: 24px;*/
			}
		/*tbody td {
			font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		}*/

dt {
	font-weight: normal;
	}

/* ------------------------------------------------ */
/* Basic Structure Styles                           */

#page {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	}
*html #page{ width: 960px; }	
#page.popup {
	width: auto;
	}
#content {
	/* Include the following line if implementing the navigation column
	margin-left: 120px;*/
	padding: 10px 0px 20px 10px;
	}

.funds {
	width: 940px;
	}
#left {
	float: left;	
	}
#right {
	float: left;	
	}
#middle {
    float: left;
    margin: 0 20px 0 20px;
    }
	
	/* ------------------------------------------------ */
    /* Full Width                                       */
    /* |<---------------- 940px ---------------->|      */
    #col_940 {
    	width:920px;
    	margin: 0 20px 0 0;
    	}
    #col_940_constituents {
    	width:940px;
    	margin: 0 20px 0 0;
    	}
    *html #col_940_constituents {
    	width:940px;
    	margin: 0 10px 0 0;
    	}
    	
		
    /* ------------------------------------------------ */
    /* 2 Column - Left 300px                            */
    /* |<-- 300px -->|<--------- 620px --------->|      */
    /* ------------------------------------------------ */
    /* 2 Column - Right 300px                           */
    /* |<--------- 620px --------->|<-- 300px -->|      */
    .col_300 {
    	width:300px;
    	overflow:hidden;
    	
    	}
    .col_620 {
    	width:620px;
    	}
    	

    /* ------------------------------------------------ */
    /* 2 Column - Left 300px                            */
    /* |<-- 160px -->|<--------- 760px --------->|      */
    /* ------------------------------------------------ */
    /* 2 Column - Right 300px                           */
    /* |<--------- 760px --------->|<-- 160px -->|      */
    .col_640 {
      width:640px;
      overflow:hidden;
      
      }
    .col_260 {
      width:260px;
      }
      
    .col_300_margin_right {
      width:300px;
      margin: 0 14px 0 0;
      }
      
    *html .col_300_margin_right {
      width:300px;
      margin: 0 10px 0 0;
      }
    .col_300_margin_left {
      width:300px;
      margin: 0 0 0 18px;
      }
      
    *html .col_300_margin_left {
    	width:300px;
      margin: 0 0 0 10px;
      }
	*html .col_640 {
      width:620px;
      }

    /* ------------------------------------------------ */
    /* 2 Column - Equal Split                           */
    /* |<------ 460px ------>|<----- 460px ----->|      */
    .col_460 {
    	width:460px;
    	overflow:hidden;    	
    	}
	
    /* ------------------------------------------------ */
    /* 3 Equal Columns                                  */
    /* |<-- 300px -->|<-- 300px -->|<-- 300px -->|      */
    .col3_300 {
    	width:300px;
    	overflow:hidden;
    	}
    	
    /* ------------------------------------------------ */
    /* Margins for Columns                              */
    .margin_left_20 {
        margin: 0 0 0 20px;
        }
    .margin_right_20 {
        margin: 0 20px 0 0;
        }
    *html .margin_right_20 {
        margin: 0 15px 0 0;
        }

/* ------------------------------------------------ */
/* Header Style                                     */

#head {	
	color: #fff;	
	}
#head {
	width: 100%;
	}
#head dl {
	position: relative; /*Layering fix*/
	margin: 0;
	padding: 8px 32px 0 0;
	text-align: right;
	}
#head dt {
	font-size: 14px;
	}
#head li {
	margin: 0;
	font-size: 11px;
	}
#head a {
	color: #fff;
	text-decoration: none;
	}
#head a:hover {
	text-decoration: underline;
	}

/* ------------------------------------------------ */
/* Footer Style                                     */

#footbar {
	clear: both;
	padding: .6em 30px;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;

	}
	#footbar .copyright {
		display: block;
		float: right;
		}
	#footbar li {
		display: inline;
		margin: 0;
		}
	#footbar a {
		padding: 0 .3em 0 .6em;
		text-decoration: none;
		font-size: 95%;
		font-weight:normal;
		text-decoration: underline;
		}
	#footbar a:hover {
		text-decoration: none;
		}
	#footbar a.first {
		padding-left: 0;
		background: none;
		}

	/* ------------------------------------------------ */
	/* Footer Content                                   */
	#foot {
		padding: 1.5em 30px;
		font-size: 10px;
		}
	#foot p {
		margin: 0;
		}
	#foot p, #foot a {
		line-height: 1.5;
		}
	#foot img {
		margin: .6em 0;
		}

/* ------------------------------------------------ */
/* Main Menu                                        */

#menu {
    margin:0 20px 0 20px;
	height: 29px;
	padding: 0 10px;
	white-space: nowrap;
	background-color:#003366;
	}
	#menu ul {
		float: left;
		padding-top: 7px;
		}
	#menu li {
		display: inline;
		margin: 0;
		margin-right: 12px;
		padding-right: 12px;
		background: url(/files/images/menu_item_pipe.gif) no-repeat bottom right;
		}
	#menu li a {
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
		}
	#menu li a:hover {
		text-decoration: none;
		}
	#menu form {
		text-align: right;
		padding-top: 5px;
		}

	/* ------------------------------------------------ */
	/* Menu Form  - Used for Search                     */
	#menu fieldset {
		margin: 0;
		color:#fff;
		border:0;
		}
	#menu form span {
		}
	#menu form .text  {
		margin: 0 .0em;
		margin-top: -1px;
		border: 0;
		width: 114px;
		height: 18px;
		padding:3px 0 0 0;
		font-size:14px;
		}
    *:first-child+html #menu form .text { /* IE 7 */
		margin-top: -2px;
		}
	*html #menu form .text { /* IE 5/6 */
		margin-top: -3px;
		}
	#menu form .submit {
		display: block;
		float: right;
		width: 26px;
		height: 21px;
		margin-top: -1px;
		background: url('/files/images/netposten/button_go.gif');
		text-indent: 9999px;
		overflow: hidden;
		}
     *html #menu form .submit {
        margin-left: -3px;
        height: 20px;
        }
/* ------------------------------------------------ */
/* Generic Classes                                  */

.attribute {
	font-weight: normal;
	color:#003366;
	}
.clear {
	clear: both;
	}
.clip {
	margin-bottom: 2em;
	padding-bottom: 1em;
	}
.clip h3 {
    border-bottom:1px solid #e7e7e7;
    padding:5px 5px 5px 0px;
    }
.clip .h3_mainheading {
    background: url(/files/images/netposten/h3_940px.jpg) no-repeat;
	color:#fff;
	height:20px;
	padding:6px 5px 0 5px;
	font-size:12px;
	text-transform: uppercase;
	border-bottom:0;
    }
.h3_mainheading {
    background: url(/files/images/netposten/h3_940px.jpg) no-repeat;
	color:#fff;
	height:20px;
	padding:6px 5px 0 5px;
	font-size:12px;
	text-transform: uppercase;
	border-bottom:0;
    }    
.date, .time {
	color: #999;
	white-space: nowrap;
	}
.hidden {
	display: none !important;
	}
.positive {
	color: #39c;
	}
.nochange {
	color: #709502;
	}
.negative {
	color: #cd3a3a;
	}
.shaded {
	border-top:1px solid #cccccc;
	}
*html .shaded {
	margin:0;
	
	}
fieldset.shaded {
	border: 1px solid #ccc;
	}
form.shaded {
	border: 1px solid #ccc;
	}
.title {
	font-weight: bold;
	color:#003366;
	}

/* More Link */
.more {
	margin: .5em .3em;
	}
	.more a:link, .more a:visited {
		border-bottom: 1px solid #3f3f3f;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		}
	.more a:hover, .more a:active {
		border-bottom-color: #fff;
		}

#breadcrumbs {
    font-size:11px;
    color:#000;
    padding:0px 5px 10px 5px;
    }

/* ------------------------------------------------ */
/* Internal Content Navigation                      */

.navigation {
	margin:0 10px 1em 0;
	white-space: nowrap;
	}
	.navigation .sub {
		}
	.navigation .sub a {
		padding: 5px 7px;
		color: #003366;
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
		}
	.navigation .sub a:hover {
		text-decoration: none;
		}
    .navigation ul {
        width:100%;
        }
        
	.tabs li {
		margin: 0;
		float: left;
		
		background:#ddd url(/files/images/netposten/tab_bg.gif) repeat-x;
		border-top: 1px solid #dbdbdb;
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		background-color: #ddd;
		}
	*html .tabs li { 
	    xpadding:0;
	    }
	.tabs li a {
		display: block;
		padding: 8px 5px 8px 5px;
		font-size: 11px;
		font-weight: normal;
		color: #003366;
		text-align: center;		
		}
	*:first-child+html .tabs li a { /* IE 7 */
		padding:8px 8px 8px 8px;
		}
	*html .tabs li a { /* IE 5/6 */
		padding:8px 8px 8px 8px;		
		}
	.tabs li img {
        position:absolute;
	    margin-top:10px;
	    margin-left:5px;
	    width:16px;
		  cursor:pointer;
	    }
	    
	.tabs li.selected {
	    border:0;
	    }    		
	.tabs li a.selected {
		background:none;
		border:0;
		background-color: #fff;
		text-decoration:none;
		color:#828282;
		}
	.tabs .disabled {
		color: #999;
		cursor: default;
		}
		
	/* ------------------------------------------------ */
    /* Tab menu with flags                              */	
	.flaged li a {        
        padding:8px 5px 8px 25px;
		}
	*:first-child+html .flaged li a { /* IE 7 */
		padding:8px 5px 8px  30px;
		}
	*html .flaged li a { /* IE 5/6 */
		padding:8px 5px 8px 25px;
		}
		
	.flaged li.world_tab {
	    width:140px;
	    margin:0 0 0 0;
	    }
	.flaged li.world_tab img {
	    margin:8px -10px 0 5px;
		cursor:pointer;
	    }
	    
	*:first-child+html .flaged li.world_tab img a.selected {
	    margin-left:-10px;
	    }
	*html .flaged li.world_tab img a.selected {
	    margin:8px 0 0 5px;
	    }
	
	    
/* ------------------------------------------------ */
/* Contextual classes                               */

div.chart {
	background: url(/files/images/netposten/loading.gif) no-repeat center;
	border: 0 solid #ebebeb;
	text-align: center;
	}
div.left {
	float: left;
	}
div.right {
	float: right;
	}
th.left, td.left {
	text-align: left;
	}
th.right, td.right {
	text-align: right;
	}

/* ------------------------------------------------ */
/* Form Elements                                    */

input.text {
	width: 100px;
	height: 16px;
	padding: 1px 2px 0 2px;
	border: 1px solid #ccc;
	}
input.button {
	padding: 1px 10px;
	font: 11px/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	background-color:#dddddd;
	font-weight: bold;
	}
input.checkbox {
	border: 0;
	background-color: transparent;
	}

.columns .column {
	float: left;
	margin-right: 1px;
	width: 24.8%;
	}

dd.key, dt.key {
	padding-left: .5em;
	border-left: 3px solid transparent;
	}
dl.key dt, dl.key dd {
	display: block;
	float: left;
	}
dl.key dt {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	}

    /* ------------------------------------------------ */
    /* Buttons                                          */
    
    .buttons a, .buttons button{
        display:block;
        float:left;
        margin:0 7px 0 0;
        background-color:#f5f5f5;
        border:1px solid #dedede;
        border-top:1px solid #eee;
        border-left:1px solid #eee;
    
        font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
        font-size:100%;
        line-height:130%;
        text-decoration:none;
        font-weight:bold;
        color:#003366;
        cursor:pointer;
        padding:5px 10px 6px 7px; /* Links */
        }
    .buttons button{
        width:auto;
        overflow:visible;
        padding:4px 10px 3px 7px; /* IE6 */
        }
    .buttons button[type]{
        padding:5px 10px 5px 7px; /* Firefox */
        line-height:17px; /* Safari */
        }
    *:first-child+html button[type]{
        padding:4px 10px 3px 7px; /* IE7 */
        }
    .buttons button img, .buttons a img{
        margin:-5px 3px -3px 0 !important;
        padding:0;
        border:none;
        width:16px;
        height:16px;
        }
    
    button:hover, .buttons a:hover {
        background-color:#dff4ff;
        border:1px solid #c2e1ef;
        color:#336699;
        }
    .buttons a:active {
        background-color:#6299c5;
        border:1px solid #6299c5;
        color:#fff;
        }


    .buttons span#fxcalcresult {
            font-weight:bold;
            font-size:14px;
            margin:5px 0 0 0;
        }

/* ------------------------------------------------ */
/* Contextual class elements                        */

table.trend .alternate td {
	background-color: transparent;
	}
tr.alternate td {
	background-color: #f3f3f3;
	}
.header dl {
    float:left;
    margin-top:-25px;
    width:835px;
    text-align:right;
    color:#666666;
    }
*:first-child+html .header dl {
    float:none;
    position:absolute;
    width:835px;
    xbackground-color:#000;
    }
* html .header dl {
    float:none;
    position:absolute;
    width:815px;
    }
	
dl.horizontal dt, dl.horizontal dd, ul.horizontal li, ol.horizontal li {
	display: inline;
	}
dl.horizontal dt, dl.horizontal dd {
	}
dl.pairs {
	margin:0 0 1.5em 0;
	}
dl.pairs dt, dl.pairs dd {
	margin: .65em -0.5em -0.5em -0.5em;
	}
dl.pairs dt, dl.multipairs dt {
	width: 70px;
	float: left;
	clear: left;
	}
.currency dl.pairs dt {
	width: 100px;
	}
.screener dl.pairs dt {
	width: 200px;
	}
dl.pairs dd, dl.multipairs dd {
	padding-left: .5em;
	}
dl.multipairs dd {
	float: left;
	}
dl.titles dt {
	font-weight: bold;
	}
dl.tabular dt, dl.tabular dd {
	margin: auto;
	margin-bottom: 1px;
	padding: .2em;
	}

	/* ------------------------------------------------ */
	/* Pagination                                       */
	.pagination dt, .pagination dd, .pagination ol li {
		float: left;
		}
	.pagination a {
		text-decoration: none;
		}
	.pagination a:hover, .pagination .current {
		text-decoration: underline;
		}
	.pagination dd {
		margin-left: .5em;
		}
	.pagination .numeric {
		padding: 0 .6em;
		background: url(/files/images/netposten/list_item_pipe.gif) no-repeat 0 75%;
		}
	.pagination .numeric.initial {
		background: none;
		}
	.pagination .first a, .pagination .last a, .pagination .previous a, .pagination .next a {
		display: block;
		width: 7px;
		height: 7px;
		margin: .2em 1px;
		padding: 2px;
		background: transparent no-repeat center;
		text-indent: -9999px;
		overflow: hidden;
		}
	.pagination .first a, .pagination .last a {
		width: 13px;
		}
	.pagination .first a {
		background-image: url(/files/images/arrow_first.gif);
		}
	.pagination .last a {
		background-image: url(/files/images/arrow_last.gif);
		}
	.pagination .previous a {
		background-image: url(/files/images/arrow_prev.gif);
		}
	.pagination .next a {
		background-image: url(/files/images/arrow_next.gif);
		}

/* Landing Page Clip Specific Styles */
#content.landing #left, #content.factsheet #right {
	
	}
#content.landing #right, #content.factsheet #left {
	
	}
#content.landing th {
	white-space: nowrap;
	}

/* Market Clip Specific Styles */
#market {
	/*margin-top: 1em;*/
	}
#market h3 {
	background: url(/files/images/netposten/h3_940px.jpg) no-repeat;
	color:#fff;
	height:20px;
	padding:6px 5px 0 5px;
	font-size:12px;
	text-transform: uppercase;
	border-bottom:0;
	}
#movers h3, #gainers h3, #losers h3 {
    font-size:12px;
    text-transform: uppercase;
    padding:5px 5px 5px 0px;
    border-bottom:1px solid #cccccc;
    color:#000;
    }
#movers, #gainers, #losers {    
    padding:7px 0 0 0;
    xbackground-color:#ccc;
    }
 
#market .tabs li {
	}
#market div.chart {
	padding-top: 1em;
	}
.trend_small {
	margin:50px 0 0 10px;
	}
.trend_small span.figures {
	color:#000000;
	font-weight:bold;
	font-size:18px;
	margin-left:5px;
	}
.trend_small span.name {
	color:#000000;
	font-weight:normal;
	font-size:12px;
	}
.trend_small span.market {
	color:#000000;
	font-weight:normal;
	font-size:12px;
	margin-left:5px;
	}

/* Indicies Clip Specific Styles */
#indices h3, #news h3, #commodities h3, #currencies h3, #fxrates h3 {
	background:url(/files/images/netposten/h3_940px.jpg) no-repeat;
	color:#fff;
	height:20px;
	padding:6px 5px 0 5px;
	text-transform: uppercase;
	font-size:12px;
	}

/* News Clip Specific Styles */
#news li {
	margin: .5em .3em;
	}
#news .rss {
	float:right;
	margin-right:0px;
	font-size:11px;
	margin-top:-15px;
	}
.feed {
    padding:0 0 5px 0;
    }

/* Factsheet Clip Specific Styles */
#content.factsheet .header table {
	background: url(/files/images/netposten/trend_bar.png) bottom left no-repeat;
	}
#content.factsheet .header thead tr {
	height: 28px;
	background:none;
	width: 940px;
	}

#content.factsheet .header td {
	padding: .5em;
	xbackground-color:#f0f0f0;
	
	}
#content.factsheet .header td.first {
	font-size: 125%;
	font-weight: bold;
	color:#fff;
	}
#content.factsheet .header h2, #content.factsheet .header dl, #content.factsheet .header .first {
	padding-left: 118px;
    }
#content.factsheet .header td.first_currency {
	padding-left: 118px;
	font-size: 125%;
	width: 25px;
	font-weight: bold;
	color:#fff;
	}
#content.factsheet .header td.second {
	font-size: 125%;
	font-weight: bold;
	width: 200px;
	color:#fff;
	}
.header {
    xposition:relative;
    margin-bottom:10px;
    margin-right: 5px;
    }
*html .header {
    xposition:relative;
    margin-right: 5px;
    }
    
.header h2 {
	 font-family: Arial;
	 font-size: 18px;
	 color: #003366;
	 font-weight: bold;
	}    
#content.factsheet .header dl dd {
	margin-right: 1em;
	}


#content.factsheet .big_trend {
	position: absolute;
	width: 70px;
	height: 70px;
	margin-top: 18px;
	margin-left: 28px;
	}
*:first-child+html #content.factsheet .big_trend {
    padding-top: 0px;
    margin-top: 25px;
	margin-left: 28px; 
    }
*html #content.factsheet {
    xposition: relative;
    }
*html #content.factsheet .big_trend {
    padding-top: 0px;
    xposition: relative;
    float:left;
	margin-top: 25px;
	margin-left: 28px;
    }
    
/* Sectors Clip Specific Styles */
#content.sectors table {
	width: auto;
	}

/* Trend Bar */
td.trend {
    
	text-indent: -9999px;
	width: 200px;
	}
td.trend .direction {
    postion:relative;
	float: left;
	width: 16px;
	height: 16px;
	background: #fff;
	}
td.trend.positive .direction {
	background: url(/files/images/arrow_positive.gif);
	}
td.trend.negative .direction {
	background: url(/files/images/arrow_negative.gif);
	}
td.trend.nochange .direction {
	background: url(/files/images/arrow_nochange.gif);
	}
td.trend .amount {
    postion:relative;
	float: left;
	width: 140px;
	height: 12px;
	margin: 2px 6px 0 6px;
	background: #ebebeb;
	}
#content.sectors td.trend .amount {
	xwidth: 350px;
	}
td.trend .amount .bar {
	display: block;
	width: 50%;
	height: 12px;
	position: relative;
	}
td.trend.positive .amount .bar {
	left: 50%;
	background: #39c;
	}
td.trend.negative .amount .bar {
	background: #cd3a3a;
	}
td.trend.nochange .amount .bar {
	width: 2px;
	left: 49%;
	background: #709502;
	}
td.trend.overflow .amount {
	background: url(/files/images/trend_bar.gif);
	}

td.trend.overflow .amount .bar {
	left: 0;
	background: #ebebeb;
	}
td.trend.overflow.negative .amount .bar {
	left: 50%;
	}

#content.landing table.trend .col1 {
	width: 35%;
	}
#content.landing table.trend .col2 {
	width: 12%;
	}
#content.landing table.trend .col3 {
	width: 35%;
	}
#content.landing table.trend .col4 {
	width: 18%
	}

/* Other Styles */
dl.heatmap dt {
	width: 40px;
	}
.heatmap.multipairs .col1 {
	width: 105px;
	}
.heatmap .col2 {
	width: 50px;
	}
.heatmap .col1, .heatmap .col2 {
	text-align: right;
	}

/* ------------------------------------------------ */
/* Extra Styles                                     */

    /* Search */
	#search_col_left, #search_col_right {
		float:left;
		width:460px;
		padding:0 0 0 10px;
		}
	#search_check_left, #search_col_right {
		float:left;
		width:170px;
		padding:0 0 0 20px;
		}
	#search_col_right {
		padding:0px 0 0 10px;
		width:460px;
		}
	*:first-child+html #search_col_right { /* IE 7 */
		padding:0px 0 0 10px;
		width:200px;
		}
	*html #search_col_right { /* IE 5/6 */
		padding:0px 0 0 10px;
		width:200px;
		}
		
	/* ------------------------------------------------ */
	/* Search box                                       */
	.forms fieldset {
		margin: 0;
		color:#000;
		border:0;
		background-color:#a2c3e7;
		height:31px;
		padding:0 0 0 5px;
		}
	.forms span {
	    float:left;
	    margin-top:10px;
	    padding:0 5px 0 0;
		}
	.forms .text  {
	    float: left;
		margin: 0 .0em;
		margin-top: 4px;
		border: 0;
		height: 20px;
		padding:3px 0 0 3px;
		font-size:14px;
		}
    *:first-child+html .forms .text { /* IE 7 */
		margin-top: 4px;
		}
	*html .forms .text { /* IE 5/6 */
		margin-top: 4px;
		}
	.forms .submit {
		display: block;
		float: left;
		width: 26px;
		height: 23px;
		margin-top: 4px;
		background: url('/files/images/netposten/button_go.gif');
		text-indent: 9999px;
		overflow: hidden;
		}
	 *:first-child+html .forms .submit { /* IE 7 */
		margin-top: 4px;
		}
	*html .forms .submit { /* IE 5/6 */
		margin-top: 4px;
		}	

	/* ------------------------------------------------ */
	/* News Search box                                       */
	.newsform fieldset {
		margin: 0;
		color:#000;
		border:0;
		background-color:#a2c3e7;
		height:31px;
		padding:0 0 0 5px;
		}
	.newsform span {
	    float:left;
	    margin-top:10px;
	    padding:0 5px 0 0;
		}
	.newsform .text  {
	    float: left;
		margin: 0 .0em;
		margin-top: 4px;
		border: 0;
		height: 20px;
		padding:3px 0 0 3px;
		font-size:14px;
		}
    *:first-child+html .newsform .text { /* IE 7 */
		margin-top: 4px;
		}
	*html .newsform .text { /* IE 5/6 */
		margin-top: 4px;
		}
	.newsform .submit {
		display: block;
		float: left;
		width: 26px;
		height: 23px;
		margin-top: 4px;
		background: url('/files/images/netposten/button_go.gif');
		text-indent: 9999px;
		overflow: hidden;
		}
	 *:first-child+html .newsform .submit { /* IE 7 */
		margin-top: 4px;
		}
	*html .newsform .submit { /* IE 5/6 */
		margin-top: 4px;
		}
	#newsoptions {
	    margin:5px 0 0 0;
	    padding: 0 0 0 5px;
	    }

	#search_col_right select {
		width:450px;
		border:1px solid #ccc;
		padding:5px;
		}
	 #search_container form {
		height:160px;
		}
	#search_container form {
		height:165px;
		}
	*:first-child+html #search_container form { /* IE 7 */
		height:172px;
		margin-bottom:10px;
		}
	*html #search_container form { /* IE 5/6 */
		height:151px;
		}
		
/* ------------------------------------------------ */
/* Search box                                       */		
.currencies_chart {
	text-align:left;
	float:left; 
	padding:10px;
	width:214px;
    }
*html .currencies_chart {    
    padding:10px 0px 10px 5px;
    }

.currencies_chart_left {
	float:left;
	text-align:center;
	margin-left:20px;
    }
*html .currencies_chart_left {	
	margin-left:10px;
    }
.currencies_chart_right {
	float:right;
	text-align:center;
	margin-right:20px;
    }
*html .currencies_chart_right {
	margin:0 10px 0 0px;
    }
.currencies_chart_small {
	width:70px;
    }
.currencies_chart_block {
	background-color:#f0f0f0;
	xborder:1px solid #c0c0c0;
	width:70px;
	height:30px;
	padding:6px 0 3px 0;
	font-size:19px;
	line-height:19px;
    }
*html .currencies_chart_block {
	padding:6px 0 3px 3px;
	}    
.currencies_chart_small_txt {
	font-size:10px;
	line-height:14px;
    }
#flags {
	width:100%;
	border-bottom:1px solid #cccccc;
	padding:0 0 0 5px;
    }
    
.flag11x16 {
    height: 11px;
    width: 16px;
    }
.flag11x11 {
    height: 11px;
    width: 11px;
    }
.unavailable {
	color: #B0B0B0;
}
table.landing_page_constituents {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	/*border: 1px solid #ebebeb;*/
}
table.landing_page_constituents th {
	height:30px;
	font-weight: bold;
    text-align: left;
    color:#154172;
    font-size:12px;
}

