body {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 8pt;
  font-family: Tahoma;
  background-color: #FFF;
}

a {
  color: #008EFF;
  padding: 0;
  margin: 0;
}

a:hover {
  color: #0B82E1;
}

a.pagilink {
  color: #0B82E1;
  text-decoration: none;
  font-weight: bold;
}

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

td {
  font-family: Tahoma;
  font-size: 8pt;
}

hr {
  background-color: #ddd;
  color: #ddd;
  height: 1px;
  border-width: 0;
}

#main-content {
  padding-top: 15px;
  text-align: center;
}

#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.max-width {
  width: 950px;
}

.heading {
  padding: 2px 10px 2px 10px;
  color: #555;
  font-weight: bold;
  font-size: 10pt;
  border-top: 1px solid #b8b4ae;
  border-bottom: 1px solid #b8b4ae;
  background: transparent url(../images/heading-top.gif) repeat-x 0 0;
}

.heading-icon {
  float: right; 
  padding: 0; 
  margin: 0;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  background-color: #EFF8E0;
}

.warn {
  font-weight: bold;
  color: #ff9112;
  padding: 4px;
  padding-left: 10px;
  background-color: #FFFFE1;
}

.alert {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  background-color: #FEE7E8;
}	

.margin-bottom {
  margin-bottom: 10px;
}

.margin-top {
  margin-top: 10px;
}

.error {
  color: red;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.centered {
  text-align: center;
}

.page-end {
  margin-top: 20px;
  height: 3px;
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
  font-size: 1px;
}

.highlited {
  background-color: #f5fdf5;
}

.unhighlited {
  background-color: #FFF;
}

.checked-row {
  background-color: #f5f5fd;
}

.light {
  color: #777;
}

.pagenum {
  padding: 0px;
  margin: 0px;
  border: 1px solid #ececec;
}

.addimg {
  cursor: pointer;
}

.tree-section {
    margin: 0px 0px 0px 16px;
    padding-bottom: 0px;
}

.tooltip {
  background-color: #FFFFE1;
  border: 1px solid #404040;
  padding: 2px 3px 2px 3px;
}

.unconfirmed {
  background-color: #efecf4;
}

.pending {
  background-color: #fff4e5;
}

.active {
  background-color: #FFF;
}

.suspended {
  background-color: #fef0f0;
}

.disabled {
  background-color: #fef0f0;
}

.approved {
  background-color: #FFF;
}

.new_data {
  background-color: #FFFFE1;
}

.r-unchanged {
  color: green;
  font-weight: bold;
}

.r-blacklisted {
  color: #000;
  font-weight: bold;
}

.r-deleted {
  color: #FF0000;
  font-weight: bold;
}

.r-disabled {
  color: #FF8C00;
  font-weight: bold;
}

/* List type tables */
.list {
  width: 100%;
}

.list td {
  padding: 2px 10px 3px 8px;
  line-height: 16px;
}
    
.list thead td {
  color: #555;
  font-weight: bold;
  background-color: #f5f5f5;
  border-top: 1px solid #EAEAEA;
  border-bottom: 2px solid #ddd;
  background-image: url('../images/td-sep.gif');
  background-repeat: no-repeat;
  background-position: 100% 4px;
}

.list tbody td {
  background-image: url('../images/td-body-sep.gif');
  background-repeat: no-repeat;
  background-position: 100% 4px;
}

.list .last {
  background-image: none;
}

.list td table {
}

.list td table td {
  padding: 3px 3px 3px 3px;
  background-image: none;
}

.list td table td b {
  color: #555;
}

.list tbody {
}

.list tr.highlight td {
  color: #555;
  background-color: #DEF1FF;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #fff;
}


/* Tall list type tables */
.tall-list {
  width: 100%;
}

.tall-list td {
  padding: 2px 10px 3px 8px;
  line-height: 16px;
}
    
.tall-list thead td {
  color: #555;
  font-weight: bold;
  background-color: #f5f5f5;
  border-top: 1px solid #EAEAEA;
  border-bottom: 2px solid #ddd;
  background-image: url('../images/td-sep.gif');
  background-repeat: no-repeat;
  background-position: 100% 4px;
}

.tall-list tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px dotted #ececec;
}

.tall-list .last {
  border-right: 0px;
  background-image: none;
}

.tall-list td table {
}

.tall-list td table td {
  border: 0;
  padding: 3px 3px 3px 3px;
  background-image: none;
}

.tall-list td table td b {
  color: #555;
}

.tall-list tbody {
}

.tall-list tr.highlight td {
  color: #555;
  background-color: #DEF1FF;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #fff;
}

/* Form CSS */
form {
  margin: 0px;
  padding: 0px;
}

form fieldset {
  clear: both;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Tahoma;
  font-size: 8pt;
  border: 1px solid #999;
}

form fieldset legend {
  color: #555;
  margin: 0px 0px 5px 0px;
  padding: 0px 5px;
  font-size: 8pt;
  font-weight: bold;
}

label {
  font-size: 8pt;
  font-weight: bold;
}

input, select, textarea {
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  /*border: 1px solid #777;*/
}

button {
  background-color: #63b5ff;
  height: 20px;
  border: 0px;
  width: auto;
  overflow: visible;
  padding: 0px 5px 0px 5px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 8pt;
  color: #FFF;
  border: 1px solid #0090ff;
}

button.disabled {
  background-color: #afafaf;
  border: 1px solid #555;
}

textarea {
  overflow: auto;
}

form div.fieldgroup {
  clear: left;
  display: block;
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}

form div label {
  display: block;
  float: left;
  width: 135px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

form div label.lesspad {
  padding: 0px 5px;
}

form div input, form div select, form div textarea {
  /*padding-left: 3px;*/
}

.cblabel {
  float: none; 
  display: block;
  width: auto;
  text-align: left;
  font-weight: normal;
  padding: 2px;
  margin: 0px;
}

.inline {
  display: inline;
}

.checkbox, .radio {
  display: inline; 
  height: 14px; 
  width: 14px; 
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}



/* Menu CSS */
#menu {
  font: 8pt tahoma;
  cursor: default;
  border-top: 1px solid #b8b4ae;
  border-bottom: 1px solid #b8b4ae;
  background-color: #f5f5f5;
}

#menu a {
  color: #555;
  cursor: default;
}

#menu .top,
#menu .top:hover,
#menu .top-active,
#menu .top-active:hover {
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  position: relative;
  float: left;
}

#menu .top:hover,
#menu .top-active,
#menu .top-active:hover {
  color: #000;
}

#menu .sub,
#menu .sub:hover,
#menu .sub-active,
#menu .sub-active:hover {
  padding: 3px 8px 4px 8px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  z-index: 500;
  position: relative;
  border-left: 15px solid #f5f5f5;
}

#menu .sub {
  background: #FFF;
}

#menu .sub:hover,
#menu .sub-active,
#menu .sub-active:hover {
  background: #ECF7FF;
  color: #000;
}

#menu .arrow,
#menu .arrow:hover {
  padding: 3px 16px 4px 8px;
}

#menu .sub img,
#menu .sub-active img {
  position: absolute;
  top: 4px;
  right: 1px;
  border: 0;
}

#menu .section {
  border: 1px solid #b8b4ae;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}



/* Popup window CSS */
.overlay_dialog {
  background-color: #ECECEC;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #ECECEC;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}


.dialog_n {
  border-top: 1px solid #b8b4ae;
  border-left: 1px solid #b8b4ae;
  border-right: 1px solid #b8b4ae;
  background-color: #f5f5f5;
  height: 19px;
  background-image: url(../images/window-top.gif);
}


.dialog_e {
  width: 6px;
  border-right: 1px solid #b8b4ae;
  background-color: #f5f5f5;
}

.dialog_w {
  width: 6px;
  border-left: 1px solid #b8b4ae;
  background-color: #f5f5f5;
}

.dialog_s  {
  height: 6px;
  font-size: 1px;
  border-bottom: 1px solid #b8b4ae;
  border-left: 1px solid #b8b4ae;
  background-color: #f5f5f5;
}

.dialog_sizer,
.dialog_se {
  width: 6px;
  height: 6px;
  cursor: se-resize;
  border-right: 1px solid #b8b4ae;
  border-bottom: 1px solid #b8b4ae;
  background-color: #f5f5f5;
  font-size: 1px;
}

.status_bar {
  font-size: 3px;
}

.dialog_3d {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.dialog_close {
  width: 13px;
  height: 13px;
  background: transparent url(../images/window-close.gif) no-repeat 0 0;
  position: absolute;
  top: 3px;
  right: 7px;
  cursor: default;
  z-index: 2000;
}

.dialog_title {
  float: left;
  height: 14px;
  font-size: 9pt;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #555;
}

.dialog_content {
  overflow: auto;
  color: #000;
  font-family: Tahoma;
  font-size: 9pt;
  background-color: #FFF;
  padding: 0px;
  margin: 0px;
}

.dialog_message {
  padding: 5px;
  font-weight: bold;
  font-size: 8pt;
  text-align: left;
}

.dialog_error {
  color: #FF0000;
}

.dialog_warning {
  color: #000;
}

.dialog_buttons {
  clear: both;
  text-align: center;
  width: 100%;
}

.top_draggable {
  cursor: move;
}

.dialog {
  display: block;
  position: absolute;
}

.dialog table.table_window {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.dialog table.table_window td,
.dialog table.table_window th {
  padding: 0;
  margin: 0;
}

.dialog .title_window {
  -moz-user-select: none;
}
