
HTML, BODY {
  color: #000;
  background-color: #ccc;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif; 
  height: 100%;
}

A { 
  color: #000;
  text-decoration: none;
}

A:hover { 
  text-decoration: underline;
}

.normaltext { 
  color: #000;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;   
  font-weight: normal;
  text-decoration: none;
}

PRE { 
  color: #000;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif; 
  display: inline;
}

LABEL {
  font-weight: bold;
}

LABEL.normal {
  font-weight: normal;
}

SELECT {
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif; 
}

TEXTAREA {
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif; 
}

#header {
  border-bottom: 1px solid #999;
  background-color: #eee;
  vertical-align: middle;
  padding: 3px;
  font-weight: bold;
}

#header IMG {
  vertical-align: middle;
}

#header .title {
  vertical-align: bottom;	    
}

#header .l { 
  text-align: left;
}
#header .r { 
  text-align: right;
  font-weight: normal;
  padding-right: 3px;
}
#header SELECT { 
  vertical-align: middle;
}

#headertips { 
  background-color: #eeeeff; 
  padding: 5px; 
  vertical-align: top;
}
#headertips UL { 
  margin: 0; 
  padding-top: 3px; 
  padding-bottom: 3px;
}

#main {
  border-top: 1px solid #fff;
  background-color: #ccc;
}

#errormsg {
  color: red;
  padding: 5px;
}
.errormsg { 
  color: red;
}

#top {
  border-bottom: 1px solid #999;      
}

#title {
  border-top: 1px solid #fff;
  padding: 5px 0px 0px 5px;
}

#title INPUT {
  display: block;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #999;
  background-color: #999;
  background-attachment: fixed;
  z-index: 1;
}
#footer.not_fixed_bottom { 
  position: static;
  bottom: auto;
}

#buttons {
  border-top: 1px solid #fff;
  text-align: center;
  width: 100%;
  padding: 3px 0px;
}

BUTTON { 
  padding: 3px 7px;
  margin: 1px 2px;
  font-size: 11px;
  line-height: 13.3667px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif; 
}

#buttons INPUT {
  width: 80px;
  padding: 1px 7px;
  margin: 1px 2px;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif; 
}


DIV.instructions { 
  margin: 20px 20px 5px 20px;

  font-style: italic;
  font-size: 11px;
}
.example { 
  font-size: 11px;
  font-style: italic;
}
A.labellink { 
  font-style: normal;
  text-decoration: none;
  color: #000;
}
A.labellink:hover { 
  text-decoration: underline;
}

.matte10 { 
  margin: 10px;
  padding: 0px 10px 10px 10px;
}

.matte10white { 
  margin: 10px;
  padding: 0px 10px 10px 10px;
  border: 1px #999 solid;
  background-color: #fff;
}

.tabs { 
  margin: 10px 10px 0 10px;
}

.tabs A.tab { 
  display: block; 
  margin: 5px 1px 0 1px; 
  padding: 5px; 
  border-width: 1px 1px 0 1px; 
  border-style: solid; 
  border-color: #999; 
  background-color: #eee;
}

.tabs A.current { 
  
}

.tabbed10white { 
  background-color: #fff; 
  border: 1px solid #999; 
  margin: 0 10px 10px 10px; 
  padding: 10px 0;  
}

.ud_displayname {
  color: #336;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

.ud_description {
  color: #333;
}

.tablediv { 
  text-align: center;
  width: 100%;
}

.tablecontrol {
  border: 1px solid #aaa;
  background-color: #eee;
}

.tablecontrol THEAD { 
  background-color: #e3e3ff;
  text-align: left;
}

.tablecontrol THEAD TD { 
}

.tablecontrol THEAD .firstTD { 
  border-left: none;
}

.tablecontrol THEAD .otherTD,
.tablecontrol TBODY .otherTD { 
  border-left: 1px solid #aaa;
}

.tablecontrol TBODY TD { 
  border-top: 1px solid #aaa;
}

.tablecontrol .otherTD { 
  text-align: left;
}
.tablecontrol .otherTD INPUT { 
  width: 97%;
}

.tablecontrol INPUT { 
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif; 
}

INPUT.small { 
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;   
}

.lowercase { 
  text-transform: lowercase;
}

DIV.license { 
  color: #c11;
  font-size: 11px;
  text-align: right;
}

OPTION.inactive { 
  color: #666;
}
OPTION.separator { 
  text-align: center;
  background-color: #eee;
}
.max { 
  width: 100%;
  height: 100%;
}
.maxw { 
  width: 100%;
}
.maxh { 
  height: 100%;
}
.min { 
  height: 1%;
}

SPAN.selectable {
  cursor: default;
}

/**************************************************************************
   * formfield styles (like settings)
   * 
   */
DIV.formfield {
  margin-top: 5px;
}
DIV.formfield .label { 
  font-weight: bold;
  color: #669;
}
DIV.formfield .desc { 
  color: #666;
  font-style: italic;
  padding-top: 1px;
  margin-left: 0px;
  margin-right: auto;  
}

.jumpdivide { 
  border-right: 1px solid #999;
  margin-right: 1px;
}

.udtesterror { 
  padding: 5px;
  background-color: #fdd;
  border: 1px solid #faa;
}
.udtesterror P { 
  margin-bottom: 0;
  padding-bottom: 0;
}
.cause { 
  color: #000;
}

DIV#mailtest-view,
DIV#j2x-view {
  margin: 10px;
}

/* acl */
div.addprincipal {
  position: relative;
}
div.close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
a.edit-groups {
  display: block !important;
  margin-right: 20px !important;
  _position: relative;
  _margin-right: 10px !important;
}

#groups_members_selector {
  margin: 0;
}

/**************************************************************************
   * tables
   * 
   */
   
table.view {
  margin: 1em 0 1em 10px;
}

table.view th,
table.view td {
  text-align: left;
  padding: 5px 5px 5px 0;
  border-bottom: 1px dotted #999;
}

table.view th {
  font-weight: bold;
  padding-right: 10px;
  border-bottom: 2px solid #999;
}
