/* 
 * TPC 20031121F
 * Wiz-War Card List
 * stylesheet.css
 * 
 */

.errortext { color: #A00000; font-weight: bold; }

A { 
  text-decoration: none; 
}

A:hover { 
  text-decoration: underline; 
}

IMG {
  border-width: 0px;
}

FORM {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: #CC9966;
  border: 1px solid #463524;
  padding: 0px;
  outline: 0px;
}

INPUT:focus { border: 1px dotted #463524; outline: dotted 0px; padding: 0px; }

TD {
  font-family: Arial, Helvetica, sans-serif;
}

TD.container {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  border-color: #DECDBA;
  border-style: solid;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #DECDBA;
  color: #000000;
}

TABLE {
  border-color: #DECDBA;
}

TD.dataheading {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  border-style: solid;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #CC9966;
  color: #000000;
}

TD.datatail {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
  border-style: solid;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #CC9966;
  color: #000000;
}

TD.datarow {
  padding: 4px;
  vertical-align: top;
  border: #FFCC99;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  color: #000000;
}

TD.filtercell {
  border: 0px;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background: #FFCC99;
  cursor:hand;
}

TR.filterin {
  color: #463524;
}
TR.filterout {
  color: #C9A179;
}

INPUT.filterbutton {
  border: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #FFCC99;
  cursor:hand;
}
INPUT.filterin {
  color: #463524;
}
INPUT.filterout {
  color: #C9A179;
}
INPUT.filternot {
  color: #463524;
  text-decoration: line-through;
}

