table.commandbar {
 margin:12px 0px 0px 10px;
 width:98%;
 height: 28px;
 border: #9C9C9C 1px solid;
 background: #006394;
}
table.commandbar td {
 text-align: left;
 white-space : nowrap;
}
table.commandbar td * {
 vertical-align: text-bottom;
}
table.commandbar *:hover {
 background-color: transparent;
}
table.commandbar input.editfield,
table.commandbar input.editfield:hover,
table.commandbar select:hover {
 background-color: white;
}
table.commandbar select,
table.commandbar option,
table.commandbar input {
 border:1px #006394 solid;
 height:1.5em;
 font-size: 9pt;
 font-stretch: condensed;
}
table.commandbar img,
table.commandbar input.commandbar {
 padding-top:2px;
 border:0px !important;
 height:24px !important;
}
table.commandbar img.right,
table.commandbar input.right {
 float: right;
 margin-right:20px;
}
table.commandbar td.rest {
 background-color: Aqua;
 width:auto;
}