html, body { 
	height: 100%; width: 100%; margin:1px;
} 
body{
	background-color:white; 
	font-family: "Trebuchet MS";
}

#header {
	color:#326091;
}

.menui{
	color:#326091;
}

#footer {
	background-color:white;
}

#dojoxGlobalFloatingDock{display: none;} 



.esriPopup.myTheme .titlePane,
.dj_ie7 .esriPopup.myTheme .titlePane .title {
	background-color: #326091;
	color: #ffffff
	font-weight: bold;
}
.esriPopup.myTheme .titlePane {
	border-bottom: 1px solid #121310;
}
.esriPopup.myTheme a {
	color: #0035a4;
}
.esriPopup.myTheme .titleButton,
.esriPopup.myTheme .pointer,
.esriPopup.myTheme .outerPointer,
.esriPopup.myTheme .esriViewPopup .gallery .mediaHandle,
.esriPopup.myTheme .esriViewPopup .gallery .mediaIcon {
		background-image: url(../../images/popup_sprite_blue.png);
}
.esriPopup.myTheme .contentPane,
.esriPopup.myTheme .actionsPane {
	border-color: 1px solid #121310;
	background-color: #f8f8f8
	color:#333333;
}