table {
width:100%;
border-collapse:separate;
margin:1em 0;
}

thead th {
border-bottom:2px solid #d3e7f4;
color:#494949;
font-weight:700;
}

th a:link,th a:visited {
color:#6f9dbd;
}

td,th {
padding:.3em .5em;
}

tr.even,tr.odd,tbody th {
border:solid #d3e7f4;
border-width:1px 0;
}

tr.odd,tr.info {
background-color:#edf5fa;
}

tr.even {
background-color:#fff;
}

tr.drag {
background-color:#fffff0;
}

tr.drag-previous {
background-color:#ffd;
}

tr.odd td.active {
background-color:#ddecf5;
}

tr.even td.active {
background-color:#e6f1f7;
}

td.region,td.module,td.container,td.category {
border-top:1.5em solid #fff;
border-bottom:1px solid #b4d7f0;
background-color:#d4e7f3;
color:#455067;
font-weight:700;
}

tr:first-child td.region,tr:first-child td.module,tr:first-child td.container,tr:first-child td.category {
border-top-width:0;
}