/*
#taskbar a.button-spam {
	background-image: url('toolbar.png');
	background-position: 0 2px;
	padding-left: 24px;
}
*/

a.spam::before {
    font-weight: 900; /* solid style */
    font-family: "Icons";
    content: "\f188"; /* fa-ban */
    margin-right: 6px;
}

/*a.button-spam:before {
    font-family: "Icons";
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
    content: "\f0b0"
}
*/
#pagecontent
{
  position: absolute;
  top: 95px;
  right: 20px;
  bottom: 30px;
  left: 20px;
}

#spam-window
{
  border: 1px solid #999999;
  overflow: auto;
}

#spammail-window
{
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #999999;
  overflow: scroll;
}

#sectionslist
{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
}

#sections-table
{
  width: 100%;
  table-layout: fixed;
}

#sections-table tbody td
{
  cursor: default;
}

#sections-table .selected {
    background-color: red;
}

td.borderright
{
    border-right: 1px solid black;
}