body {
	margin: 0px;
	font-size: 11px;
	color: #4A4A4A;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #707E60;
}

.centered {
	text-align: center;
}


#OrangeBorder{
  border-bottom: 4px solid #FAAE2E;
  /* height: 4px; */
}

#topmainmenu{
  background-color: #4F4F4F;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

#pagePath {  
	padding:  3px 0 7px 0px;
	color:#00386C;
	font-size: 10px;
}

/* #pagePath a{
  color: #4A4A4A;
}*/ 

.topmenu{
  color: #FFFFFF;
  float: left;
  margin-left: 5px;
  height: 25px;
  padding-top: 5px;
  padding-bottom: 3px;
  width: 100px;
  text-align: center;
  /* border: 1px solid #FFFFFF; */
}

.topmenu a {
  display: table-cell;
  color: #FFFFFF;
  text-decoration: none;
  /* border: 1px solid #FFFFFF; */
  width: 100%;
  /* height: 100%; */
  padding: 0px 5px 0px 5px;
}

.topmenu a:hover {
  background-color: #FAAE2E;
}

#top_icons{
  text-align: center;
  float: right;
  color: #FFFFFF;
  width: 246px;
}

#top_logo {
  /* display: inline; */
  float: left;
  width: 170px;
  margin-right: 0px;
  border: 0px solid #000000;
}

#top_search{
  float: right;
  width: 445px;
  text-align: right;
  padding-right: 15px; 
  padding-top: 40px;
  border: 0px solid #000000;
}

#top_flash {
  /* display: inline; */
  float: right;
  width: 246px;
  border: 0px solid #000000;
}

#wrapper {
	border-collapse: collapse;
	padding:0px;
	margin:0px auto;
	text-align: left;
	background-color: white;
	width: 883px;
}

#popupwrapper {
	border-collapse: collapse;
	padding:0px;
	margin:0px auto;
	text-align: left;
	background-color: white;
	width: 750px;
}

h1	{
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 0px;
	font: bold 12px/15px Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #C4141B;
	background-image:url(../images/h1bg.gif);
	background-position: left top;
	background-repeat:no-repeat;
	background-color:#E9E7DC;
	text-indent:30px;
}

h2	{
	margin: 0px 0px 12px 0px;
	font: 11px/16px Verdana,Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

h3	{
	padding: 2px 0px 0px 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 800;
	text-align:left;
}

h4	{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: 500;
	text-align:left;
}

#leftmenu {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	width: 183px;
	min-width: 183px;
	background-color:#F1F1F1;
}

#leftmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 183px;
}

#leftmenu ul li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid white;
}

#leftmenu ul li a {
	display: block;
	text-decoration: none;
	color: #4A4A4A;
	border-left: 4px solid #4F4F4F;
	height:16px;
}

#leftmenu ul li a.mainmenu {
	padding: 3px 5px 3px 15px;
	background-color: #E9E7DC;
}

#leftmenu ul li a.mainmenu:hover, #leftmenu ul li #activemain, #leftmenu ul li a.submenu:hover, #leftmenu ul li #activesub {
	border-left: 4px solid #C4141B;
}

#leftmenu ul li a.submenu {
	padding: 5px 0px 5px 25px;
	background-color: #F1F1F1;
	background-image: url(../images/greydot.gif);
	background-repeat: no-repeat;
	background-position: 16px 11px;
	border-left: 4px solid #FAAE2E;
}

#leftmenu ul li a.submenu:hover, #leftmenu ul li #activesub {
	background-image: url(../images/reddot.gif);
}

#maincontainer {
	padding: 0px 15px 15px 15px;
	width: 700px;
}

#maincontent {
	/* width:500px; */
	margin-top: 10px;
}

#maincontent p, #maincontent table, #maincontent input, #maincontent select, .guide {
	font-size: 11px;
}

/* html>body  {
	width: auto;
	min-width: 700px;
}
*/ 

#maincontent a {
	text-decoration:none;
	color:#4F4F4F;
}

#maincontent a:hover {
	text-decoration:underline;
}

#maincontent .whitelink a {
 color:white;
}

.guide {
  background-color:#eeeeee;
  color:#999999;
  padding:4px;
}

.smallFont {
  font-size:7pt;
}

.budgetHeading, .lblMonthClosed {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  color:white;
  font-weight: bold;
}

.budgetHeading {
  background-color:#000;
}

.lblMonthClosed {
  background-color:#633;
}

.thickBorder, .thinBorder {border-bottom: 1px solid black;}

.thickBorder {
  border-right: 2px solid #909090;
}

.thinBorder {
  border-right: 1px solid #909090;
}

.lightGrey {
  background-color: #eee;
}

.darkGrey {
  background-color: #ddd;
}

.lightBlue {
  background-color: #eef;
}

.darkBlue {
  background-color: #ddf;
}

.lightGreen {
  background-color: #efe;
}

.darkGreen {
  background-color: #dfd;
}

.lightPink {
  background-color: #fee;
}

.darkPink {
  background-color: #edd;
}

.white {
  background-color: white;
}

.budgetInput {
  border-width: 2px;
  border-style: solid;
}

.inputTotal {
  background-color:#363636;
  color:white;
  border-bottom:1px solid black;
  border-right:1px solid black;
  border-left:1px solid black;
}

.handCursor {
 	cursor:pointer;
}

/* Planteværn */

.tx-dlaplant-pi1 .pv_table{
  width: 650px;
  /* border-bottom: 1px solid #000000; */
}

.pv_table td.first {
  background-color: #CDEFA4; /*#89F4BE;*/
  border-bottom: 1px solid #000000;
  padding-left: 3px;
  padding-right: 3px;
}

.pv_table td.second {
  background-color: #FEFF9F; /*#89F4BE;*/
  border-bottom: 1px solid #000000;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.pv_table td.et {
  width: 162px;
}

.pv_table td.to {
  width: 130px;
}

.pv_table td.tre {
  width: 65px;
}

.pv_table td.fire {
  width: 35px;
}

.pv_table td.fem {
  width: 258px;
}

.noborder {
  border: 0px solid #FFFFFF;
}

.pv_kategori_list{
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.pv_kategori_list td{
  border-bottom: 1px solid #000000;  
}

.pv_editicons td{
  border: none;
}

.pvkat_hide{
  width: 18px;  
}

.pvkat_sort{
	width: 36px;
}

.pvkat_delete{
	width: 18px;
}

/* Popup */
#page_titles {
  text-align: center;
  font-family: arial;
 /*  margin: 10px; */
}

#maintitle {
  font-size: 16px;
  font-weight: bold;
}

#subtitle {
  font-size: 12px;  
  margin-bottom: 10px;
}

#printPage {
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
}

#printPage a {
  text-decoration: underline;
  color: #d81f2a;
  font-size: 12px;
  font-weight: bold;
}

#popupwrapper #maincontainer {
  padding-left: 175px;
  padding-right: 175px;
}

.csc-textpic-intext-right {
  display: block;
  clear: both;
  /* border: 1px solid black; */
  margin-bottom: 10px;
}

.csc-textpic-imagewrap{
  display: inline;
  clear: both;
  /* float: right; */
  /* border: 1px solid #000000; */
}

.contenttable p.bodytext{
  /*height: 10px; */
   margin: 0px;
   padding: 0px;
/*   border: 1px solid black; */
   /* line-spacing: 0px; */
}

.contenttable {
  margin-top: 10px;
}

#maincontent .csc-frame-frame2, #maincontent .csc-frame-frame2 p.bodytext, #maincontent .csc-frame-frame2 p {
  font-size: 8px;
  font-weight: bold;
  /* color: red; */
  padding: 0px;
  margin: 0px;
}

#CurrentLocation	{
	padding:  3px 0 7px 0px;
	color:#00386C;
	font-size: 10px;
	}
.CurrentLoc	{
	padding:  3px 0 0 0px;
	font-weight: 500;
	font-size: 10px;
	color: #4A4A4A;
	}
.CurrentLocLink	{
	padding:  3px 0 0 0px;
	font-size: 10px;
	color: #707E60;
	text-decoration: underline;
	}
.CurrentLocLink a:link	{
	font-size: 10px;
	color: #707E60;
	text-decoration: underline;
	}
.CurrentLocLink a:visited	{
	font-size: 10px;
	color: #707E60;
	text-decoration: underline;
	}
.CurrentLocLink a:hover	{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}
