/*
    Document   : main
    Created on : Apr 3, 2012, 11:23:28 AM
    Author     : PeppardB
    Description:
        Purpose of the stylesheet follows.
*/

html, body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow:hidden;
      }


#map {
  padding: 0;
/*    margin: 5px;
  border: solid 1px #666;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #888;
  -moz-border-radius: 10px;
*/
}


#header {
  padding-top: 4px;
  padding-right: 32px;
  background-color: #243C5F;
  color: #fff;
  font-size:16pt; text-align:right;font-weight:bold;
  height:55px;
}
#subheader {
  font-size:small;
  color: #ffde6a;
  text-align:right;
  padding: 5px 0 0 0;
}

#mapLayersPane {
  width: 240px;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 40;
}

.ds { background: #000; overflow: hidden; position: absolute; z-index: 2; }
#ds-h div { width: 100%; }
#ds .o1 { filter: alpha(opacity=10); opacity: .1; }
#ds .o2 { filter: alpha(opacity=8); opacity: .08; }
#ds .o3 { filter: alpha(opacity=6); opacity: .06; }
#ds .o4 { filter: alpha(opacity=4); opacity: .04; }
#ds .o5 { filter: alpha(opacity=2); opacity: .02; }
#ds .h1 { height: 1px; }
#ds .h2 { height: 2px; }
#ds .h3 { height: 3px; }
#ds .h4 { height: 4px; }
#ds .h5 { height: 5px; }

.esriPopup.myTheme .titlePane, .dj_ie7 .esriPopup.myTheme .titlePane .title {
  background-color:#899752;
  color:#333;
  font-weight:700;
}

.esriPopup.myTheme .titlePane {
  border-bottom:1px solid #121310;
}

.esriPopup.myTheme a {
  color:#d6e68a;
}

.esriPopup.myTheme
.titleButton,.esriPopup.myTheme .pointer,.esriPopup.myTheme .esriViewPopup .gallery
.mediaHandle,.esriPopup.myTheme .esriViewPopup .gallery .mediaIcon {
  background-image:url(../images/popup_sprite.png);
}

.esriPopup.myTheme .contentPane,
.esriPopup.myTheme .actionsPane {
  background-color:#424242;
  color:#fff;
  border-color:0 solid #121310;
}

/***********/
New CSS
/***********/
/*#titlebar {
  height: 3.75em;
  color: #cbcbcb;
}*/
