﻿
﻿/*  Copyright 2012 Applied Geographics, Inc.
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* =====  CSS reset  ===== */

html
{
  color: #000;
  background: #FFF;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow: hidden;
}

body, div, ul, li, form, input, textarea, p, th, td 
{
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  overflow: hidden;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

img
{
  border: 0;
}

th
{
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

ul 
{
  list-style: none;
}

input, textarea, select 
{
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Remove button padding in FF */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

/* proper placeholder default color in IE */

:-ms-input-placeholder {  
  color: #A0A0A0;  
}

/* =====  common styles  ===== */

.Title
{
  font-weight: bold;
}

.Label
{
  color: #404040;
  font-size: 16px;
}

.MainPanel
{
  z-index: 1;
  border-top: solid 1px #b9b9b9;
}

.LegendScroll 
{
  top: -32px;
  padding-left: 10px;
  overflow: auto;
}

a, .CommandLink
{
  text-decoration: none;
  cursor: pointer;
}

a:hover, .CommandLink:hover
{
  text-decoration: underline;
}

.CommandLink.Disabled
{
  color: Gray;
}

.CommandLink.Disabled:hover
{
  text-decoration: none;
  cursor: default;
}

#pnlBody
{
  min-height: 526px;
}


