/*
Geode Web Viewer
By S. Mattern for Tierra Plan LLC
June 2010
*/

@import "http://serverapi.arcgisonline.com/jsapi/arcgis/2.6/js/esri/dijit/css/Popup.css";

/* Browser Resets */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img {
	background-image: none;
	}

/* Basics */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	text-align: center;
	position: relative;
	background-color: #F7F3E5; /*light beige */
	width: 100%;
	min-width: 800px;
	}

#page {
	margin: 10px;
	}

a {
	color: #286898; /*blue*/
	text-decoration: none;
	}

a:hover {
	color: #d54e21; /*red*/
	text-decoration: none;
	}

small {
	font-size: 11px;
	}

.clear {
	clear: both;
	}

.print, hr {
	display: none;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #464646; /*grey*/
	}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646; /*grey*/
	}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #464646; /*grey*/
	}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646; /*grey*/
	}
	
/* Header */

#header {
	background-color: White;  /*#F1E7CD;beige*/
	border: 1px solid #E5D5B6; /*darker beige*/
	border-bottom: none;
	text-align: left;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	}

#logo { 
	height: 75px;
	width: 270px;
	background: url(../images/geodelogo60.jpg) no-repeat top left;	
	margin:15px 0px 15px 15px; /* overrides the margines in style.css */
	float: left;
	}

#logo h1 a {
	height: 100%;
	width: 100%;
	display: block;
	cursor: pointer;
	}

#logo b {
	display: none;
	}

#header ul {
	float: right;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 25px;
	/*margin-top: 34px; logo height + 40 - 30*/
	margin-top: 75px; /*logo height + 40 - 30*/
	}

#pagenav li {
	float: left;
	margin-left: 3px;
	}
	
#pagenav a {
	color: white;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #BF9F7E; /*dark beige*/
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-radius: 4px 4px 0 0;
	}

#pagenav a {width: auto;}

#pagenav a:hover, #pagenav .current a {
	color: #333;
	background-color: white; 
	}

#pagenav li.help a {
	padding-left: 30px;
	background-image: url(../images/icons/help.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}

/* Column Containers */

#main {
	background-color: white;
	margin-top: -1px;
	z-index: 10;
	position: relative;
	border-left: 1px solid #E5D5B6; /*darker beige*/
	border-right: 1px solid #E5D5B6; /*darker beige*/
	font-size: 13px;
	text-align: left;
	overflow: hidden;
	}

/* from: http://matthewjamestaylor.com/blog/ultimate-2-column-left-menu-pixels.htm */
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}

	/* 2 column left menu settings  */
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:240px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:240px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 10px 0 235px;
	    position:relative;
	    right:100%;
	    overflow: visible; /* kk */
	}
    .leftmenu .col2 {
        float:left;
        width:215px;
        position:relative;
        right:230px;
		margin-bottom: 0;
    }

/* Left Column Content */

.pane {
	margin-top: 0;
	margin-bottom: 10px;
	}

/* dojo pane styles */
.dijitTitlePaneTitle {
	background-color: #E5F0FF; /*light blue*/
	border: 1px solid #B3D7FF; /*darker blue*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	height: 35px;
	line-height: 35px;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-radius: 4px 4px 0 0;
	}

.dijitTitlePaneTitle .dijitClosed {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.dijitTitlePaneTitle-hover {
	cursor: pointer;
	background-color: #D2E7FF; /*mid light blue*/
	}
	
.dijitTitlePane .dijitOpen .dijitArrowNode, .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-image: url(../images/paneArrows.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 32px;
	float: right;
	}

.dijitTitlePane .dijitOpen .dijitArrowNode {
	background-position: top right;
	}

.dijitTitlePane .dijitClosed .dijitArrowNode {
	background-position: bottom right;
	}

.dijitTitlePaneTextNode {
	padding-left: 32px;
	}

.dijitArrowNodeInner {
	display: none;
	}

/*pane title icons*/

#layers .dijitTitlePaneTitle {
	background-image: url(../images/icons/layers.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}

#legend .dijitTitlePaneTitle {
	background-image: url(../images/icons/book.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}


#search .dijitTitlePaneTitle {
	background-image: url(../images/icons/find.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}

#geoprocess .dijitTitlePaneTitle {
	background-image: url(../images/icons/cog.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}
	
#goto .dijitTitlePaneTitle {
	background-image: url(../images/icons/world.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	}

/*pane content*/

.paneContent {
	border: 1px solid #DEDEDE; /*grey*/
	border-top: none;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px 10px 10px 10px;
	line-height: normal;
	}

.paneContent td {
	padding: 4px 0 4px 0;
	}
	
.paneContent hr {
	height: 1px;
	border: none;
	background-color: #DEDEDE;
	display: block;
	clear: both;
	}

.paneContent h4 {
	margin-top: 4px;
	}

.paneContent .jumpMenu {
	width: 100%;
	color: #464646;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	}

.input {
	background-color: #F5F5F5;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #464646;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding: 1px 5px 1px 5px;
	}

.paneContent .checkboxes label {
	padding-left: 5px;
	}
	
.paneContent .checkboxes td .legendimg {
	vertical-align: middle;
	padding-right: 5px;
	}

.button {
	background: transparent url(../images/buttonLeft.png) no-repeat left top;
	padding-left: 13px;
	height: 32px;
	overflow: hidden;
	float: left;
	cursor: pointer;	
	}
	
.button a {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0.03em 0.03em 0.05em #333;
	display: block;
	background: transparent url(../images/buttonRight.png) no-repeat right top;
	padding: 0 34px 0 4px;
	height: 32px; 
	width: auto;
	line-height: 32px;
	overflow: hidden;
	}

.buttton .submit {
	background: transparent url(../images/buttonRight.png) no-repeat right top;
	padding-right: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	width: auto;
	}

.button:hover {
	background-position: left bottom;
	}

.button:hover a {
	background-position: right bottom;
	color: white;
	}
	
/* Right Column Content */

#basemap {
	margin-top: 0px;
	background: transparent url(../images/basemapBg.jpg) repeat-x bottom;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	}

#basemap h3 {
	padding: 0 10px 0 23px;
	background: transparent url(../images/icons/map.png) no-repeat 0 center;
	float: left;
	}

#basemap input {
	margin-left: 10px;
	padding-right: 3px;
	}

#maptools {
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	}

.toolddl {
	float: left;
	margin-right: 5px;
	padding: 0 1px 0 5px;
	width:150px;
	}
	
.toolddl2:hover {
	background-color: #F1E7CD;
	cursor: pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.toolbtn2 {
	float: left;
	margin-right: 5px;
    }
.toolbtn2.pan {background: transparent url(../images/icons/pan.png) no-repeat 5px center;
	padding: 0 2px 0 25px;
    }
.toolbtn2.zoomin {
	background: transparent url(../images/icons/zoom_in.png) no-repeat 5px center;
	padding: 0 2px 0 25px;
	}
.toolbtn2.zoomout {
	background: transparent url(../images/icons/zoom_out.png) no-repeat 5px center;
	padding: 0 2px 0 25px;
	}
.toolbtn2.identify {
	background: transparent url(../images/icons/information.png) no-repeat 5px center;
	padding: 0 2px 0 25px;
	}
.toolbtn2.fullextent {
	background: transparent url(../images/icons/fullextent.png) no-repeat 5px center;
	padding: 0 2px 0 25px;
	}
.toolbtn2.streetview {background: transparent url(../images/icons/car.png) no-repeat 5px center;
	padding: 0 2px 0 25px;
    }
.toolbtn2.textlabel {background: transparent url(../images/icons/textfield_add.png) no-repeat 5px center;
	padding: 0 2px 0 25px;
    }	
.toolbtn2.removegraphic {background: transparent url(../images/icons/arrow_undo.png) no-repeat 5px center;
    padding: 0 2px 0 25px;
    }
.toolbtn2:hover {
	background-color: #F1E7CD;
	cursor: pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}



.toolbtn {
	float: left;
	margin-right: 10px;
	padding: 0 7px 0 26px;}
	
.toolbtn.pan {background: transparent url(../images/icons/pan.png) no-repeat 5px center;}

.toolbtn.zoomin {
	background: transparent url(../images/icons/zoom_in.png) no-repeat 5px center;
	}
.toolbtn.zoomout {
	background: transparent url(../images/icons/zoom_out.png) no-repeat 5px center;
	}
.toolbtn.identify {
	background: transparent url(../images/icons/information.png) no-repeat 5px center;
	}
.toolbtn.fullextent {
	background: transparent url(../images/icons/fullextent.png) no-repeat 5px center;
	}
.toolbtn.select {background: transparent url(../images/icons/shape_handles.png) no-repeat 5px center;}
.toolbtn.streetview {background: transparent url(../images/icons/car.png) no-repeat 5px center;}
.toolbtn.textlabel {background: transparent url(../images/icons/textfield_add.png) no-repeat 5px center;}
.toolbtn.removegraphic {background: transparent url(../images/icons/arrow_undo.png) no-repeat 5px center;}

.toolbtn.point {background: transparent url(../images/icons/bullet_orange.png) no-repeat 5px center;}
.toolbtn.line {background: transparent url(../images/icons/vector.png) no-repeat 5px center;}
.toolbtn.poly {background: transparent url(../images/icons/shape_square.png) no-repeat 5px center;}
.toolbtn.freeline {background: transparent url(../images/icons/shape_polyline.png) no-repeat 5px center;}
.toolbtn.freepoly {background: transparent url(../images/icons/shape_polygon.png) no-repeat 5px center;}

.toolbtn.measureline {background: transparent url(../images/icons/shape_polyline.png) no-repeat 5px center;}
.toolbtn.measurepoly {background: transparent url(../images/icons/shape_polygon.png) no-repeat 5px center;}

.toolbtn.seperator {background: transparent url(../images/icons/seperator16.png) no-repeat 5px center;}

.toolbtn:hover {
	background-color: #F1E7CD;
	cursor: pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

#map {
	clear: both;
	height: 600px;
	border: 1px solid #DEDEDE;
	}

#mapfooter {
	background-color: #6494BD; /*medium blue*/
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	padding: 15px;
	}

#mapfooter .mapstats {
	line-height: normal;
	display: inline;
	margin-top: 20px;
	color: white;
	background-color: #47729B; /*darker blue*/
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	 
	}

/* Results */

#results {
	margin-top: 20px;
	clear: both;
	}

#results .smbutton {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	color: white;
	background-color: #296998; /*dark blue*/
	padding: 3px 5px 3px 5px;
	border: none;
	}

#results .jumpMenu {
	color: #464646;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	}
	
.resultstitle {
	height: 0;
	 visibility:hidden;
	}

.resultstitle h2 {
	float: left;
	line-height: 32px;
	}

.resultstitle .search {
	float: right;
	}

.resultstitle .search .input {
	margin: 3px 7px 0 0;
	float: left;
	}

.resultstitle .search .button {
	float: left;
	}

.resultstools {
	margin: 10px 0 10px 0;
	}

.resultssort {
	float: left;
	}

.resultsbuttons {
	float: right;
	font-size: 11px;
	}

.resultsbuttons .export {
	float: left;
	}

.resultsbuttons .export div {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	}

.export .text {
	background: transparent url(../images/icons/page_white_text.png) no-repeat;
	}

.export .pdf {
	background: transparent url(../images/icons/page_white_acrobat.png) no-repeat;
	}

.export .excel {
	background: transparent url(../images/icons/page_white_excel.png) no-repeat;
	}

.resultsbuttons .export div span {
	display: none;
	}
	
.resultsbuttons .export div:hover {
	cursor: pointer;
	}

.resultsbuttons .pages {
	display: inline;
	padding-left: 10px;
	}

.resultsbuttons span {
	padding-right: 5px;
	}

.pages .page {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: 3px;
	padding: 1px 4px 1px 4px;
	background-color: #E5F0FF; /*light blue*/
	color: #296998; /*dark blue*/
	border: 1px solid #DEDEDE;
	}

.pages .page.current {
	background-color: #F5F5F5;
	color: #333;
	}

.pages .page:hover {
	background-color: #BFDDFF; /*darker light blue*/
	cursor: pointer;
	}


#results table {
	font-size: 12px;
	margin-top: 0px;
	border-collapse: separate;/*
	border: 1px solid #DEDEDE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	}

#results table th {
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 5px  5px 15px;
	}

#results table th {
	background: transparent url(../images/basemapBg.jpg) repeat-x bottom;
	}

#results table .toprow th {
	border-bottom: 1px solid #DEDEDE;
	}

#results table td {
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #DEDEDE;
	}

#results table strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/* Footer */

#footer {
	clear: both;
	background-color: #6494BD; /*medium blue*/
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	 padding-top: 10px; 
	color: white;
	font-size: 12px;
	text-align: left;
	}

#footer a {
	font-weight: bold;
	color: white;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 3px 0 3px;
	}

#footer p {
	padding: 5px 0 5px 0;
	}


.resultsgrid {
visibility: hidden;
color:Black; 
text-align:left; width:100%;
}
	
	
.dojoxGridRow  {
background-color: white;
border-color:-moz-use-text-color -moz-use-text-color #F8F7F1;
border-style:none none solid;
border-width:medium medium 1px;
position: relative;
width:100%;
}



.dojoxGridRowTable
{
 margin-left: 0;
 height:24px;
 }

.dojoxGridView
{
/*
border: none;
height:222px;
 border: 1px solid red;
*/
left:1px;
  border: none;
 margin-left: -1;
top:0;
width:100%;
overflow:hidden;
position:absolute;
}

.dojoxGridCell
{ border-bottom-color: transparent;}


.dojoxGridRowbarInner
{ padding:0;
border-top:1px solid #F6F4EB;
background: transparent url('../images/icons/zoom.png') no-repeat;
}

.dijitButtonNode {
border: none; 
line-height:normal;
margin:0;
 background-color: transparent;
text-align:center;
vertical-align:middle;
white-space:nowrap;
}

.dijitReset 
{ background-color: transparent;}

#sview
{width: 500px; 
 height:0;
 visibility: hidden;
  position: relative;
   padding-bottom:2px;}

.searchtitle
{ height:32px;
}
.searchtitle h2 {
	float: left;
	line-height: 32px;
}
.searchtitle .search {
	float: right;
	}

.searchtitle .search .input {
	margin: 3px 7px 0 0;
	float: left;
	}

.searchtitle .search .button {
	float: left;
	}
	
#hideStreetview
{ color: White;
  cursor:  pointer;
  
}	
.searchfeatureslabel
{
float: left;
text-align:left; 
color:#464646;
font-family:Trebuchet MS,Arial,Helvetica,sans-serif; 
font-size:14px;font-weight:bold; 
padding: 7px 10px 0px 5px;
}

/* Override AS.NET ajax styles for auto-complete KK*/

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;	 
	/*height : 200px;*/
    text-align : left; 
    list-style-type :  none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* print popup window */
	
#popup {
	padding: 20px;
	background-color: white;
	text-align: left;
	}

#popup label {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	margin: 5px 0 5px 0;
	}

#popup .input, #popup .textarea {
	background-color: white;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #666666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 280px;
	margin: 5px 0 10px 0;
	}

#popup .message {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 2px 3px 2px;
	width:250px;
	}

#popup h3 {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
	}

#popup p {
	margin: 6px 0 10px 0;
	padding: 0;
	}
.measure 
{font-size:10px;}

.watermarked {
    background-color: #F0F8FF;
    color: gray;
}

.map .logo-med {
    background-image: url("http://cdn.tierraplan.com/images/tierraplanlogotrans100.png");
    height: 33px;
    width: 100px;}

.helptext
{   font-size: 13px;
    text-align: left;}

.help h3
{	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-bottom: 5px;}

.esriScalebar{
 display: inline !important;
width: 140px !important;
 }
 
 .identifyresults
{ font-size:10px;
 font-family:@Arial Unicode MS;}

.identifyvalues 
{ border: none;
 padding:8px;
 width:90%;
}

.identifyattributes {
  border: none;
  margin-left:5px;margin-right:10px;
  font-weight:bolder;
  }

#identifyresults table {
    margin-left:8px;margin-right:8px;width:95%;
	font-size: 10px;
	margin-top: 3px;
    padding-right: 5px;
	border-collapse: separate;
	border: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: white; 
	}


#identifyresults table a {
	padding: 2px 1px 2px 1px;
	font-size: 10px;
	margin-left: 5px; 
	margin-right: 5px; 
	}
	
#identifyresults table th {
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 1px 2px 1px;
	}

#identifyresults table .toprow th {
	border-bottom: 1px solid #DEDEDE;
	}

#identifyresults table td {
	padding: 1px 1px 1px 1px;
	font-size: 10px;
	border: 0px; 
	margin-left: 5px; 
	margin-right: 5px; 
	}

#identifyresults table strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
 
/* Popup overrides */
.esriPopup.geode .titlePane,
      .dj_ie7 .esriPopup.geode .titlePane .title {
        background-color: #C08329;
        color: #333333;
        font-weight: bold;
      }
      
      .esriPopup.geode .titlePane {
        border-bottom: 1px solid #121310;
      }
      /* .esriPopup.geode a {
       color: #d6e68a;
      } */
      .esriPopup.geode .titleButton,
      .esriPopup.geode .pointer,
      .esriPopup.geode .outerPointer,
      .esriPopup.geode .esriViewPopup .gallery .mediaHandle,
      .esriPopup.geode .esriViewPopup .gallery .mediaIcon {
          background-image: url(images/popup.png);
      }
      .esriPopup.geode .contentPane,
      .esriPopup.geode .actionsPane {
        border-color: 1px solid #000000;
        background-color: #E7CE79;
        color:#333333;
     }
     