.woody-tab {
    background-color: white;
    border: 1px solid black;
    border-bottom-width: 0px;
    padding: 2px 1em 2px 1em;
    margin-right: 5px;
    position: relative;
    text-decoration: none;
    top: -1px;
    z-index: 1;
    cursor: pointer;
}
.woody-tab.woody-activeTab {
    font-weight: bold;
    padding-top: 5px;
    cursor: default;
    z-index: 3;
}

.woody-tabArea {
    white-space:nowrap;
}


.woody-tabContent {
    background-color: white;
    border: 1px solid black;
    padding: 1em;
    position: relative;
    z-index: 2;
}

.woody-tabs-group {
    text-align: left;
}
.woody-columns-group {
}
.woody-group {
}

.woody-validation-message, a.woody-validation-message:link {
    color: red;
    font-weight: bold;
}

.woody-validation-errors {
}

.woody-validation-error {
}

.woody-field-required {
	color:blue;
    font-weight: bold;
}

.woody-help {
    border-style: dotted;
    border-width: 1px;
    padding: 5px;
    background-color:#FFFFC0; /* light yellow */
    width: 200px; /* otherwise IE does a weird layout */
    z-index:1000; /* must be higher than woody-tabContent */
}

.woody-doubleList select {
    width: 150px;
}

.woody-doubleList input {
    width: 40px;
}
