.esriPopup {
    -webkit-box-shadow: 1px 1px 3px #dbdbdb;
    box-shadow: 1px 1px 3px #dbdbdb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*-webkit-border-radius: 0;
    border-radius: 0;*/
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
}


.esriPopup .esriPopupWrapper{
    border-radius: 0; 
}

.esriPopup .titlePane {
    /*position: absolute;*/
    left: 0;
    right: 0;
    z-index: 1;
    height: 24px;
    line-height: 24px;    
    /*background: transparent;*/
    background: #efefef;
    border: 0;    
    color: #333;
    border: 0;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    /*-webkit-border-radius: 0;
    border-radius: 0px;*/
    /*padding-top: 3px;*/    
}

.esriPopup .titlePane .title {
    display: none;
}

.esriPopup .titlePane.multiFeatureTitlePane {
    position: relative;
    height: 24px;
    line-height: 24px;
    background: #f4f4f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e9e9e9 100%);
    background: linear-gradient(top, #f4f4f4 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e9e9e9',GradientType=0 );
    border-bottom: 1px solid #dbdbdb;
}

.esriPopup .titlePane.multiFeatureTitlePane .title {
    display: inline-block;
}

.esriPopup .titlePane.emptyTitlePane {
    position: relative;
    height: 24px;
    background: #fff;
}

.dj_ie7 .esriPopup .titlePane, .dj_ie7 .esriPopup .titlePane .title {
    background: #db652c;
}

.esriPopup .titleButton.prev, .esriPopup .titleButton.next, .esriPopup .titleButton.close {
    width: 15px;
    height: 15px;
    top: 0px;
    padding: 6px 4px 6px 4px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

/** Hide the infowindow's maximize button */
.esriPopup .titleButton.maximize {
    display: none !important;
}
.esriPopup .titleButton.restore {
    display: none !important;
}

.esriPopup .titleButton.prev {
    /*background: url("../images/icons/spriteRoundedIconsSmall.png") no-repeat 0px top;*/
    background-image: url("../images/icons/left.png");
    background-size: 10px 12px;
    width: 10px;
    height: 12px;
    opacity: 0.5;
}

.esriPopup .titleButton.next {
    /*background: url("../images/icons/spriteRoundedIconsSmall.png") no-repeat -30px top;*/
    background-image: url("../images/icons/right.png");
    background-size: 10px 12px;
    width: 10px;
    height: 12px;    
    opacity: 0.5;
}

.esriPopup .titleButton.prev:hover, .esriPopup .titleButton.next:hover {
    opacity: 1.0;
}

.esriPopup .titleButton.close {
    /*background-image: url("../images/icons/spriteRoundedIconsSmall.png");*/
    background-image: url("../images/icons/close.png");   
    background-size: 15px 15px; 
    padding-top: 5px;
}

.esriPopup .titleButton.close:hover {    
}

.esriPopup .contentPane {
    background: #fff;
    padding: 10px;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;       
}

.esriPopup .contentPane td {
    font-size: 12px;
    vertical-align: top;
}

.esriPopup .contentPane tr td:first-child {
    color: #333;
}

.esriPopup a {
    /*color: #007ac2;*/
    color: #888888;
    cursor: pointer;
    text-decoration: none;    
}

.esriPopup a:hover {
    opacity: 0.8;
}

.esriPopup .hzLine {
    border-top: 1px solid #ccc;
    margin-top: 4px;
    padding-bottom: 4px;
}

.esriPopup .actionsPane {
    color: #333;
    background: #fff;
    padding: 0 10px 10px 10px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;    
    /*-webkit-border-radius: 0;
    border-radius: 0;*/
}

.esriPopup .contentPane, .esriPopup .actionsPane {
    border: 0;
    font-size: 12px;
    line-height: 18px;
}

.esriPopup .actionsPane .actionList {
    /*display: none;*/
}

.esriPopup .actionsPane > .actionList > a {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    line-height: 16px;
    height: 16px;
    color: #007ac2; 
}

.esriPopup .actionsPane > .actionList > a:hover {
    opacity: 0.75;
}

.esriPopup .actionsPane > .actionList > a.displayCommunityStatsAction {
	padding-left: 19px;
	background: url(../Images/icons/community_star.png?v=1.0.7.1) no-repeat left center;
	background-size: 16px;    
    color: #632990;
    font-weight: bold; 
}

.esriPopup .actionsPane .actionList .LoadingComplete {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-right: 5px;
}

.esriPopup .titlePane .iconImg {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 5px;
    display: inline-block;
}

.esriPopup .titlePane .pageInfo {
    display: inline-block;
}

.esriPopup .titlePane .titleInfo {
    display: inline-block;
    margin-right: 5px;
}

.esriPopup .zoomTo {
    padding-left: 19px;
    background: url(../images/icons/zoomTo.png) no-repeat left center;
    background-size: 16px;
}

.esriPopup .subtitle {
    float:right;
    font-weight:normal;
    font-style: italic;
}

.esriPopup .contentPane .mainSection .break {
    height: 0;
}

/*No longer needed to have these defined after version 3.9*/
.esriPopup .pointer.top, .esriPopup .pointer.topLeft, .esriPopup .pointer.topRight {
    /*top: -14px;*/
}
.esriPopup .pointer.bottom, .esriPopup .pointer.bottomLeft, .esriPopup .pointer.bottomRight {
    /*bottom: -14px;*/
}
.esriPopup .outerPointer.left {
    /*left: 4px;*/
}
.esriPopup .outerPointer.right {
    /*right: 3px;*/
}