body.dashboard{
    background-color:#E1E1E1;
}

#header {
    height:52px;
    background-color:#222;
    width:100%;
}

#breadcrumb {
    height:40px;
    background-color:#eee;
    border-top:3px solid #777;
    padding-top:10px;
}

/* tables */
table.tablesorter thead tr .header {
	background-image: url(/public/tablesorter/themes/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: move;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/public/tablesorter/themes/blue/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/public/tablesorter/themes/blue/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #ccc;
}

div.sortable-div {
    border:1px solid #ccc;
    background:#eee;
    padding:10px;
    margin:10px 0 10px 0;
}