.mandatoryfield, .mandatory {
  line-height: 60%;
  font-size: 100%;
  font-weight: bold;
  color: #ff0000;
  padding: 0px 3px 0px 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 {
  padding: 2px;
  margin: 0 0 2px 0;
  overflow: auto;
  background-color: #E6EFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A6C8FF;
  font-size: 80%;
  font-weight: normal;
  text-align: left;
}
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 {
  padding: 2px;
  margin: 0 0 2px 0;
  overflow: auto;
  background-color: #E6EFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A6C8FF;
  font-size: 80%;
}
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: 0.5em 0 2em 0;
  text-align: center;
}
.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;
}
.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 0 1.5em 0;
  border:0;
}

/*changed by DW*/
fieldset.cfgForm legend,
fieldset.cfgFormAdmin legend {
  color: #ff9000;
  font-weight: normal;
  margin-left: -10px;
  padding-bottom: 10px;
  font-size: 110%;
}

/*changed by DW*/
fieldset.cfgForm div,
fieldset.cfgFormAdmin div {
  padding: 2px;
  margin: 0 0 2px 0;
  overflow: auto;
  background-color: #E6EFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A6C8FF;
  font-size: 80%;
}
/*added by DW*/
.button {
	background-image: url(../../images/interface/bg_button.gif);
	background-repeat: repeat-x;
	background-color: #F1BA74;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 20px;
	padding: 8px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.mapbutton {
	background-image: url(../../images/interface/bg_button.gif);
	background-repeat: repeat-x;
	background-color: #F1BA74;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 0px;
	padding: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

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: 5px 2px 2px 2px;
  margin: 0 0px 0 0;
  text-align: left;
  font-size:90%;
}
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: 100%;
  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.cfgFieldWideMap {
  width: 297px;
}
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;
}

/* changed by DW */
p.cfgInfo, p.cfgWarning {
  clear: both;
  min-height: 36px;
  padding: 0.25em 0.25em 0.25em 40px;
}

p.cfgInfo {
  background: #ffffff url('/Corporation/images/icons/icon_information.gif') no-repeat scroll 4px 4px;
}
p.cfgWarning {
  margin-bottom: 1em;
  background: #ffffff url('/Corporation/images/icons/icon_warning.gif') no-repeat scroll 4px 4px;
}

/* changed by DW */
fieldset p.cfgInfo, fieldset p.cfgWarning {
  margin: 0 0 2px 0;
  min-height: 18px;
  padding: 0.25em 0.25em 0.25em 24px;
}

fieldset p.cfgInfo {
  background: #ffffff url('/Corporation/images/icons/icon_information_small.gif') no-repeat scroll 4px 4px;
}
fieldset p.cfgWarning {
  background: #ffffff url('/Corporation/images/icons/icon_warning_small.gif') no-repeat scroll 4px 4px;
}


ul.errors {
	list-style: square;
}
ul.errors li {
  margin: 0;
  padding: 0;

}
/*#colMainContent ul.errors li a {
  color: #CD272B;
}*/


dl.cfGenericMessage {
  min-height: 36px;
  padding: 0.25em 0.25em 0.25em 40px;
  border: 2px solid #e8e5f4;
  background: #ffffff url('/Corporation/images/icons/icon_information.gif') no-repeat scroll 4px 4px;
}
dl.cfGenericMessage dt, dl.cfGenericMessage dd {
  margin: 0;
  padding: 0;
}