/** styling for new features **/

.newPanel .hd, .newPanel .bd, .newPanel .ft {
  border-style:solid;
  border-width:0 1px;
  border-color:#808080;
  margin:0 -1px;
}

.newPanel{
  position:relative;
  left:0;
  top:0;
  border-style:solid;
  border-width:1px 0;
  border-color:#808080;  
}

.newPanel .hd{
  padding:0 10px;
  font-size:93%;
  line-height:2;
  font-weight:bold;
  color:#000;
  background:url(sprite.png) repeat-x 0 -205px;
  border-bottom:solid 1px #ccc;
}

.newPanel .bd{
  padding:10px;
}

/**/

.frame-background_body {
	 padding:2px;
}

.frame {	 
	position: relative;
	border: 0;	
	padding: 0;
	margin: 0;
	
	font-family: Tahoma;
	font-size: 8pt;
	
}

.frame INPUT {
	
	font-size: 8pt; 
}

.Right
{
	text-align:right;
}

.dropdown {
	
	font-size: 8pt;
}

.frame-inside {
	
	background-color: #E0DFE3;
	padding: 0px;
}

.frame-top {

	text-align: left;
	font-weight: bold;
	
	background: url(images/frame_top.gif);
	height: 20px;
	padding: 0 0 3px 2px;
	margin: 0;
	vertical-align: bottom;
}

.frame-bottom {
	
	background: url(images/frame_bottom.gif);
	height: 19px;
	padding: 0;
	margin: 0;
}

.frame-left {
	  
	background: url(images/frame_left.gif);
	background-repeat: repeat-y;	
	width: 11px;
	padding: 0;
	margin: 0;
}

.frame-right {
	
	background: url(images/frame_right.gif);
	background-repeat: repeat-y;
	width: 19px;
	padding: 0;
	margin: 0;
}

.frame-top-right {
	
	background: url(images/frame_top_right.gif);
	width: 19px;
	height: 23px;
	padding: 0;
	margin: 0;
}

.frame-bottom-right {
	
	background: url(images/frame_bottom_right.gif);
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 0;
}

.frame-top-left {
	
	background: url(images/frame_top_left.gif);
	width: 11px;
	height: 23px;
	padding: 0;
	margin: 0;
}

.frame-bottom-left {
	
	background: url(images/frame_bottom_left.gif);
	width: 11px;
	height: 19px;
	padding: 0;
	margin: 0;
}

/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
	
 }

A:link      { color: #41519A; text-decoration:none; }
A:visited 	{ color: #41519A; text-decoration:none; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  /*background-color:#5B6DB5;*/
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	/*background-color:#41519A;*/
	width: 204px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}


/***********************************/
#ge 
{
	top: 0px;
	left: 10px;
	position: absolute;
}

#map3d_container {
	
	border: 1px solid silver; 
	height: 600px;
	width: 800px;
}

#toolbox 
{
	top: 20px;
	left: 0px;
}
