
.wform {
  font-size:9px;
  font-family:Verdana;
}

.wform caption {
  font-size:16px;
  font-weight:bold;
  border-bottom:2px solid gray;
  margin-bottom:4px;
}


.wform th,.sortheader {
  background-color:#bbbbbb;
  text-align:center;
  font-size:10px;
  text-decoration:none;
  color:black;
}


.wform td {
  vertical-align:top;
}


.wformTextarea {
  border:1px solid gray;
}

.wformComboBox {
  border:1px solid gray;
  cursor:pointer;
  font-size:9px;
}

.wformInput {
  border:1px solid gray;
  background-color:white;
  font-size:9px;
}

.wformPushButton {
  font-family:Verdana;
  font-weight: bold;
  font-size:9px;
  cursor:pointer;
  width:100px;
}


.wformInput:focus,.wformInput:hover, .wformComboBox:focus, .wformComboBox:hover {
  border:1px solid red;
  background-color: lightyellow;
}

.wform td.hbar {
  height:1px;
  border-bottom:1px solid gray;
}

.wform td .button {
  border:1px solid black;
  background-color:white;
  width:90px;
  font-size:9px;
  cursor:pointer;
}


.wform td.numeric {
  text-align:right;
}

.wform td.date {
  xtext-align:left;
  width:70px;
}

.wform td a {
  color:black;
  xtext-decoration:none;
}

.wform td.center {
  text-align:center;
}

.wmenu {
  font-family:Verdana;
  font-size:10px;
}

.wmenu a {
  text-decoration:none;
  color:black;
}


.wtreeWidgetItem {
  color:black;
  font-size:11px;
  font-family:'Verdana';
}
.wtreeWidgetItemExpandible:link visited hover{
  color:balck;
}

.wtreeWidgetItemExpandibleActions {
  border:0px;
  font-size:9px;
  vertical-align:bottom;
}
.wtreeWidgetItemExpandibleActions img {
  border:0px;
  width:18px;
  height:18px;
}


.wtreeWidgetItemExpandible:link {
  font-family: "Trebuchet MS";
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  color: #2A1770;
  text-decoration: none;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  text-align: left;
  vertical-align: top;
}

.wtreeWidgetItemExpandible:hover {
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  color: #CA5B00;
  text-decoration: none;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  text-align: left;
  vertical-align: top;
  background-color: #D6D6D6;
}



.wtreeWidgetItemExpandible:visited {
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  color: #271470;
  text-decoration: none;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  text-align: left;
  vertical-align: top;

}
