/** TABLES **/
.admin_table{
    border-collapse:collapse;
    font-family: Arial;
     font-size: 13px;
}

.admin_table thead{
    background: none repeat scroll 0 0 #F5F5F5;
}

.admin_table thead th{
    border:1px solid #E0E0E0;
    text-align: left;
    padding:10px;
}

.admin_table tbody td{
    border:1px solid #E0E0E0;
    padding:10px;
}

.admin_table tbody td div.text-holder{
    margin-bottom:5px;
}

.admin_table tbody tr:hover,
.admin_table tbody tr.selected{
    background: #F5F5F5;
}

.admin_table tbody td div.text-holder:last-child{
    margin-bottom:0;
}

.admin_table tbody td div.text-holder strong{
    padding-right:5px;
}

.admin_table a{
    color:#468ACA;
}

.admin_table .mv_select {
    height: 32px;
    width: 100px;
}

.admin_table .loader{
    display: none;
}

/* FORMS */
.admin_filter_form{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
    margin-bottom: 15px;
    padding: 15px 0;
}

.admin_filter_form .input_holder {
    float: left;
    margin-left: 15px;
    overflow: hidden;
    width: 165px;
}

.admin_filter_form label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.admin_filter_form .mv_txt_input {
    height: 30px;
    width: 143px;
}

.admin_filter_form .mv_submit {
    height: 32px;
    margin-top: 18px;
}

.admin_filter_form .mv_select {
    height: 32px;
    width: 165px;
}
/* FORMS */

