.dnrInfoWindow {
  position: absolute;
  z-index: 100;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
  -moz-box-shadow: 0 0 1em #3F3F3F;
  border: 2px solid #3F3F3F;
  /* font-family: sans-serif;  */
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 12px;
  /*background-color:#EFECCA;*/
  background-color:#FAFAFA;
  overflow: auto;

}

.dj_ie .dnrInfoWindow {
  border: 1px solid black;
}

.dnrInfoWindow .content {
	
/*	font-size: 11px;  */
  font-size: 12px;
	
  position: relative;
  /*background-color:#EFECCA;*/
  background-color:#FAFAFA;
  color:#002F2F;
/*  height:250px;  */
  overflow: auto; 
  padding:2px 2px 2px 2px;
}

.dnrInfoWindow .close {
  position: absolute; top: 0px; right: 0px;
  cursor: pointer;
  background: url(https://serverapi.arcgisonline.com/jsapi/arcgis/2.6/js/dojo/dijit/themes/claro/layout/images/tabClose.png) no-repeat scroll 0 0 transparent;
  width: 12px; height: 12px;
  margin: 3px 3px 0px 0px;
}

.dnrInfoWindow .close:hover, .dnrInfoWindow .toggleOpen:hover , .dnrInfoWindow .toggleClose:hover  {
  background-color: #F7FCFF;
}

.dnrInfoWindow .toggleOpen {
  position: absolute; top: 0px; right: 12px;
  cursor: pointer;
  background: url(https://serverapi.arcgisonline.com/jsapi/arcgis/2.6/js/dojo/dijit/themes/claro/form/images/buttonArrows.png);
  background-position: -51px 53%;
  background-repeat: no-repeat;
  width: 15px; height: 15px;
  margin: 3px 3px 0px 0px;
}

.dnrInfoWindow .toggleClose{
  position: absolute; top: 0px; right: 12px;
  cursor: pointer;
  background: url(https://serverapi.arcgisonline.com/jsapi/arcgis/2.6/js/dojo/dijit/themes/claro/form/images/buttonArrows.png);
  background-position: 0px 53%;
  background-repeat: no-repeat;
  width: 15px; height: 15px;
  margin: 3px 3px 0px 0px;
}


.dnrInfoWindow .title {
	font-size: 14px;
  font-weight: bold;
  padding: 2px 2px 2px 2px;
  background-color: #819dbc;
  /*  background-color:#69a3bf;  */
  color: #3f3f3f;
}


