/* Vyhladavaci formular */

form#search_form {
    background: #E6E6E6 url(../images/search_form/main_background.png) repeat-x;
    border-bottom: solid 4px #a3a3a3;
    margin: 10px 0 15px 0;
}

form#search_form .f {white-space: nowrap}

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

form#search_form h2 strong {font-size: 120%}

form#search_form table {
    margin: 10px 15px;
    width: auto;
}

form#search_form th,
form#search_form td {
    padding: 2px 0;
}

form#search_form th {
    font-weight: normal;
    padding: 5px 13px 2px 0;
    width: 18%;
}

#search_form_fulltext {width: 100%}

.content_course form#search_form {
    background-color: #b8daf6;
    background-image: url(../images/search_form/course_background.png);
    border-bottom-color: #3e79b0;
}
.content_course form#search_form h2 {background-color: #3e79b0}


.content_conference form#search_form {
    background-color: #c6f5b8;
    background-image: url(../images/search_form/conference_background.png);
    border-bottom-color: #248a04;
}
.content_conference form#search_form h2 {background-color: #248a04}


.content_study form#search_form {
    background-color: #fdd6c0;
    background-image: url(../images/search_form/study_background.png);
    border-bottom-color: #da3800;
}
.content_study form#search_form h2 {background-color: #da3800}

#co_link {
    float: right;
    background: #F0F0F0;
    border: 1px solid #C3C3C3;
    padding: 3px;
}

#extend_form {
    padding: 3px;
    display: block;
    float: right;
    cursor: pointer;
    font-weight: bold;
    color: #3E79B0;
}

#extend_form:hover {
    color: #fff;
    background: #3E79B0;

}

form#search_form #course_type_row td, form#search_form #course_type_row th {
    padding: 7px 0 7px;
    vertical-align: middle;
    font-weight: bold;
}

form#search_form #course_type_row td .selected {
    text-decoration: underline;
}

