/* General */

body	{ margin: 0px; padding: 0px; _width: 98%; }

body, td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	}

#wrapper
	{
	position: relative;
	width: 99%;
	padding: 0px;
	margin: auto;
	}

.clear	{ clear: both; }

#hdr	{ background-color: #000; font-weight: bold; font-size: 1em; color: #fff; padding: 2px 4px 4px 8px; height: 18px; }
#cnt	{ padding: 10px; }
#cnt h2	
	{ 
	font-weight: bold;
	font-size: 1.2em;
	color: #0060b0;
	margin: 15px 0px; 
	}

#cnt ul
	{ 
	font-size: 0.85em;
	}


/* Popup */

#bigPic
	{
	position: absolute;
	z-index: 20px;
	}

table.windowbigpic
	{
	background: #FFFFCE;
	border: 1px solid #636563;
	width: 248px;
	height: 250px;
	padding: 4px;
	}

.bigpic-title
	{
	background: #FFCB00;
	font-weight: bold;
	padding: 4px;
	}

img.closewindow
	{
	cursor: pointer;
	cursor: hand;
	float: right;
	}


/* Mapcontrols */

#mapcontrols
	{
	position: relative;
	width: 990px;
	height: 300px;
	margin-top: 5px;
	}

#toolscontrol h1, #layercontrol h1, #searchcontrol h1
	{
	background-color: #9cd3e3;
	font-weight: bold; 
	font-size: 0.85em;
	color: #000;
	text-transform: uppercase;
	height: 18px;
	padding: 4px 0px 0px 6px;	
	margin: 0px;
	}

#toolscontrol h1
	{
	background-color: #0060b0;
	color: #fff;
	}
	
#toolscontrol
	{	
	float: left;
	width: 134px;
	}

.toolsbox
	{
	background: url(/grfx/cdi/bgtools.gif) repeat-y;
	border: 1px solid #0060b0;
	width: 100%;
	padding: 2px;
	}
	
.tools
	{
	text-align: center;
	vertical-align: middle;
	}

.tool_width_height
	{
	width: 35px;
	height: 21px;
	}

#btn-export, #btn-help, #btn-position, #btn-index
	{
	padding: 2px;
	cursor: hand;
	cursor: pointer;
	}

#mapcontrol
	{
	border: 1px solid #000;
	float: left;
	width: 580px;
	margin-left: 5px;
	}

#layercontrol
	{
	border: 1px solid #9cd3e3;
	float: right;
	width: 260px;
	}

.layerbox
	{
	background: url(/grfx/cdi/bglayers.gif) repeat-y;
	font-size: 1.1em;
	width: 100%;
	padding: 4px 2px;
	}

.layerbox .layers
	{
	height: 20px;
	}

#btn-refresh
	{
	padding: 6px; 
	cursor: hand;
	cursor: pointer;
	}

#btn-search, #btn-clear
	{
	padding: 4px;
	padding-right: 0px;
	cursor: hand;
	cursor: pointer;
	}
	
.fillspace
	{
	height: 14px;
	}
	
/* Search */	
	
#searchcontrol
	{
	border: 1px solid #9cd3e3;
	position: relative;
	width: 988px;
	}

.searchbox
	{
	background: url(/grfx/cdi/bgsearch.gif) repeat-y;
	font-size: 1.1em;
	width: 100%;
	padding: 2px;
	}

.searchbox td,.searchbox .search_desc
	{
	vertical-align: top;
	padding-left: 4px;
	}
	
.search_desc
	{
	padding-top: 4px;
	}
	
.search_input, .search_input11, .multiple_select, .select
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 150px;
	}

.search_input11		{ width: 80px; }
.multiple_select	{ width: 290px; }
.select				{ width: 290px; }

#btn-helpsearch		{ position: absolute; top: 1px; right: 5px; }
.helpicon			{ padding: 4px; }


/* Legend */

.legendlabels
	{
	display: block;
	}
	
.legendimg
	{
	float: left;
	width: 40px;
	}
	