/********************************************
* CSS 
********************************************/

* {
	margin: 0;
	padding: 0;
}

.print {
	display: none;
}

body{
	/*font-family: verdana;*/
	font-family: verdana;
	font-size: 10px;
	/*color: #3b3b70;*/
	color: #727171;
	text-decoration: none;
	background-color: #FFFFFF;/*#f1f1f1;*/
}

div#container {
	/*background-color: #FFFFFF;*/
	/*font-family: verdana;*/
	/*color: #375587;*/
	font-size: 10px;
	color: #606060;
	/*border: 1px solid black;*/
}

div#top_banner {
	background-color: #FFFFFF;
}

div#top {
	background-color: #FFFFFF;
}

div#logincolumn {
	background: #FFFFFF url(../graphics/layout/login.jpg) no-repeat;
}

div#logincolumn .submit{
	background: #5995C7 url(../graphics/layout/login_knapp.gif) no-repeat;
	margin-top: 4px;
	width: 73px;
	height: 22px;
	cursor: pointer;
	border: none;
}

div#search {
	background: #FFFFFF url(../graphics/layout/sokefelt.jpg) no-repeat;
}

div#search .submit{
	background: #F57E22 url(../graphics/layout/sokefeltknapp.gif) no-repeat;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding-left: 5px;
	width: 80px;
	cursor: pointer;
	border: none;
}

div#time_languages {
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#time_in_norway{
	background-color: #5894C6;
	width: 150px;
	float: left;
	color: #FFFFFF;
	height: 16px;
	padding: 2px 0 2px 0;
	text-align: center;
}

div#admin_menu{
	background-color: #FFFFFF;
	width: 300px;
	float: left;
	height: 16px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
}

div#copyright {
	text-align: center; 
	font-size: 9px;
	clear: both;
}


.line {
	color: #FFFFFF;
	font-size: 11px;
	/*text-transform: uppercase;*/
	padding: 5px;
	background: #F57E22;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

h1 { 
	/*font-size: 20px;*/
	font-size: 17px;
	color: #5694cb;
	font-weight: bold;
}

h2 { 
	font-size: 11px;
	margin-bottom: 10px;
	color: #5694cb;
}

h3 { 
	font-size: 13px;
	margin-bottom: 5px;
}

p {
	/*margin-bottom: 5px;*/
	margin-bottom: 15px;
}

select {
	color: #606060;
	font-size: 10px;
	font-family: verdana;
}

a:link, a:visited {
	color: #606060;	
	text-decoration: none;
}

a:hover {
	color: #A0A0A0;	
	text-decoration: none;
}

a:active {
	color: #A0A0A0;	
	text-decoration: none;
}

a.orangelink:link, a.orangelink:visited {
	color: #F57E22;	
	font-weight: bold;
	text-decoration: none;
}

a.orangelink:hover {
	color: #F57E22;	
	font-weight: bold;
	text-decoration: underline;
}

a.orangelink:active {
	color: #F57E22;	
	font-weight: bold;
	text-decoration: none;
}

a.underline:link, a.underline:visited {
	color: #606060;	
	text-decoration: underline;
}

a.underline:hover {
	color: #A0A0A0;	
	text-decoration: underline;
}

a.underline:active {
	color: #A0A0A0;	
	text-decoration: underline;
}

.p_small {
	/*margin-bottom: 15px;*/
	margin-bottom: 5px;
}

ul{
	list-style-type: none;
}

table {
	/*font-size: 12px;*/
	font-size: 10px;
}

.table_colors, .company_table {
	/*font-size: 10px;*/
	border-collapse: collapse;
}

.table_colors td {
	border: 1px solid #FEC488;
	padding: 2px;
}

.table_colors th {
	padding: 4px;
	/*color: #FFFFFF;
	background: #F57E22;*/
	background: #FEE8D3;
	font-weight: bold;
	border: 1px solid #FEC488;
}

.company_table td {
	border: 1px solid #FEC488;
	padding: 2px;
}

.company_table th {
	/*padding: 4px;*/
	border: 1px solid #FEC488;
	font-weight: bold;
	color: #F57E22;
	font-size: 11px;
	/*text-transform: uppercase;*/
	background-color: #FEE8D3;
	/*padding: 5px 0 5px 0;*/
	text-align: center;
	/*padding: 5px 0 5px 0;*/
	padding: 5px 0 5px 0;
	/*margin-bottom: 5px;*/
}


div#mainlist  ul.list_colors {
	clear: both;
	border-top: 1px solid #FEC488;
	border-right: 1px solid #FEC488;
	border-left: 1px solid #FEC488;
}

.orange{
	background-color: #FEE8D3;
}

.white{
	background-color: #FFFFFF;
}

.field, .companyinfo {
	color: #606060;
	font-size: 10px;
	font-family: verdana;
}

/*Runde, orange buer, brukes til overskrifter*/
#round_orange, #round_orange2, #round_orange3, #round_orange4  {background-color: #F57E22; clear: both; float: left; color: #FFFFFF; font-weight: bold;}
.roundtop {background: #ffffff;}
.r1{margin: 0 5px 0 0; height: 1px; overflow: hidden; background: #F57E22;}
.r2{margin: 0 3px 0 0; height: 1px; overflow: hidden; background: #F57E22;}
.r3{margin: 0 2px 0 0; height: 1px; overflow: hidden; background: #F57E22;}
.r4{margin: 0 1px 0 0; height: 2px; overflow: hidden; background: #F57E22;}
.round_content {padding: 0 5px 5px 10px;}


/***** Login /Logout  *****/
a.login:link, a.login:visited{
	color: #FFFFFF;
}

a.login:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}

a.login:active {
	color: #FFFFFF;	
	text-decoration: none;
}

/***** Admin-meny på firmaprofilene (samme linje som "Time in Norway", vises bare ved admin-innlogging) *****/

div#admin_menu ul {
	list-style-type: none;
	text-align: center;
	float: left; 
}

div#admin_menu ul li {
	display: block;
	float: left;
	text-align: center;
	/*border: 1px solid black;*/
}

div#admin_menu ul li a{
	width: 100px;
	line-height: 16px;
	border-left: 1px solid #FFFFFF;
	border-right: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	/*font-size: 10px;*/
	font-weight: bold;
	color: #FFFFFF;
	background: #A69F9A;
}

div#admin_menu ul li a:hover{
	color: #F57E22;
	background: #FEE8D3;
}



/***** Høyrekolonne *****/
div#leftcolumn {
	/*font-family: verdana;*/
	background-color: #D3D2D1;
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	font-weight: bold;
}

.blue_header {
	float: left;
	/*line-height: 25px;*/
	background: #D3D2D1 url(../graphics/layout/blue.gif) no-repeat;
	/*height: 25px;*/
	width: 150px;
}

.orange_header {
	float: left;
	/*line-height: 25px;*/
	background: #D3D2D1 url(../graphics/layout/orange.gif) no-repeat;
	/*height: 25px;*/
	width: 150px;
}

.green_header {
	float: left;
	/*line-height: 25px;*/
	background: #D3D2D1 url(../graphics/layout/green.gif) no-repeat;
	/*height: 25px;*/
	width: 150px;
}

div#leftcolumn h2 {
	padding: 5px 0 0 30px;
	font-size: 10px; 
	color: #FFFFFF;
}

div#leftcolumn ul {
	clear: both;
	list-style-type: none;
	list-style-image: url(../graphics/layout/pil.gif);
	list-style-postition: inside;
	padding: 5px 5px 5px 25px;
	color: #FFFFFF;
}

div#leftcolumn li {
	margin-bottom: 3px;
}

div#leftcolumn a {
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	/*color: #3b3b70;*/
	color: #606060;	
	text-decoration: none;
}

div#leftcolumn a:hover {
	color: #A0A0A0;	
	text-decoration: none;
}

/***** Treffliste søkefelt *****/


.searchresult{
	border: 1px solid #F57E22;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	clear: both;
	width: 614px;
	text-align: center;
}

.searchresult h1 {
	color: #F57E22;
	font-size: 11px;
	/*text-transform: uppercase;*/
	background-color: #FEE8D3;
	/*padding: 5px 0 5px 0;*/
	text-align: center;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}

.searchresult .heading{
	text-align: center;
	margin: 20px 0 5px 0;
}

.bold{
	height: 30px;
	font-weight: bold;
}

.normal{
	height: 30px;
	font-weight: normal;
}


/***** Firmapresentasjonen *****/

div#companyprofile h1 {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #F57E22;
	padding: 5px 0 5px 0;
	width: 602px;
	border: 4px solid #F57E22;
	float: right;
}


div#basic {
	float: right; 
	margin-bottom: 20px;
	background-color: #FEE8D3;
	width: 602px;
	border: 4px solid #FEE8D3;
	border-top: none;
}

div#basic_white {
	float: left;
	/*margin-bottom: 20px;*/
	background-color: #FFFFFF;
	width: 594px;
	border: 4px solid #FFFFFF;
	border-top: none;
}


div#company_info {
	margin: 0;
	font-weight: bold;
	width: 330px;
	float: left;
	padding: 10px 5px 5px 5px;
}

div#logo{
	clear: right;
	width: 230px;
	float: right;
	padding: 10px 5px;
	margin: 0;
}

div#page {
	background-color: #FEE8D3;
	width: 602px;
	border: 4px solid #FEE8D3;
	float: right; 
}
div#page ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
}

div#page img{
	border: 1px solid #A69F9A;
}


div#page .tableinfo{
	font-size: 10px;
}

div#page .tableinfo tr {
	width: 602px;
}

div#page .tableinfo td {
	width: 300px;
}

div#profile ul{
	list-style-type: disc;
	list-style-position: inside;
}

div#profile_menu{
	height: 18px;
	clear: both;
}

div#profile_menu ul {
	list-style-type: none;
	text-align: center;
	float: right; 
}

div#profile_menu ul li {
	display: block;
	float: left;
	text-align: center;
}

div#profile_menu .menu a {
	color: #FFFFFF;
}

div#profile_menu .menu a:hover {
	color: #F57E22;
}

div#profile_menu ul li a,
div#profile_menu ul li .inactive{
	width: 86px;
	line-height: 18px;
	border-left: 1px solid #FFFFFF;
	border-right: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

div#profile_menu ul li a {
	background: #A69F9A;
	border-top: 1px solid #A69F9A;
	border-bottom: 1px solid #A69F9A;
}

div#profile_menu ul li .inactive {
	background: #CDC9C6;
	border-top: 1px solid #CDC9C6;
	border-bottom: 1px solid #CDC9C6;
}

div#profile_menu ul li a:hover{
	color: #F57E22;
	background: #FEE8D3;
	border-top: 1px solid #FEE8D3;
	border-bottom: 1px solid #FEE8D3;
}


div#profile_menu .active a {
	background: #FEE8D3;
	border: 1px solid #FEE8D3;
	color: #F57E22;
	border-top: 1px solid #FEE8D3;
	border-bottom: 1px solid #FEE8D3;
	border-left: 1px solid #FFFFFF;
}

/****** Bransjesidene/ Produktkategori  *****/

div#show_branch ul {
	/*list-style-type: disc;*/
	list-style-image: url(../graphics/layout/blue_dot.jpg);
	padding: 10px 5px 0 17px;
}

 .color { 
	clear: both;
	padding: 10px 2px 10px 2px;
	background: #DEE5E9 url(../graphics/layout/blue_dot.jpg) repeat-x;
	z-index: -10;
} 

.none_color { 
	clear: both;
	padding: 10px 2px 10px 2px;
	background: #FFFFFF url(../graphics/layout/blue_dot.jpg) repeat-x;
} 

div#product_cat {
	width: 280px;
	float: left;
}

div#product_companies {
	clear: right;
	float: right;
	width: 320px;
}


/***** Artikler *****/

.published {
	font-size: 10px;
}

/***** Fylker  *****/

div#counties {
	float: left;
	width: 170px;
}

div#counties ul {
	padding-left: 50px;
}

div#map {
	clear: right;
	float: right;
	width: 350px;
}

div#county_top {
	width: 455px;
	margin-bottom: 15px;
}

div#county_top .name {
	margin: 24px 0 0 0;
	clear: right;
	float: left;
}

div#county_top .logo {
	float: left;
	width: 50px;
}

div#county_top .print {
	clear: right;
	float: right;
}

div#county_info {
	clear: both;
	float: left;
	width: 250px;
	height: 150px;
}

div#map_small {
	clear: right;
	float: right;
	width: 150px;
}

div#county_adress {
	clear: both;
	float: left;
	border: 1px solid #F57E22;
	padding: 15px 5px;
	width: 445px;
}

/* stilsetting av meldinger som vises for brukeren */
p.error_message {
	/*border: 2px solid red;
	background: #FFFFFF;
	color: black;
	padding: 5px;*/
	padding: 5px 0; color: red;
	font-weight: bold;
}

p.success_message {
	border: 2px solid #F57E22;
	background: #FEE8D3;
	padding: 5px;
	font-weight: bold;
}

/*td.help*/
.help {
	/*font-size: 12px;*/
	/* background: url(/graphics/bg3.gif); */
	background-color: #FEE8D3;
	/*color: #336699;*/
	color: #606060;
	text-decoration: none;
	padding: 4px;
}


/* Hovedmenyen ved innlogging */
/*.white {
	background-color: #FFFFFF;
	
}

.grey {
	background-color: #EFEFEF;
}*/

div#mainlist ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 50%;
}

div#mainlist li{
	padding: 3px;
	margin: 0;
	border-bottom: 1px solid black;
}
/* Slutt hovedmenyen ved innlogging */



/***** Statistikk i eget vindu, åpnes fra firmaprofilen ved innlogging *****/

div#statistic_window{
	margin: 10px;
	width: 500px;
	border: 1px solid #5694cb;
	padding: 10px;
}

div#statistic_window table{
	width: 300px;
}

div#statistic_window table th{
	text-align: left;
}

.statistic_blue{
	color: #5694cb;
}

/************************************
* GAMMEL CSS
************************************/


/* omslutter hver enkelt annonse */
div.ads {
	clear: both;
	/* margin-bottom: 5px; */
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}


/* artikkel-teasere på forsiden */
div.article_teaser {
	clear: both;
	display: block;
	padding-top: 20px;
}

div.teaser_text {
	float: right;
	width: 345px;
}

div.teaser_text_wide {
	float: right;
	width: 500px;
}

h2.teaser {
	border-bottom: 1px solid gray;
	margin: 0;
}
/* slutt på artikkel-teasere på forsiden */


/* alfabetisk søkemeny på forsiden og resultatliste */

.alfabeth_header {
	align: left;
	width: 100px;
	display: block;
	float: left;
	color: inherit;
	font-size: 8px;
	margin: 0;
	padding: 2px 5px;
}


div#alfabeth ul{
	margin: 0;
	padding: 2px 5px;
}

div#alfabeth ul li,  div#pages ul li{
	display: inline;
	list-style: none;
}

div#alfabeth a{
	margin: 0px 3px 0 3px;
	font-size: 8px;
	text-decoration: none;
	color: inheret;
}

div#pages ul{
	padding-bottom: 5px;
}

div#pages a{
	margin-right: 5px;
	text-decoration: none;
	color: inheret;
}


/* slutt alf søkemeny*/






/* Industry Code admin modul */

.ic {
	align: left;
	width: 130px;
	display: block;
	float: left;
}

p.ic_position {
	margin: 0;
	padding: 0;
}

ul.industry {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

li.check {
	margin: 0; 
	padding: 0;
}

/* slutt IC */


img {
	border: none;
}

/*td.arkfane_active {
	background-color: #e3e9f1;
	height: 23px;
	width: 68px;
	background-repeat: repeat-x;
}

td.arkfane_inactive {
	background-color: #F0F0F0;
	height: 23px;
	width: 68px;
	background-repeat: repeat-x;
}

td.arkfane_company_active {
	background-color: #FFFFFF;
	border-top:  #333366 1px solid;
	border-left:  #333366 1px solid;
}

td.arkfane_company_inactive {
	background-color: #F0F0F0;
	border-bottom: #333366 1px solid;
}

td.arkfane_company_closed {
	background-color: #c8c8d7;
	border-bottom: #333366 1px solid;
}

.table_search {
	background-color: #e3e9f1;
	border: none;
}

.company_presentation_hr {
	width: 100%;
	height: 1px;
	color: #808080;
}


td.align_right {
	text-align: right;
	vertical-align: middle;
}

td.align_left {
	text-align: left;
}

.align_center_sub_heading {
	text-align: center;
	vertical-align: bottom;
}

td.valign_middle {
	vertical-align: middle;
	background-color: #375587;
	height: 14px;
}

.valign_top {
	vertical-align: top;
}
*/


a.representation, a.representation:link, a.representation:visited, a.representation:hover{ 
	color: #3b3b70; 
	font-size: 12px;
	text-decoration: none;
}

a.pagelink:link, a.pagelink:visited, a.pagelink:hover {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

table.printtext {
	display: none;
}

ol li {
	margin-bottom: 10px;
}

/***********************************************************************************************************/
/* her begynner original css */
/***********************************************************************************************************/

.border { 
	border: 1px solid #3B3B70; 
} 
          
.marg
{
	background-image:url(/graphics/gray1.JPG); 
	background-position: left top;
}



.mainfrontpagenewsheader
{
	font-weight: bold;
	font-size: 14px;
	color: #375587;
	text-decoration: none;
}

.mainfrontpagenewstext p
{
	font-size: 12px;
	color: #375587;
	text-decoration: none;
	margin-top: -10px;
}

.mainfrontpagenewslink
{
	font-size: 12px;
	color: #375587;
	text-decoration: none;
}

.toolboxtable
{
	border-bottom: black 1px solid;
}
.toolboxtable2
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	background-image: url(/graphics/bg4.gif);
	border-left: green 1px solid;
	border-bottom: black 1px solid;
}
.imageprinttext
{
	font-size: 10px;
	
}

.imageprinttext2
{
	font-size: 10px;
	line-height: 5px;
	
}

.mainfrontpagenewstext, .mainfrontpagenewstext td
{
	font-size: 12px;
	color: #375587;
	text-decoration: none;
}


h4 { color: #3E3F85; background-color: white;}
h5 { color: #3E3F85; background-color: white;}
h6 { color: #3E3F85; background-color: white;}




.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #3b3b70;
	text-decoration: none;
}
.breadcrumbsict, .breadcrumbsict a:link, .breadcrumbsict a:visited
{
	font-size: 12px;
	color: #3b3b70;
	text-decoration: none;
}
.breadcrumbscompanies, .breadcrumbscompanies a:link, .breadcrumbscompanies a:visited
{
	font-size: 12px;
	color: #3b3b70;
	text-decoration: underline;
}
.breadcrumbgt
{
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
}

.frontpagemainheader
{
	font-weight: bold;
	font-size: 20px;
	color: #375587;
	text-decoration: none;
}

.frontpagemainheader2
{
	font-weight: bold;
	font-size: 12px;
	color: #375587;
	text-decoration: none;
}

/*p.help {
	background-color: #ece9e0;
	color: #336699;
	padding: 4px;
}*/


td.industrysector
{
	font-size: 12px;
	background-color: #dedee7;
	color: #3b3b70;
	text-decoration: none;
	padding: 4px;
}

.helptext
{
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	background: url(/graphics/bg3.gif);
	padding: 4px;
}



.browsertext
{
	border-right: black thin solid;
	padding-right: 5px;
	border-top: black thin solid;
	padding-left: 5px;
	font-size: 12px;
	background: url(/graphics/bg3.gif);
	padding-bottom: 5px;
	border-left: black thin solid;
	padding-top: 5px;
	border-bottom: black thin solid;
	text-decoration: none;
}

.errortext
{
	font-size: 12px;
	color:red;
	text-decoration: none;
	padding: 4px;
}

.companytab
{
	font-size: 9pt;
	color: black;
	font-family: Verdanga,Arial;
	text-decoration: none;
}


.startpageheader   { color: #3b3b70; font-size: 18px;  text-decoration: none; font-weight: bold; }

.newsinfo   { color: #3b3b70; font-size: 12px;  text-decoration: none; }
a.newsinfolink:link, a.newsinfolink:visited   { color: #3b3b70; font-size: 12px;  text-decoration: none; }

a.newsinfolink:hover   { color: #0000ff; font-size: 12px;  text-decoration: none; }

.newspageinfo   { color: #3b3b70; font-size: 10px;  text-decoration: none; }
a.newspageinfolink:link, a.newsinfolink:visited   { color: #3b3b70; font-size: 10px;  text-decoration: none; }
a.newspageinfolink:hover   { color: #0000ff; font-size: 10px;  text-decoration: none; }

.companyheader   { color: #3b3b70; font-size: 18px;  text-decoration: none; font-weight: bold; }
.companyheadersmall, .companyheadersmall a:link, .companyheadersmall a:visited   { color: #3b3b70; font-size: 12px;  text-decoration: none; font-weight: bold; }
.companyinfoNA   { color: #9191af; font-size: 12px;  text-decoration: none; }
.companyheaderNonBold { color: #3b3b70; font-size: 18px;  text-decoration: none;}

.companyrightboxes   { color: black; font-size: 12px;  text-decoration: none; }
.companytabdisabled   { color: #7c7ca3; font-size: 12px;  text-decoration: none; }

td.companyprofile a:link   {color: #CC3300; font-size: 12px;  text-decoration: none }
td.companyprofile a:visited {color: #CC3300; font-size: 12px;  text-decoration: none }
td.companyprofile a:hover {color: #FF0000; font-size: 12px;  text-decoration: underline}
.companyprofile a:link   {color: #CC3300; font-size: 12px;  text-decoration: none }
.companyprofile a:visited {color: #CC3300; font-size: 12px;  text-decoration: none }
.companyprofile a:hover {color: #FF0000; font-size: 12px;  text-decoration: underline}

.companyprofileheader
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 14px;
	background-color: #375587;
	padding-bottom: 4px;
	color: white;
	padding-top: 4px;
	text-decoration: none;
}

a.companyheadersmalllink:link, a.companyheadersmalllink:visited   { color: #3b3b70; font-size: 12px;  text-decoration: none; font-weight: bold; }
a.companyheadersmalllink:hover   { color: #0000ff; font-size: 12px;  text-decoration: none; font-weight: bold; }

a.companyinfolink:link, a.companyinfolink:visited   { color: #3b3b70; font-size: 12px;  text-decoration: none; }
a.companyinfolink:hover   { color: #0000ff; font-size: 12px;  text-decoration: none; }

a.companylistmember:link, a.companylistmember:visited  { font-size: 12px;  text-decoration: none; font-weight: bold; color: #3b3b70; }
a.companylistmember:hover  { font-size: 12px;  text-decoration: none; font-weight: bold; color: #0000ff; }

a.companylistsubscriberlite:link, a.companylistsubscriberlite:visited {	font-size: 12px; color: #3b3b70;		text-decoration: underline; }
a.companylistsubscriberlite:hover {	font-size: 12px; color: #0000ff;		text-decoration: underline; }

a.companylistnonmember:link, a.companylistnonmember:visited  { color: #3b3b70; font-size: 12px;  text-decoration: none; }
a.companylistnonmember:hover  { color: #0000ff; font-size: 12px;  text-decoration: none; }



.frontpagenewsheader1, .frontpagenewsheader1 a:link, .frontpagenewsheader1 a:visited
{
	
	color: #3E3F85;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	text-decoration: none;
}
.frontpagenewsheader2, .frontpagenewsheader2 a:link, .frontpagenewsheader2 a:visited
{
	color: #3E3F85;
	font-size: 12px;
	font-weight: bold;
	height:20px;
	text-decoration: none;
}


td.mailinfo
{
	font-size: 12px;
	background: url(/graphics/bg1.gif);
	color: White;
	text-decoration: none;
	padding: 4px;
}

td.mailinfo mailinfobig
{
	font-size: 15px;
	color: white;
	text-decoration: none;
}

.tradeboard, a.tradeboard:link, a.tradeboard:visited
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: white;
	text-decoration: none;
}

a.tradeboard:hover
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	background-color: white;
	text-decoration: underline;
}


.LeftMenuFlyOut, .LeftMenuFlyOut a:link, .LeftMenuFlyOut a:visited
{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.LeftMenuFlyOut a:hover
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}



.LeftMenu, a.LeftMenu:link, a.LeftMenu:visited
{
	font-weight: bold;
	font-size: 12px;
	color: #375587;
	text-decoration: none;
}

a.LeftMenu:hover
{
	font-weight: bold;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}


font.LeftMenuHeadlines,a.LeftMenuHeadlines, a.LeftMenuHeadlines :link, a.LeftMenuHeadlines:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	position:relative;
	left:8px;
}




table.tradeLeadTable 
{
	border-collapse: collapse; 
}
td.tradeLeadDetails 
{ 
	border: solid 1px black; padding: 0.3em; 
}
td.tradeLeadHead 
{
	border: solid 1px black; padding: 0.3em; background-color: silver; 
}
td.extraSpace 
{
	padding-top: 1.5em;
}

/****************************************************************************************
* Formatering for tekster
*****************************************************************************************/

div#texts ul li {
	list-style-type: circle;
	text-transform: none;
	font-size: 10px;
	list-style-position: outside;
	margin-left: 20px;
}

div#texts ol li {
	font-size: 10px;
	list-style-position: outside;
	margin-left: 30px;
}

div#texts h2 { 
	font-size: 13px;
	margin-bottom: 10px;
	color: #5694cb;
}

div#texts h3 { 
	font-size: 11px;
	margin-bottom: 5px;
	color: #5694cb;
}


/****************************************************************************************
* Slutt på formatering for tekster
*****************************************************************************************/
