body
{
  /* background-image:url('/images/back.jpg');
  background-repeat:repeat-x; */
  background-color:#EAEAEA;
}

a {
	color: #0B75CE;
	text-decoration:none;
}

a:hover {
	color: #ff3932;
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

/* ------------------------------------------------------------ */
/* LEFT MENU                                                    */
/* ------------------------------------------------------------ */

/* DIV tag containing the left menu */
.leftmenu table 
{
  margin-bottom:10px;
	width:159px; 
}


.leftmenu a
{
	font-weight:normal;
}

/* Heading */
.subMenuOverskrift {
	height:16px; 
	background-color:#BD0518; 
	font-family:verdana, sans-serif; 
	font-size:10px;
	padding-top:9px; 
	padding-bottom:9px; 
	padding-left:9px; 
	border-bottom:solid 2px #F6F5F2;
	color:White; 
	width:159px;
}

/* Heading */
.subMenuOverskrift2 {
	height:16px; 
	background-color:#8C8A81; 
	font-family:verdana, sans-serif; 
	font-size:10px;
	padding-top:9px; 
	padding-bottom:9px; 
	padding-left:9px; 
	border-bottom:solid 2px #F6F5F2;
	color:White; 
	width:159px;
}


/* TD tag containing first level of menu */
.subMenu_tbl {
	height:17px; 
	background-color:#D4D0C2;
	text-decoration:none;
	padding-top:6px; padding-bottom:3px;
	color:Black;
	border-bottom:solid 1px #BABCBE;
}

/* TD tag containing first level of menu when it's selected*/
.subMenu_tbl_selected {
	height:17px; 
	background-color:#595852;
	text-decoration:none;
	padding-top:6px; padding-bottom:3px;
	color:Black;
	border-bottom:solid 1px #BABCBE;
}

/* First level a tag */
.subMenu {
	font-family: verdana, sans-serif; font-size:10px; color:Black;
	width:159px;
	cursor: pointer;
	text-decoration:none;
	padding-left:9px;
}

.subMenuBold
{
  font-weight:bold;
}

.subMenu:hover
{
	text-decoration:none;
}

/* First level a tag when it's selected */
.subMenu_selected {
	font-family: verdana, sans-serif; font-size:10px; color:#EEECE5;
	width:159px;
	cursor: pointer;
	text-decoration:none;
	padding-left:9px;
}

.subMenu_selected:hover
{
	text-decoration:none;
	color:#EEECE5;
}

/* Second level menu TD tag */
.subMenu2_tbl {
 height:14px; 
 width:159px; 
 padding-top:6px; padding-bottom:3px;
 border-bottom:solid 1px #BABCBE;
}

/* Second level menu a tag */
.subMenu2 {
 height:14px; 
 width:159px; 
 font:xx-small verdana, sans-serif; 
 cursor:pointer; 
 color:Black;
}

.subMenu2:hover 
{
  text-decoration:none;
}

/* Second level menu TD tag selected */
.subMenu2_tbl_selected {
 background-color:#595852;
 height:14px; 
 width:159px; 
 padding-top:6px; padding-bottom:3px;
 border-bottom:solid 1px #BABCBE;
}

/* Second level menu a tag selected */
.subMenu2_selected {
 height:14px; 
 width:159px; 
 font:xx-small verdana, sans-serif; 
 cursor:pointer; 
 color:#EEECE5;
}

.subMenu2_selected:hover 
{
  text-decoration:none;
  color:#EEECE5;
}

/* Second level arrow image */
.subMenu2Dot {
	float:left; margin-top:4px; margin-left:15px; margin-bottom:2px; margin-right:6px;
}

/* Third (last) level TD tag */
.subMenu3_tbl 
{
	padding-top:6px; padding-bottom:3px;
  border-bottom:solid 1px #BABCBE;
}

/* Third (last) level a tag */
.subMenu3 {
	height:12px; 
	width:159px; 
	font:xx-small verdana, sans-serif; 
	cursor:pointer; 
  color:Black;
}

.subMenu3:hover { text-decoration:none}

/* Third (last) level TD tag selected */
.subMenu3_tbl_selected 
{
  background-color:#595852;
	padding-top:6px; padding-bottom:3px;
  border-bottom:solid 1px #BABCBE;
}

/* Third (last) level a tag selected */
.subMenu3_selected {
	height:12px; 
	width:159px; 
	font:xx-small verdana, sans-serif; 
	cursor:pointer; 
  color:Black;
  color:#EEECE5;
}

.subMenu3_selected:hover 
{ 
  text-decoration:none;
  color:#EEECE5;
}  

/* Third (last) level arrow image */
.subMenu3Dot {
	float:left; margin-top:4px; margin-bottom:2px; margin-left:26px; margin-right:6px;
}


/* ----------------------------------------------------------- */
/* Breadcrumb                                                  */
/* ----------------------------------------------------------- */

.breadcrumb
{
  font-family: verdana, sans-serif;
  font-size: xx-small;
  color: #AAAAAA;
  text-decoration: none;
  margin-top:10px;
  margin-right:4px;
  float:left;
}

.breadcrumb:hover
{
  font-family: verdana, sans-serif;
  font-size: xx-small;
  color: #AAAAAA;
  text-decoration: underline;
}

/* ----------------------------------------------------------- */
/* Generic tags                                                */
/* ----------------------------------------------------------- */

p 
{
  margin-top: 0px;
  margin-bottom: 0px;
}

h1, .heading1 
{
  font-family: verdana, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

h2, .heading2 
{
  font-family: verdana, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.h2normal
{
	font-weight: normal;
}

h3, .heading3 
{
  font-family: verdana, sans-serif;
  font-size: x-small;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

.normal
{
  font-family: verdana, sans-serif;
  font-size: x-small;
  color: #000000;  
}

table.normal
{
  background-color:#F6F5F2;
  font-family: verdana, sans-serif;
  font-size: x-small;
  color: #000000;
  height:100%;
}

.smallnormal
{
  font-family: verdana, sans-serif;
  font-size: xx-small;
  color: #000000;
}

.smallnormal h1
{
  font-family: verdana, sans-serif;
  font-size: x-small;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

td
{
  font-family: verdana, sans-serif;
  font-size: xx-small;
  color: #000000;
}

.searchinput
{
  border: 1px solid #BABCBE;
  font-family: Verdana, sans-serif;
  font-size: xx-small;
}

.toptext
{
  font-family:Verdana, sans-serif;
  font-size:xx-small;
  color:#ffffff;
}

.newsnormal
{
  font-family: verdana, sans-serif;
  font-size: xx-small;
  color: #000000;  
}

.newsabstract
{
  font-family: verdana, sans-serif;
  font-size: xx-small;
  color: #000000;  
  margin-bottom: 10px;
}

.newsheading1
{
  font-family: verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 5px;
}

.newsheading2 
{
  font-family: verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

.newsheading3 
{
  font-family: verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

.newsheading1 a, .newsheading2 a, newsheading3 a
{
  color:#000000;
}

.keyword
{
  font-family: verdana, sans-serif;
  font-size: x-small;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom:0px;
}


.tablerow
{
   border-top-style:solid;
   border-top-width:1px;
   border-top-color:#B7C5D3;
   padding-top: 2px;
   padding-bottom: 4px;
}

.tabletitle
{
   border-top-style:solid;
   border-top-width:1px;
   border-top-color:#B7C5D3;
   font-size: xx-small;
   color: #959595;
   padding-top: 2px;
   padding-bottom: 4px;
}

.sortselect
{
  border:1px;
  border-color:White;
  border-style:solid;
}

.sortselected
{
  border:1px;
  border-color:White;
  border-style:solid;
  background-color:#00457f;
  color:white;
  font-weight:bold;
}

.spot
{
  background-color:#EAEBEC;
  padding:10px;
  margin-bottom:10px;
}

.spot a
{
  color:#000000;
}

.spotLink
{
  background-color:#D1D4D5;
  padding:10px;
  margin-bottom:10px;
  background-image:url('/images/spot_link.gif');
  background-repeat:no-repeat;
  background-position:130px 13px;
}

.spotLink a
{
  color:#000000;
  font-weight:normal;
}

.SpotRelatedDocsHeader
{
  background-color:#D1D4D5;
  padding:6px 10px 6px 10px;
}

.SpotRelatedDocsBody
{
  background-color:#EAEBEC;
  padding:2px 10px 10px 10px;
  margin-bottom:10px;
} 

.SpotRelatedDocsBody a
{
  color:#000000;
  font-weight:normal;
}


hr 
{ 
  color:#B7C5D3;
  height:1px;
}
   
.listDate
{
  color:#656565;
}

.listManchet
{
  color:#454545;
}

.newsspan
{
  padding:2px 2px 2px 2px;
  /*border-bottom:1px #B7C5D3;*/
  display: inline;
}

body.main 
{
  margin:10px;
}

.DisplayNone
{
  display:none;
}

/* ----------------------------------------------------------- */
/* Keywords(forskingsresultater)                               */
/* ----------------------------------------------------------- */

.emneordSection
{
  width:142px;
  float:left;
  margin:0px 10px 10px 0px;
}

.emneordHeader
{
  background-color:#D4D0C2;
  padding:4px;
  height:40px;
	font-family:verdana, sans-serif; 
	font-size:11px;
}

.emneordHeader .title
{
  width:108px;
  float:left;
	overflow:hidden;
}

.emneordHeader .title a
{              
  color:Black;
  font-weight:bold;
}

.emneordHeader .image img
{
  border:0px;
}

.emneordBody
{
	font-family:verdana, sans-serif; 
	font-size:10px;
	width:140px;
	height:60px;
	overflow:hidden;
}

.emneordBreak
{
  clear:both;
}

/* ----------------------------------------------------------- */
/* For forskere                                                */
/* ----------------------------------------------------------- */

.forforskereLinks
{
	font-family:verdana, sans-serif; 
	font-size:11px;
  background-color:#e8ecef;
  padding:12px;
  margin-bottom:8px;
  font-weight:bold;
  overflow:hidden;
}

.forforskereLinks .title
{
  margin-bottom:2px;
}

.forforskereLinks .spacer
{
  margin-top:8px;
}

.forforskereSiblingLinks
{
}

.forforskereSiblingLinks .prev
{
  float:left;
}

.forforskereSiblingLinks .next
{
  float:right;
}

.topFrise
{
  position:absolute;
  left:691px;
  top:54px;
  margin:0px;
  padding:0px;
}

.topFrise ul
{
  list-style:none;
  margin:0px;
  padding:0px;
}

.topFrise ul li
{
  float:left;
  padding-right:6px;
}

/* ----------------------------------------------------------- */
/* Nationale Data (EHR)                                        */
/* ----------------------------------------------------------- */

div.ehr_autocomplete
{
	position: absolute;
	z-index: 1000;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}
div.ehr_autocomplete ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.ehr_autocomplete ul li.selected
{
	background-color: #B7C5D3;
}
div.ehr_autocomplete ul li
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	/*height: 15px;*/
	cursor: pointer;
}
div.jobgroup
{
	font-weight:bold;
}
div.jobmaingroup
{
	color: #888;
}
div.ehr_ordbog
{
	position: absolute;
	z-index: 1000;
	background-color: #FFFFFF;
	border: 1px solid #888;
	padding: 10px;
	width: 350px;
	height: 250px;
	overflow-y: auto;
	overflow-x: auto;
}
div.ehr_jobgroup_search
{
	position: absolute;
	z-index: 100;
	background-color: #FFFFFF;
	border: 1px solid #888;
	padding: 10px;
}
td.ehr_L
{
	background-image: url('/upload/L.gif');
	background-repeat: repeat-y;
	background-position: center left;
	width: 16px;
}
td.ehr_T
{
	background-image: url('/upload/T.gif');
	background-repeat: repeat-y;
	background-position: center left;
	width: 16px;
}

/* ----------------------------------------------------------- */
/* Survey launcher                                             */
/* ----------------------------------------------------------- */
#SurveyLauncherBackground
{
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    background-color: #000000;
}

#SurveyLauncherForm
{
    visibility: hidden;
    z-index: 1001;
    position: absolute;
    left: 50%;
    top: 30%;
    width: 400px;
    margin-left: -200px;
    background-color: #ffffff;
    border: solid 1px #000000;
}

#SurveyLauncherTop
{
	text-align: right;
	margin: 4px 10px 10px 0;
}

#SurveyLauncherTop input
{
	font-family: verdana, sans-serif;
	font-size: .75em;
}

#SurveyLauncherContent
{
	font-family: verdana, sans-serif;
	font-size: .75em;
	margin: 0 10px 0 10px;
}

#SurveyLauncherBottom
{
	text-align: right;
	margin: 10px 10px 4px 0;
}

#SurveyLauncherBottom input
{
	font-family: verdana, sans-serif;
	font-size: .75em;
	margin-left: 4px;
}

/* ----------------------------------------------------------- */
/* NewsList                                                    */
/* ----------------------------------------------------------- */

.newslistItem
{
	border-top:solid 1px #acacac;
	padding-top:3px;
	padding-bottom:10px;
}

.newslistDate
{
	vertical-align:top;
	float:left;
	width:100px;
    color:#656565;
}

.newslistSubject
{
  float:left;	
  width:350px;
}

.floatbreak
{
	clear:both;
	line-height:0;
	height:0px;
}