ul.abcPaginator { 
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.abcPaginator li { 
  display: inline;  
  padding: 1px;
  border: solid 1px red;
}


.enddl,
.endAbcPaginator
{ 
  clear: both;
}

dl
{
  padding: 0;
  overflow: hidden;
}
 
dt
{
  width: 30%;
  float: left;
  margin: 0;
  padding: .1em;
  text-align: right;
}
 
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
 
dd
{
  float: left;
  width: 65%;
  margin: 0;
  padding: .1em;
}

dd textarea { 
  width: 100%;
  height: 6em;
  font-family: arial, helvetica, sans-serif;
}

dd input { 
  width: 100%;
}

.defaultFont {
  font-family: arial, helvetica, san-serif;
  font-weight: 300;
  color: #000000;
}

.editTargetNodeForm { 
  display: inline;
}

.editManager { 
  margin-top: 1em;
}

.pageDocument { 
  width: 100%;
  height: 24em;
}

.headerDocument,
.footerDocument
{ 
  width: 100%;
  height: 12em;
}

.centerDocument
{ 
  width: 100%;
  height: 6em;
}

.tabSelector { 
  margin: 2px;
}

.updateForm { 
  border: solid 1px #c0c0c0;
  margin: 1em 2px 0 2px;
}

.fieldWidget { 
  text-align: left;
  font-family: arial, helvetica, san-serif;
  font-weight: 300;
  color: #000000;  
  width: 200px;
}

.fieldName  { 
  text-align: left;
  font-family: arial, helvetica, san-serif;
  font-weight: 300;
  color: #000000;  
  vertical-align: middle;
}

.editSummary {
  width: 300px;
  height: 100px;
  font-family: arial, helvetica, san-serif;
  font-weight: 300;
  color: #000000;
}

.editPageHeader, .editPageBody, .editPageFooter {
  width: 100%;
  height: 200px;
  font-family: arial, helvetica, san-serif;
  font-weight: 300;
  color: #000000;
}

.articleLink { 
  font-weight: bold;
}

.relatedNavArticleList { 
  float: left;
  width: 50%;
}

.relatedNotNavArticleList { 
  float: right;
  width: 50%;
}

.articleSummary { 
  font-weight: normal;
}

.widgetGrouping { 
  border: solid 1px #c0c0c0;
  margin: 2px;
  clear: both;
}

.widgetGroupingContent { 
  margin: 2px;
}

.widgetGroupingTitle { 
  font-family: helvetica, arial, san-serif;
  font-weight: bold;
  padding: 2px;
}

.widget { 
  font-family: arial, helvetica, san-serif;
  width: 100px;
}

.widgetButton { 
  font-family: arial, helvetica, san-serif;
}

.widgetLabel { 
  float: left;
  clear: left;
  width: 25%;
  text-align: right;
  padding-right: 5px;
}

.widgetText { 
  font-family: arial, helvetica, san-serif;
}

.viewControls { 
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

form { 
  margin: 0px; 
  padding: 0px; 
}

.clear { 
  clear: both;
}


/* ========================================================================= */
/* Hack the new nodeWidgets styles into all node divs (which are
   usually wrapped around updateForms) */

/* Node Editing Widgets */

div.node,
div.node fieldset { 
  margin: 0 0 0.25em 0;
  padding: 0.25em 0.5em;
  clear: both;
  overflow: auto;
  color: #000;
  border: solid 1px #ccc;
}

div.node fieldset.w_radios {
  border: none;
}

div.node {
  border: solid 1px #999;
  background-color: #eee;
}

div.node legend {
  padding: 0.1em 0.5em;
  border: solid 1px #999;
  background-color: #fff;
}

div.node fieldset.w_radios legend {
  border: none;
  background-color: inherit;
}

div.node fieldset legend {
  border: solid 1px #ccc;
}

div.node a {
  color: #000;
}

div.node a:link {
  color: #000;
  text-decoration: underline;
}

div.node a:visited {
  color: #000;
  text-decoration: underline;
}

div.node a:hover {
  color: #000;
  text-decoration: underline;
}

div.node form {
  border: 0;
  margin: 0;
  padding: 0;
}

div.node .w_labelWidget {
  clear: both;
  overflow: auto;
}

div.node label,
div.node fieldset.w_radios .w_radio {
  float: left;
  clear: left;
  display: block;
  width: 40%;
  margin: 0 0 0.5em 0;
}

div.node fieldset.w_radios .w_radio {
  clear: none;
  text-align: right;
}

div.node .w_widget,
div.node fieldset.w_radios label {
  display: block;
  float: right;
  width: 59%;
  margin: 0 0 0.5em 0;
}

div.node .w_file {
  display: block;
  float: left;
  text-align: right;
  width: auto;
  margin: 0 0 0.5em 0;
}

div.node textarea {
  -moz-box-sizing: border-box;
  width: 100%;
  height: 20em;
}


div.node .w_text input,
div.node .w_select select,
div.node .w_multiSelect select {
  -moz-box-sizing: border-box;
  display: block;
  width: 100%;
}

div.node .w_textarea textarea {
  height: 4em;
}

div.node .w_multiSelect select {
  height: 6em;
}

div.node .w_value img.imagePreview {
  width: auto;
  max-height: 4em;
}
