body {
    font-family: Verdana,Helvetica,Arial,sans;
    background-color: #ffffff;
}

div {
    z-index: 1;
    overflow: hidden;
}

applet {
    z-index: 5;
}

applet#fieldApplet {
    z-index: 10;
}

.invisible {
    display: none;
}

.almostInvisible {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
}

div#container {
  width: auto;
  min-width: 950px;
  margin-left: 5px;
  margin-right: 5px;
}

div#fieldDiv {
  padding: 0;
  margin: 0;
}

#rightpanel {
    position:absolute;
    width:220px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    z-index: 1;
}
#controlsDiv {
    border: 1px solid #515b5e;
    background-color: #eef2f7;
    margin-bottom: 3px;
}
#filtersDiv {
  border-top: 3px solid #515b5e;
  border-left: 1px solid #515b5e;
  border-right: 1px solid #515b5e;
  border-bottom: 1px solid #515b5e;
  height: 449px;
  overflow-x: hidden;
  overflow-y: auto;
  clear: both;
  background-color: #eef2f7;
}

div#filtersTabDiv {
    padding-top: 3px;
    padding-left: 5px;
    height: 25px;
}

div#filtersTabDiv div.tab {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 90%;
    cursor: pointer;
}

div#filtersTabDiv div.tabselected {
    color: #ffffff;
    background-color: #515b5e;
    border-top: 2px solid #515b5e;
    border-left: 1px solid #515b5e;
    border-right: 1px solid #515b5e;
}

div#filtersTabDiv div.tabunselected {
    color: #000000;
    background-color: #c5c5b5;
    border-top: 2px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

div#filtersTabDiv div.tabunselected:hover {
    color: #ffffff;
    background-color: #959585;
    border-top: 2px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

div#treemapfooter {
    margin-top: 3px;
    border: 1px solid #515b5e;
    background-color: #eef2f7;
    z-index: 3;
}

div#treemapfooterwrapper {
    z-index: 2;
}

div#statusDiv {
  margin-bottom: 5px;
  background-color: #515b5e;
  text-align: center;
}

div#view_info {
	clear: both;
	margin-top: 0px;
	margin-bottom: 3px;
	float: left;
}

div#view_info div.view_name {
  padding-bottom: 0.125em;
  color: #232e4b;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  float: left;
}

#navImage{
	text-align: center;
}

div#view_info .edit {
  font-size: 10px;
  vertical-align: baseline;
  text-align: right;
  line-height: 12px;
}

div#screenshotfloatdiv {
  float: right;
}

div#optionsDiv {
  background-color: #eef2f7;
}

div#management_sidebar {
  border: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 2px;
  padding-right: 0;
}

div#management_sidebar h3 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 2px;
  margin-bottom: 0;
}

div#management_sidebar ul {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#hivebar_wrapper {
    margin-top: 5px;
    border-top: 1px solid #515b5e;
    border-left: 1px solid #515b5e;
    border-right: 1px solid #515b5e;
    background-color: #515b5e;
}

#hivebar {
    cursor: default;
    text-align: center;
    overflow: hidden;
    background-color: #515b5e;
    color: #ffffff;
    font-size: 11px;
    height: 20px;
}

#hivebar a {
    color: #ffffff;
}

#hivebar_hideshow {
    color: #ffffff;
    text-align: left;
    width: 250px;
    height: 20px;
}

#hivebar_hideshow input {
    padding: 0;
    line-height: 20px;
    vertical-align: middle;
}

#hivebar_hideshow span {
    margin-left: 0.3em;
    vertical-align: middle;
}

#hivebar_version {
    font-variant: small-caps;
    color: #ffffff;
    text-align: right;
    width: 250px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: middle;
    line-height: 20px;
}

#treemap_bottom_components, #bottom_components, #treemap {
    clear: both;
}
#aboutText a {
	color:#0000ff;
	font-style:italic;
	text-decoration:underline;
}
