/*
#sortableList a.sortableList {
   font-family: verdana, "Times New Roman", Times, serif;
   color: #2C5569;
   text-decoration: none;
}

#sortableList a.sortableList:visited {
   color: #2C5569;
   text-decoration: none;
}

#sortableList a.sortableList:hover   {
   color: #2C5569;
   text-decoration: underline;
}

#sortableList span.sortableList {
   font-family: verdana, "Times New Roman", Times, serif;
   color: #2C5569;
}

#sortableList{
   border-bottom: white solid 0px;
   border-left: white solid 0px;
   border-right: white solid 0px;
   border-top: white solid 0px;
   background-color: #2C5569;
}

#sortableList td{
   border-bottom: black solid 0px;
   border-left: black solid 0px;
   border-right: black solid 0px;
   border-top: black solid 0px;
   padding: 3px 6px 3px 6px;
}

#sortableList .sortableListClassCell{
   border-bottom: black solid 0px;
   border-left: black solid 0px;
   border-right: black solid 0px;
   border-top: black solid 0px;
   padding: 3px 6px 3px 6px;
   background-color: #FFFFFF;
}

#sortableList .sortableListClassFirstRow{
}
#sortableList .sortableListClassFirstRow td{
   border: 0px solid #333333;
   background-color: #C5CBCF;
}

#sortableList .sortableListClassFirstRow .sortableList{
   font-weight: bold;
   color: #2C5569;
}
#sortableList .sortableListClassFirstRow .sortableList:visited{
   font-weight: bold;
   color: #2C5569;
}
#sortableList .sortableListClassFirstRow .sortableList:hover{
   font-weight: bold;
   text-decoration: none;
   color: #2C5569;
}

#sortableListNavigBar .sortableList{
   font-size: 11px;
   font-weight: bold;
   color: #2C5569;
}
#sortableListNavigBar .sortableListInactive{
   font-size: 11px;
   font-weight: bold;
}
#sortableListNavigBar td.sortableListBack{
   border: #2C5569 solid 1px;
   background-color: #D8D8D8;
}
#sortableListNavigBar td.sortableListCounter{
   padding: 2px 20px 2px 20px;
}
#sortableListNavigBar td.sortableListForward{
   border: #2C5569 solid 1px;
   background-color: #D8D8D8;
}
#sortableListNavigBar{
   margin: 10px 0px 10px 0px;
   border: buttonShadow solid 0px;
}
#sortableListNavigBar td{
   padding: 2px;
   border: buttonShadow solid 0px;
}

*/

