body {
    background: url(../images/template/white_brick_wall.png);
}
body {
    background: url(../images/template/ravenna.png);
}
body {
    background: url(../images/template/fabric_plaid.png);
}
body {
    /*background-image: none ;*/
}
.help-inline.error, .help-block.error {
    display: none;    
}

.table tbody tr.delete td {
    background: #ffd9d9;
}
.table tbody tr.site td {
    background: #daffda;
}
.table tbody tr.newspaper td {
    background: #ffffda;
}

.table tbody tr td {
    background: white;
}
.newspaper {
    background-color: yellow;
}
.grid-view table.items tr.selected td {
    background: rgb(0, 136, 204);
    color:white;
}
.container-width {
    max-width:1180px;
}