﻿body 
{
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #062452;
}

h1
{
	font-family: 'Gill Sans','Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #4B7EA6;
}

h2
{
	font-family: 'Gill Sans','Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color: #4B7EA6;
}

.controlsTable
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: Transparent;
}

.controlsPanel
{
	/*width: 320px;*/
	width: 320px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: White;
	border: 1px solid black;
}

.controlsHeader
{
	background-color: #062452;
	color: White;
	padding: 1px;
	margin: 0px;
	font-weight: bold;
}

#controlsTab
{
	position: relative;
	top: 50px;
	/*writing-mode: tb-rl;
	filter: flipv fliph;
	font-weight: bold;
	background-color: #B4CCEB;*/
	/*padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;*/
	cursor: pointer;
	overflow-x: hidden;
}

.collapsePanelHeader{	
	width:100%;	
	height:25px;
	background-color: #B4CCEB;
	border-top: 1px solid black;
	cursor: pointer;
}

#progress
{
	width: 300px;
	position: absolute;
	top: 42px;
	left: 80px;
	background-color: White;
}

.button
{
	width: 100px;
}

.summaryText
{
	width: 100px;
	text-align: right;
}

.textBox
{
	border: 1px solid black;
	background-color: White;
	color: #062452;
	width: 100px;
}

.helpIcon
{
	border: none;
	padding: 0px;
}

.hiddenButton
{
	visibility: hidden;
}

.divButton
{
	width: 150px;
	border: 1px solid white;
}

.divButton:hover
{
	border: 1px solid black;
	cursor: pointer;
}

.divButtonDisabled
{
	width: 150px;
	border: 1px solid white;
	color: Gray;
}

.pushpinButton
{
	border: 1px solid #062452;
}

.pushpinButton:hover
{
	border: 1px solid White;
	cursor: pointer;
}

.panel
{
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#menutext
{
    padding: 0px;
    text-align: left;
    float: left;
    width: 150px;
}

#menutext ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}

#menutext li
{
	display: inline;
	float: left;
}

#menutext a:link, #menutext a:visited {
	padding-left: 12px;
    font-size: 10pt;
    color: blue;
    font-family: palatino;
	text-decoration: underline;
}

#menutext a:active, #menutext a:hover {
	color: #717052;
}