/* CSS used in both: front-end website and admin */

table {
    font: inherit;
}

img {
    border: none;
}

.block_wait {
    background-color: #eee;
    font-weight: bold;
    font-size: 1.1em;
}

.nowrap {
    white-space: nowrap;
}

.align_center {
    text-align: center;
}

img.with_border {
    padding: 2px;
    border: 1px silver solid;
}

.media_conteiner {
    text-align: center;
}

.highlight {
    color: #c63;
}

.no_highlight {
    color: gray;
}

td.buttons {
    text-align: right;
}

table.details {
    width: 100%;
}

table.details th {
    text-align: right;
    width: 30%;
    padding-right: 10px;
}

table.details td {
}

table.children_list td {
    vertical-align: top;
}

table.company_child_persons {
    background-color: #ffd;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 5px;
}

table.company_child_persons td {
    padding: 4px;
}

#jquery_loading {
    background-color: red;
    padding: 5px;
    top: 0px;
    left: 0px;
    position: fixed;
    font-size: 1.2em;
    color: white;
    font-weight: bold;
}

.top_message {
    background-color: red;
    color: white;
    font-weight: bold;
    border-bottom: 2px solid black;
    padding: 5px;
    font-size: 1.2em;
}

.top_ad {
    text-align: right;
    padding: 5px;
}

form#items_per_page {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.forum-thread {
    margin-top: 10px;
}

