/*	Range Modelling Application, v.0.1
	Carlos Labs Pty, 2010
	PID: 201001A, http://www.carloslabs.com

	This code is released under a Creative Commons license. 
	http://creativecommons.org/licenses/by/3.0/legalcode
	
	You may use this code in any software project, provided you	do not remove or 
	modify this header and you credit us as the original authors of the code.
*/

body {
  margin: 0px;padding: 2px;color: #444;
  font: 1em/130% Verdana, sans-serif;
}
.items {
  font: 0.6em/130% Verdana, sans-serif;
  color: #444;
}
div.top-content {
	  border:1px solid #eee;   padding: 2px; background-color: #fff;	
}
div.mapview {
	  border:1px solid #eee;   padding: 2px; background-color: #fff;	
}
.menu-bar	{
	font-size:0.9em;font-family:sans-serif;color: #f60;">
}
.text-content	{
	border: 1px solid #eee; padding: 3px; margin:3px; 
	font: 0.7em/130% Verdana, sans-serif;color: #444;	
}
.button-gray {
	background: #eee; color: #444;
	font: 0.8em normal "Lucida Sans Unicode, Arial",sans-serif;
	border: 1px solid #aaa;
	margin: 1px;
	height: 24px;
}