.centered {
    text-align: center;
    clear: both;
}

label {
    font-weight: bold;
    margin-left: 2px;
}

.left {
    float: left;
    margin-left: 10px;
}

.right {
    float: right;
    margin-right: 10px;
}

.rightCell {
    text-align: right;
}

.feedbackPanelERROR {
    color: red;
}

.feedbackPanelINFO {
    color: green;
}

.required {
    background: #00CCFF;
    /* #80EDFF is the iVUE default color, but that is too light for web page display */
}

.displayOnly {
  background-color: rgb(220, 220, 220);
}

.errored {
    background: #FFAFAF;
}

.dlr {
    clear: both;
    border: solid 1px black;
    width: 950px;
    overflow: auto;
    padding: 3px;
    background: white;
}

table.dataview {
    border: 1px solid black;
    font-size: 1em;
    margin-bottom: 20px;
}

table.dataview tr.even {
    background-color: #cccccc;
}

table.dataview tr.odd {
    background-color: #eeeeee;
}

table.dataview tr.totalRow {
    background-color: #999999;
    font-weight: bold;
}

table.dataview tr th {
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #5C6C8E;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px;
}

table.dataview tr th {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

table.dataview tr th.wicket_orderDown {
    background-image: url( ../images/arrow_down.png );
}

table.dataview tr th.wicket_orderUp {
    background-image: url( ../images/arrow_up.png );
}

table.dataview tr th.wicket_orderNone {
    background-image: url( ../images/arrow_off.png );
}

table.dataview tr th a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

table.dataview tr td a img {
    text-align: center;
    vertical-align: top;
}

table.dataview tr td {
    padding: 3px;
    vertical-align: top;
}

a img {
    border: none;
}

div, p, span, td, th, li, h1, h2, h3, h4, body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}

select, input, textarea {
    font-family: Courier, "Courier New", monospace;
    font-size: 11px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

input {
    font-family: courier, monospace;
}

form table {
    border: 1px solid #000;
    background: white;
}

form table caption {
    font-weight: bold;
    font-size: 14px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

caption, .button {
    background: #5C6C8E;
    color: white;
}

.button {
    font-family: arial, sans-serif;
    font-weight: bold;
}

.searchForm {
    width: 950px;
    overflow: visible;
    padding: 3px;
    margin: 0;
}

#feedbackPanel ul {
    background: white;
    border: 1px solid black;
    list-style-type: none;
}

#feedbackPanel li {
    margin: 3px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
}

.tblScroller, .lookupScroller {
    clear: both;
    border: solid 1px black;
    width: 950px;
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background: white;
}

.approvalLinkSection {
    clear: both;
    border: solid 1px black;
    width: 950px;
    padding: 0px 3px 0px 3px;
    background: white;
}

.approvalTotal {
    clear: both;
    border: solid 1px black;
    width: 950px;
    padding: 0px 3px 0px 3px;
    background: white;
}

.tblBorder {
    background: white;
    width: 950px;
}

.lookupScroller {
    height: 250px;
}

.tasklookupScroller {
    height: 420px;
    clear: both;
    border: solid 1px black;
    width: 570px;
    overflow: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background: white;
}

/* START TAB PANEL */

/* the tab list */
div.tab-row ul {
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url( ../images/tab_bottom.gif ) repeat-x bottom;
}

/* the tab elements */
div.tab-row li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

/* the de-selected tab */
div.tab-row a:link, div.tab-row a:visited {
    float: left;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

/* hover effect over de-selected tab */
div.tab-row a:hover {
    background: #fff;
}

/* the selected tab */
div.tab-row li.selected a:link, div.tab-row a:visited.active{
    border-top: 1px solid gray;
    border-bottom: 1px solid #fff;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    background-color: #fff;
    color: #000;
}

/* container holding the tab-row */
div.tabpanel  {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid gray;
}

/* container holding the tab contents */
div.tab-panel {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

/* END COMMON TAB PANE ITEMS */

/* START TIME ENTRY TABS */

/* the tab list */
div.time-entry-tab-row ul {
    float: left;
    width: 100%;
    height: 20px;
    margin: 0;
    padding-left: 0;
}

/* the tab elements */
div.time-entry-tab-row li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

/* the de-selected tab and selected tab prototype */
div.time-entry-tab-row span.one-week-tab, /* needed because this tab can be disabled, which is rendered as a span */
div.time-entry-tab-row span.two-week-tab, /* needed because this tab can be disabled, which is rendered as a span */
div.time-entry-tab-row a:link,
div.time-entry-tab-row a:visited {
    float: none;
    font-weight: bold;
    font-style : normal;
    font-variant: normal;
    font-family : sans-serif;
    width: 175px;
    margin-right: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    background-color: #F2F2F2;
    padding: 2px 10px 2px 10px;
    border-top: 1px solid #FAFAFA;
    border-left: 1px solid  #FAFAFA;
    border-right: 1px solid  #FAFAFA;
    border-bottom: 1px solid  #FAFAFA;
}

/* the selected tab */
div.time-entry-tab-row a.selected-tab,
div.time-entry-tab-row li.selected a:link,
div.time-entry-tab-row a:visited.active {
    font-size: 150%;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
}

/* hover effect over de-selected tab */
div.time-entry-tab-row a:hover {
    color: #757575;
    background-color: #FAFAFA;
    text-decoration: underline;
}

div.time-entry-tab-row span.one-week-tab, /* needed because this tab can be disabled, which is rendered as a span */
div.time-entry-tab-row a.one-week-tab{
    font-size: 120%;
    color: #828282;
}

div.time-entry-tab-row span.two-week-tab, /* needed because this tab can be disabled, which is rendered as a span */
div.time-entry-tab-row a.two-week-tab{
    font-size: 80%;
    color: #999999;
}

/* container holding the tab-row */
div.time-entry-tabpanel  {
    height: 17px;
}

/* container holding the tab contents */
/*div.time-entry-tab-panel {*/
    /*float: left;*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: white;*/
    /*border-top: 1px solid white;*/
    /*border-bottom: 1px solid gray;*/
    /*border-left: 1px solid gray;*/
    /*border-right: 1px solid gray;*/
/*}*/

/* END TIME ENTRY TABS */


/* START PROGRESS BAR */

div.wupb-uploadStatus {
    margin: 5px;
    color: #aaa;
}

div.wupb-progressBar {
    margin: 5px;
}

div.wupb-progressBar .wupb-border {
    background: url( ../images/progress-remainder.gif ) repeat-x;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    width: 100%;
}

div.wupb-progressBar .wupb-background {
    background: url( ../images/progress-bar.gif ) repeat-x;
    height: 18px;
    width: 0;
}

/* END PROGRESS BAR */
