.caseTypes          { width: 400px;
                      padding-bottom: 60px; }
.caseTypes table    { width: 100%; }
.caseTypes .caseTypesList { height: 250px; 
                            overflow-y: auto;
                            overflow-x: hidden;
                            width: 350px; }
.caseTypes .caseTypesList td.caseTypeActive { text-align: center; }

.orderEntryQuestions        { width: 700px;
                              padding-bottom: 60px; }
.orderEntryQuestions table  { width: 100%; }
.orderEntryQuestions .saveSortList { margin-left: 10px; float: left; }

.newOrderEntry          { width: 500px;
                          padding-bottom: 20px; }
.newOrderEntry ul li    { float: none; }
.newOrderEntry textarea { width: 98%;
                          height: 130px; }
.newOrderEntry .clientAccountLink { margin-left: 10px; }

.selectClientAccounts { width: 855px;
                        height: 450px; }
.selectClientAccounts .searchContainer { margin: 10px; }
.selectClientAccounts .searchContainer input { width: 785px; }
.selectClientAccounts fieldset { width: 420px;
                                 float: left }
.selectClientAccounts .leftCol { width: 420px;
                                 float: left;
                                 height: 290px;
                                 overflow-y: auto; }
.selectClientAccounts .leftCol table { width: 400px; }
.selectClientAccounts .leftCol table tr { height: 18px; }
.selectClientAccounts .leftCol table tr { height: 18px; }
#numberHeader-selectClientAccount { width: 29%; }
#nameHeader-selectClientAccount { width: 70%; }
.selectClientAccounts .addRemoveButtons { float: left;
                                          width: 120px;
                                          height: 290px;
                                          margin-top: 125px; }
.selectClientAccounts fieldset.right { width: 230px;
                                       float: left; }
.selectClientAccounts .rightCol { width: 230px;
                                  height: 290px;
                                  overflow-y: auto;
                                  overflow-x: hidden; }
.selectClientAccounts .rightCol table td.number,
#numberHeader-clientAccountsSelected { width: 0px; display: none; }
.selectClientAccounts .rightCol table td.name,
#nameHeader-clientAccountsSelected { width: 230px; overflow-x: hidden; }


.selectClientAccounts span.btn { width: 60px;
                                 border: 1px solid #898989;
                                 padding: 4px 2px;
                                 display: block;
                                 text-align: center; }
.selectClientAccounts a { color: #000; text-decoration: none; }
.selectClientAccounts a:visited { font-color: #000; text-decoration: none; }

