﻿/* Standard CSS  */

A:link
{
      color: #383e52;
}
 
A:hover  
{
      color: #5a627f; 
}
 
A:visited
{
      color: #383e52;
}
 
BODY
{
      font-family: arial, verdana, helvetica, sans-serif;
      background-color: #eceae3;
      color: #383e52;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      height: 100%;
      font-size: small;
      font-weight: normal;
}

.PageTitle
{
      font-size: large;
      font-family: arial, verdana, helvetica, sans-serif;
}

.nav-main {
      color: #383e52; 
      font-size: 12px; 
      font-weight: bold;
}
 
.nav-main a:link {
      color: #383e52;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
}
 
.nav-main a:hover  {
      color: #5a627f; 
      font-size: 12px; 
      font-weight: bold; 
      text-decoration: none;
}
 
.nav-main a:visited {
      color: #383e52; 
      font-size: 12px; 
      font-weight: bold; 
      text-decoration: none;
}
 
.footer {
      font-size: 10px;
      color: #5a627f;
}

.footer a:link {
      font-size: 10px;
      color: #5a627f;
}
 
.footer a:hover {
      font-size: 10px;
      color: #3E4357;
}

.footer a:visited {
      font-size: 10px;
      color: #5a627f;
}

/* App Specific CSS */

DIV
{
	font-family: Arial, Sans-Serif;
}

HR
{
    height: 1px;
}

INPUT
{
    font: 100% Arial, Sans-Serif;
}

SELECT
{
    font: 100% Arial, Sans-Serif;
}

TABLE
{
    font: 100% Arial, Sans-Serif;
}

TEXTAREA
{
    font: 100% Arial, Sans-Serif;
}

TH
{
	font-family: Arial, Sans-Serif;
	font-size: small;
	font-weight: normal;
}

.ButtonSmall
{
  font-size: 6pt;
  color: Black;
}

.ButtonReg
{
  font-size: small;
  color: Black
}

.CornerActive
{
	background-color: #cde0f1;
	width: 8px;
}

.CornerInactive
{
	background-color: #C0C0C0;
	width: 8px;
}

.CornerViewer
{
	background-color: #c0c0c0;
	width: 8px;
}

.Disclaimer
{
	text-align: left;
    font-size: x-small;
}

.HideMe
{
	display: none;
}

.MenuCellActive
{
	font-size: small;
	text-align: center;
	background-color: #cde0f1;
}

.MenuCellInactive
{
	font-size: small;
	text-align: center;
	background-color: #C0C0C0;
}

.ResultsButton
{
  font-size: 6pt;
  color: Black;
  width: 60px;
}

.SmallNotes
{
    font-size: x-small;
}

.PagerHearing
{
	background-color: #C0C0C0;
	width: 720px;
	height: 40px;
}

.ProgressPanel
{
	background-color:#ffffff;
    position: relative;
	text-align:center;
    top: -25px;
    z-index: 999;
}

.SectionSeparator
{
	background-color: #eceae3;
	height: 1px
}

.TableCellNoWrap
{
	font-size: small;
	white-space: nowrap;
}

.RowHeader
{
	text-align: center;
    font-family: Arial, Sans-Serif;
    font-size: small;
    background-color: #C0C0C0;
}

.RowBody
{
	background-color: #cde0f1;
    font-size: small;
	text-align: left;
}

.RowLabel
{
	background-color: #C0C0C0;
	text-align: left;
	width: 20%;
}

.RowSeparator
{
	background-color: Silver;
}

.RowSeparator2
{
	background-color: #eceae3;
	height: 1px;
}

.RowPrimary
{
	text-align: center;
    font-size: small;
	background-color: #cde0f1;
}

.RowAlt
{
	text-align: center;
    font-size: small;
	background-color: #dcefff;
}

.RowMouseOver
{
	text-align: center;
    font-size: small;
	background-color: #FFFFBB;
}

.RowSpacer
{
	height: 2px;
}

.TxtBox2
{
	width: 25px;
}

.TxtBox3
{
	width: 30px;
}

.TxtBox4
{
	width: 35px;
}

.TxtBox5
{
	width: 42px;
}

.TxtBox6
{
	width: 55px;
}

.TxtBox10
{
	width: 90px;
}

.gvResults
{
	border-collapse: collapse;
	width: 98%;
}

.gvHearingDetails
{
	border-collapse: collapse;
	width: 620px;
}

.HeaderTable
{
	border-style: none;
	width: 100%;
}

.HeaderCell
{
	border-style: none;
	padding: 0px;
	width: 49%;
}

.HeaderMapCell
{
	border-style: none;
	padding: 0px;
	width: 464px;
}

.ImageDetails
{
	background-color:#cde0f1;
	width: 20%;
}

.Table_ImageList
{
	width: 640px;
}

.ViewerCell
{
	width: 100%;
	height: 791px;
}

.ViewerTable
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    width: 98%;
    height: 95%;
}

