/**/
html {
  overflow-y: scroll; //}

body {
  /*font-family: Tahoma, "MS sans serif", "Lucida Sans Unicode", arial, helvetica, sans-serif;*/
  font-family: arial,helvetica,sans-serif;
  background: #767676;
  text-align: center;
  margin: 0;
  padding: 0;
  min-width: 750px;
  font-size: 1em;
  color: #333;
  line-height: 1.2em;
}

.loading, .PAGE {
  cursor: default;
  text-align: left;
  width: 750px;
  min-width: 750px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
}

.PRE { display: none; }

.FOOTER { }

.BODY {
  position: relative;
  /*border: 1px red solid;*/
  margin: 0;
  padding: 0;
  background: white;
}


.BODY-FOOT {
  width: 100%;
  position: relative;
  background: url( images/footer.gif ) bottom no-repeat;
  height: 16px;
  /*border: 1px green solid;*/
}

.CONTENT {
  padding-top: 120px;
  min-height: 250px;
  _height: 250px; /* IE min */
  background: url( images/middle.gif ) top left repeat-y;
/*background-color: #fff;*/
/*border: 1px blue solid;*/
}

.HEADER {
  position: absolute;
  width: 100%;
  height: 120px;
  background: url( "images/header.gif" ) no-repeat top;
}

.PROFILETABS {
  position: absolute;
  height: 18px;
  padding-right: 7px;
}

.PROFILETABS .link {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: right;
  margin-right: 3px;
  margin-top: 2px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

.PROFILETABS .link.last { margin-right: 0 }
.PROFILETABS .link.hover { color: #770250; }
.PROFILETABS .link.pushin { color: #990250; }

.COVER {
  position: absolute;
  width: 100%;
  height: 100%;
  _height: 1000px;
  background-color: slategray;
  z-index: 1;
  /* IE and FF do alpha channel differently */
  -moz-opacity:.60;
}

.DIALOG {
  position: absolute;
  /*background-color: yellow;*/
  width: 540px;
  left: 105px;
  top: 0;
  z-index: 2;
  margin: 0;
}
.DIALOG-FOOT {
  height: 14px;
  width: 100%;
  clear: both;
  background-image: url(images/dialog-foot.png);
  background-repeat: no-repeat;
  background-color: transparent;
}


.DIALOG .DIALOG-BODY {
  padding: 20px 30px 10px 30px;
  min-height: 10px; /* otherwise IE collapses div */
  background-image: url(images/dialog-body.png);
  background-repeat: repeat-y;
  /*overflow: hidden;*/
  /*clip: 'rect(auto, auto, 10, auto)';*/
}

.dlog {
  position: relative;
  line-height: 120%;
  color: rgb(70, 89, 100);
}
.dlog h1 {
  margin-top: 0;
  font-size: large;
}
.dlog p, .dlog li {
  font-size: small;
}


/* footer styling, including links */
.footer {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 70%;
  padding: 0 0 0 6px;
  color: #DEDEDE;
}
.footer-text {
  padding: 0;
  margin-top: 5px;
  text-align: left;
  float: left;
  width: 70%;
  line-height: 90%;
}
.FOOTER .inline {
  display: inline;
}
.FOOTER .item {
  display: inline;
  border-left: 1px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
}
.FOOTER .list {
  text-align: left;
  float: left;
}
.FOOTER .item.hover { color: #ccc; }
.FOOTER .item.pushin { color: #bbb; }
.FOOTER .item.first { border-left: 0; padding-left: 0; }
.FOOTER .item.last { }

.FOOTER .logos {
  float: right;
  width: 182px;
  height: 47px;
  text-align: right;
  /*margin-top: 8px;*/
}

/*
 * textfield
 */
.label {
  font-size: 75%;
  font-weight: bold;
}
.explanation {
  font-size: 75%;
  margin: 5px 0 0 0;
}
.small {
  font-size: 69%;
}
.textfield {
  margin: 0;
  padding: 2px;
  font-size: 75%;
  width: 190px;
}
.textfield.readonly {
  /*background-color: #DDD;*/
  color: #444;
}
.select {
  width: 195px;
}

.panel {
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Utility classes
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* prevents BODY from collapsing because it has only floats inside. */
.HOLDER {
  clear: both;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

.include {
  min-height: 1px;
}

/* can add class HIDDEN and the div/widget will go away */
.HIDDEN { display: none !important; }

/* pushes start out hidden and are explicitly revealed */
.push { display: none !important; }

/* all link's should use pointer */
.link { cursor: pointer; }

/*
 * to use spacer, explicitly set width: <div class='spacer' style='width: 15px;'/>
 * or use widget <widget:spacer width='15px'/>
 */
.spacer {
  float: left;
  display: inline;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* use to prevent collapse of div's */
.holder {
  clear: both;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

@media print {
  BODY {
    font-size: 8pt;
    line-height: 120%;
    background: white;
  }
  div {
    /*border: 1px solid black;*/
  }
  .NAV, .HEADER, .FOOTER, .BANNER .HOLDER .HIDEPRINT .NOPRINT {
    display: none !important;
  }
  .PAGE .BODY .CONTENT .ADMIN .ACTIVECONTENT {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .ACTIVECONTENT { float: none; }
}
