.markerTooltip {
   background-color: white;
   white-space: nowrap;
   margin: 0;
   padding: 2px 4px;
   border: 1px solid #cbcbcb;
   display: block;
}

.markerDetail {
	position: absolute;
	background-color: white;
	border: 1px solid #cbcbcb;
	padding: 3px; 3px; 3px 3px;
}

.markerDetail table {
	width:200px;
}

div.daterange {
	  position: absolute;
	top: 424px;
	left: 100px;
	width: 190px;
	height: 20px;	
}

.undermap {
	position: absolute;
	height: 20px;
	width: 450px;
	top: 424px;
	left: 0px;
}

.numberAlert {
	position: absolute;
	width: 600px;
	top: 464px;
	left: 0px;	
}

.ie_check {
	position: absolute;
	height: 50px;
	width: 450px;
	top: 480px;
	left: 0px;
}

.hidden {
	display: none;
}

div.tabbedbirdlist {
	margin-left: 5px;
	margin-top: 36px;
	position: absolute;
	width: 218px;
	height: 390px;
}

div.tab-page {
	border: 1px solid #cbcbcb;
}
div.tabsort {
	height: 33px;
	border-top: 1px solid #cbcbcb;
}


div.birdlist {	
	height: 420px;
	width: 150px;
	overflow:auto;	
}

div.birdlistsection {
//	font-weight:bold;
	padding-left: 1px;
	cursor: pointer;
	cursor: hand;
}

div.birdlistcategory {
//	font-weight:bold;
	padding-left:10px;
	cursor: pointer; 
	cursor: hand;
}

div.birdlistitem {
	padding-left:15px;
	cursor: pointer; 
	cursor: hand;
}

div.entryscreen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 625px;
	height: 420px;
	background-color: #ffffff;

	padding: 0px;
	margin: 0px;
	border: 0px;
	
	overflow:auto;	
	
	z-index: 20000;
}



div#mapcontainer {
	position: absolute;
	top: 0px;
	left: 0px;

	visibility: visible;
	display:block;
	z-index: 20001;
}

div#map {
	width: 625px;
	height: 420px;
}

div#last {
	position: absolute;
	top: 610px;
	left: 0px;
	width: 200px;
	height: 100px;
	z-index: 2;
}

div.firsteditcolumn {
	position: absolute;
	top: 49px;
	left: 10px;
	width: 200px;
	height: 300px;
}

div.secondeditcolumn {
	position: absolute;
	top:49px;
	left: 285px;
	width:215px;
	height: 300px;
}


div.editsmallmap {
	width: 180px;
	height: 110px;
}

div.popupareamap {
	width: 580px;
	height: 325px;
}

div.photo {
	margin-top: 10px;
}

.calendar {
	  position: absolute;
	  left: 420px;
	  top: 51px;
}

div.calendar .date {
}

.veilstyle {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	opacity: 0.40;
}

div.smallmap {
	overflow: hidden;
	width: 180px;
	height: 80px;
}

div.commentdiv {
	display:inline;
}

div.inlinescrolling {
	display:inline;
 	overflow:auto;
}

div.commenttext {
	display:block;
	padding: 0px 0px 0px 30px;
}


.redtext {
	color: red;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}


div.maphelp {
	position: absolute;

	height: 110px;
	width: 620px;
	top: 290px;
	left: 0px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #bdbdbd;
	background-color: #f1f1f1;
	-moz-opacity:0.95;
	filter: alpha(opacity=95);
	z-index: 20002;
}


div.openmaphelp {
	position: absolute;

	height: 20px;
	width: 70px;
	top: 424px;
	left: 565px;
}

div.maphelpactions {
	position:absolute; 
	left:420px; 
	top:0px;
}

.basefield {
	color: red;
}

.donefield {
	color: blue;
}

.redtext {
	color: red;
}

.yellowtext {
	color: yellow;
}

.large {
	font-size: 120%;
}


.sentencetext {
}

.detailheading {
	font-weight: bold;
}

input, textarea {
	font-size: 100%;	
}	


dl {
 	margin: 10px 20px;
 	padding: 0;
 }
 
 dt {
 	float: left;
 	width: 140px;
 	margin: 0;
 	padding: 0;
 	font-size: 110%;
 	letter-spacing: 0.5px;
 }
 
 dd {
 	margin: 0;
 	padding: 0;
 	line-height: 1.5em;
 }
 
 input.button, input.inputbox, textarea.inputbox, {
 	font-size: 110%;
 	letter-spacing: 0.5px;
 
 }
