﻿/*
dd.cfgAZList
{
    display:inline;
    padding:0;
    margin:0;
    width:700px;
}
.cfgAZList dd
{
    margin: 1em, 0, 1em, 0;
    display:inline;
    padding:2px;
    
    
}

.cfgAZList a
{
    margin:0;
    padding:0;
}
*/
#pagecontentpanel
{
    
}
h2
{
    font-size:80%;
    font-weight:bold;
}
.cfgAZList
{
    border:solid 1px #840039;
    background-color:#DFDFDF;
    padding:0.25em 0.5em 0.25em 0.5em;
    margin:0.25em 0 1em 0;
}

.cfgAZList a
{
    text-decoration:none;
    padding:0.25em 0.5em 0.25em 0.5em;
    color:Maroon;
}

.cfgAZList a:hover
{
    padding:0.25em 0.5em 0.25em 0.5em;
    font-weight:bold;
}

.cfgAZSelected
{
    color:#CCCCCC;
}

.cfgAccess
{
    display:none;
}

p.cfgResultInfo 
{
  font-weight: bold;
  background-color: #E8E5F4;
  padding: 7px;
}

p.cfgResultInfo span.important 
{
	color:#990000;
	font-weight: bold;
	font-size: 120%;
	
}

ul p
{
    font-size: 100%;
}

table.cfGenericList, table.cfgData {
  width: 100%;
  margin-bottom: 1.5em;
  /*font-size: 105%;*/
}
* html table.cfGenericList, * html table.cfgData {
  width: 98.5%;
}
table.cfGenericList tbody, table.cfgData tbody {
}
table.cfGenericList th, table.cfGenericList caption, .cfGenericListHeader,
table.cfgData th, table.cfgData caption, .cfgHeaderCell {
  font-weight: bold;
  background-color: #E8E5F4;
  margin: 0;
}
table.cfGenericList caption, table.cfgData caption {
  margin: 0 2px 0 2px;
  padding: 0.3em 0.25em 0.3em 0.25em;
}
table.cfgData caption {
  text-align: left;
}
table.cfGenericList tr.odd td, table.cfgData tr.odd td {
  background-color: #fbfbfb;
}
table.cfgData tr.cfgDataRowDivider td, table.cfgData tr.cfgDataRowActions td {
  border-bottom: 0.75em solid white;
}
table.cfgData tr.cfgDataRowActions td {
  text-align: center;
}
table.cfgData tr.cfgDataRowActions td a {
  padding: 0 10px 0 10px
}
table.cfGenericList td, .cfGenericListCell, table.cfgData td, .cfgDataCell {
  background-color: #eeeeee;
}
table.cfGenericList th, table.cfGenericList caption, .cfGenericListHeader, table.cfGenericList td, .cfGenericListCell,
table.cfgData th, .cfgHeaderCell, table.cfgData td, .cfgDataCell {
  padding: 1px 2px 1px 2px;
}

fieldset.cfgForm,
fieldset.cfgFormAdmin {
  padding: 0 0 1.5em 0;
  border: 0;  
}
fieldset.cfgForm legend,
fieldset.cfgFormAdmin legend {
  display: block;
  width: 100%;
  min-width: 580px;
  padding: 0.25em 0 0.25em 0;
  margin-left:-7px;
  border: 0;
  border-bottom: 2px solid #ffffff;
  line-height: 150%;
  background-color: #e8e5f4;
  color: #000000;
  text-align: left;
  font-weight: bold;
}
fieldset.cfgForm div,
fieldset.cfgFormAdmin div {
  padding: 0.75em;
  margin: 0 0 2px 0;
  background-color: #eeeeee;
  overflow: auto;
  
}
fieldset.cfgForm div:after,
fieldset.cfgFormAdmin div:after {
  clear: both;
  content: '';
}
fieldset.cfgForm div div,
fieldset.cfgFormAdmin div div {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
fieldset.cfgForm label, fieldset.cfgForm span.cfgLabel, fieldset.cfgForm label.cfgLabelWide
fieldset.cfgFormAdmin label, fieldset.cfgFormAdmin span.cfgLabel, fieldset.cfgFormAdmin label.cfgLabelWide {
  clear: both;
  display: block;
  float: left;
  width: 30%;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  text-align: right;
  font-size:80%;
}
fieldset.cfgForm label:after {
  clear: both;
  content: '';
}
fieldset.cfgForm label.inline, fieldset.cfgForm label.cfgLabelInline,
fieldset.cfgFormAdmin label.inline, fieldset.cfgFormAdmin label.cfgLabelInline,
fieldset.cfgForm legend label, fieldset.cfgFormAdmin legend label {
  display: inline;
  float: none;
  width: auto;
  margin: 0;
  padding: 3px 5px 5px 5px;
}
fieldset.cfgForm legend label, fieldset.cfgFormAdmin legend label {
  padding: 0 0 0 2px;
}
fieldset.cfgForm label.cfgLabelWide, 
fieldset.cfgFormAdmin label.cfgLabelWide {
  width: 70%;
}
fieldset.cfgForm input, fieldset.cfgForm select, fieldset.cfgForm textarea,
fieldset.cfgFormAdmin input, fieldset.cfgFormAdmin select, fieldset.cfgFormAdmin textarea {
  font-size:80%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 2px;
}
fieldset.cfgForm input.cfgFieldWide, fieldset.cfgForm select.cfgFieldWide, fieldset.cfgForm textarea.cfgFieldWide,
fieldset.cfgFormAdmin input.cfgFieldWide, fieldset.cfgFormAdmin select.cfgFieldWide, fieldset.cfgFormAdmin textarea.cfgFieldWide {
  width: 98%;
}
fieldset.cfgForm fieldset,
fieldset.cfgFormAdmin fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
div.searcherror
{
	font-weight:bold;
	color:#990000;
	font-size:80%;
	padding:2px 2px 2px 5px;
	margin-bottom:10px;
}
