input {
  width: 100%;
  padding: 0 0 0 0;
}
select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}
table.tablesorter {
  font-family: arial;
  background-color: #EFEFEF;
  text-align: left;
  width: 570px;
}
table.tablesorter tr {
  cursor: pointer;
}
.tableTitle {
  font-size: 14px;
  padding-left: 5px;
  padding-bottom: 3px;
  font-weight: bold;
  clear: both;
}
.tableContainer {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 4px;
  margin-top: 10px;
  width: 575px;
}
.contentScrolling {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 5px;
  min-height: 350px;
  min-width: 500px;
}
#clientBottomBar {
  padding: 2px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  background-color: #DFDFDF;
  border: 1px solid #CCC;
  height: 29px;
}
#clientBottomBar a {
  font-size: 11px;
  color: #0F6CB6;
}
#clientBottomBar a:hover {
  font-size: 11px;
  color: #0F6CB6;
  text-decoration: none;
}
#clientBottomBar tr {
  background: none;
}
#clientBottomBar td {
  font-size: 11px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#clientCheckLinks {
  float: left;
  padding-top: 10px;
  padding-left: 15px;
}
#clientRange {
  float: left;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  margin-top: -1px;
  -moz-user-select: none;
  padding-left: 100px;
}
#clientResults {
  padding-top: 10px;
  text-align: center;
  width: 75px;
  color: #000;
}
#clientRange > * {
  float: left;
}
#prev_client_btn.disabled,
#next_client_btn.disabled {
  cursor: default;
  opacity: 0.35;
}
#poolBottomBar {
  padding: 5px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  background-color: #DFDFDF;
  border: 1px solid #CCC;
  text-align: center;
}
#prevResults,
#nextResults {
  color: #000000;
  cursor: pointer;
}
#prevResults[onclick=undefined],
#nextResults[onclick=undefined] {
  color: #AAAAAA;
  cursor: default;
}
.diaImg {
  float: left;
  margin-top: -2px;
  padding-right: 7px;
  margin-left: -5px;
  cursor: pointer;
}
.clientImg {
  height: 14px;
  width: 14px;
}
.privImg {
  cursor: pointer;
}
.THead {
  background-image: url(../images/comments_top_345.png);
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
.permTable {
  width: 183px;
  margin-left: 7px;
  padding-top: 3px;
}
.permTbody select {
  width: 160px;
}
.pboxTop {
  background-image: url(../images/comments_top_195.png);
  background-repeat: no-repeat;
  width: 195px;
  height: 27px;
}
.pboxMid {
  background-image: url(../images/comments_middle-195.png);
  background-repeat: repeat;
  width: 195px;
  height: 410px;
}
.pboxBot {
  margin-top: 0px;
  background-image: url(../images/comments_bottom-195.png);
  background-repeat: no-repeat;
  width: 195px;
  height: 10px;
}
.BoxTopTitle {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  float: left;
  padding-top: 8px;
  margin-left: 8px;
}
#add_user_btn {
  float: right;
  padding-right: 10px;
  padding-top: 5px;
  cursor: pointer;
}
#save_user_btn {
  float: right;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#edit_user_btn {
  cursor: pointer;
  float: right;
}
#del_user_btn {
  cursor: pointer;
  float: right;
}
.tdUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.tdPriv {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.tdImg {
  width: 14px;
}
#approveWeek {
  width: 250px;
  padding-left: 2px;
  margin-left: 110px;
  border: 1px solid transparent;
}
#approveYear {
  width: 65px;
  padding-left: 2px;
  margin-left: 10px;
  border: 1px solid transparent;
}
#expandBtn {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 0 5px 5px 0;
  top: 146px;
  color: #3F3F3F;
  cursor: pointer;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  right: -15px;
  padding: 15px 1px;
  position: absolute;
  border-left: 0px;
}
#mcTbl thead .summaryRow td {
  font-size: 10px;
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.moreBar {
  background-color: #4B88BF;
  color: #fff;
  border: 1px solid #CCC;
  border-width: 1px 1px 0 1px;
  padding: 2px;
  width: 25px;
  overflow: hidden;
  height: 0px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;
  display: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(boxsizing.htc);
}
.moreBar select {
  border: 1px solid #999999;
  color: #666666;
  font-size: 10px;
  padding: 2px;
  width: 200px;
}
.moreBar > * {
  display: none;
}
#process_payment_btn,
#update_renewal_btn {
  float: right;
  margin-right: 16px;
  cursor: pointer;
  display: none;
  margin-top: -2px;
  color: #003333;
  border-color: #458B00;
  background: linear-gradient(to bottom, #95A185 0%, #B7FFBF 50%, #95A185 100%);
}
#process_payment_btn > div,
#update_renewal_btn > div {
  border-color: #458B00;
}
#process_payment_btn > div div,
#update_renewal_btn > div div {
  float: left;
  padding: 0 4px;
}
#process_payment_btn > div img,
#update_renewal_btn > div img {
  width: 17px;
  float: left;
}
.bottom_bar_btn {
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #DDDDDD));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FBFBFB 0%, #DDDDDD 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FBFBFB 0%, #DDDDDD 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB, endColorstr=#DDDDDD, GradientType=0);;
  border: 1px solid #B0B0B0;
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: #656565;
  padding: 2px;
}
.bottom_bar_btn > div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(boxsizing.htc);
  border: 1px solid #B0B0B0;
  padding: 3px 6px 0;
  height: 26px;
}
.bulkPaymentMessage .bulkPaymentClientID {
  width: 80px;
  float: left;
}
.bulkPaymentMessage .bulkPaymentPaymentID {
  width: 200px;
  float: left;
}
.bulkPaymentMessage .bulkPaymentAmount {
  width: 80px;
  float: left;
  text-align: right;
}
.bulkPaymentMessage .bulkPaymentStatus {
  width: 200px;
  float: left;
  text-align: right;
}
.checkboxTD input {
  width: 13px;
  height: 13px;
}
#titleIcons {
  margin-top: -20px;
  position: relative;
  width: 600px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(boxsizing.htc);
}
#titleIcons img {
  float: right;
  cursor: pointer;
}
#approveModifiedLeadsBtn {
  height: 20px;
  float: right;
  margin-top: -2px;
  cursor: pointer;
}
.tabToolBoxContainer .selectedBox {
  margin-left: 11px;
}
#updateRenewalBar .spinContainer {
  float: right;
}
#paymentSearch[tab="byPayments"] .searchRow[data-type="byProducts"] {
  display: none;
}
#paymentSearch[tab="byProducts"] .searchRow[data-type="byPayments"] {
  display: none;
}
#allLeads[tab="byPayments"] div[data-type="byProducts"] {
  display: none!important;
}
#allLeads[tab="byProducts"] div[data-type="byPayments"] {
  display: none!important;
}
#allLeads[expanded="false"] .expand_col {
  display: none;
}
#allLeads[expanded="true"] {
  width: 887px;
}
#allLeads[expanded="true"] #payTbl {
  width: 874px;
}
