.topbody {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
.mainbody {
	background-color: #FFFFFF;
	margin-left: 13px;
	margin-top: 0px;
}
.buttombody {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
.leftbody {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
.rightbody {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
/* table data */
TD	{
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;}
/* table header */
TH	{
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;}
/* evenrow er standard klassen ved td */
.evenrow{
    background-color: #EAE7D3;
    font-family: arial, helvetica, sans-serif}
/* oddrow er alternativ til evenrow #CEE6F1 */
.oddrow {
    background-color: #EAE7D3;
    font-family: arial, helvetica, sans-serif}
/* .invert - anden farve ved specielle td, fx. mellem hvor data sjældent forekommer */
.invert {
    background-color: #FFFFFF;
    font-family: arial, helvetica, sans-serif}
/* .delete bruges i forbindelse med sletning, så er td baggrundsfarven rød. DE2031 */
.delete {
    background-color: #EAE7D3;
    font-family: arial, helvetica, sans-serif}
/* Til inputbox, dropdownbox mv. */
.forms   {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family:Arial, Helvetica;
	background-color: #fbfbfb;
}
/* Til text felter der skal være disabled */
.disabled{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	background-color: white;
	border: solid 1px #C0C0C0;
	
}
/* Blå button bruges som standard */
.forms_btn   {
      cursor : hand;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	font-family:Arial, Helvetica;
      background-color: #979595;
/*	background-color: #5A95B4; */
}
/* Rød button bruges ved sletninger */
.forms_btn_red   {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Helvetica;
/*	background-color : #DE2031; */
	background-color : #979595;
}
/* H6 bruges til side-overskrifter */
H6      {
	color: #992B36;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica;
}
.menusep {
      color : #FFFFFF;
      font-weight : bold;
      font-size: 10pt;
      }
/* fntstd er standard fonten ved tekster */
.fntstd      {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica;
}
/* notstd bruges alle steder hvor der gøres opmærksom på, at det ikke er std */
.notstd      {
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica;
}
.smallstd  {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 7pt;
	font-family: Arial, Helvetica;
}
/* egadd bruges i buttom framen - EG og ASPECT/4 reklame */
.egadd 	{
	color: #000000;
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica;
}
/* txtlink bruges ved alle referencer til links i fx. hjælpetekster */
.txtlink	{
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica;
		}
/* smalllink bruges ved alle a href... undtagen forrige og næste */		
.alink	
		{
	text-decoration: underline;
	color: #E60048;
	font-weight: normal;
/*	font-size: 9pt; */
	font-family: Arial, Helvetica;
}
a.alink:link 		
		{
		text-decoration: underline; 
		color: #003399;
		}
a.alink:visited 	
		{
		text-decoration: underline;
		color: #002266;
		}
a.alink:hover		
		{
		text-decoration: underline;
		color: #E60048;
		}
/* prvnxt bruges ved forrige og næste */
.prvnxt	
		{
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
	font-weight: normal;
/*	font-size: 9pt; */
	font-family: Arial, Helvetica;
}
a.prvnxt:link 		
		{
		text-decoration: underline; 
		color: #003399;
		}
a.prvnxt:visited 	
		{
		text-decoration: underline;
		color: #002266;
		}
a.prvnxt:hover		
		{
		text-decoration: underline;
		color: #E60048;
		}
/* Nuværende menu bruger dette, class=nav */
.nav	
		{
	color: #ffffff;
	font-family: arial, helvetica, verdana;
/*	font-size:11px; */
	font-weight: normal;
}
a.nav:link 		
		{
		text-decoration: none; 
		color: #ffffff;
		}
a.nav:visited 	
		{
		text-decoration: none;
		color: #ffffff;
		}
a.nav:hover		
		{
      font-weight : bold;
	text-decoration: none;
	background-color: #992B36;
	color: #FFFFFF;
}
a.nav:active		
		{
      font-weight : bold;
	text-decoration: none;
	background-color: #992B36;
	color: #FFFFFF;
}
.greytext{
	color: #808080;
	font-size: 10pt;
	font-family: Arial, Helvetica;
}
.orangetext{
	color: #EE8600;
	font-size: 10pt;
	font-family: Arial, Helvetica;
}

#PMSearchNoResultDiv
{
  background: #FFCC99;
  float: left;
  width: 100%;
  height: auto;
  padding: 10px;
}

	#PMSearchNoResultDiv h5
	{
		font-weight: bold;
		font-size: 12pt;
		color: #003399;
		margin: 2px;
	}
	
	#PMSearchNoResultDiv .fntstd
	{
		font-style: normal;
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica;
		color: #003399;
		margin: 2px;
	}

	#PMSearchNoResultDiv a
	{
		text-decoration: underline; 
		color: #009966;
	}

	#PMSearchNoResultDiv a.visited 	
	{
		text-decoration: underline;
		color: #009966;
	}


