The following CSS style classes for the Add Remove List component are defined in the defaulttheme.jar file:
css_master.css
.AddRmvLbl {color:#333}
.AddRmvLbl2 {color:#000}
.AddRmvLbl {font-weight:bold}
table.AddRmvBtnTbl .Btn1,
table.AddRmvBtnTbl .Btn1Hov,
table.AddRmvBtnTbl .Btn1Dis,
table.AddRmvBtnTbl .Btn2,
table.AddRmvBtnTbl .Btn2Hov,
table.AddRmvBtnTbl .Btn2Dis {width:100%;margin:0px}
.AddRmvVrtFst {margin:5px 0px 10px 0px;min-width:90px}
.AddRmvVrtWin {margin:5px 0px 10px 5px;min-width:90px}
.AddRmvVrtBwn {margin:5px 0px 10px 10px;min-width:90px}
.AddRmvHrzWin {margin-top:3px;min-width:100px}
.AddRmvHrzBwn {margin-top:8px;min-width:100px}
.AddRmvHrzDiv
{margin:5px 7px 10px 0px; float:left;
display:inline-table}
.AddRmvHrzLst {clear:both}
.AddRmvVrtBtn {width:120px}
/* Regular List */
.Lst {border-bottom-color:#666;border-right-color:#666}
.Lst, .LstOpt, .LstOptSel, .LstOptGrp {color:#000}
.LstOptSep, .LstOptDis {color:#848687}
.LstOptGrp {font-weight:normal;font-style:normal}
/* Contextual Selector for Disabled Appearance */
.LstDis {border-bottom-color:#666;border-right-color:#666}
.LstDis, .LstDis option, .LstDis .LstOptGrp
{background-color:#E1E4E5;color:#848687}
.LstDis .LstOptGrp {font-weight:normal;font-style:normal}
/* Monospace Version */
.LstMno {border-bottom-color:#666;border-right-color:#666}
.LstMno, .LstMno .LstOptGrp {color:#000}
.LstMno, .LstMno option, .LstMno .LstOptGrp {font-family:monospace}
.LstMno .LstOptGrp {font-weight:normal;font-style:normal}
/* Contextual Selector for Disabled Monospace Version */
.LstMnoDis, .LstMnoDis option, .LstMnoDis .LstOptGrp
{background-color:#E1E4E5;color:#848687;
font-family:monospace}
.LstMnoDis .LstOptGrp {font-weight:normal;font-style:normal}
.LstAln {vertical-align:top;padding-right:5px}
css_ie55up.css
/* ADDITIONAL CSS FOR IE 5.5+ SUPPORT */
.AlrtErrTxt img,
.AlrtWrnTxt img,
.AlrtInfTxt img {margin-right:5px}
.AlrtInfTxt img {vertical-align:text-bottom}