.esriMatchContainer{
color: #444444;
font-family:Verdana;
font-size:12px;
height:100%; 
margin: 0px; 
padding: 0px; 
position:relative;
width:100%; 
}
.esriMatchContainer .dijitContentPane{
padding:0;
}
.esriMatchContainer .esriMatchHeader{
background-color: #D2E0EB;
overflow:hidden; 
width:100%;
}
.esriMatchContainer .esriMatchTitle{
display:inline-block; 
font-weight: bold; 
padding:5px;
}
.esriMatchContainer .esriMatchOptions{
color:#444444;
cursor: pointer;
float:right;
padding:5px 5px 0 0;
text-decoration: none;
}
.esriMatchContainer .esriMatchOptions:hover{
color:#21759B;	
}
.esriMatchContainer .esriSpriteArrow{
background-image: url("../images/spriteArrows.png");
display:inline-block;
height:8px; 
width:11px; 
margin-left: 3px;
}
.esriMatchContainer .dgrid{
cursor: pointer;
border:none;
height:100%;
}
.esriMatchContainer .ui-state-default:hover {
background-color: #D1E9F9;
}			
.esriMatchContainer .ui-state-active {
background-color: #FFF380;
}
.esriMatchContainer .dgrid-row.dgrid-row-odd.ui-state-active,  
.esriMatchContainer .dgrid-row.dgrid-row-even.ui-state-active{
background-color: #FFF380;
}
.esriMatchContainer .dgrid-row.dgrid-row-odd {
background-color: #F7F8F8;
}
.esriMatchContainer .dgrid-no-data, .dgrid-loading {
color: #aaa;
font-size: 2em;
padding-top: 3em;
text-align: center;
}
.esriPopup .esri-popup-con{
margin-bottom:10px;
}
.esriPopup .esri-popup-con p{
margin:0;
padding:0 0 0 18px;
}
.esriPopup .esri-popup-con span{
display: inline;
margin-bottom:2px;
padding:0;
font-weight:bold;
}
.esriMatchContainer .dgrid-column-0{
width:32px;
text-align: center;
}
.esriMatchContainer .dgrid-column-1{
width:70%;
}
.esriMatchContainer .dgrid-rtl .dgrid-header {
left: 17px;
right: auto;
}
.esriMatchContainer .dgrid-rtl .dgrid-header-scroll {
left: 0;
right: auto;
}
