/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet file.php?name=imagnum.css ****/

BODY {
  background-color: 000000;
  color: FFFFFF;
  font-family: Verdana, Helvetica, Arial;
  font-size: 13px;
  scrollbar-3d-light-color: #999999;
  scrollbar-arrow-color:D2E2E2;
  scrollbar-base-color: 000000;
  scrollbar-dark-shadow-color: #444444;
  scrollbar-face-color: #333333;
  scrollbar-highlight-color: #999999;
  scrollbar-shadow-color: 000000;
}
#chatBox {
  overflow: auto;
  height: 100px;
  border: 0px #000000 solid;
}
.shoutContainer {
  border-bottom: 1px #444444 solid;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  width: 100%;}
}
.shoutText {
  float: left;
  z-index: 2;
  padding-top: 4px;
}
.shoutDate {
  position: absolute;
  right: 4px;
  top: 0px;
  font-size: .8em;
  z-index: 1;
  color: #666666;
}
#memberNotes {
  overflow: auto;
  height: 200px;
  border: 2px #000000 solid;
}
#barGraph {
  align: center;
}
BODY A, A:VISITED {
  color: white;
  text-decoration: none;
}

BODY A:hover {
  color: gray;
}

TR.top TH {
  background-color: 333333;
  color: white;
}
CAPTION {
  background-color: 333333;
  color: white;
  border: 1px #000000 solid;
  font-weight: bold;
}
TR.top TD {
  background-color: 333333;
  color: white !important;
}
TR.alt1 TD {
  background-color: 444444;
  color: #CCCCCC !important;
  border: 1px #333333 solid;
}
TR.alt2 TD {
  background-color: 333333;
  color: #CCCCCC !important;
  border: 1px #444444 solid;
}
TR.alt1 TD SELECT {
  background-color: 444444;
  color: #CCCCCC;
  border: 2px #333333 solid;
}
TR.alt2 TD SELECT {
  background-color: 333333;
  color: #CCCCCC;
  border: 2px #444444 solid;
}
TR.alt1 TD INPUT {
  background-color: 444444;
  color: #CCCCCC;
  border: 2px #333333 solid;
}
TR.alt2 TD INPUT {
  background-color: 333333;
  color: #CCCCCC;
  border: 2px #444444 solid;
}
TR.alt1 TD TEXTAREA {
  background-color: 444444;
  color: #CCCCCC;
  border: 2px #333333 solid;
}
TR.alt2 TD TEXTAREA {
  background-color: 333333;
  color: #CCCCCC;
  border: 2px #444444 solid;
}
textarea {
  font-family: Verdana, Helvetica, Arial;
  font-size: 10pt;
  background-color: #333333;
  border: 2px #444444 solid;
  color: #CCCCCC;
}

INPUT {
  font-family: Verdana, Helvetica, Arial;
  font-size: 10 pt;
  font-weight: bold;
  background-color: #333333;
  border: 2px #444444 solid;
  color: #CCCCCC !important;
}

SELECT {
  font-family: Verdana, Helvetica, Arial;
  font-size: 10 pt;
  background-color: #333333;
  color: #CCCCCC;
}

TABLE {
  font-size: 13px;
  font-family: Verdana, Helvetica, Arial;
}

Table.main, Table.sortable {
  border: 1px #333333 solid;
}

BODY A.country {
  color: #3399FF;
  text-decoration:none;
}

BODY A.country:hover {
   color:#006699;
   text-decoration:none;
}

.Member, .Member A, .Member A:visited {
  color: #339933;
  text-decoration: none;
}
.Member A:hover, .Member A:visited {
  color: #336633;
}

.DNH, .DNH A, .DNH A:visited {
  color: #00CC33;
}
.DNH A:hover, .DNH A:visited {
  color: #009966;
}

.FDP A:hover, .LDP A:hover,
    .NAP A:hover, .uNAP A:hover,
    .FAP A:hover, .FDP A:visited,
    .LDP A:visited, .NAP A:visited,
    .uNAP A:visited, .FAP A:visited {
  color: #99CCFF;
}

.WarDNH, .WarDNH A, .WarDNH A:visited {
  color:#FFFF66;
}
.WarDNH A:hover {
  color: #FFCC33;
}

.Kill, .Kill A, .Kill A:visited{
  color: #FF0000;
  font-weight: bold;
}
.Kill A:hover {
  color: #990033;
}

.Will, .Will A, .Will A:visited {
  color: #CC9933;
}
.Will A:hover {
  color: #996600;
}
#logoutpopup, #forumpopup
   {
    display: none;
   }
#logframe, #forumframe
   {
    width:250px;
    height:200px;
    border:solid 1px #FFFFFF;
    background:#333333 url('images/ajax-loader.gif') no-repeat center center;
   }
#logframe2
  {
  width: 800px;
  height: 500px;
  border: solid 1px #FFFFFF;
  background:#333333 url('images/ajax-loader.gif') no-repeat center center;
}
.z {text-decoration: overline; }

/* the div that holds the date picker calendar */
.dpDiv {
  }


/* the table (within the div) that holds the date picker calendar */
.dpTable {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background-color: #444444;
  /*color: #505050;
  background-color: #ece9d8;*/
  border: 1px solid #AAAAAA;
  width: 200px;
  }


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
  }


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
  }


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
  }


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
  }


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
  border: 1px solid #CCCCCC;
  background-color: #444444;
  color: #FFFFFF;
  }


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  }


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
  background-color: #aca998;
  border: 1px solid #888888;
  cursor: pointer;
  color: red;
  }


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
  }


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
  }


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
  }


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
  background-color: #222222;
  border: 1px solid #AAAAAA;
  color: white;
  }


/* additional style information for the text that indicates the month and year */
.dpTitleText {
  font-size: 12px;
  color: #cccccc;
  font-weight: bold;
  }


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
  color: 4060ff;
  font-weight: bold;
  }


/* the forward/backward buttons at the top */
.dpButton {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  background: #cccccc;
  font-weight: bold;
  padding: 0px;
  }


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  background: #cccccc;
  font-weight: bold;
  }