/*
 * Copyright (c) 2011. OmniPlatform Corporation
 */

/* form table */
.table-widget-data-display {
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f0f0f0; /*cccccc*/
    padding: 2px;
}

.table-form {
    /*background: #ffffff;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #f0f0f0; *//*cccccc*/
    padding: 9px;
    /*width: 100%;*/
    /*border-collapse: collapse;*/
}

.table-form table {
    table-layout: fixed;
}

.table-form th {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    /*padding-top: 8px;*/
    padding-right: 2px;
    padding-left: 12px;
    /*width: 140px;*/
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    color: #777777;
    /*vertical-align: middle;*/
}

.table-form th.required {
    font-weight: bold;
}

.table-form td {
    height: 33px;
    line-height: 33px;
    padding: 0 8px 0 0;
    /*vertical-align: middle;*/
}

.table-form td.text-container {
    padding-top: 5px;
    line-height: 22px;
}