/* Poradenske spolocnosti */
#consultings {
    clear: both;
}

#consultings form#search_form {
    background: #b8eaf5 url(../images/search_form/consulting_background.png) repeat-x;
    border-bottom: solid 4px #3e97b0;
}

#consultings form#search_form table {color: #000000}

#consultings h3 {
    background: #3e97b0 url(../images/rounded_corners.gif) no-repeat top;
    color: #ffffff;
    font-size: 120%;
    padding: 3px 15px;
    margin: 0;
}

table.consultings {
    margin-top: 0;
    width: 100%;
}

table.consultings th,
table.consultings td {color: #000000}

table.consultings th a {color: #000000}
table.consultings th a:hover {background: transparent}

table.consultings td {
    border: none;
    border-left: solid 1px #bee0e8;
    border-bottom: dotted 1px #a6a6a6;
}

table.consultings .even td {
    background-color: #e8faff;
    border-left: solid 1px #b8eaf5;
}

table.consultings th {
    background-color: #b8eaf5;
    border: none;
    border-bottom: solid 1px #ffffff;
    border-left: solid 1px #8fd1e3;
    font-weight: normal;
}

table.consultings td.first,
table.consultings th.first {border-left: none}

table.consultings td a {color: #3e97b0}
table.consultings td a:hover {
    background: #3e97b0;
    color: #ffffff;
}
