body { font-family: Verdana,Arial,Helvetica,sans-serif; }
th, td { border: solid 0px #ffffff; }
.ws-header { height: 64px; }
.ws-logocontainer { width: 256px; }
.ws-headcontainer { width: 128px; font-weight: bold; text-align: center; font-size: 1.0em; }
.ws-topbar { height: 36px; width: 100%;  background-image: url("../images/header.png"); background-repeat: repeat-x; }
.ws-body { margin-top: 10px; margin-bottom: 10px; font-size: 1.02em; }
.ws-textheader { font-weight: bold; font-size: 1.24em; margin-bottom: 2px; color: #444444; }
.ws-textpara { text-indent: 12pt; }
.ws-textrelease { margin-left: 16px; font-weight: bold; color: blue; }
.ws-texthilight { font-weight: bold; color: orange; }
.ws-footer { border-top: solid 4px #000000; }
.wsBGLight {
    background-color: #ccebff;
}
.wsContainer {
    overflow: auto;
    margin-top: 8px;
    font-size: 0.9em;
}
.wsHeading {
    color: #7D4900;
    font-weight: bold;
    border-bottom: solid 2px #000000;
}
.wsHeadingInner {
    color: #aaaaaa;
}
.wsMenu {
    background-color: #000000;
}
.wsMenuItem {
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 4px;
    border: solid 2px #000000;
    cursor: pointer;
}
.wsMenuItem:hover {
    background-color: #7D4900;
}
.wsMenuItem.selected {
    background-color: #7D4900;
}
.wsNewsHeading {
    font-weight: bold;
}
.wsTCTL {
    height: 6px; width: 6px; background: url(../Images/createtaskl.png) no-repeat scroll center center; float: left;
}
.wsTCTR {
    height: 6px; width: 6px; background: url(../Images/createtaskr.png) no-repeat scroll center center; float: right;
}
.wsTCBL {
    height: 6px; width: 6px; background: url(../Images/createtasklb.png) no-repeat scroll center center; float: left;
}
.wsTCBR {
    height: 6px; width: 6px; background: url(../Images/createtaskrb.png) no-repeat scroll center center; float: right;
}
.wsThickBorder {
    border: solid 4px #ccebff;
}
.wsThickBorderTop {
    border-top: solid 4px #ccebff;
}
.wsThickBorderBottom {
    border-bottom: solid 4px #ccebff;
}
.wsInput
{
    height: 24px;
    font-family: monospace;
    font-size: 1.1em;
    border: solid 1px #bcbccf;
}
.wsValidateError {
    font-weight: bold;
    color: #ff0000;
    padding-left: 8px;
}


