html, body, #mapDiv{
    padding: 0;
    margin: 0;
    height: 100%;
}
	  
#contentDiv {
	background-color:#FFFFFF;
	border: 1px solid #D8D8D8;
	box-shadow: 3px 3px 5px #888888;
	padding:2px;
}

.tundra .dijitDialogTitleBar {
	/*background:  #F47B28 url("images/titleBar.png") repeat-x top left;*/
	/*background:  #F47B28 repeat-x top left;*/
    /*background:  rgb(84,98,35);*/
    background:  #2b390e;

    color: white;
	padding: 5px 6px 3px 6px;
	outline: 0;
}

.tundra .dijitDialogCloseIcon {
	background: url("../images/dialogClose.png") no-repeat right top;
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 4px;
	height: 15px;
	width: 15px;
}

#mapDiv:hover {
	/*background-color:#F4FA58;*/
}

.esriAttribution{
	font-size: 9px;
}



.esriAttributionItem a img{
	height:15px;
	width:44px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

.esriControlsBR{
	bottom:0;
	right:0;
	opacity: 0.8;
}

.esriAttribution{
	padding:0;
	margin:0;
}