/* ***************************************************************

	Stanrdard stylesheet for MOC Company TYPO3 site

	 @AUTHOR: Jan-Erik Revsbech <jer@moccompany.com>

   ************************************************************** */
html {
	overflow: -moz-scrollbars-vertical;
}
html,body {
  height: 100%;
}
body {
 background-color: white;
 font-family: Arial,Sans-Serif;
 margin: 0px;
 padding: 0px;
 text-align: center;
 color: #6d6e71;
 font-size: 11px;
}
a {
  color: #21c0c6;
}
a img {
 border: 0px;
}
div,p,li,td {
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 11px;

}

ul {
  margin-top: -12px;
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 11px;

}

div#pagecontainer {
  width: 960px;
  margin: 0px auto;
  text-align: left;
  background-color: white;
  height: 100%;
  clear: both;
}

div#supercontainer {
 background-color: white;
}


div#topbar {
  height: 160px;
  width: 960px;
  /*background-image: url('../images/topbar_skaerme.jpg');*/
  position: relative;
}
div#topbar A {
  color: white;
  text-decoration: none;
  /*font-weight: bold;*/
}
div#logoimage {
  position: absolute;
  top: 87px;
  left: 0px;
  height: 60px;
  width: 100%;
  background-color: white;
}

div#logos {
 padding-left: 15px;
 float: left;
}
div#toplogo {
  float: right;
}

div#breadcrumb {
  position: absolute;
  bottom: 0px;
  padding-left: 5px;
  color: white;
}
div#wrapper {
  margin-top: 20px;
  padding-top: 0px;
  margin-left: 10px;
  /*background-image: url('../images/fakebg_TWOcolumn.gif');*/
  background-image: url('../images/fakebg_threecolumn.gif ');
  clear: both;

  background-repeat: repeat-y;
}
div#wrapper_twocol {
  margin-top: 20px;
  margin-left: 10px;
  /*margin-right: 10px;*/
  background-image: url('../images/fakebg_TWOcolumn.gif');
  background-repeat: repeat-y;
}
div#wrapper2 {
  /*background-image: url('../images/fakebg_right.gif');*/
  background-repeat: repeat-y;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  padding-top: 0px;
  /*background-color: white;*/
}
div#menu {
  width: 180px;
  padding: 10px 10px 0px 10px;
  margin-top: 00px;
  background-color: #f6f5f0;
  /*background-color: blue;		*/
  float: left;
  color: #717171;
  display: inline;
  font-size: 10px;
}
div#maincontent {
  width: 730px;
  /*background-color: yellow;*/
  float: left;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  height: auto;
  margin: 0px 10px 0px 10px;

  /*background-color: yellow;*/
}
div#printcontent {
  width: 730px;
  /*background-color: yellow;*/
  float: left;
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
  height: auto;
  text-align: left;
  /*background-color: yellow;*/
}

div#topcontent {
  background-color: white;
  /*display: none;*/
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

div#maincontent_small {
  width: 530px;
  float: left;
  margin-right: 10px;
  /*background-color: blue;*/
  margin-top: 0px;
  padding-top: 0px;
}
div#secondary_column {
  width: 170px;
  padding: 0px 10px 0px 10px;
  /*margin-right: 10px;*/
  float: left;
  background-color: #f6f5f0;
  margin-top: 0px;
  overflow: hidden;
}

div#bottombar {
  background-color: #bdbfc2;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  color: #939598;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 9px;
}
div#bottombar P {
	margin: 0px;
	padding: 0px;
}


div.clear {
  clear: left;
}
div.gh1 {
  margin-bottom: 10px;
  margin-top: 0px;
}

/* Make the header of column1 indext -10px */
div#secondary_column div.gh1 {
  margin-right: -10px;
  margin-left: -10px;
  /*margin-bottom: 0px;*/
}

div.csc-header, div.csc-header-n1 {
  margin: 0px;
  padding: 0px;
}



h1 {
  font-family: Arial,SansSerif;
  font-size: 26px;
  text-transform: uppercase;
  color: #6d6e71;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: normal;
}
h2 {
  font-family: Arial,SansSerif;
  font-size: 14px;
  text-transform: uppercase;
  color: #939598;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: normal;

}
h3 {
  font-family: Arial,SansSerif;
  font-size: 12px;
  text-transform: uppercase;
  color: #939598;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: normal;
}
p {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;

}


/* ##########################################
	 Styles for various flexform elements.
########################################### */

/* ********* Two cols - equal width ****** */
.two-equal-width-cols{
  width:100%;
}
.two-equal-width-cols .left-col{
  float:left;
  width:48%;
}
.two-equal-width-cols .right-col{
  width:48%;
  float:right;
}
/* ******** Two cols - narrow left ******** */
.two-cols-narrow-left{
  width:100%;
}
.two-cols-narrow-left  .left-col{
  width:32%;
  float:left;
  margin-right:5%;
}
.two-cols-narrow-left  .right-col{
  width:60%;
  float:right;
}

/* ******** Two cols - narrow right ********* */
.two-cols-narrow-right{
  width:100%;
}
.two-cols-narrow-right .left-col{
  width:60%;
  float:left;
  margin-right:5%;
}
.two-cols-narrow-right .right-col{
  width:32%;
  float:left;
}

/* ********* Three cols - equal width ****** */
.three-equal-width-cols{
  width:100%;
}
.three-equal-width-cols .left-col{
  float:left;
  width:32%;
}
.three-equal-width-cols .middle-col{
  width:32%;
  float:left;
}
.three-equal-width-cols .right-col{
  width:32%;
  float:right;
}


/* Right col FCE-element with 3px rounded corners, image, text and red background */
.right-col-red-rounded-corners {
	width: 190px;
	background-color: #CD18C5;
	margin: 0 0 10px -10px;
}

.right-col-red-rounded-corners img {
	display: block;
}

.right-col-red-rounded-corners .image {
	padding: 5px 11px;
}

.right-col-red-rounded-corners .text {
	float: none;
}
.right-col-red-rounded-corners .text p {
	padding: 0px 11px;
	float: none;
}

.right-col-red-rounded-corners .text,
.right-col-red-rounded-corners .text a {
	color: #ffffff;
}

/* Center column FCE-element with image, text and red background */
.center-col-red {
	width: 730px;
	background-color: #CD18C5;
}
.center-col-red .image img {
	float: left;
}

.center-col-red .image {
	float:left;
	margin:0 10px 0 0;
}

.center-col-red .text {
	padding: 10px 0 0;
	float: none;
}

.center-col-red .text p a {
	color: #ffffff;
}
.center-col-red .text p {
	float: none;
	color: #ffffff;
	padding: 0;
	margin: 0;
}



/* ###########################################
				   Menu styles
   ########################################### */

/* ************* LEVEL 1 ********************* */
div.level-1-no,div.level-1-act, div.level-1-cur {
  padding-left: 0px;
  color: #6d6e71;
  margin-left: -10px;
  margin-right: -10px;
  padding: 1px 0px 1px 0px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 10px;
}


div.level-1-cur {
  color: #21c0c6;
}
div.level-1-no A,div.level-1-act A, div.level-1-cur A {
  color: #6d6e71;
  text-decoration: none;
  /*width: 100%;*/
  display: block;
  padding-left: 10px;
}
div.level-1-cur A {
  color: #21c0c6;
  font-weight: bold;
}

div.level-1-no A:hover,div.level-1-act A:hover, div.level-1-cur A:hover {
  color: #6d6e71;
  background-color: #21c0c6;
  /*background-color: #f2f2ee;*/
  color: white;
/*	width: 100%;*/
  font-weight: bold;

}

.level-1-spc {
  color: #6d6e71;
  padding: 1px 0px 2px 10px;
  margin: 10px -10px;
  background-color: #fff;
}



/* ************* LEVEL 2 ********************* */
div.level-2-no,div.level-2-act, div.level-2-cur {
  padding-left: 0px;
  color: black;
  margin-left: -10px;
  margin-right: -10px;
  padding: 1px 0px 1px 0px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;

}

div.level-2-cur {
  color: #21c0c6;
}
div.level-2-no A,div.level-2-act A, div.level-2-cur A {
  color: black;
  text-decoration: none;
  /*width: 100%;  */
  display: block;
  padding-left: 14px;
  padding-right: 5px;
}
div.level-2-cur A {
  color: #21c0c6;
  font-weight: bold;
}

div.level-2-no A:hover,div.level-2-act A:hover, div.level-2-cur A:hover {
  color: #6d6e71;
  background-color: #21c0c6;
  color: white;
  /*width: 100%;*/
  font-weight: bold;

}

/* ************* LEVEL 3 ********************* */
div.level-3-no,div.level-3-act, div.level-3-cur {
  padding-left: 0px;
  color: black;
  margin-left: -10px;
  margin-right: -10px;
  padding: 1px 0px 1px 0px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;

}

div.level-3-cur {
  color: #21c0c6;
}
div.level-3-no A,div.level-3-act A, div.level-3-cur A {
  color: black;
  text-decoration: none;
  /*width: 100%;  */
  display: block;
  padding-left: 20px;
  padding-right: 5px;
}
div.level-3-cur A {
  color: #21c0c6;
  font-weight: bold;
}

div.level-3-no A:hover,div.level-3-act A:hover, div.level-3-cur A:hover {
  color: #6d6e71;
  background-color: #21c0c6;
  color: white;
  /*width: 100%;*/
  font-weight: bold;

}

/************************************************************ TT_NEWS STYLES **************************************/

.news-latest-item {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	/*background-color: green;*/
}
.news-selected-item H3 A,
.news-latest-item H3 A{
	text-decoration: none;
	color: #6d6e71;
	font-weight: bold;
}
.news-selected-item H3 A {
	font-size: 16px;
}
div.news-latest-gotoarchive {
	margin-bottom: 0px;
	text-align: right;
	text-transform: uppercase;
	/*margin-top: -10px;*/
}
div.news-insert-single-item H2 {
  /*font-size: 16px;*/
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}
.tt_news_item h3 {
	color:#6D6E71;
	font-weight: bold;
}
div.news-insert-single-item H3 {
  text-transform: none;

}

div.news-insert-single-item	 hr {
  height: 1px;
  color: #6d6e71;
}

div.news-insert-single-item div.subheader {
  margin-top: 10px;
}
.clearer {
   clear: both;
   height: 0px;
/*	 background-color: yellow;*/
   line-height: 0px;
   font-size: 0px;
   border: 0px;
   padding: 0px;
}
/*
.news-latest-item IMG {
	margin-bottom:0px;
	margin-right:10px;
	float:left;
}
*/

div.news-latest-image-wrap {
 float: left;
}
div.news-latest-text-wrap {
 float: left;
 width: 380px;
 margin-left: 10px;
/* background-color: yellow;*/
}
.grid_2 div.news-latest-text-wrap {
	width: 331px;
}
div.news-latest-morelink {
  font-size: 8px;
}
div.news-single-item .subheader {
/*	color: black;*/
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-weight: bold;
}
div.news-single-item .subheader p.bodytext {
	margin: 0px;
	padding: 0px;
}
div.news-single-img {
	margin-left: 10px;
	float: right;
}
div.news-single-img ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
div.news-single-img ul li{
	margin-bottom: 5px;
}
div.news-single-date {
  /*font-size: 8px;*/
  margin-bottom: 10px;
}

div.nv_loginboks {
 margin-top: 0;
 padding: 10px 0;
}

.news-list-item H3 A{
	text-decoration: none;
	color: #6d6e71;
	font-weight: bold;
}
div.news-list-item p {
  margin-bottom: 3px;
  padding-bottom: 0px;
}
div.news-list-item {
  margin-bottom: 10px;
  padding-top: 0px;

}
div.news-list-morelink {
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 8px;
}

.news-amenu-container {
	padding-top: 0px;
	margin-top: 0px;
	/*background-color: yellow;*/
}
.news-amenu-container ul{
  text-align: left;
  margin-left: 12px;
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

.VideoGalleryPlayerSuperContainer {
}


/*********************** Nordvision contact info ***********************/
.link-loggedin {
 color: #8C6595;
 text-decoration: underline;
 cursor: pointer;
}
.link-public {
 color: #21C0C6;
 text-decoration: underline;
 cursor: pointer;
}
.groupmail-link {
 text-decoration: underline;
}
.groupmail_button {
 float: right;
 padding-top: 3px;
 padding-right: 10px;
 color: #444444;
 cursor: pointer;
/* text-decoration: underline; */
}
.nv_contacts_table_col_header a {
 color: #6d6e71;
 text-decoration: none;
}

div.nv_contacts_item {
  margin-bottom: 10px;
}
div.nv_kontakt_category_header_open {
  background-color: #f6f5f0;
  /*
  border-top: 1px solid #939598;
  border-right: 1px solid #939598;
  border-left: 1px solid #939598;
  border-left: 1px solid #939598;
  */
  border: 1px solid #939598;
  margin-bottom: 0px;
  height: 19px;
}
div.nv_kontakt_category_header_closed {
  background-color: #f6f5f0;
  border: 1px solid #939598;
  height: 19px;
}

div.text {
  float: left;
  padding: 2px;
  color: #000000;
}
div.news-selected-item div.text {
	color: #6d6e71;
}
div.nv_kontakt_category_toggle {
  float: right;
}
table.nv_contacts_table {
	width: 730px;
	border-collapse: collapse;
	margin-left: 0px;
}
div.nv_contacts_item>table.nv_contacts_table {
	width: 729px;
	border-collapse: collapse;
	margin-left: 1px;

}


table.nv_contacts_table th {
	border-left: 1px solid #939598;
	border-right: 1px solid #939598;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 2px;
	background-color: white;
}
table.nv_contacts_table td {
	border: 1px solid #939598;
	padding-left: 2px;
	background-color: white;
	font-size: 10px;
}
table.nv_contacts_table td A{
	color: #6d6e71;
}

table.nv_addresslist_table {
	width: 730px;
	border-collapse: collapse;
	margin-left: 0px;

}
div.tx-nvaddress-pi1>table.nv_addresslist_table {
	width: 729px;
	margin-left: 1px;

}
table.nv_addresslist_table th {
/*	  border-left: 1px solid #939598;
	border-right: 1px solid #939598;
	*/
	border: 1px solid #939598;
	text-transform: uppercase;
	font-size: 10px;
	/*padding-left: 2px;*/
	background-color: #dceaeb;
	color: black;
	font-weight: normal;
	padding: 0px;
	/*position: relative;*/
}
table.nv_addresslist_table td {
	border: 1px solid #939598;
	padding-left: 2px;
	background-color: white;
	font-size: 10px;
	vertical-align: top;
}
table.nv_addresslist_table td A{
	color: #6d6e71;
}



div.tblheader {
  float: left;
  padding: 3px;
  font-size: 10px;
}
div.tblheader a{
	text-decoration: none;
	color: black;
}
img.sortbtn {
  float: right;
}

div#selection {
  border: 1px solid #939598;
  background-color: #f6f5f0;
  margin-bottom: 10px;
  width: 728px;
  height: 19px;
}
div#selection_coprodlist {
  border: 1px solid #939598;
  background-color: #f6f5f0;
  margin-bottom: 10px;
  width: 673px;
  height: 19px;
  float: left;
}
input.selection_submit {
  border: 1px solid #939598;
  background-color: #f6f5f0;
  margin-bottom: 10px;
  width: 50px;
  height: 21px;
  margin-left: 5px;
}

div.section_header {
  border: 1px solid #939598;
  background-color: #f6f5f0;
  margin-bottom: 10px;
  width: 725px;
  height: 19px;
  /*padding-top: 3px;*/
  padding: 0px;
  padding-left: 3px;
  font-size: 11px;
  text-transform: uppercase;
  color: black;
}
td.pglist_bottom {
  background-color: #f6f5f0;
  padding-bottom: 10px;
}
div.section_header_text {
  float: left;
  padding-top: 2px;
}

div.selection_selector {
  float: right;
}
div.selection_text {
  float: left;
  padding: 3px;
  font-size: 11px;
  color: black;
  text-transform: uppercase;

}

div.address_popup {
  position: absolute;
  width: 423px;
  background-color: #f6f5f0;
  border: 1px solid #939598;
}

div.address_popup div.inner {
  padding: 10px;

}

table.address_info_table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
table.address_info_table td {
  background-color: #f6f5f0;
  border: 0px;
}
table.address_info_table td.label {
  text-transform: uppercase;

}
table.address_info_table td.field {
  text-transform: uppercase;
  color: black;
}

div.print_container {
  text-align: left;
  float: left;
  width: 50px;
  margin: 35px 10px 10px 10px;
}
div.print_container div.text A{
  color: black;
  text-decoration: none;

}
div.print_container img.printimg {
  float: left;
}

div.close_container {
  text-align: right;
  float: right;
  width: 50px;
  margin: 35px 10px 10px 0px;
}
div.close_container div.text A{
  color: black;
  text-decoration: none;

}
div.close_container img.closeimg {
  float: right;
}

/**************** SPOT STYLES ****************/
div.spotitem, div.spotitem-white {
  padding-top: 10px;
  padding-bottom: 20px;
}
div.spotitem-white {
  background-color: white;
  width: 190px;
  left: -10px;
  position: relative;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #cbcbc9;


  color: #6d6e71;
}

div.spotitem A, div.spotitem-white A {
	color: #06D9E1;
	text-transform: uppercase;
}

div.spot_imagetext {
  font-size: 9px;
  font-style: italic;
  margin-bottom: 10px;
}
div.spot_header {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
}
div.spot_bodytext {
  /*margin-top: 10px;*/
}

/**********TIP A FRIEND STYLES *************/
div.tip_section {
  margin-bottom: 25px;
}
textarea.tipmessage	 {
  font-size: 11px;
  color: #6d6e71;
  border-right: 1px solid #6d6e71;
  border-left: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  border-top: 2px solid #6d6e71;


}
 td.tca_form_label {
 width: 150px;
 text-transform: uppercase;
 vertical-align: top;
}
input.field, td.tca_form_field textarea, td.tca_form_field input, div#passwordbox td.field input{
  font-size: 10px;
  color: #6d6e71;
  border-right: 1px solid #6d6e71;
  border-left: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  border-top: 2px solid #6d6e71;

}
div#passwordbox {
  border: 1px solid #939598;
  background-color: #f6f5f0;
  width: 315px;
  padding: 10px;
}
div#passwordbox td.field input {
	width: 160px;
}
td.tca_form_field input,td.tca_form_field textarea {
  width: 250px;
  font-size: 11px;
}
div.info {
  color: gray;
  font-weight: bold;
  text-align: center;
}
div.error {
  color: red;
  font-style: italic;
  margin-bottom: 10px;
}

.error_row {
 color: red;
}



div#printbar {
  background-color:	 #f6f5f0;
  border: 1px solid #6d6e71;
  height: 18px;
  overflow: hidden;
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both;
  margin-top: 50px;
}

/**************** MAIL STYLES ************/
div.mailcontainer {
  width: 400px;

}
div.topimage {
  margin-bottom: 20px;
  position: relative;
}
div.topimage_text {
  position: absolute;
  top: 80px;
  left: 10px;
  color: black;
  font-size: 11px;
  text-transform: uppercase;
  /*font-weight: bold;*/
}
div.mail_inner {
  padding: 10px;
  text-align: left;
}
div.maillogo {
  text-align: right;
}

div#mail_bottombar {
  background-color: #bdbfc2;
  text-align: center;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 10px;
  color: #939598;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 9px;
}
input.submit, input.cancel	{
  border: 1px;
  font-size: 11px;
  background-color:	 #f6f5f0;
	border: 1px solid #6d6e71;
}

div.nv_dmailsubscribe div.label{
 text-transform: uppercase;

}

div.nv_dmailsubscribe div input.field{
  font-size: 10px;
  color: #6d6e71;
  border-right: 1px solid #6d6e71;
  border-left: 1px solid #6d6e71;
  border-bottom: 1px solid #6d6e71;
  border-top: 2px solid #6d6e71;
}
div.bars_left {
	padding-bottom: 15px;
	margin-top: 15px;
}
div.bars_right {
  text-align: right;
  padding-bottom: 15px;
}
p.news-single-imgcaption  {
  font-size: 9px;
}


/********************************** Fase 2 styles *****************/
table.nv_exchange_table {
	width: 730px;
	border-collapse: collapse;
	margin-left: 0px;
}
div.nv_exchange_item>table.nv_exchange_table {
	width: 729px;
	border-collapse: collapse;
	margin-left: 1px;

}
table.nv_exchange_table th {
	border: 1px solid #939598;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 2px;
	background-color: #ddd5df;
	color: black;
}
table.nv_exchange_table td {
	border: 1px solid #939598;
	padding: 2px;
	text-transform: uppercase;
}
table.nv_exchange_table td.exchange_description {
	background-color: #f6f5f0;
	color: #717171;
/*	  padding-left: 25px;*/
padding: 0px;
}
table.nv_exchange_table td.exchange_description div.description {
	padding: 5px;
	padding-left: 25px;
}
table.nv_exchange_table td.exchange_description h1 {
  font-size: 16px;
  font-weight: bold;
}
table.nv_exchange_table td.pm_icon {
  font-size: 16px;
  text-align: center;
  /*vertical-align: center;**/
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #8c6595;
  font-weight: bold;
  background-color: #f6f5f0;
}
table.nv_exchange_table td.pm_icon a {
  text-decoration: none;
  color: black;
}
table.subtable {
 width: 100%;
 border-collapse: collapse;
}
table.subtable tr.normal {
	background-color: white;
}
table.subtable tr.style1 {

}

table.subtable td {
  border: 0px;
  border-top: 1px solid #939598;
}
table.subtable td.label {
  width: 50%;
  border-right: 1px solid #939598;
  padding: 3px;
  padding-left: 25px;
}
tr.active_control_row {
  background-color: #8c6595;
}
tr.active_control_row td {
  color: white;
}
tr.normal_control_row {
  /*background-color: none;*/
}

/******************************** Faktaboks sytles *******************/
div.factbox {
  float: right;
   background-color: #f6f5f0;
   width: 305px;
   /*padding: 0px;*/
   margin-left: 10px;
   margin-bottom: 10px;

}
div.factbox div.content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;

}
div.factbox ul {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 15px;
  padding-left: 0px;
  list-style-image: url('../images/pil_faktaboks.gif');
}
table.nv_exchange_table td.detailscell {
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #8c6595;
}
div.coproduction_details {
	background-color: #f6f5f0;
	margin:0px;
	text-transform: none;
}
div.coproduction_details_public {
	padding: 2px;
	padding-left: 15px;
	padding-top: 5px;

}

table.coproduction_details_table {
	border-collapse: collapse;
	width: 100%;
}
table.coproduction_details_table td{
	border: 0px;
}
table.coproduction_details_table td.label, table.coproduction_details_table td.label-right{
	border-top: 1px solid #939598;
	border-right: 1px solid #939598;
	width: 30%;
	vertical-align: top;
	padding-left: 15px;
	color: black;
	/*text-transform: none;*/

}
table.coproduction_details_table td.label-right {
	text-align: right;
}
table.coproduction_details_table td.field{
	border-top: 1px solid #939598;
	color: black;
	text-transform: none;
}
table.coproduction_details_table td.broadcaster-field{
	border-top: 1px solid #939598;
	border-left: 1px solid #939598;
	color: black;
	width: 50px;
	text-transform: none;

}

table.coproduction_details_table td.interest_prel {
	border-top: 1px solid #939598;
	border-right: 1px solid #939598;
	width: 15%;

}
table.coproduction_details_table td.interest_definitive {
	border-top: 1px solid #939598;
	border-right: 1px solid #939598;
	width: 15%;
}
table.coproduction_details_table td.interest_no {
	border-top: 1px solid #939598;
}
table.coproduction_details_table td.section_header {
	border-top: 1px solid #939598;
	font-weight: bold;
	color: black;
	padding-left: 15px;
}

table.coproduction_details_table td.largefield {
	padding-left: 15px;
}
table.coproduction_details_table td.largefield div.header {
	color: black;
	text-transform: uppercase;
}

table.coproduction_details_table td.white {
	background-color: white;
}

table.nv_exchange_table td.edit_col {
  padding: 0px;
  margin: 0px;
  width: 85px;
  padding-left: 5px;
}
table.nv_exchange_table td.edit_col a,
table.nv_exchange_table td.edit_col input {
	display: block;
	float: left;
}
table.nv_exchange_table td.edit_col input {
	cursor: pointer;
}
th.title_col {
  /*width: 80%;*/
}
.edit_col input {
 margin-bottom: 3px;
}


input#loginboks_pass {
	float: left;
}
div#loginbtn {
	float: left;
	width: 20px;
	margin-left: 5px;
}

div.new_funding{
	display: inline;
	position: relative;
}
div.new_funding img{
	z-index: 5;
}
div.new_funding ul{
	background-color: white;
	border: 1px solid #CCCCCC;
	color: #999999;
	display: none;
	font-size: 10px;
	left: 3px;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 10px;
	white-space: nowrap;
	z-index: 10;
}
div.new_funding ul li{
	border-bottom: 1px solid #EEEEEE;
	padding: 3px;
}
div.new_funding ul li.first{
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 0;
}
div.new_funding ul li.first span{
	font-weight: normal;
	font-size: 9px;
}
div.new_funding ul li.last{
	border: none;
}

/**************** Search form ******************/
.toggle_advanced_search_button {
 margin: 2px 0px 4px 0px;
 padding: 0px;
 background-color: white;
 border: 0px solid;
 color: #8C6595;
 font-size: 9px;
}
table.advanced_search_activators {
 border-collapse: collapse;
 margin: 0px;
 padding: 0px;
}
table.advanced_search_activators input {
 border-collapse: collapse;
 margin: 2px 3px 2px 0px;
 padding: 0px;
}

.advanced_search_form table {
 border-collapse: collapse;
}
.advanced_search_form td {
 vertical-align: top;
}
.advanced_search_form_subtable {
 border-collapse: collapse;
}
.search_results_header {
 margin: 15px 0px 5px 0px;
 padding: 0px 0px 0px 0px;
 font-weight: bold;
}

/* Indexed search styles */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top: 0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-whatis p { margin:0px; padding: 0px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:left; font-weight: normal; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }


/******************************** Editor styles *******************/
/* Coproduction search styles */
.coproduction_search_form {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
.coproduction_search_form td {
	padding: 0px;
}
.coproduction_search_form input {
	height: 15px;
}
td.coproduction_search_button {
	padding-left: 20px;
}
.coproduction_search_button input {
	height: 18px;
}
.coproduction_search_results {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 9px;
}
.coproduction_search_results a {
 text-decoration: none;
}
.coproduction_search_results_header {
}
.coproduction_search_result_even td {
	border: 1px solid #939598;
	padding: 3px;
}
.coproduction_search_result_odd td {
	border: 1px solid #939598;
	padding: 3px;
}

/* Exchange search styles */
table.exchange_search_results {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 9px;
}
.exchange_search_results a {
 text-decoration: none;
}
.exchange_search_results_header {
}
.exchange_search_result_even td {
	border: 1px solid #939598;
	padding: 3px;
}
.exchange_search_result_odd td {
	border: 1px solid #939598;
	padding: 3px;
}

/* Coproduction editor styles */
table.coproduction_editor {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: black;
	font-size: 9px;
}
.coproduction_editor_left {
	vertical-align: top;
	text-align: left;
	height: 26px;
	padding: 0px 0px 0px 0px;
}
.coproduction_editor_left2 {
	vertical-align: top;
	text-align: left;
	height: 26px;
	padding: 0px 0px 0px 15px;
}
td.coproduction_editor_right {
}
table.coproduction_editor_status {
 border-collapse: collapse;
 text-align: center;
 border: solid 1px gray;
 margin-bottom: 7px;
}
.coproduction_editor_status_label {
 text-align: center;
 font-weight: bold;
 padding: 4px;
 font-size: 10px;
 white-space: nowrap;
/* background-color: gray;
*/
}
.coproduction_editor_status_value {
 border: solid 1px gray;
 padding: 4px;
 width: 30%;
 font-size: 10px;
/* background-color: red;
*/
}
.coproduction_editor_status_value_selected {
 border: solid 1px gray;
 padding: 4px;
 width: 30%;
 color: white;
 font-weight: bold;
 font-size: 10px;
 background-color: #DDD5DF;
}
.coproduction_form_guide_button {
 padding: 4px;
}

/* Exchange editor styles */
table.program_editor {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: black;
	font-size: 9px;
}
td.program_editor_left {
	vertical-align: top;
	text-align: left;
	height: 34px;
	width: 55%;
}
.program_editor_right {
	width: 45%;
}

/* General program editor styles */
.program_editor_guide {
	vertical-align: top;
	text-align: left;
	padding: 6px 5px 0px 0px;
}
.program_editor_label {
	vertical-align: top;
	text-align: left;
	padding-top: 6px;
	text-transform: uppercase;
	font-size: 9px;
}
div.program_editor_input {
	width: 100%;
}
div.program_editor_readonly {
	margin-left: 4px;

}
input.program_editor_input, select.program_editor_input {
	margin: 0px:
	padding: 0px;
	background-color: #f6f5f0;
	border: solid 1px #939598;
	width: 98%;
}
input.program_editor_regnum_input {
	padding: 2px;
	background-color: #f6f5f0;
	border: solid 1px #939598;
	width: 88%;
}
textarea.program_editor_input {
	margin-bottom: 6px;
	padding: 2px;
	background-color: #f6f5f0;
	border: solid 1px #939598;
	float: right;
	width: 99%;
}
input.program_editor_checkbox {
	margin: 0px;
	padding: 0px;
}
.program_editor_validation_error {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}
.program_editor_save_container {
	margin: 10px 0px 0px 0px;
	float: right;
}
.program_editor_save_container a {
	text-decoration: none;
}
.program_editor_save_container img {
	cursor: pointer;
}
.program_editor_close_container {
	margin: 10px 0px 0px 0px;
	float: left;
}
.program_editor_close_container a {
	text-decoration: none;
}
.program_editor_close_container img {
	cursor: pointer;
}
.program_editor_move_next_link {
	margin: 10px 0px 0px 15px;
	float: right;
}
.program_editor_move_next_link a {
	text-decoration: none;
}
.program_editor_move_next_link img {
	cursor: pointer;
}
.program_editor_move_previous_link {
	margin: 10px 15px 0px 0px;
	float: right;
}
.program_editor_move_previous_link a {
	text-decoration: none;
}
.program_editor_move_previous_link img {
	cursor: pointer;
}



div.interest_form_outer {
	position: absolute;
	width: 240px;
	background-color: white;
	padding: 5px;
	border: 1px solid #939598;
	z-index: 10;
	left: -252px;
	color: black;
	height: auto;
}
div.interest_form_outer td {
	color: black;
}
table.exchange_interest_table {
	width: 100%;
	border-collapse: collapse;
}
table.exchange_interest_table td{
  border: 0px;
  padding: 2px;
}
table.report_table {
	width: 100%;
	/*border-collapse: collapse;*/
}
table.report_table tr {
}
table.report_table td {
	padding: 0px;
}
table.report_table td.label {
	text-transform: uppercase;
}
table.report_table td.field {
	text-align: right;
}


/* ************* popupguide styles *************** */
/********** POPUPGUIDE *****************/
.popupguide_main_table {
 border-collapse: collapse;
 margin: 0px;
 padding: 0px;
 vertical-align: top;
 display: inline;
}
.popupguide_container_centered {
 position: absolute;
 z-index: 5;
 top: 50%;
 left: 30%;
 height: 100%;
 text-align: left;
}
.popupguide_container_centered_coproduction_editor {
 position: absolute;
 z-index: 5;
 top: 400px;
 left: 40%;
 height: 100%;
 text-align: left;
}
.popupguide_container_centered_exchange_editor {
 position: absolute;
 z-index: 5;
 top: 45%;
 left: 30%;
 height: 100%;
 text-align: left;
}
.popupguide_container {
 margin: 0px auto;
 padding: 0px;
 position: absolute;
/* z-index: 100;
*/
}
.popupguide_box {
 /*position: absolute;
 visibility: hidden;*/
 display: none;
 z-index: 100;
 margin: 0px;
 border: solid 1px #939598;
 padding: 2px;
 width: 440px;
 font-size: 9px;
 color: #6d6e71;
 height: auto;
}
.popupguide_box_visible {
 position: absolute;
 visibility: visible;

 z-index: 100;
 border: solid 1px #939598;
 margin: 0px;
 padding: 2px;
 width: 416px;
 background-color: #f6f5f0;
 font-size: 9px;
 color: #6d6e71;
 height: auto;
}
.popupguide_closebutton {
/* position: relative; */
 padding: 10px 0px 0px 0px;
 float: right;
 cursor: pointer;
}
.popupguide_closebutton IMG {
 position: relative;
 top: 4px;
 display: inline;
 padding: 0px 0px 0px 6px;
 z-index: 1000;
}
.popupguide_closebutton_text {
 display: inline;
 color: #111111;
}
.popupguide_opener {
 position: relative;
 top: 3px;
 margin: 0px;
 padding: 0px;
 cursor: pointer;
}
.popupguide_headline {
 padding: 0px 0px 8px 0px;
}
.popupguide_content {
 padding: 10px 8px 8px 8px;
}
/* Specific popupguides */
#popupguide_coproduction_contract, #popupguide_coproduction_deadline_interest_date, #popupguide_coproduction_interest,
#popupguide_coproduction_notes, #popupguide_coproduction_rights, #popupguide_coproduction_saveandclose, #popupguide_coproduction_description {
 margin-top: 340px;
}

/************************************************ FORUM STYLES *****************************/
div.forum_cat_list div.forum_cat_header {
	font-size: 22px;
	font-family: Verdana;
}
.forum_conf_content h3 a {
	text-decoration: none;
	color: #6d6e71;
	font-weight: bold;

}
div.forum_cat_list div.forum_conf_image {
	width: 140px;
	/*background-color: green;*/
	float: left;
}
div.forum_cat_list div.forum_conf_row {
	margin-bottom: 10px;
/*	background-color: yellow;*/
}
div.forum_cat_list div.forum_conf_content {
	float: left;
	margin-left: 10px;
	width: 578px;
	/*background-color: blue;*/
}



/* BASIC STUFF */
#tx_chcforum-pi1 {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

#tx_chcforum-pi1 caption {
	display: none;
}


/* only one form in the forum */
#tx_chcforum-pi1 form {
	margin-top: 5px;
	margin-bottom: 5px;
}

.tx-chcforum-pi1-noWrap {
	display: inline;
	white-space: nowrap;
}

.tx-chcforum-pi1-preTableWrap {
	border: 1px solid #999999;
	margin-bottom: 2px;
}

.tx-chcforum-pi1-postTableWrap {
	border: 1px solid #999999;
	margin-bottom: 2px;
}

/* GENERIC TABLE BEGIN */
.tx-chcforum-pi1-Table {
	border: 1px solid #666666;
	background: #FFFFFF;
	margin-bottom: 2px;
	width: 100%;
}

.tx-chcforum-pi1-Table thead tr th {
	font-size: 14px;
	font-weight: bold;
	background: #A7B3CB;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

/* category title row */
.tx-chcforum-pi1-Table tbody tr th {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #F3F5F8;
	padding: 5px;
	text-align: left;
}

/* category features row */
.tx-chcforum-pi1-Table tbody tr td {
	font-size: 12px;
	background: #f6f5f0;
	padding: 5px;
}
/* GENERIC TABLE END */


/* CATEGORY TABLE BEGIN */
/* cell 1 */
.tx-chcforum-pi1-catConferenceCell {
}

.tx-chcforum-pi1-catConferenceCell dl {
	margin: 0;
}

.tx-chcforum-pi1-catConferenceCell dt {
}

.tx-chcforum-pi1-catConferenceCell dd {
	font-size: 10px;
	margin-left: 5px;
}

.tx-chcforum-pi1-catConferenceCell dd.new {
	color: #FF0000;
}

/* cell 2 */
.tx-chcforum-pi1-catThreadCell {
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-catPostCell {
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-catLastCell {
	font-size: 10px !important;
	vertical-align: top;
}
/* CATEGORY TABLE END */


/* CONFERENCE TABLE BEGIN */
/* cell 1 */

.tx-chcforum-pi1-confThreadImage {
	text-align: center;
}


.tx-chcforum-pi1-confThreadSubjCell {

}

.tx-chcforum-pi1-confThreadNew {
	color: #FF0000;
	font-size: 10px;
	padding-left: 5px;
}

.tx-chcforum-pi1-confThreadBtns img {
	padding-top: 5px;
}

.tx-chcforum-pi1-confThreadBtns {
	padding-left: 5px;
}

/* cell 2 */
.tx-chcforum-pi1-confThreadRepliesCell {
	text-align: center;
}

/* cell 3 */
.tx-chcforum-pi1-confThreadAuthorCell {
	text-align: center;
}

/* cell 4 */
.tx-chcforum-pi1-confThreadLastCell {
	font-size: 10px !important;
}

/* CONFERENCE TABLE END */

/* NAVPATH BEGIN*/
.tx-chcforum-pi1-navPath a {
	color: #6F6E70;
}

.tx-chcforum-pi1-navPath {
	line-height: 15px;
	color: #6F6E70;
	background: #E9E9E9;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 1px;
	padding: 3px;
	font-size: 10px;
}
/* NAVPATH END*/

/* PAGELINKS BEGIN */
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
	color: #6F6E70;
	background: #E9E9E9;
	border-bottom: 1px solid #DEDEDE;
	font-size: 10px;
	line-height: 15px;
	padding: 3px;
	text-align: right;
	clear: both;
	padding-right: 5px;
}

.tx-chcforum-pi1-pageLinksBtm {
	margin-bottom: 1px;
}
/* PAGELINKS END */

/* POST FORM BEGIN */
.tx-chcforum-pi1-postForm {
	border: 1px solid #999999;
	/*background: #f6f5f0;*/
	background-color: #f6f5f0;
	padding: 5px;
	margin-bottom: 3px;
}

.tx-chcforum-pi1-postForm #formWhere {
	font-size: 14px;
	font-weight: bold;
	background: #A7B3CB;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 7px;
	border: 1px solid #999999;
}

.tx-chcforum-pi1-postForm fieldset label {
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
	width: 60px;
	float: left;
}

.tx-chcforum-pi1-postForm fieldset {
	background-color: #f6f5f0;
}
.tx-chcforum-pi1-postForm fieldset legend {

	color: #6d6e71;
}
.tx-chcforum-pi1-postForm fieldset#formTop {
	margin-bottom: 8px;
}

.tx-chcforum-pi1-postForm fieldset#formTop legend {
	margin-bottom: 3px;
	/*background-color: #E9E9E9;
	border: 1px solid #999999;*/
	padding: 2px;
	font-weight: bold;
}

.tx-chcforum-pi1-postForm fieldset#formBottom legend {
	/*background-color: #E9E9E9;*/
	/*border: 1px solid #999999;*/
	padding: 2px;
	font-weight: bold;
	margin-bottom: 5px;
}


.tx-chcforum-pi1-postForm fieldset#formTop input {
	display: block;
	width: 150px;
	float: left;
	padding: 2px;
	border: 1px solid #DEDEDE;
	margin-bottom: 2px;
}

.tx-chcforum-pi1-postForm textarea {
	border: 1px solid #DEDEDE;
	margin: 3px 0;
	width: 95%;
	height: 150px;
}

.tx-chcforum-pi1-postForm fieldset#formTop br {
	clear:left;
}

.tx-chcforum-pi1-formBtn {
	text-align: center;
}

.tx-chcforum-pi1-formBtn input {
	border: 1px solid #999999;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:2px;
	background-color: #FFF;

}

.tx-chcforum-pi1-formBtnHov {
	border: 1px solid #666;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:2px;
	background-color: #FFF;
	color: #CC0000;
}

.tx-chcforum-pi1-formBtnStyle {
	background-color: #FFF;
	border: 1px solid #666666;
	padding: 3px;
	margin: 3px;
}

.tx-chcforum-pi1-formBtnStyleHov {
	background-color: #FFF;
	border: 1px solid #C00;
	color: #CC0000;
	padding: 3px;
	margin: 3px;
}
/* POST FORM END */

/* SINGLE POST BEGIN */
.tx-chcforum-pi1-singlePost {
	border: 1px solid #666666;
	margin: 3px 0;
}

/* top */
.tx-chcforum-pi1-singlePost .author {
	background: #f6f5f0;
	padding: 3px;
	vertical-align: top;
	height: 78px;
}

.tx-chcforum-pi1-formEmicoStyle {
	margin: 3px;
}

.tx-chcforum-pi1-singlePost .im {
	vertical-align: middle;
	margin-top: 3px;
}

.tx-chcforum-pi1-singlePost .im a {
	margin-right: 10px;
}

.tx-chcforum-pi1-singlePost .im img {
	vertical-align: middle;
	border: 0px;
	padding-right: 2px;
	margin-bottom: 2px;
}

.tx-chcforum-pi1-singlePost .userPic {
	border: 1px solid #666666;
	float: right;
}
/* deprecated */
.tx-chcforum-pi1-singlePost #userPic {
	border: 1px solid #666666;
	float: right;
}

/* middle */
.tx-chcforum-pi1-singlePost .text {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #f6f5f0;
}

.tx-chcforum-pi1-singlePost .scroller {
	overflow: auto;
	width: 95%;
	background: #FFF;
	min-height: 125px;
	text-indent: 0px;
	padding: 3px;
}

/* bottom */
.tx-chcforum-pi1-singlePost .edit {
	background: #F3F5F8;
	padding: 3px;
	height: 19px;
	vertical-align: middle;
	margin-top: 3px;
}

.tx-chcforum-pi1-singlePost .edit a {
	margin-right: 30px;
}

.tx-chcforum-pi1-singlePost .edit img {
	vertical-align: middle;
	border: 0px;
}

.tx-chcforum-pi1-singlePost .attachment {
	background: #DEE3E7;
	padding: 3px;
}

.tx-chcforum-pi1-singlePost .attachment div {
	vertical-align: top;
}

.tx-chcforum-pi1-singlePost .attachment img {
	float: left;
	margin-right: 5px;
}

.tx-chcforum-pi1-singlePost .rate {
	background: #DEE3E7;
	border-top: 3px solid #FFFFFF ;
	padding: 3px;
}

.tx-chcforum-pi1-singlePost .rate input {
	background-color: #FFF;
	border: 1px solid #666666;
	font-size: 9px;
}

.tx-chcforum-pi1-singlePost .rate select {
	border: 1px solid #666666;
	font-size: 10px;
}

.tx-chcforum-pi1-singlePost .rate select option {
	height: 1.5em;
}

.tx-chcforum-pi1-singlePost .rate form {
	padding: 0;
	margin: 0;
	display: inline;
}

.tx-chcforum-pi1-singlePost .rate .rateStars {
	float: left;
	text-align: left;
	height: 1.85em;
}

.tx-chcforum-pi1-singlePost .rate .rateMenu {
	text-align: right;
	width: 100%;
	height: 1.85em;
}

.tx-chcforum-pi1-singlePost .offset {
	margin-left: 15px;
	margin-right: 15px;
}

.tx-chcforum-pi1-singlePost .codeCell {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	padding: 5px;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}

.tx-chcforum-pi1-singlePost .quoteCell {
	background-color: #FAFAFA;
	font-size: 10px;
	padding: 5px;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}

.tx-chcforum-pi1-singlePost .quoteCellAuthor {
	border: 0px;
	font-weight: bold;
	padding: 3px 0;
}

.tx-chcforum-pi1-singlePost .quoteTable {
	border: 0px;
	margin: 15px 0;
}

.tx-chcforum-pi1-singlePost .text img {
	max-height: 350px;
	max-width: 350px;
}

.tx-chcforum-pi1-singlePostQuoteText {
	background-color: #FAFAFA;
	border: 1px solid #666666;
	font-size: 10px;
	padding: 5px;
}


/* SINGLE POST END */


/* FOOTER BOX BEGIN */
.tx-chcforum-pi1-footerBox {
	background: #A7B3CB;
	padding: 3px;
	border: 1px solid #999999;
	font-size: 10px;
}

/* used for user listing */
.tx-chcforum-pi1-footerBox div {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10px;
}
/* FOOTER BOX END */

/* HEADER BOX BEGIN */
.header_center {
  text-align: center;
	height: 34px;
}
.header_text {
	font-size: 24px;
	line-height: 34px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
.header_small {
	margin-bottom: 3px;
	border: solid #666666 1px;
}
/* HEADER BOX END */

/* TOOL BAR	 BEGIN */
.tx_chcforum-pi1-toolBar {
	background: #f6f5f0;
	border: 1px solid #666666;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

.tx_chcforum-pi1-toolBar img {
	vertical-align: middle;
	margin-left: 16px;
}

.tx_chcforum-pi1-toolBar div {
	line-height: 30px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.tx_chcforum-pi1-subToolBar {
	background: #DEE3E7;
	margin-bottom: 1px;
	padding-right: 5px;
}

.tx_chcforum-pi1-subToolBar img {
	vertical-align: middle;
	margin-left: 16px;
}

.tx_chcforum-pi1-subToolBar div {
	margin: 0px;
	line-height: 15px;
	padding: 3px 0px 3px 0px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


/* TOOL BAR	 END */

/* PROFILE BEGIN */
.tx-chcforum-pi1-profileBorder {
	border: 1px solid #999999;
	padding: 3px;
}

.tx-chcforum-pi1-profileBorder #userPic {
	border: 1px solid #666666;
	float: right;
}

.tx-chcforum-pi1-profileBorder hr {
	clear: left;
	display: block;
	visibility: hidden;
}

.tx_chcforum-pi1-profileHdrBig {
	background: #DEE3E7;
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}

.tx_chcforum-pi1-profile_hdr {
	font-size: 11px;
  font-weight: bold;
  background: #f6f5f0;
  padding: 2px;
	padding-left: 6px;
}
/* PROFILE END */

/* MESSAGE BOX BEGIN */
.tx-chcforum-pi1-errorBoxCell {
	background: #f6f5f0;
	font-weight: bold;
	text-align: left;
}

.tx-chcforum-pi1-messageBoxErrorNoBorder {
	background: #FFD6EF;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
}

.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
	background: #FFCCCC;
	margin-bottom: 3px;
	padding: 3px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid #CF1127;
	color: #CF1127;
}
/* MESSAGE BOX END */

.tx-chcforum-pi1-forumTextBig {
	font-size: 14px;
	font-weight: bold;
}

.tx-chcforum-pi1-helpBox {
	background-color: #E9E9E9 !important;
	border-style: none;
}

.tx-chcforum-pi1-linkUp {
	background: #DEE3E7;
	border-bottom: 1px solid #DEDEDE;
	padding: 3px;
	padding-right: 5px;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
}

.tx-chcforum-pi1-previewBoxCell {
	background: #A7B3CB;
	text-align: center;
}

/* CWT COMMUNITY STYLES */

#tx_chcforum-pi1 .tx-cwtcommunity-pi1 .userlistLetters {
	font-weight: bold;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 form {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 td {
	font-family: arial, sans-serif;
	padding: 2px;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 th {
	background: #f6f5f0;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	text-align: left;
	letter-spacing: 0px;
}

.tx-chcforum-pi1-singlePost .author {
	height: 48px;
}

.tx-chcforum-pi1-singlePost .single_text {
	width: 100%;
}
/*
.tx-chcforum-pi1-singlePost .scroller {
	overflow: auto;
	width: 95%
	background: #FFF;
	min-height: 125px;
	text-indent: 0px;
	padding: 3px;
}
/**/
.tx-chcforum-pi1-singlePost .attachment {
	clear: both;
}
div.nv_forum_latest_item {
	margin-bottom: 10px;
}
/**/

.js-selector {
 color: #6D6E71;;
}

/****************************************** 50 års jubilæum tilmelding **************************/
textarea.textarea {
	background-color:#F6F5F0;
	border:1px solid #939598;
	float:right;
	margin-bottom:6px;
	padding:2px;
	width:99%;
}
.tx-jmkonf-pi1 input.field {
	width: 250px;
	clear: both;
}

.tx-jmkonf-pi1 label {
	display: block;
	width: 130px;
	/*background-color: green;*/
	float: left;
	/*padding-bottom: 10px;*/
}

h2.header {
	text-transform: none;
	font-weight: bold;
	color: black;
	margin-top: 20px;
}

.tx-mocsubscribe-input {
	margin-bottom: 5px;
}
.tx-jmkonf-pi1 .info {
	margin-top: 20px;

}

.tx-mocsubscribe-submit {
  border: 1px;
  font-size: 11px;
  background-color:	 #f6f5f0;
	border: 1px solid #6d6e71;

}
.tx-conference-registration-form-error {
	color: red;
	font-weight: bold;
}
.tx-conference-registration-error {
	color: red;
	font-style: italic;
}

.tx-mocsubscribe-input-error {
	/*border: 1px solid red;*/
}
img.right_arrow {
	margin-left: 10px;
}
div.advanced-search,
div.numberofresults div {
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 5px;
}

div.numberofresults div.results {
	font-size: 12px;
	cursor: auto;
}

.video-teaser {
	margin-bottom: 15px;
}

#footer {
	display: block;
	clear: both;
	background-color: #F6F5F0;
	width: 960px;
	height: 130px;
	padding-top:4px; 
	margin: 0 auto;
}
#footer span {
	display: block;
	font-weight: bold;
	width: 250px;
}

#footer .border{
	border-top: 4px solid #8c6e90;
	padding: 10px 10px 0 10px;
}

#footer .content {
	height: 100%;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	background: none !important;
	position: relative;
}
#footer .link-list-slot{
	width: 690px;
	position: absolute;
	top: 0;
	right: 0;
}
#footer .logo-slot{

}

#footer .content ul {
	margin: 0;
	float: right;
}
#footer .content li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
	border-left: 1px solid #6D6E71; 
}
#footer .content li:first-child {
	border-left: none; 
}
#footer .content li a {
	color: #6D6E71;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#footer .content li a:after {
	content: '_';
}

table tr.developmentproject {
	background-color: #F1FFDA;
}

table tr.active_control_row.developmentproject {
	background-color: #8C6595;
}

.interestlog {
	clear:both;
	padding: 10px 0px;
}

.interestlog .header {
	margin:20px 0px 20px 0px;
	border-bottom:1px solid #ccc;
	color: #000;
}

.ac_results {
	text-align: left;
	background-color: #f6f5f0;
	border:1px solid #ccc;
}

.ac_results ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ac_results ul li {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.ac_results .ac_over {
	background-color: #b572c6;
	color:#fff;
}


.tx-nvproductionsfileattachment-pi2 {
	margin: 0;
	padding: 0;
}

.tx-nvproductionsfileattachment-pi2 ul {
	margin: 0;
	padding: 0;
}

.tx-nvproductionsfileattachment-pi2 li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

.tx-nvproductionsfileattachment-pi2 li a {
	text-decoration: none;
}

.tx-nvproductionsfileattachment-pi2 li img {
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: bottom;
}






















