﻿.esriPopup {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0.75em #777777;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: absolute;
    z-index: 9999;
}
.esriPopup .esriPopupWrapper {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0.75em #777777;
}
.esriPopup .hidden {
    display: none;
}
.esriPopup .sizer {
    width: 400px;
}
.esriPopup a {
    color: #336699;
    text-decoration: underline;
}
.esriPopup .titlePane {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #006F58;
    border-color: #666666 #666666 -moz-use-text-color;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
    cursor: default;
    line-height: 20px;
    padding-left: 6px;
}
.esriPopup.blueTheme .titlePane {
    background-color: #5491B8;
    border-color: #777777;
}
.esriPopup .titlePane .spinner {
    background: url("images/callbackActivityIndicator.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-right: 4px;
    margin-top: 2px;
    width: 16px;
}
.esriPopup.blueTheme .titlePane .spinner {
    background: url("images/callbackActivityIndicator.gif") no-repeat scroll 0 0 transparent;
}
.dj_ie7 .esriPopup .titlePane .spinner.hidden, .dj_ie7 .esriPopup.blueTheme .titlePane .spinner.hidden {
    background: none repeat scroll 0 0 transparent;
}
.dj_ie7 .esriPopup .titlePane .title {
    background-color: #444444;
}
.dj_ie7 .esriPopup.blueTheme .titlePane .title {
    background-color: #5491B8;
}
.esriPopup .titleButton {
    background: url("images/popup.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    position: absolute;
    top: 2px;
}
.esriPopup .titleButton.prev {
    background-position: 0 -224px;
    height: 17px;
    right: 64px;
    width: 9px;
}
.esriPopup .titleButton.next {
    background-position: 0 -443px;
    height: 17px;
    right: 46px;
    width: 9px;
}
.esriPopup .titleButton.maximize {
    background-position: 0 -251px;
    background-image: none;
    height: 11px;
    right: 22px;
    top: 5px;
    width: 11px;
}
.esriPopup .titleButton.restore {
    background-position: 0 -787px;
    height: 11px;
    right: 22px;
    top: 5px;
    width: 11px;
}
.esriPopup .titleButton.close {
    /*background-position: 0 -171px;*/
    right:-16px;
    top: -8px;
    position:absolute;
    width: 32px;
    height: 32px;
    background-image: url(images/remove-24x24.png);
    cursor: pointer;
    z-index: 9999;
}
.dj_ie7 .esriPopup .titleButton.hidden {
    background: none repeat scroll 0 0 transparent;
}
.esriPopup .contentPane {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F7F7F7;
    border-color: -moz-use-text-color #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-style: none solid;
    border-width: medium 1px;
    color: #333333;
    max-height: 300px;
    overflow: auto;
    padding: 10px 6px 6px 10px;
    position: relative;
}
.esriPopup .actionsPane {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F7F7F7;
    border-color: -moz-use-text-color #999999 #999999;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #999999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 2px 10px 4px;
}
.esriPopup .actionsPane .action {
    margin-right: 10px;
}
.esriPopup .pointer, .esriPopup .outerPointer {
    background: url("images/popup.png") no-repeat scroll 0 0 transparent;
    position: absolute;
}
.esriPopup .pointer.top {
    background-position: 0 -580px;
    height: 14px;
    left: 50%;
    margin-left: -12px;
    top: -12px;
    width: 24px;
}
.esriPopup.blueTheme .pointer.top {
    background-position: 0 -617px;
    height: 14px;
    left: 50%;
    margin-left: -12px;
    top: -12px;
    width: 24px;
}
.esriPopup .pointer.bottom {
    background-position: 0 -55px;
    bottom: -12px;
    height: 14px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
}
.esriPopup .pointer.right {
    background-position: 0 -344px;
    height: 17px;
    margin-top: -9px;
    right: -10px;
    top: 50%;
    width: 13px;
}
.esriPopup .pointer.left {
    background-position: 0 -285px;
    height: 17px;
    left: -11px;
    margin-top: -8px;
    top: 50%;
    width: 13px;
}
.esriPopup .outerPointer.right {
    background-position: 0 -344px;
    height: 17px;
    margin-top: -9px;
    right: 6px;
    top: 50%;
    width: 13px;
}
.esriPopup .outerPointer.left {
    background-position: 0 -285px;
    height: 17px;
    left: 5px;
    margin-top: -8px;
    top: 50%;
    width: 13px;
}
.esriPopup .pointer.topLeft {
    background-position: 0 -470px;
    height: 45px;
    left: 0;
    top: -43px;
    width: 51px;
}
.esriPopup.blueTheme .pointer.topLeft {
    background-position: 0 -525px;
    height: 45px;
    left: 0;
    top: -43px;
    width: 51px;
}
.esriPopup .pointer.topRight {
    background-position: 0 -652px;
    height: 45px;
    right: 0;
    top: -43px;
    width: 51px;
}
.esriPopup.blueTheme .pointer.topRight {
    background-position: 0 -707px;
    height: 45px;
    right: 0;
    top: -43px;
    width: 51px;
}
.esriPopup .pointer.bottomRight {
    background-position: 0 -91px;
    bottom: -43px;
    height: 45px;
    right: 0;
    width: 51px;
}
.esriPopup .pointer.bottomLeft {
    background-position: 0 0;
    bottom: -43px;
    height: 45px;
    left: 0;
    width: 51px;
}
.dj_ie7 .esriPopup .pointer.hidden {
    background: none repeat scroll 0 0 transparent;
}
.esriViewPopup .hidden {
    display: none;
}
.esriViewPopup .hzLine {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333333 -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin-bottom: 6px;
    margin-top: 6px;
}
.esriViewPopup .break {
    height: 14px;
}
.esriViewPopup .header {
    font-weight: bold;
}
.esriViewPopup .mainSection .attrTable {
    border-collapse: collapse;
}
.esriViewPopup .mainSection .attrTable td {
    padding: 2px 2px 5px;
}
.esriViewPopup .mainSection .attrTable td.attrName {
    color: #888888;
    padding-right: 5px;
}
.esriViewPopup .attachmentsSection ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.esriViewPopup .caption {
    font-style: italic;
}
.esriViewPopup .gallery {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 150px;
    margin: 10px 13px 0 12px;
    position: relative;
    width: 200px;
}
.esriViewPopup .gallery .frame.image {
    text-align: center;
}
.esriViewPopup .gallery .frame img {
    border-style: none;
    max-height: 150px;
    max-width: 200px;
}
.esriViewPopup .gallery .frame div.chart {
    height: 150px;
    width: 200px;
}
.esriViewPopup .gallery ul.summary {
    bottom: -18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}
.esriViewPopup .gallery ul.summary li {
    float: left;
}
.esriViewPopup .gallery ul.summary li.mediaCount {
    margin-left: 3px;
}
.esriViewPopup .gallery .mediaHandle {
    background: url("../images/popup.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    position: absolute;
    top: 67px;
}
.esriViewPopup .gallery .mediaHandle.prev {
    background-position: 0 -198px;
    height: 16px;
    left: -12px;
    width: 9px;
}
.esriViewPopup .gallery .mediaHandle.next {
    background-position: 0 -417px;
    height: 16px;
    right: -12px;
    width: 9px;
}
.dj_ie7 .esriViewPopup .gallery .mediaHandle.hidden {
    background: none repeat scroll 0 0 transparent;
}
.esriViewPopup .gallery .mediaIcon {
    background: url("../images/popup.png") no-repeat scroll 0 0 transparent;
}
.esriViewPopup .gallery .mediaIcon.image {
    background-position: 0 -392px;
    height: 15px;
    width: 15px;
}
.esriViewPopup .gallery .mediaIcon.chart {
    background-position: 0 -146px;
    height: 15px;
    width: 19px;
}
.dj_ie7 .esriViewPopup .gallery .mediaIcon.hidden {
    background: none repeat scroll 0 0 transparent;
}
.esriViewPopup .editSummarySection .break {
    height: 10px;
}
.esriViewPopup .editSummary {
    color: #888888;
}
