.mandatoryfield, .mandatory {
  font-weight: bold;
  color: #ff0000;
  padding: 0 3px 0 3px;
}


dl.cfgData {
  margin: 0 0 1.5em 0;
}
dl.cfgData dt, dl.cfgData dd {
  padding: 0.25em;
  margin: 0 0 2px 0;
}
dl.cfgData dt {
  background-color: #E8E5F4;
}
dl.cfgData dd {
  background-color: #eeeeee;
}


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;
  padding: 0.2em;
}
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.cfgDataRowDivider th,
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;*/
}


div.colTabs {
  margin-bottom: 1em;
  border-bottom: 0.25em solid #e8e5f4;
  text-align: center;
}
div.colTabs a {
  padding: 0.25em 1.5em;
  line-height: 184%;
  background-color: #eeeeee;
  border: 2px solid #dddddd;
  border-bottom-color: #eeeeee;
  font-weight: bold;
}
div.colTabs .colAccessText {
  position: static;
  visibility: hidden;
}
div.colTabs a.selected {
  text-decoration: none;
  color: #000000 !important;
  background-color: #e8e5f4;
  border-bottom-color: #e8e5f4;
}


.cfGenericPagination, .cfgPagination {
  padding: 0.25em;
  margin: 0 0 1.5em 0;
  text-align: center;
  background-color: #E8E5F4;
  font-weight: bold;
}
.cfgPagination a, .cfgPagination .selected,
.cfGenericPagination a, .cfGenericPagination .selected {
  min-width: 1em;
  margin: 0;
  padding: 2px 5px 2px 5px;
}
.cfGenericPagination .selected, .cfgPagination .selected {
  background-color:#eeeeee;
  border:1px solid #888888;
  border-color:#888888 #ffffff #ffffff #888888;
}


.cfGenericButtonBar, .cfgFormButtonBar {
  margin: 1em 0 2em 0;
  text-align: center;
  font-size: 80%;
}
.cfGenericButtonBar input, .cfgFormButtonBar input {
  font-size: 105%;
  margin: 0 2px 0 2px;
}
fieldset.cfGenericButtonBar, fieldset.cfgFormButtonBar {
  border: 1px solid #E8E5F4;
  padding: 0 0 5px 0;
}
fieldset.cfGenericButtonBar legend, fieldset.cfgFormButtonBar legend {
  font-weight: bold;
  color: #000000;
}
fieldset.cfgForm div div.cfgFormButtonBar {
  padding-top: 0.5em;
}
.cfGenericSubmit, .cfgFormSubmit {
  font-weight: bold;
}


.cfgForm input:focus, .cfgForm select:focus, .cfgForm textarea:focus,
.cfgFormAdmin input:focus, .cfgFormAdmin select:focus, .cfgFormAdmin textarea:focus {
  outline: 2px solid Highlight;
}


table.cfgForm, table.cfGeneric {
  width: 100%;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  /*font-size: 105%;*/
}
* html table.cfgForm, * html table.cfGeneric {
  width: 98.3%;
}
table.cfgForm caption,
table.cfGeneric caption{
  background-color: #E8E5F4;
  font-weight: bold;
}
table.cfgForm caption {
  border-bottom: 2px solid #ffffff;
  text-align: left;
  line-height: 150%;
}
table.cfgForm th, table.cfgForm td {
  border: 0;
  border-bottom: 2px solid #ffffff;
}
table.cfgForm th {
  text-align: right;
}
table.cfgForm caption, .cfgFormHeader,
table.cfGeneric th, table.cfGeneric caption {
}
table.cfgForm caption,
table.cfGeneric caption {
  /*margin: 0 2px 0 2px;*/
  padding: 0.25em;
}
table.cfgForm td, table.cfgForm th, .cfgFormCell,
table.cfGeneric td {
  font-weight: normal;
  margin: 0;
  padding: 0.75em;
  background-color: #eeeeee;
}
table.cfgForm td label,
table.cfGeneric td label {
  text-align: right;
}
table.cfgForm input, table.cfgForm select, table.cfgForm textarea,
table.cfGeneric input, table.cfGeneric select, table.cfGeneric textarea {
  font-size: 100%;
  margin: 1px;
}
.cfgFormHeader, .cfgFormCell {
  padding: 2px;
  margin: 2px 2px 0 2px;
}


fieldset.cfgForm,
fieldset.cfgFormAdmin {
  padding: 0;
  border: 0;
 /* font-size:80%;*/
  border:1px solid #CCCCCC;
}
fieldset.cfgForm legend,
fieldset.cfgFormAdmin legend {
  display: block;
  width: 100%;
  min-width: 580px;
  padding: 0.25em 0 0.25em 0;
  margin: 0;
  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.5em;
  margin: 0;
  background-color:#FFFFDF;
  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,
fieldset.cfgForm legend .cfgLabel, fieldset.cfgFormAdmin legend .cfgLabel {
  display: inline;
  float: none;
  width: auto !important;
  margin: 0;
  padding: 3px 5px 5px 5px;
}
fieldset.cfgForm legend label, fieldset.cfgForm legend .cfgLabel,
fieldset.cfgFormAdmin legend label, fieldset.cfgFormAdmin legend .cfgLabel {
  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-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 input.cfgFieldWider, fieldset.cfgForm select.cfgFieldWider, fieldset.cfgForm textarea.cfgFieldWider,
fieldset.cfgFormAdmin input.cfgFieldWider, fieldset.cfgFormAdmin select.cfgFieldWider, fieldset.cfgFormAdmin textarea.cfgFieldWider {
  width: 66%;
}
fieldset.cfgForm div div input.cfgFieldWider, fieldset.cfgForm div div select.cfgFieldWider, fieldset.cfgForm div div textarea.cfgFieldWider,
fieldset.cfgFormAdmin div div input.cfgFieldWider, fieldset.cfgFormAdmin div div select.cfgFieldWider, fieldset.cfgFormAdmin div div textarea.cfgFieldWider {
  width: 96%;
}
fieldset.cfgForm dl.cfgField, fieldset.cfgForm ul.cfgField {
  padding: 0;
  margin: 0;
}
fieldset.cfgForm ul.cfgField {
  list-style: disc outside;
}
fieldset.cfgForm ul.cfgField li {
  margin-left: 1.5em;
}

fieldset.cfgForm fieldset,
fieldset.cfgFormAdmin fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset.cfgForm fieldset legend,
fieldset.cfgFormAdmin fieldset legend {
  display: inline;
  width: auto;
  min-width: 0;
  border-bottom: 0;
  padding: 0;
  line-height: 100%;
  background-color: transparent;
}
fieldset.cfgForm fieldset.cformBorder,
fieldset.cfgFormAdmin fieldset.cformBorder {
  padding: 5px;
  border: 2px solid #ffffff
}
fieldset.cfgForm fieldset label,
fieldset.cfgFormAdmin fieldset label {
  display: inline;
  float: none;
  width: auto;
}
#colMainContent fieldset.cfgForm hr {
  margin: 0.5em 0;
  height: 2px;
  color: #E8E5F4;
  border-top: 2px dotted #E8E5F4;
}

fieldset.cfgFormAdmin legend {
  border: 1px solid #cd272b;
  min-width: 578px;
}
fieldset.cfgFormAdmin div {
  border: 1px solid #cd272b;
  margin: 2px 0 0 0;
}


fieldset.cfGenericShort, fieldset.cfgFormShort {
  border: 2px solid #E8E5F4;
  padding: 2px;
  margin-bottom: 1em;
}
fieldset.cfGenericShort legend,  fieldset.cfgFormShort legend {
  font-weight: bold;
  color: #000000;
}


p.cfgInfo, p.cfgWarning, p.cfgInfoNoPrint {
  /*clear: both;*/
  min-height: 36px;
  padding: 0.25em 0.25em 0.25em 40px;
  border: 2px solid #EAF0FF;
}
p.cfgInfo, p.cfgInfoNoPrint {
  background: #ffffff url('/_images/icon_information.gif') no-repeat scroll 4px 4px;
}
p.cfgWarning {
  margin-bottom: 1em;
  background: #ffffff url('/_images/icon_warning.gif') no-repeat scroll 4px 4px;
}
fieldset p.cfgInfo, fieldset p.cfgWarning {
  margin: 0 0 5px 0;
  border: 2px solid #EAF0FF;
  min-height: 18px;
  padding: 0.25em 0.75em 0.25em 24px;
  line-height:normal !important;
}
fieldset p.cfgInfo {
  background: #ffffff url('/_images/icon_information_small.gif') no-repeat scroll 4px 4px;
}
fieldset p.cfgWarning {
  background: #ffffff url('/_images/icon_warning_small.gif') no-repeat scroll 4px 4px;
}


#colMainContent ul.errors {
  min-height: 36px;
  margin: 0 0 0.5em 0;
  padding: 0 0.25em 0.25em 60px;
  border: 2px solid #e8e5f4; /*#cd272b;*/
  background: #ffffff url('/Corporation/images/icons/icon_error.gif') no-repeat scroll 4px 4px;
}
#colMainContent ul.errors li {
  margin: 0;
  padding: 0;
  color: #CD272B;
}
#colMainContent ul.errors li a {
  color: #CD272B;
}


dl.cfgMessage {
  min-height: 36px;
  padding: 0.25em 0.25em 0.25em 40px;
  border: 2px solid #e8e5f4;
  background: #ffffff url('/_images/icon_information.gif') no-repeat scroll 4px 4px;
}
dl.cfgMessage dt, dl.cfgMessage dd {
  margin: 0;
  padding: 0;
}


.cfgShowHover .cfgPopup {
  position: absolute;
  display: none;
}
.cfgShowHover:hover .cfgPopup {
  display: block
}