body			{
                        font-family: Arial, Verdana, sans-serif;
			color: #A0A0A0;
			font-size: 12px;
			}

.boldtext		{
			font-weight: bold;
			text-align: right;
			}

#sidebar_bg		{
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			min-width: 200px;
			max-width: 200px;
			background: #182A3A;
			text-align: right;
			}

#majorregion		{
			margin-left: 5px;
			color: yellow;
			text-align: left;
			font-size: 20px;
			font-weight: bold;
			font-family: Garamond, Times, serif;
			}

#byparameter		{
			margin-left: 5px;
			margin-right: 5px;
			padding: 5px;
			border: 1px solid #555555;
			}

#byview			{
			margin: 5px;
			padding: 5px;
			border: 1px solid #555555;
			}

#dialogbox		{
			margin: 5px;
			padding: 5px;
			border: 1px solid #555555;
			background-color: #602020;
			text-align: left;
			}

#dialogbox a		{
			text-decoration: underline;
			}

#userwindow		{
			position: fixed;
			bottom: 5px;
			left: 5px;
			width: 188px;
			border: 1px solid  #555555;
			text-align: right;
			background-color: #4059BB;
			}

#userwindowtop		{
			background-color: #252525;
			padding: 3px;
			text-align: left;
			font-weight: bold;
			}

a			{
			font-weight: bold;
			text-decoration: none;
			color: #A0A0A0;
			padding-left: 5px;
			padding-right: 5px;
			outline: none;
			}

.menu			{
			background-color: #4059BB;
			margin: 5px;
			}

a:hover			{
			color: #FFFFFF;
			}

.formattedform 		{
			color: #A0A0A0;
			font-size: 11px;
			margin-left: 5px;
			margin-bottom: 3px;
			width: 8em;
			background-color: #254059;
			border: 1px solid #555555;
			}

#byname			{
			color: #BBBBBB;
			font-size: 11px;
			margin-left: 5px;
			width: 14em;
			background-color: #254059;
			border: 1px solid #555555;
			}

#go			{
			color: #BBBBBB;
			font-size: 11px;
			background-color: #254059;
			border: 1px solid #555555;
			width: auto;
			}

#go:hover		{
			color: #FFFFFF;
			}

#header			{
			white-space: nowrap;
			position: fixed;
			top: 0;
			height: 42px;
			left: 200px;
			right: 0;
			background: #000000 url(/Mapper/includes/images/nav2.png) repeat-x;
			}

#headertools		{
			position: absolute;
			top: 22px;
			right: 5px;
			}

#map3d			{
			height: 100%;
			}

#main			{
			position: absolute;
			top: 42px;
			bottom: 26px;
			left: 200px;
			right: 0;
			background: #999999;
			}

#footer			{
			position: fixed;
			bottom: 0;
			min-height: 26px;
			max-height: 26px;
			left: 200px;
			right: 0;
			text-align: right;
			background: #000000 url(/Mapper/includes/images/bottombar2.png) repeat-x;
			}

#todo			{
			position: fixed;
			bottom: 0;
			height: 26px;
			left: 210px;
			text-align: left;
			}

#todo a			{
			font-weight: normal;
			}

.highlight:hover	{
			color: #E0E0E0;
			text-decoration: underline;
			}

.termdef		{
			}

.termdef:hover		{
			color: #FFFFFF;
			}

			

