html {
    height: 100%;
}

/** Footer Sitemap **/
#footer_sitemap {
    float: left;
    position: relative;
    border-bottom: solid 1px #CCC;
	padding: 10px;
	margin-left: 10px;
	display: inline;
    width: 930px;
}
#footer_sitemap ul {
    float: left;
    display: inline;
    position: relative;
    width: 130px;
	line-height:18px;
}
#footer_sitemap ul li {
    font-size: 11px;
}
#footer_sitemap ul li.header a {
    font-size: 11px;
    color: #333;
	font-weight: bold;
}
#footer_sitemap ul li.header a:hover {
    color: #009900;
}


/* NO STYLE CLASSES FROM ONLINE A PROJECT - EXISTING CLASSES */

/*tooltip*/
div.tooltip {
/*	height:100px; */
	width: 200px;
	/*background: #8ABB48 url('http://kpncomdev-2-red.telecom.ptt.nl/static/bbapp/kpn_zm_online_br3/images/TOM_popupArrow.gif') no-repeat;*/
	background: #8ABB48 url('images/mco_popupArrow.gif') no-repeat 0 0;
	color: #FFF;
	position: absolute;
	border: 1px solid #090;
	visibility: visible;
	display: block;
	z-index: 99;
	text-align: left;
	padding: 6px;
	font-size: 11px;
}
div.tooltip_ie {
	width: 200px;
	background: #8ABB48;
	color: #FFF;
	position: absolute;
	visibility: visible;
	display: block;
	z-index: 99;
	text-align: left;
	overflow: hidden;
}
.infotext {
	display: none !important;
}
.tooltipwrapper {
    display: inline !important;
	margin-left: 0.4em !important;
	margin-right: 0.4em !important;
	color:#777 !important;
}
.tooltiptext {
	padding:6px;
	z-index: 999;
	border:1px solid #009;
	/*
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	*/
}
.tooltiptext, .tooltiptext p, .tooltiptext h4, .tooltiptext p strong {
	color:#777 !important;
}
.tooltipshield {
    position: absolute;
	width: 218px;
	z-index: -99;
	top: -6px;
	left: -6px;
	border: none !important;
	overflow: hidden;
}

#tooltip.kpn{
	border: 1px solid green;
	text-align: left;
	background-color: #D9FFD9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

/** Autocomplete */
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
  text-align: left;
}
 
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
 /* 
 if width will be 100% horizontal scrollbar will appear 
 when scroll mode will be used
 */
 /*width: 100%;*/
  font: menu;
  font-size: 12px;
 /* 
 it is very important, if line-height not setted or setted 
 in relative units scroll will be broken in firefox
 */
  line-height: 16px;
  overflow: hidden;
 }
 
.ac_odd {
 /* background-color: #eee; */
}
 
.ac_over {
  background-color: #009900;
  color: white;
}
 
/** End Autocomplete*/
