/* img elements with a class of png24 will have the png24 filter hack applied
 * in IE browsers only.  To make this work, images MUST have a width and height
 * specified.  The minimum tag required is:
 *
 *     <img class="png24" src="<url>" width="xx" height="xx">
 */
img.png24 { 
  filter:expression(applyPNGFilter(this))
}

/* this is a full screen app.  Make sure that overflow is hidden so we don't
 * get scrollbars
 */
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  overflow: auto;
}

/* the viewport contains the map and fills the screen.  The viewport can also
 * contain other elements and they appear inside the viewport on top of the map
 * which is what is done with this application.
 */
#viewport {
  position: absolute;
  background-color: #f0f0f0;
  overflow: hidden;
  border-right: 1px solid rgb(212,208,200);
  border-left: 1px solid rgb(128,128,128);
  cursor: move;
  -moz-box-sizing: border-box;
  z-index:2;
}

#toolbar {
  position: absolute;
  top:0px;
  left:0;
  margin:0;
  text-align:left;
  padding:0;
  width: 91px;
  height: 33px;
  cursor: auto;
  font-size:1px;
  z-index:-1;
}

#toolbar img { vertical-align: middle }
#toolbar select { vertical-align: middle }



#scaleBackground {
    width: 100%;
    height: 60px;
}

div .transparentBackground {
  position:absolute;
  top:0px;
  left:0px;
  background-color: #eee;
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75; 
  z-index: -1;
}

#keymap {
  position: relative;
  overflow: hidden;
  filter:alpha(opacity=100); /*trick to prevent IE opacity bug*/
  z-index: 2;
  border: 1px solid #999;
}

#keymap div {
  filter:alpha(opacity=100); /*trick to prevent IE opacity bug*/
}

#keymap img {
  filter:alpha(opacity=100); /*trick to prevent IE opacity bug*/
}


#search {
  position: relative;
  overflow:auto;
  background-color:white;
}
#detailInfo {
  position: relative;
  overflow:auto;
  background-color:white;
  visibility: visible;
}

#dAdrSearch {
  position: relative;
  width:190px;
}
.ADR_RES  {
  padding: 1px;
}
.ADR_RES table  {
	border:1px;
	background-color:#BFC8D8;
}
.ADR_RES a  {
	color: darkgreen;
	text-decoration:none;
}
.ADR_RES a:hover { 
	color:white; 
	text-decoration:none;
	background-color:#0065A5; 
}
.ADR_RES select {
	color: black;
  font-size: 12px;
	background-color:white; 
}
#dAdrList {
}
#iAdrList  {
  background-color:#BFC8D8;
}
#dPoiTree {
  position: absolute;
  top:0px;
  padding:0px;
  margin: 0px;
  overflow:auto;
  background-color:white;
  font-size: 10px;
	visibility: hidden;
}
#dPoiSearch {
}
#iPoiList {
  background-color:#BFC8D8;
}

#mapInfo {
  position: absolute;
  overflow:auto;
  background-color:white;
}

#link {
  position: absolute;
  width:435px;
  padding:0px;
  margin: 0px;
  overflow:auto;
  background-color:white;
  border: 0px;
}

#identifier {
  position: absolute;
  width:435px;
  padding:0px;
  margin: 0px;
  overflow:auto;
  background-color:white;
}

#scale {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  position: relative;
  padding:0px;
  width: 250px;
  text-align: center;
  margin-top: 48px;
}

/*
#scalebar {
  margin-bottom: 20px;
  margin-top: 20px;
}
*/

#scaleReference {
  position:absolute;
  z-index:2;
  right:0px;
  bottom:0px;
  padding:0px;
  border: 1px solid #999;
  height: 35px;
  width:200px;
}

#teleAtlas {
  position:absolute;
  z-index:2;
  left:0px;
  bottom:0px;
  padding:0px;
  height: 20px;
  width:308px;
}


/* SEARCH SYSTEM */

/* CLASSES */

.label {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}
.value {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}


.kmTitle {
	position:relative;
	top:10px;
	display:inline;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
	font-variant: small-caps;
	margin-left:70px;
	color:black;
}

.kmSubtitle{
	position:relative;
	display:inline;
	font-family: Verdana, sans-serif;
    font-size: 16px;
	margin-left:20px;
	top:10px;
	color:rgb(30,30,40);
}

.minimenu {
	position:absolute;
	top:5px;
	right:15px;
	color:white;
	font-weight: bold;
	font-family: Times, sans-serif;
	text-transform: uppercase;
    font-size: 16px;
}
.minimenu a {
	color:white;
}
.minimenu span {
	margin-left:10px;
}

.tafelTree {
text-align: left;
float: left;
direction: ltr;
overflow: auto;
}

.tafelTree, .tafelTree table {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
}

.tafelTree, .tafelTree span, .tafelTree img, .tafelTree div {
margin: 0;
padding: 0;
}

.tafelTree table {
border-collapse: collapse;
margin: 0;
padding: 0;
}

.tafelTree table tr, .tafelTree table td {
direction: ltr;
margin: 0;
padding: 0;
}

.tafelTree table td {
white-space: nowrap;
vertical-align: top;
}

.tafelTree .tafelTreedrag {
cursor: pointer;
}

.tafelTree .tafelTreecontent {
padding: 0 0.1em;
}

.tafelTree .tafelTreecanevas {
vertical-align: middle;
}

.tafelTree .tafelTreeselected {
background-color: #9999FF;
color: #FFFFFF;
}

.tafelTree .tafelTreeeditable {
display: none;
padding: 0 0.2em;
border: 1px solid #CCCCFF;
background-color: #EEEEFF;
}

.tafelTree .tafelTreedragOver {
background-color: #9999CC;
color: #EEEEFF;
}

.tafelTree .tafelTreetooltip {
display: none;
position: absolute;
border: 1px solid #000000;
background-color: FFFFFF;
padding: 0em;
z-index: 9000;
left:5px;
}



/**
 * Multiline
 */
.tafelTree table td.tafelTreemultiline {
background-repeat: repeat-y;
background-position: top left;
}

.tafelTree table td.tafelTreemultiline2 {
background-repeat: repeat-y;
background-position: top left;
}




/* HTML TAGS */
input {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

select {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

label {
	display:block;
	margin-top:15px;
}
a { 
    text-decoration: none; 
    font-family: arial;
    font-size: 10px;
    color: #000033;
}

hr {
	border:0;
	border-top: 1px solid white;
    border-bottom: 1px solid rgb(128,128,128);
    background-color:rgb(212,208,200); 
    height:3px;   
}

a:link {}
a:hover {}
a:active {}
a:visited {}


/* OTHERS */


#kaLogo {
    position: absolute;
    left: 6px;
    top: 3px;
    z-index: 2;
}

#kaLogo a {
    color:rgb(0,0,0);
}

.kaLegendTitle {  
    padding: 2px;
    padding-bottom:10px;
    font-size: 13px;
    font-weight: bold;
}

.kaLegendLayer  {
    border-top: 1px solid rgb(212,208,200); 
    padding: 2px;
    padding-top:7px;
    padding-bottom:7px;
    font-size: 12px;
}

#contributors {
    display: none;
}

#page {
	position: absolute;
	left:0;
	top:0;
  overflow: hidden;
}
#layoutFrame {
	position: absolute;
  font-family:Verdana, serif;
}
#service {
	position:relative;
	overflow:hidden;
}
#curtain {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:600px;
	height:2000px;
	background-color:white;
	text-align:left;
}
#content {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgb(128,128,128);
  -moz-box-sizing: border-box;
  top:5000px;
  z-index:2;
}

#contentButton {
    position: absolute;
    right:12px;
    top:9px;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75; 
}

#contentBackground {
	 width: 100%;
    height: 60px;
}
#contentText {
	overflow: auto;
	position:absolute;
	top:30px;
	left:15px;
	border: 1px solid rgb(212,208,200);
}

#faologo {
	position:absolute;
	right:0;
	top:0;
}
#povertylogo {
	position:absolute;
	left:0;
	top:0;
}

#page h1,#page h2,#page h3{
	text-align:left;
	font-size:12pt;
	margin:4px;
	margin-bottom:15px;
	color:rgb(20,20,40);
}
#page h4,#page h5,#page h6{
	text-align:left;
	font-size:10pt;
	margin:4px;
	margin-bottom:8px;
	color:rgb(20,20,40);
}

#page p{
	margin:4px;
	font-size:10pt;
}
#page form{
	margin:4px;
	font-size:10pt;
}
#link a {
	margin-left:10px;
	font-size:10pt;
	text-decoration:underline;
	border: 0;
}
#link a:hover {
	text-decoration:none;
	border: 0;
}


td.td0
{
	margin: 0.0pt;
	font-family: Verdana;
	font-size: 7.2pt;
	font-weight: bold;
	color: white;
  background-color:#006600;
}

td.td1
{
	margin: 0.0pt;
	font-family: Verdana;
	font-size: 7.2pt;
	font-weight: bold;
	color: #0C0E13;
}
td.td2
{
	margin: 0.0pt;
	font-family: Verdana;
	font-size: 7.2pt;
	font-weight: bold;
	color: #006600;
}
td.td3
{
	margin: 0.0pt;
	font-family: Verdana;
	font-size: 7.2pt;
	color: #0C0E13;
}
p.p1
{
	margin: 0.0pt;
	font-family: Verdana;
	font-size: 8.2pt;
	font-weight: bold;
	color: #0C0E13;
}