@charset "UTF-8";
/* CSS Document */

/*TABLE LAYOUT*/

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.sortable th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #ccc;	
}
table.sortable td {
    text-align: left;
    border-top: 1px dotted #ccc;
    padding: 0.2em 0.5em;
	vertical-align:top;
}

table.sortable tbody th {
    vertical-align:top;
}

table.sortable th.Corner {
    text-align: left;
}

table.muedu {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.muedu th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #ccc;	
}
table.muedu td {
    text-align: left;
    border-top: 1px dotted #ccc;
    padding: 0.2em 0.5em;
	vertical-align:top;
}
table.muedu thead th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}

table.muedu tbody th {
    vertical-align:top;
}

table.muedu th.Corner {
    text-align: left;
}

