/* Table grid */
.grid_var_size,
.grid_wrap,
.grid {
    border-collapse: collapse;
    border: 1px solid #a0a0a0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    vertical-align: top;
}
.grid,
.grid_wrap {
    table-layout:fixed;
}
.grid_var_size td {
    margin:0px 3px 0px 3px;

}
.grid_var_size td,
.grid td {
}
.grid_bold {
    overflow: hidden;
    cursor: default;
    white-space: nowrap;
    background-color: #ffffff;
    font-weight: bold;
}
.grid_over_bold {
    overflow: hidden;
    cursor: default;
    white-space: nowrap;
    background-color: #cccccc;
    font-weight: bold;
}
.grid_var_size_normal,
.grid_normal {
    background-color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    cursor:default;
    height:19px;
}
.grid_wrap_normal  {
    background-color: #ffffff;
    cursor:default;
    overflow: hidden;
}
.grid_eliminated {
    overflow: hidden;
    white-space: nowrap;
    cursor:default;
    background-color: #e5e5e5;
    font-style:italic;
}
.grid_eliminated_over {
    background-color: #cccccc;
    overflow: hidden;
    white-space: nowrap;
    cursor:default;
    font-style:italic;
}
.grid_planned {
    cursor:default;
    color: #ff3030;
}
.grid_has_notify {
    overflow: hidden;
    white-space: nowrap;
    cursor:default;
    color: #ff7f50;
    font-style:italic;
}
.grid_show_notify {
    overflow: hidden;
    white-space: nowrap;
    cursor:default;
    color: #ff0000;
    font-style:italic;
}
.grid_job_done {
    cursor:default;
    background-color: #E3FFB7;
}
.grid_job_locked {
    cursor:default;
    background-color: #FFF4B7;
    color:#666666;
}

.grid_var_size_over,
.grid_over   {
    background-color: #cccccc;
    overflow: hidden;
    white-space: nowrap;
    cursor:default;
}
.grid_wrap_over {
    background-color: #cccccc;
    cursor:default;
    overflow: hidden;
}
.grid_var_size_td,
.grid_td {
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 4px 1px 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-bottom: 1px dotted #a0a0a0;
    border-top: 1px dotted #a0a0a0;
}
.grid_wrap_td {
    overflow: hidden;
    padding: 1px 4px 1px 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-bottom: 1px dotted #a0a0a0;
    border-top: 1px dotted #a0a0a0;
}
th.grid_var_size_header,
th.grid_wrap_header,
th.grid_header  {
    overflow: hidden;
    padding: 3px 2px 4px 2px;
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: url("../images/grid_header.png");
    background-position:bottom;
    background-repeat:repeat-x;
    /*background-color: #E8E7D7;*/
    background-color: #E7E7E7;
    TEXT-DECORATION: none;
    border-left: 1px solid #a0a0a0;
    cursor:default;
}
th.grid_var_size_header_sort,
th.grid_wrap_header_sort,
th.grid_header_sort  {
    overflow: hidden;
    padding: 3px 2px 4px 2px;
    color: #000000;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: url("../images/grid_header.png");
    background-position:bottom;
    background-repeat:repeat-x;
    /*background-color: #E8E7D7;*/
    background-color: #E7E7E7;
    border-left: 1px solid #a0a0a0;
    text-decoration: underline;
    cursor:pointer;
}



.header_checkbox_intermediate {
    border: 1px solid #666666;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/* Simpletable */

.simpletable {
}
.simpletable img {
    border: 0px;
}
.simpletable .status-hover   {
    background-color: #cccccc;
    overflow: hidden;
    white-space: nowrap;
    cursor:default;
}


/* Navigation bar */
ul.navigation {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    margin:5px auto 5px auto;
    padding:0px;
    list-style-type:none;
    width:620px;
}
ul.navigation li {
    width:35px;
    float:left;
    border:1px solid #ffffff;
    padding:3px 0 3px 0;
    text-align:center;
}
ul.navigation li.buttons {
    cursor:pointer;
}
ul.navigation .backward,
ul.navigation .forward {
    width:75px;
}
ul.navigation .search {
    width:120px;
}
ul.navigation .search input {
    width:35px;
    height:16px;
    margin-top:-4px;
    padding:0px;
    text-align:center;
}
.navigation_not_found {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}
