﻿/*
dark color = #323299
light color = #6666CC
*/

body 
{
	font-family:Arial;
	font-size:10px;
	overflow:auto;
}

.navMenu
{
	background-color:#6666CC;
	color:White;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.panelTitleBar 
{
	height:15px;
	color:White;
	background-color:#323299;
	width:100%;
	border:Outset medium #6666CC;
}

.panelWindow
{
	z-index: 200;
	border:Inset medium #6666CC;
	background-color: White;
	filter: alpha(opacity=50);
	-moz-opacity: 50;
}

#mapPanel
{
	height:500px;
	width:800px;
	border:solid 1px black;
	z-index:100;
}

#rightPanel
{
	height:500px;
	width:250px;
	z-index:200;
}

#rightPanelControls
{
	background-color: #DCDCDC;
	height: 16px;
	width:100%;
	overflow: hidden;
}

#rightPanelTabs
{
	width: 0px;
}

.floatingPanelTitleBar
{
	background-color: #DCDCDC;
	font-size:10px;
	font-family:Arial;
	overflow:auto;
	height: 16px;
}


