body {
    font-family: Arial;
}

#wrapper_content {
    margin: 10px 50px;
    border: 1px solid #000000;
    padding: 20px;
}

#header_main {
    margin: 5px 50px;
    border: 1px solid #000000;
    padding: 10px;
}
#header_main img {
    float: right;
}
#header_main ul {
    float: left;
    
    margin: 0px;
    padding: 0px;
}
#header_main li {
    list-style-type: none;
    width: 150px;
    height: 50px;
    float: left;
    line-height: 50px;
    margin: 0px 10px;
    padding: 0px;

    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
#header_main li a {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#header_main li a:hover {
    color: #ffffff;
    background-color: #000000;
}

.cl {
    clear: both;
}

.sf_admin_form input, .sf_admin_form textarea {
    width: 500px !important;
}
.sf_admin_form textarea {
    height: 200px !important;
}
.sf_admin_actions input {
    width: 100px !important;
}

#admin-preview {
    float: right;
    width: 400px;
}

#admin-preview div {
    padding: 10px;
}

#sf_admin_bar {
    float: none !important;
    margin-left: 0px !important;
}

.filter_wrapper {
    margin-bottom: 20px;
}
