

table.sortablelist {
  border: solid;
  border-width: 2px;
  border-color: rgb(0, 0, 0);
  padding: 0px;
}

td.sortablelistlabel {
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  font-style: normal;
  color: rgb(255, 255, 255);
  padding: 2px;
}


.sortablelistheader {

  border: solid;
  border-width: 1px;

  background-color: rgb(36,138,204);

  border-left-color: rgb(55, 155, 222);
  border-top-color: rgb(55, 155, 222);
  border-bottom-color: rgb(0, 111, 155);
  border-right-color: rgb(0, 111, 177);

  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: rgb(255, 255, 255);

  padding: 2px;
}

/*
 * sll = sortable list lite row
 */
td.sll {
  background: rgb(244, 244, 244);
  padding: 2px;
  border: solid;
  border-width: 1px;
  border-top-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-right-color: rgb(155, 155, 155);
  border-bottom-color: rgb(222, 222, 222);

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

/*
 * sld = sortable list dark row
 */
td.sld {
  background: rgb(233, 233, 233);
  padding: 2px;
  border: solid;
  border-width: 1px;
  border-top-color: rgb(244, 244, 255);
  border-left-color: rgb(255, 255, 255);
  border-right-color: rgb(155, 155, 166);
  border-bottom-color: rgb(222, 222, 233);

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

td.sortablelisthilite {
  background: rgb(255, 255, 122);
  padding: 2px;
  border: solid;
  border-width: 1px;
  border-top-color: rgb(255, 255, 188);
  border-left-color: rgb(255, 255, 188);
  border-right-color: rgb(155, 155, 155);
  border-bottom-color: rgb(233, 233, 22);

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: 500;
  color: rgb(0, 0, 0);
}


input.sortablelistpage {
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: rgb(88,88,88);
  background: rgb(233,233,222);
  border: none;
  border-width: 0px;
  border-color: rgb(0,0,188);
  border-bottom: none;
  border-bottom-width: 0px;
  cursor: pointer;
}

input.sortablelistpagedown {
  padding:0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  color: rgb(88,88,88);
  background: rgb(244, 244 ,244);
  border: solid;
  border-width: 0px;
  border-color: rgb(55,55,55);
  border-bottom-width: 0px;
  border-bottom: none;
  cursor: pointer;
}



/*

a.masterlist {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: 500;
  color: rgb(0, 0, 128);
  text-decoration: none;
}

a.masterlist:hover {
  text-decoration: underline;
  color: rgb(255, 0, 0);
}

*/
