/*  Copyright 2010 Daniele Futtorovic (email : cosifantutti@laposte.net)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License, version 2, as
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

td.aw_admin_widget_table_widget_active {
    font-weight: bold;
    color: #339900;
}

td.aw_admin_widget_table_widget_inactive {
    font-weight: bold;
    color: #999999;
}

input.aw_actionbtn_enabled {
    font-weight: bold;
    color: #339900;
    /* font-family: sans-serif; */
}

input.aw_actionbtn_disabled {
    font-weight: bold;
    color: #ffcc00;
}

input.aw_actionbtn_error {
    font-weight: bold;
    color: #ff0000;
}

table.aw_admin_widget_table {
    width: auto;
    text-align: left;
}

table.aw_admin_widget_table thead {
    border-bottom-color: #464646;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

table.aw_admin_widget_table tr {
    border-bottom-color: #464646;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

table.aw_admin_widget_table caption {
    text-align: right;
    padding-right: 15px;
}

table.aw_admin_widget_table .aw_admit_widget_table_col_description {
    text-align: right;
    padding-right: 10px;
}
