
/* CSS Document */
/*'dark=#58aa33&light=#eafad4&light2=#e6faff&medium=#58aa33&hheight=100&font=#000000&fontdark=#000000' */

body {
  color: black;
  font-family: Lucida Sans Unicode,Arial,Tahoma,Helvetica;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
select, input {
  /*font-size: 11px;*/
}
#maincontainer {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 985px;
  height: 100%;
  min-height: 100%;
  position: relative;
  border-bottom: 0px;
}
#middle {
  min-height: 508px;
  margin: 0px 0px 0px 0px;
}
.tweekolom {
  background-position: left;
  background-repeat: no-repeat;
}

form {
  margin: 0; 
}

/** left **/

#sub_navigation {
  float: left;
  width: 207px;
  min-height: 508px;
}

.formtekst {
  font-size: 1em;
  padding: 0px 0px 0px 5px; 
}
#formbutton {
  text-align: right;
  padding: 3px 4px 3px 2px;
}

/** Center **/

#center {
  padding: 0px 0px 0px 8px;
  min-height: 508px;
  height: 100%;
  line-height: 1.6;
}
.centerhome {
  margin: 0px 235px 0px 217px;
  border: solid 1px #FFBB06; border-left: solid 1px #FFBB06;
}
#centerhometekst {
  margin: 4px;
}
.centervervolg01{
  margin: 0px 0px 0px 217px;
  border-left: solid 1px #FFBB06;
}
.centervervolg02{
  margin: 0px 0px 0px 417px;
  border-left: solid 1px #FFBB06;
}
#centerkolom {
  line-height: 1.6;
  position: relative;
  height: 100%;
  float: left;
  left: 11px;
  width: 199px;
  border-top: solid 1px #FFBB06;
}
#centerkolomafbeelding {
  height: 200px;
  background-color: red;
  background-position: 50% 50%;
  margin: 0px 0px 10px 0px;
}
#breadcrumbs {
  position: relative;
  top: -20px;
  font-size: 0.8em;
  height: 0px;
}
#column2 {
  position: relative;
  top: 0px;
  margin: 0px;
}
#folderpath {
  color: #003366;
  font-family: Tahoma,Arial,Helvetica;
  font-size: 8.5pt;
  font-weight: bold;
  text-decoration: none;
}

#contentdiv {
  height: 100%;
  width: 550px;
  padding-top: 5px;
}

#contentdiv.breed {
  width: 760px;
}
#newsdiv {
  height: 100%;
  margin-left: 2px;
  margin-top: 5px;
  width: 293px;
}

.news {
  border-style: solid; 
  border-width: 1px; 
  border-color: #FFBB06;
  color: #333333;
  font-family: Tahoma,Arial,Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 5px;
  margin-left: 1px;
  padding:  3px;
  text-align:  left;
  width: 285px;
}
.newsheader {
  font-weight: bold;
  font-size: 12px;
  color: #DF3A01;
  padding: 0px 3px;
}
.newsgadget {
  color: black;
  font-size: 11px;
  padding: 0px 3px;
}


#disclaimerbar {
  position: relative;
  top: 0px;
  clear: both;
}
#rechterlinks {
  position: absolute;
  right: 0px;
  top: 0px;
}
#rechterlinks ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#rechterlinks li {
  float: left;
  white-space: nowrap;
  margin: 0px;
}
#rechterlinks a {
  color: #000000;
  display: block;
  padding: 0.3em 2px 0.18em 6px;
}
#rechterlinks a:link, rechterlinks a:visited, rechterlinks a:active  {
  color: #000000;
  text-decoration: none;
}
#rechterlinks a:hover{
  color: #000000;
  text-decoration: none;
}
#right {
  float: right;
  width: 220px;
  min-height: 508px;
  padding: 0px 0px 10px 10px;
}

/**  form  **/

#formleft {
	display: inline;
	float: left;
	width: 420px;
  height: 500px; 
}

#formright {
	display: inline;
	float: left;
	width: 420px;
}

#formright.smallmap {
	top: -500px;
}
#formright.largemap {
	top: 182px;
}

#map {
  left: 0px; 
  top: 0px; 
  border-style: solid; 
  border-width: 1px; 
  border-color: #000000; 
  background: none transparent;
  overflow: hidden;
}

#map.smallview {
  width: 350px; 
  height: 320px;
}  
  
#map.largeview {
  width: 700px; 
  height: 600px; 
}  

#map.smalledit {
  width: 350px; 
  height: 300px; 
}  
  
#map.largeedit {
  width: 700px; 
  height: 600px; 
}  


#map.smallmap { 
  width: 350px; 
  height: 250px; 
}  
  
#map.largemap {
  width: 675px; 
  height: 485px; 
}  

#map.smalledit div img { cursor: pointer; } 
#map.smallview div img { cursor: move; } 
#map.largeedit div img { cursor: pointer; } 
#map.largeview div img { cursor: move; } 
/**
#map.edit div img { cursor: default; } 
#map.view div img { cursor: pointer; } 
**/

#messagediv.message {
  border: 0px solid #FFFFFF;
  color: #56a835; 
  font-style: italic;
}

#messagediv.error {
  border-right: solid 1px #ff0000; border-left: solid 1px #ff0000;
  border-top: solid 1px #ff0000; border-bottom: solid 1px #ff0000;
  font-weight: bold; 
  text-align: center;
  color: #AA0000;
	background-color:	#f0fa66;
  padding: 0.5em 0px 0.6em 0px;
}
#globaldatediv  {
    max-width:      400px;
}
.translate {
  color: #DD0000;
}
textarea {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/**solid 1px #56a835; 
/** header **/

#header {
	height: 150px;
	/**	background-image: url(gfx/headerachter.gif);
	/**	background-repeat: repeat-x; **/
}
#laag02 {
	width: 985px;
	height: 129px;
	background-image: url(gfx/headerlaag02.gif);
	background-repeat: no-repeat;
}
#laag03 {
	width: 985px;
	height: 40px;
}

.headerimage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
}

#logorechts {
	float: right;
	margin: 42px 0px 0px 0px;
	width: 235px;
}
#zoek {
	float: left;
	position: relative;
	left: 50px;
	top: -20px;
	width: 150px;
	height: 20px;
}

/** foto's header **/

#fotomenu {
	width: 600px;
	height: 90px;
	position: relative;
	top: 39px;
	left: 150px;
}
#fotobalk {
	position: relative;
	left: 0px;
	top: 0px;
}
.topimage {
	width: 100px;
	height: 70px;
	float: left;
}
#beeld01 {
	background-image: url(gfx/afbeelding01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#beeld02 {
	background-image: url(gfx/afbeelding02.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#beeld03 {
	background-image: url(gfx/afbeelding03.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#beeld04 {
	background-image: url(gfx/afbeelding07.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#beeld05 {
	background-image: url(gfx/afbeelding05.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#beeld06 {
	background-image: url(gfx/afbeelding06.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/** horizontale navigatie **/

#menubalk {
	/*font-size: 10px;*/
	font-weight: bold;
  position: relative;
	/*width: 985px;*/
	height: 28px;
	top: 0px;
	left: 0px;
	/* background-color: #58aa33; */
}

#navigatiehorizontaal {
  clear: left;
  position: relative;
  /*width: 985px;*/
  height: 26px;
  left: 0px;
  cursor: pointer;
  margin-top: 0px;
}

#navigatiehorizontaal ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigatiehorizontaal li {
	float: left;
	white-space: nowrap;
	margin: 0px;
	padding: 0;
}
#navigatiehorizontaal a {
	display: block;
	padding: 0.3em 8px 0.18em 8px;
	color: #000000;
}
#navigatiehorizontaal a:link, navigatiehorizontaal a:visited {
	color: #000000;
	text-decoration: none;
}
#navigatiehorizontaal a:hover, navigatiehorizontaal a:active {
	color: #0000aa;
	text-decoration: none;
}

#languagediv {
	position: relative;
	/* top: 30px; */
	font-size: 0.8em;
	width: 290px;
	left: 690px;
	top: -22px;
	height: 21px;
	background-color: #e6faff;
	border-bottom: solid 1px #FFBB06;
}

#languagediv td {
	padding: 0.5em 0px 0.6em 0px;
	text-align: center;
}


/** Navigatie verticaal **/
.form {
	height: 10px;
	width: 100px;
}


/** hoofdmenu links **/

#hoofdmenulinks {
  text-align: right;
  border-top: solid 1px #FFBB06;
  color: #003333;
  text-decoration: none;
}
#hoofdmenulinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#hoofdmenulinks li {
	margin: 0px;
}
#hoofdmenulinks a {
	display: block;
	padding: 0.5em 0px 0.6em 0px;
	border-bottom: solid 1px #FFBB06;

}
#hoofdmenulinks a:link, hoofdmenulinks a:visited {
	color: #003333;
	text-decoration: none;
}
#hoofdmenulinks a:hover, hoofdmenulinks a:active {
	color: #003333;
	text-decoration: none;
}

/** submenulinks **/

#submenulinks {
	font-weight: normal;
	font-size: 0.9em;
	text-align: right;
}
#submenulinks ul {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	list-style-type: none;
}
#submenulinks li {
	margin: 0px;
}
#submenulinks a {
	display: block;
	padding: 0.5em 0px 0.6em 0px;
}
#submenulinks a:link, submenulinks a:visited {
	color: #026294;
	text-decoration: none;
}
#submenulinks a:hover {
	color: #5f7661;
	text-decoration: none;
}
submenulinks a:active {
	color: #5f7661;
	text-decoration: none;
	font-weight: bold;
}

#flashlogo {
	float: right;
}
#fotobalk {
	float: left;
	width: 745px;
	clear: right;
	height: 70px;
	margin: 0px 0px 0px 0px;
}
#menubalk {
	height: 15px;
}

/** einde header **/

/** Footer **/

#bottom {
	clear: both;
	height: 105px;
	margin: 0px 0px 0px 53px;
	text-align: center;
}
#bottom a {
	border: 0;
}
#creditbar {
	padding: 3px 0px 3px 0px;
	clear: both;
}
.bottomimage {
	border: 0px;
}

/** Diverse tekst **/ 

h1 {
    color: #333333;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 18px;
    font-weight: normal;
}

h1.titel {
	color: #333333;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 18px;
    font-weight: normal;
}

.h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #58aa33;
}
.rechtslijnend {
	text-align: right;
}
h2 {
  color: #333333;
  font-family: Tahoma,Arial,Helvetica;
  font-size: 16px;
  font-weight: normal;
  margin: 13px 0px 5px 0px;
}
h3 {
  color: #333333;
  font-family: Tahoma,Arial,Helvetica;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 3px 5px 10px;
}
h4 {
	background-color: #58aa33;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.0em;
	padding: 4px 3px 5px 10px;
}
h4:first-letter {
  text-transform: uppercase;
}
h5 {
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
}
h6 {
	color: #003366;
  font-family: Tahoma,Arial,Helvetica;
  /*font-size: 8.5pt;*/
  font-weight: bold;
  text-decoration: none;
}
.h6 {
	color: #003366;
  font-family: Tahoma,Arial,Helvetica;
  font-weight: bold;
  text-decoration: none;
	padding: 0px 0px 0px 0px;
}
.arrowdown {
	background-image: url(gfx/arrowdown.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 25px;
	background-position: 0% 50%;
}
.arrowright {
	background-image: url(gfx/arrowright.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 25px;
	background-position: 0% 50%;
	display: block;
}
.top {
	//background-image: url(gfx/top.gif);
	//background-repeat: no-repeat;
	padding: 3px 0px 3px 20px;
	//background-position: 0% 50%;
	display: block;
	clear: right;
}
.top a:visited {
	text-decoration: none;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003333;
	text-decoration: none;
}
a:hover, a:active {
	color: #003366;
	text-decoration: underline;
}
h4 a:link {
	color: #ffffff;
	text-decoration: none;
}
h4 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h4 a:hover, a:active {
	text-decoration: underline;
}



hr {
	border: 0;
	color: #FFBB06;
	background-color: #FFBB06;
	height: 1px;
}

#form_errors {
	padding:				12px;
	color:					#FF0000;
	border:					1px solid red;
}

table {
	width:				100%;
	font-size:			11px;
}

table tr td a {
}
	
table tr td a:hover {
	font-weight:			bold;
	text-decoration:		none;
	font-weight:			normal;
	color: 					#5F7661;
}

img.selected {
	border:					1px solid red;
	color: blue;
	background-color: 		#e7ffe7;
	cursor: default;
}

img.normal {
	border:	0px;
	color: blue;
	background-color: transparent;
	cursor: pointer;
}

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

.table_data {
	width:					700px;
	border-left:			1px solid #dfdfdf;
	border-top:				1px solid #dfdfdf;
	border-right:			1px solid #b2b2b2;
	border-bottom:			1px solid #b2b2b2;
	font-size:				10px;
	color:					#5b5b5b;
  border-spacing: 0px;
	background-color: #e7e7e7;
	}

.table_data th {
	padding-left:			3px;
	padding-right:		3px;
	background-color: #e7e7e7;
	border-left:			0px solid #fff;
	border-top:				1px solid #FFF;
	border-bottom:		1px solid #FFF;
	border-right:			1px solid #FFF;
	text-align:				left;
	height:					  20px;
	color:					  #333333;
	}

.table_data tr {
	height:					  16px;
}

.table_data td {
	padding-right:		0px;
	border-left:			1px solid #dfdfdf;
	border-bottom:		0px;
	border-right:			1px solid #FFFFFF;
	padding-left:			1px;
	background-color:	#e7e7e7;
	}
	
/****************************/
	
.table_list {
	width:					240px;
	color:					#306010;
  border-spacing: 0px;
	}

.table_list th {
	padding-left:			0px;
	padding-right:		0px;
	background-color: #e7e7e7;
	border-left:			0px solid #fff;
	border-top:				1px solid #FFF;
	border-bottom:		1px solid #FFF;
	border-right:			1px solid #FFF;
	text-align:				left;
	height:					  20px;
	color:					 #333333;
	}

.table_list tr {
  background-color:   #e7e7e7;
  }

.table_list td {
	padding-right:		0px;
	border-top:		  	0px;
	border-left:			0px;
	border-bottom:		1px solid #FFF;
	border-right:			0px;
	padding-left:			1px;
	}
	
.table_list td a {
  text-decoration: none;
	}

.table_list tr.rec0 {background-color: #e6faff; }
.table_list tr.rec1 {background-color: #e6faff }
.table_list tr.rec3 {background-color: #e7e7e7 }
.table_list tr.rec2 {background-color: #ffff66}
	
/****************************/
	
.table_form {
	width:				100%;
	font-size:			12px;
	color:				#5b5b5b;
	}

.table_form th {
	padding-left:		2px;
	padding-right:		2px;
	border-left:		0px solid #fff;
	text-align:			left;
	color:				#333333;
	}

.table_form tr.groupbar {
	background-color:	#fafad4;
	}

.table_form td {
	padding-right:		1px;
	padding-left:		2px;
	}

.table_form td.head {
	text-align:				right;
	color:					  #58aa33;
	}


.table_form td.nopad {
	padding-right:		0px;
	padding-left:			0px;
	padding-top:		  0px;
	padding-bottom:		0px;
	}
	
.table_form td.leftline {
	padding-right:		0px;
	padding-left:			5px;
	padding-top:		  0px;
	padding-bottom:		0px;
	border-left:			1px solid #FFBB06;
	}

.table_form td.tflabel {
	font-style:       italic;
	width:            70px;
	}

.table_form td.data {
	color:					  #115577;
}
.tftime         {
        width:          60px;
}
.tfdateblock     {
        width:          110px;
}
.date_twochars  {
        width:          20px;
}
.date_fourchars {
        width:          35px;
}
.tfdate_strings {
        width:          220px;
}
.table_form td.tflabelr {
	font-style:       italic;
	width:            65px;
	}
.table_form td.tflabel1 {
	font-style: italic;
        width:          50px;
}
.table_form td.tflabel2 {
	font-style: italic;
        width:          100px;
}

table.taxalist td.soortaan {
  background-color: #FFBB06;
  color: #ffffff;
}  

table.taxalist td.soortaan a {
  color: #5B5B5B;
}  

table.taxalist td.soortuit a {
  color: #000000;
}

table.taxalist {
  background-color: white;
  border: 1px solid grey;
  border-spacing: 0;
  min-width: 200px;
}

table.taxalist td {
  border: 0px;
  margin: 0px;
}

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


.table_folders td {
  text-align:     left;
}

.table_folders td a {
  text-decoration: none;
}
.table_folders td a:hover {
  text-decoration: underline;
}

.soortaan a:visited {
  text-decoration: none;
}
.soortaan a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.soortaan a:visited {
	color: #DDDDDD;
	text-decoration: none;
}
.soortaan a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.soortuit a:hover {
	color: #56a835;
	text-decoration: underline;
}

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


.folderdiv {
  max-height: 300px;
  overflow: auto;
}

.folder_tree {
  text-align: left;
  font-size:   11px;
  table-layout: fixed;
}

.folder_tree td {
  vertical-align: text-top;
}

.folder_tree td a {
  text-decoration: none;
}

.folder_tree a:hover {
	text-decoration: underline;
}


/****************************/
/** css tooltips */
a.tip {
  border-bottom: 1px dashed;
  text-decoration: none;
}

a.tip:hover {
  position: relative;
  cursor: help;
}

a.tip span {
  display: none;
}

a.tip:hover span {
  display: block;
    position: absolute; top: 10px; left: 0;
  /* formatting only styles */
    padding: 5px; margin: 10px; z-index: 100;
    border: 1px dotted #c0c0c0;
    text-decoration: none;
  padding-right: 20px;
  background: #f0f0f0 url(../images/status-info.png) 100% 5% no-repeat;
  width: 250px;
  /* end formatting */
}

/****************************/
/*     floating div's       */
/****************************/
/*
div.floatback {
  display: none;
  position: fixed;
  top: 100px;
  left: 200px;
  height: 600px;
  width: 800px;
  padding: 5px;
  z-index: 101;
  background-color: #ffffff;
  border: 2px solid #58aa33;
}
div.floatfull {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width:  100%;
  padding: 50px;
  z-index: 102;
  background-color: #ffffff;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8; 
  opacity:0.8;
}

div.floatdiv {
  position: fixed;
  text-align: left;
  top: 100px;
  left: 200px;
  height: 496px;
  padding: 5px;
  z-index: 103;
  background-color: #FDE89D;
  border: 2px solid #58aa33; 
}
div.floatheader {
  position: fixed;
  text-align: center;
  top: 78px;
  left: 200px;
  height: 20px;
  z-index: 103;
  background-color: #e6faff;
  border: 2px solid #58aa33; 
  color: #58aa33;
  vertical-align: middle;
}
div.floatfooter {
  position: fixed;
  top: 78px;
  left: 200px;
  height: 20px;
  z-index: 103;
  background-color: #e6faff;
  border: 2px solid #58aa33; 
  vertical-align: middle;
}
*/

div.floatback {
  border: 2px solid #58aa33;
}

div.floatheader {
  background-color: #e6faff;
  border-bottom: 2px solid #58aa33;  
}
div.floatfooter {
  background-color: #e6faff;
  border-top: 2px solid #58aa33;
  color: #1f4661;
}

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

.soortaan a:visited {
  color: #DDDDDD;
  text-decoration: none;
}
.soortaan a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/****************************/
/*  BEGIN TABLE TREEVIEW   */
/*--------------------------*/
.tree {
  text-align: left;
  padding-left:0pt;
}

.tree tr { font-size:10pt }
.tree tr.map{ font-size:10pt; font-style:italic; }
.tree tr.pagina{ background-color:#eeeeee; font-style:normal; font-size:9pt;}
.tree td.pagned { font-size:9pt;  background-color:#AAFFAA}
.tree td.pagwet { font-size:9pt;  background-color:#FFAAAA}
.tree td.pagid { font-size:9pt;  background-color:#AAAAAA}
.tree td.paggenus { font-size:9pt;  background-color:#AAAAFF}
.tree td.map { font-size:10pt; }

/*--------------------------*/
/*  BEGIN TABLE calendar    */
/*--------------------------*/
.calendarframe {
  text-align: left;
  padding-left:0pt;
  border-left:			1px solid #e0f0d0;
	border-top:				1px solid #e0f0d0;
	border-right:			1px solid #56a835;
	border-bottom:		1px solid #56a835;
  background-color:#FFFFFF;
  width: 200px;

}
.calendar {
  text-align: center;
  padding-left:0pt;
  background-color:#FFFFFF;
}

.calendar tr { font-size:9pt }
.calendar tr.header{ 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #58aa33;
 background-color:#FFFFFF;

}
.calendar tr.weekdays{ font-size:10px; font-style:italic; color: #333333; font-weight: normal;}
.calendar tr.calendar{ font:10px Verdana, Arial, Helvetica, sans-serif; font-style:normal; text-align:right;}
.calendar tr.header td.arrow a { font-size:11pt;  background-color:#EEFFEE; color: #333333; }
.calendar td  {background-color:#FFFFFF;}
.calendar td.year  { font-size:10pt; }
.calendar td.month { font-size:10pt; }

.calendar tr.calendar td.day  {  font-size:8pt; }
.calendar tr.calendar td.offday  {font-size:8pt; color:#AAAAAA;}
.calendar tr.calendar td.weekendday  { font-size:9pt;  background-color:#AAFFAA}
.calendar tr.calendar td.curday { font-size:9pt;  background-color:#FFAAFF; color:#000088; }
.calendar tr.calendar td.today { font-size:9pt;  background-color:#AAFFAA; color:#333333; }
.calendar tr td a:hover{
	text-decoration:		none;
	color: 					#5F7661;
	background-color:#EEEEFF;
	}

/*--------------------------*/
/*   END TABLE TABEL    */
/****************************/


#mapcoords {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 130px;
	position: relative;
}
#pointbufer {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 130px;
	position: relative;
	top: 120px;
}


.inactive{
	color:#8a8a8a;
}

.hide   { display: none; }
.show   { display: inline;  } 

.buttonklein {
	font-size: 10px;
	height: 20px;
	width: 100px;
	border-style: outset;
	font-weight: bold;
}
.buttongroot {
	font-size: 12px;
	height: 25px;
	width: 100px;
	border-style: outset;
	font-weight: bold;
}

.line{
	padding-right:		0px;
	padding-left:			0px;
}

/****************************/
/*  FOLDERS                 */
/*--------------------------*/

.selectedfolder {
  background-color: #FCD04B;
  color: black;
  padding: 2px;
  line-height: 15px;
  cursor: default;
}
.unselectedfolder {
  background-color: #FDE89D;
  color: black;
  padding: 2px;
  line-height: 15px;
  cursor: pointer;
}

.imgbtn {
  cursor: pointer;
}

input.newfolder {
}

a.hlink {
  color: #58aa33;
  text-decoration: underline;
  font-size: 12px;
}

.btnoff {  color: #000000; }
.btnon {  color: red; }

#selectfoldermode {
	width: 100px;
}



/****************************/
/*  ADMIN CALENDAR          */
/*--------------------------*/

a.selectedday {
  color: #ffffff;
  text-decoration: none;
}
a.selectedday:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
a.noselectedday {
  color: #a57405;
  text-decoration: none;
}
a.noselectedday:hover {
  color: #a57405;
  font-weight: bold;
  text-decoration: none;
}
td.selectedday {
  background-color: #a57405;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  text-align: center;
  width: 24px;
}
td.noselectedday {
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #a57405;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  text-align: center;
  width: 24px;
}
td.notselectableday {
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #a57405;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  text-align: center;
  width: 24px;
}
td.emptyday {
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #a57405;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  text-align: center;
  width: 24px;
}


/****************************/
/*  JUDGEMENT TABS          */
/*--------------------------*/

ul#obsjudtabs {
	border-bottom: 1px solid #58aa33;
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 3px 10px 3px 10px;
	text-align: left;
}
ul#obsjudtabs li {
	display: inline;
}
ul#obsjudtabs li.selectedtab {
	border-bottom: 1px solid #ffffff; /* set border color to page background color */
	background-color: #ffffff; /* set background color to match above border color */
}

ul#obsjudtabs li.selectedtab a {
	background-color: #ffffff;
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#obsjudtabs li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #58aa33; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #e6faff; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#obsjudtabs a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

/****************************/
/*  JUDGEMENT VIEW          */
/*--------------------------*/

table.judgementview {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
th.judgementview {
	border: 1px solid #000000;
	padding: 2px;
	text-align: center;
}
td.judgementviewspecies {
	border: 1px solid #000000;
	padding: 2px;
	width: 250px;
}
td.judgementviewcount {
	border: 1px solid #000000;
	text-align: right;
	padding: 2px;
	width: 190px;
}
a.judgementviewcount {
	font-weight: normal;
	color: #026294;
	text-decoration: none;
}
a.judgementviewcount:hover {
	font-weight: normal;
	color: #026294;
	text-decoration: underline;
}
a.judgementviewspecies0 {
	font-weight: bold;
	color: midnightblue;
	text-decoration: none;
}
a.judgementviewspecies0:hover {
	font-weight: bold;
	color: midnightblue;
	text-decoration: underline;
}
a.judgementviewspecies100 {
	color: purple;
	padding-left: 0px;
}
a.judgementviewspecies200 {
	color: purple;
	padding-left: 2px;
}
a.judgementviewspecies300 {
	color: purple;
	padding-left: 4px;
}
a.judgementviewspecies400 {
	color: darkred;
	padding-left: 6px;
}
a.judgementviewspecies500 {
	color: indigo;
	padding-left: 8px;
}
a.judgementviewspecies600 {
	color: darkgreen;
	padding-left: 10px;
}
a.judgementviewspecies700 {
	color: darkorchid;
	padding-left: 12px;
}
a.judgementviewspecies800 {
	color: navy;
	padding-left: 14px;
}
a.judgementviewspecies900 {
	color: darkslateblue;
	padding-left: 16px;
}
a.judgementviewspecies1000 {
	color: maroon;
	padding-left: 18px;
}
a.judgementviewspecies1010 {
	color: maroon;
	padding-left: 20px;
}

/*
INSTRUCTIONS
*/

#instructionsdiv {
	border: 2px solid #58aa33;
	background-color: #e6faff;
	width: 440px;
	margin-top: 5px;
	padding: 5px;
}

#instructionstitle {
	color: #58aa33;
	font-weight: bold;
	font-size: 12pt;
}

/*
PAGING
*/

#pagingspan {
	border: 3px solid #FFBB06;
}

/**************************************/
/******** PERSONS SEARCH FORM *********/
/**************************************/

table.selectionlistpersons {
  overflow: hidden;
  width: 603px;
}

table.selectionlistpersons tr.highlight {
  background-color: darkgrey !important;
  color: white !important;
  cursor: pointer;
}

table.selectionlistpersons tr.normal {
  background-color: white !important;
  color: black !important;
}

table.selectionlistpersons th {
  border-bottom: 1px #88BB00 dotted;
}

table.selectionlistpersons td {
  border-bottom: 1px gray dotted;
}

div.searchresultshow {
  background-color: white;
  box-shadow: 5px 5px 3px #888888;
  border: 1px gray solid;
  max-height: 500px;
  overflow: auto;
  width: 800px;
  z-index: 200;
}

div.searchresulthide {
  display: none;
}

div.adminsearchresultsdiv {
  margin-bottom: 20px;
}

div.icondiv {
  font-weight: bold;
  border: 1px solid #58aa33;
  color: black;
  background-color: white;
  display: inline;
  float: right;
  padding: 0px 3px;
  margin-top: 2px;
  margin-left: 5px;
  border-radius: 3px;
}