﻿/* © 2004-2009, Applied Geographics, Inc.  All rights reserved. */

BODY
{
	margin: 0px;
}

.MainPanel
{
  border: solid 1px #919581;
  background-color: #DEE0D5;
}

/* text */

.BodyText, div.BodyText td
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
}

SELECT.BodyText
{
  height: 19px;
}

.TitleText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  color: black;
}

.SubtitleText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: italic;
  color: black;
}

.LabelText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
}

.BoldText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: black;
}

.EmphasizeText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: italic;
  color: black;
}

.SubduedText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9px;
  color: #A0A685;
}

.SubduedText A
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 9px;
  color: #999FBF;
  text-decoration: none;
}

.SubduedText A:link
{
  color: #999FBF;
}

.SubduedText A:visited
{
  color: #999FBF;
}

.SubduedText A:hover
{
  text-decoration: underline;
}

.ErrorText
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: Red;
}

/* body links */

A.BodyLink
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: gray;
  text-decoration: none;
}

A.BodyLink:link
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

A.BodyLink:active
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

A.BodyLink:visited
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

A.BodyLink:hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: underline;
}

/* command links */

A.CommandLink
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: gray;
  text-decoration: none;
  cursor: default;
}

A.CommandLink:link
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

A.CommandLink:active
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

A.CommandLink:visited
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

A.CommandLink:hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: underline;
}

A.CommandLinkDisabled
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: gray;
  text-decoration: none;
}

A.CommandLinkDisabled:link
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: gray;
  text-decoration: none;
}

A.CommandLinkDisabled:active
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: gray;
  text-decoration: none;
}

A.CommandLinkDisabled:visited
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: gray;
  text-decoration: none;
}

A.CommandLinkDisabled:hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: gray;
  text-decoration: none;
}

/* data grid settings */

TABLE.DataGrid
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  border-right: solid 1px #b0b0b0;
  border-bottom: solid 1px #b0b0b0;
}

TABLE.DataGrid TR
{
  background-color: white;
}

TABLE.DataGrid TR.RowOver
{
  background-color: #ffffc8;
}

TABLE.DataGrid TR.RowSelect
{
  background-color: yellow;
}

TABLE.DataGrid TD
{
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-top: 1px;
  border-left: solid 1px #b0b0b0;
  border-top: solid 1px #b0b0b0;
  white-space: nowrap;
}

TABLE.DataGrid TH
{
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-top: 1px;
  border-left: solid 1px #b0b0b0;
  border-top: solid 1px #b0b0b0;
  white-space: nowrap;
}

/* data list settings */

TABLE.DataList 
{
  margin-left: 10px; 
  margin-right: 10px; 
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: white; 
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  font-size: 11px; 
}

TABLE.DataList TD.Header 
{
  background-color: #f0e0e0; 
  padding-left: 5px; 
  padding-bottom: 2px; 
  padding-top: 2px; 
  font-weight: bold;
  white-space: nowrap;
}

TABLE.DataList TD.Label 
{
  padding-left: 10px; 
  padding-right: 3px; 
  padding-bottom: 1px; 
  padding-top: 2px; 
  color: #802020; 
  font-weight: bold; 
  text-align: right;
  vertical-align: top;
  width: 100px;
}

TABLE.DataList TD.Value 
{
  padding-left: 3px; 
  padding-right: 10px; 
  padding-bottom: 1px; 
  padding-top: 2px; 
  text-align: left;
  vertical-align: top;
}

TABLE.DataList TD.Value A
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: blue;
  text-decoration: none;
}

TABLE.DataList TD.Value A:link
{
  color: blue;
  text-decoration: none;
}

TABLE.DataList TD.Value A:active
{
  color: blue;
  text-decoration: none;
}

TABLE.DataList TD.Value A:visited
{
  color: blue;
  text-decoration: none;
}

TABLE.DataList TD.Value A:hover
{
  color: blue;
  text-decoration: underline;
}

#pnlBody
{
	text-align: left;
	width: 800px;
}

#pnlHeader
{
	text-align: left;
  width: 100%;
  height: 65px;
  margin-bottom: 8px;
  background-color: #F0F2E6;
}

#pnlContent
{
	text-align: left;
  width: 100%;
  height: 408px;
  padding-left: 8px;
  margin-bottom: 8px;
}

#pnlMain
{
	text-align: left;
  position: relative;
  width: 792px;
  height: 100%;
  float: left;
}

#pnlFooter
{
	text-align: left;
  width: 100%;
  height: 65px;
  background-color: #F0F2E6;
}

