/* forms */
form {
}

    form label {
        width: 100px;
        text-align: right;
        display: inline-block;
        padding-right: 5px;
    }

    form input[type='text'],
    form input[type='date'],
    form input[type='password'] {
        padding: 5px;
        width: 200px;
    }

    form textarea {
        width:530px;
        height:50px;
    }

    form input[type='submit'] {
        padding:5px;
    }

.cke_chrome {
    display:inline-block;
    vertical-align: top;
}


/* tables */
.DataTable {
    width: 100%;
	border-collapse: collapse;
} 

    .DataTable thead tr th {
        text-align: left;
    }

    .DataTable tbody tr td {
        text-align: left;
        vertical-align:top;
        border-bottom:2px dotted #555;
        padding-bottom:5px;
    }

    .DataTable tbody tr:hover td {
        background-color:rgba(100, 100, 100, 0.1);
    }
    .DataTable thead tr th.Center,
    .DataTable tbody tr td.Center {
        text-align:center;
    }
    .DataTable thead tr th.Right,
    .DataTable tbody tr td.Right {
        text-align:right;
    }

.dataTables_filter {
    text-align: right;
}

.sortable {
list-style:none;
}

    .sortable li {
        display:inline-block;
    }