/* Pager styles */


/* Index */
.notes_banner {
  background-color: #ddd;
  border: 1px solid gray;
  padding: .2em;
  font-size: 11px;
  margin: 8px 0px;
}
.notes_banner ul {
  margin-top: 4px;
  margin-bottom: 5px;
}
.notes_banner .title {
  font-weight: bold;
  font-size: 13px;
}

.box_container {
  background-color: #D5DFF3;
  border: 1px solid #3366CC;
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  margin: 8px 0px;
  font-size: 13px;
}
.box_container_title {
  font-weight: bold;
  font-size: 17px;
}
.box_container_title.recipients {
  float: left;
}
.box_container_title_normal {
  font-weight: normal;
  font-size: 12px;
}
.box_container_subtitle {
  font: bold 15px sans-serif;
}
.box_container_divider {
  border-bottom: 2px solid #3366CC;
  margin-top: 10px;
  clear: both;
}
.message_area {
  float: left;
}
.characters_used {
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 11px;
}
.characters_used table {
  margin-bottom: 5px;
}
.characters_used .submit {
  background-color: #4793D9;
  font-weight: bold;
  font-family: tahoma;
  font-variant: small-caps;
  font-size: 14px;
}
.scrollable_recipients_area {
  height: 300px;
  width: 759px;
  overflow: auto;
  border: 1px solid #666;
  background-color: #ddd;
  clear: both;
}
.scrollable_recipients_area a {
  color: #111;
}
.group_box {
  width: 737px;
  margin-right: 5px;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.group_title {
  text-align: center;
  color: #3366CC;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 15px;
}
.group_box .user_name {
  /*white-space: nowrap;*/
}
.group_table {
  width: 100%;
}
.group_table .column {
  width: 33%;
  vertical-align: top;
}
.group_table .column table td {
  vertical-align: top;
}
.delivery_methods_header {
  text-align: center;
  color: #3366cc;
  font-weight: bold;
}

.select_buttons {
  text-align: center;
  float: right;
  margin: 5px 0px 5px 20px;
}
.select_buttons input {
  font-family: tahoma;
  font-size: 10px;
  background-color: #90B6E6;
}

.group_select_buttons {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.group_select_buttons input {
  font-family: tahoma;
  font-size: 11px;
}

.info {
  color: gray;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}
