/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  h2 { color: rgb(92, 95, 205);
    }

  h3 { color: rgb(92, 95, 205);
              font-size:12pt;

    }

  h4 { color: rgb(92, 95, 205);
    }

  .pageheader { padding-top: 10px;
    padding-bottom: 20px;
    }

  .text { padding-left: 20px;
    /* color: rgb(0, 0, 102); */
   font-family: Tahoma,Helvetica,sans-serif;
    margin-right: 100px;
    text-align: left;
    font-size: 11pt;
    }

  div.weiterLink { font-size: small;
    padding-top: 10px;
    padding-left: 10px;
    text-align: right;
    font-size:12px;                    
    }


em { 
     color: green;
     font-weight:bold;
     font-style:normal;
     }


.metabox {
           margin: 50px 0 15px 0; 
           background: transparent url(/SiteMonitor/images/metabox_bg.gif) top left repeat-x; 
           padding: 10px; 
           clear:both;
}



/* UserHistory */

  div.userHistory_user { border-style: dashed;
    border-color: rgb(102, 102, 102);
    padding: 5px;
    font-size: large;
    background-color: rgb(102, 102, 204);
    color: rgb(255, 255, 255);
    }

  table.userHistoryTable { width: 90%;
    margin-top: 30px;
    }

  tr.userHistoryTitlerow { background-color: rgb(153, 153, 255);
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: inherit;
    }

  td.userHistoryTS {  }

  td.userHistoryTitle { width: 90%;
    color: rgb(255, 255, 51);
    font-weight: bold;
    }

  td.userHistoryAuthor {  }

  tr.userHistory {  }

  td.userHistoryText { font-family: Courier New,Courier,monospace;
    background-color: rgb(204, 255, 255);
    }



/* ------- User.status style in showWaitingList() ------------ */

tr.userStatus_PROCESSING  { 
  background-color: rgb(255, 0, 0);
}

tr.userStatus_NEEDS_ATTENTION  { 
  background-color: #CCCC33;
}
tr.userStatus_ALMOST_EXPIRED  { 
  background-color: rgb(255, 204, 51);
}
tr.userStatus_DEACTIVATED  { 
  background-color: lightgray;
  font-size:x-small;
} 
tr.userStatus_ACTIVE  { 
  background-color: rgb(255, 255, 153);
}
tr.userStatus_WAITING_FOR_ACTIVATION  { 
  background-color: rgb(255, 204, 51);
}


