.filters a {
    color: #0033CC;
}

/************************************************************/
/* GRID FILTERS DEFINITION */
/************************************************************/

table.grid {
    border-collapse: collapse;
    width: 100%;
    clear: both;
}

table.grid td, table.grid th {
    font-size: 13px;
    padding: 4px 7px;
    text-align: left;
    color: #1F6E8D;
    vertical-align: middle;
}

table.grid td img, table.grid th img {
    vertical-align: top;
}

table.grid td a, table.grid th a {
    color: #0033cc;
    text-decoration: underline;
}

table.grid td a:visited, table.grid th a:visited {
    color: navy;
}

table.grid th {
    background: #AFE0F1;
    padding: 4px 7px;
    border-top: 2px solid #CFF0FF;
    border-bottom: 2px solid #8BB8CB;
}

table.grid td {
    background: #EDF7F9;
    border: 2px solid #fff;
    border-left: 0;
    border-right: 0;
}

table.grid tr.odd td {
    background: #E0F4FB;
}

table.grid tr.selected td {
    background: #ffc;
}

table.grid .subsection td,
table.grid td.subsection  {
    background: #f8f8f8;
    color: #333;
}

table.grid .subsection td a,
table.grid td.subsection a {
    color: #000;
}

table.grid td.subhead {
    font-weight: bold;
    background: #d5e9ed !important;
}

table.grid td.monospace {
    font-family: monospace;
    max-height: 620px;
    overflow: auto;
    font-size: 120%;
}

table.grid .tall {
    min-height: 300px;
    margin: 0;
    padding: 0;
}

table.grid td.right, table.grid th.right {
    text-align: right;
    float: none;
}

table.grid td.top, table.grid th.top {
    vertical-align: top;
}

table.grid td.center, table.grid th.center {
    text-align: center;
}

table.grid td.compact {
    white-space: nowrap;
    width: 1%;
}

table.grid td.full {
    width: 100%;
}

table.grid td.error {
    color: red;
}

table.grid td.success {
    color: #060;
}

table.grid input.text,
table.grid input[type="text"],
table.grid textarea {
    width: 98%;
    font-size: 14px;
    border: 1px solid #666;
    background: #fff;
    -moz-border-radius: 2px;
}

table.grid input.error,
table.grid textarea.error {
    background: #fee;
}

table.grid .form-error {
    margin: 0;
    color: red;
    padding: 0 2px;
    font-weight: bold;
}

table.grid:not(.no-hover) tr:hover td {
    background: #d3e6ed;
}

table.grid:not(.no-hover) tr.selected:hover td {
    background: #eeb;
}

/************************************************************/
/* GRID FILTERS DEFINITION */
/************************************************************/

.grid-filter {
    margin: 10px 0 0 0;
    display: block;
    overflow: hidden;
    clear: both;
    border-bottom: 2px solid #8BB8CB;
    padding: 0 5px;
}
* html .grid-filter {
    width: 98%;
}
.grid-filter li a {
    color: #333;
    text-decoration: none;
}
.grid-filter li {
    display: block;
    float: left;
    margin:0 5px 0 0;
    padding: 2px 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #eee;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.grid-filter li.selected {
    font-weight: bold;
    border: 1px solid #8BB8CB;
    border-bottom: 0;
    padding: 2px 5px;
    background: #E0F4FB;
}

.grid-filter li.folder-icon {
    background-image: url('../images/interface_icons/folder_small.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 18px;
}

/* keep this one after other -icon styles so it can override them */
.grid-filter li.back-icon {
    background-image: url('../images/interface_icons/up_small.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 18px;
}

.grid-filter .flag {
    background: red;
    color: #fff;
    padding: 1px 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 15px;
    vertical-align:bottom;
}
