@charset "UTF-8";
html {
  overflow-y: scroll;
}
.clickable {
  cursor: pointer;
}
.ui-widget {
  font-size: 1em;
}
.button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 14.4px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #C5DBEC;
  background-color: #DFEFFC;
  padding: 10px;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  color: #2E6E9E;
  font-weight: bold;
  background: url("/img/bluebutton.png") repeat-x scroll 50% 50% #DFEFFC;
  display: block;
  margin: 5px;
  white-space: nowrap;
}
.button:hover,
.button.down {
  background: #D0E5F5;
}
.button.wide {
  display: block;
}
body {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 14.4px;
}
#container {
  width: 960px;
  margin: 30px auto;
}
#narrow_container {
  padding-top: 100px;
  width: 320px;
  margin: 0 auto;
}
#menu,
#navigation {
  clear: both;
  overflow: hidden;
}
#menu span,
#navigation span {
  padding: 13px 1px;
  display: inline-block;
}
#menu span a,
#navigation span a {
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #C5DBEC;
  background-color: #DFEFFC;
  padding: 10px;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  color: #2E6E9E;
  font-weight: bold;
  background: url("/img/bluebutton.png") repeat-x scroll 50% 50% #DFEFFC;
}
#menu span a:hover,
#menu span a.down,
#navigation span a:hover,
#navigation span a.down {
  background: #D0E5F5;
}
#menu {
  margin: 20px 10px;
}
#menu span {
  float: right;
  padding-right: 0px;
  padding-left: 10px;
}
#navigation {
  background: url("/img/bluewave.png") repeat-x scroll 50% 50% #67A3CF;
  border: 1px solid #C5DBEC;
  color: #2E6E9E;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #A6C9E2;
  padding: 5px;
}
#content {
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #A6C9E2;
  padding: 5px;
}
.primary_container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #A6C9E2;
}
.primary_container + .primary_container,
h2 + .primary_container,
.primary_container + h2 {
  margin-top: 5px;
}
.primary_container *:visible + * {
  margin-top: 5px;
}
h2 {
  background: url("/img/bluewave.png") repeat-x scroll 50% 50% #67A3CF;
  border: 1px solid #C5DBEC;
  color: #2E6E9E;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #A6C9E2;
  padding: 5px;
  margin: 0;
  clear: both;
}
h2.button {
  clear: none;
}
h3 {
  font-size: 1em;
  margin: 0 0 0 0px;
}
form#login {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #A6C9E2;
  margin: 5px 0;
  overflow: hidden;
}
form input.submit {
  margin: 5px;
  float: right;
}
.text,
.password,
.textarea,
.select {
  margin: 5px;
  padding: 5px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #A6C9E2;
  background-color: #fff;
}
.text:focus,
.password:focus,
.textarea:focus,
.select:focus {
  background-color: #f7f7f7;
}
.weak.button {
  padding: 5px 10px;
}
.halfwidth {
  width: 50%;
  float: left;
  margin: 5px 0;
}
.halfwidth > * > p {
  padding: 20px 20px 0;
  margin: 10px 0 0;
  clear: both;
  color: #008000;
}
.halfwidth_container {
  padding: 10px;
}
.fieldregion {
  padding: 10px;
}
.fieldset {
  clear: both;
}
.fieldset label {
  height: 20px;
  width: 130px;
  display: block;
  float: left;
  padding: 10px 20px;
}
.fieldset label.wide {
  width: 100%;
  float: none;
}
.fieldset .textarea,
.fieldset .text,
.fieldset .password {
  width: 260px;
}
.fieldset .textarea.wide,
.fieldset .text.wide,
.fieldset .password.wide {
  width: 100%;
}
.fieldset .textarea.tall,
.fieldset .text.tall,
.fieldset .password.tall {
  height: 600px;
}
.fieldset .textarea.readonly,
.fieldset .text.readonly,
.fieldset .password.readonly {
  float: left;
}
.fieldset .richtextarea {
  width: 600px;
}
.fieldset .richtexteditor_container {
  clear: both;
  margin-bottom: 10px;
}
.fieldset .text.readonly {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fieldset .text.readonly.datasource {
  background-image: url('/img/icons/application_view_list.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
.fieldset .textarea {
  height: 60px;
  resize: vertical;
}
.fieldset .textarea.readonly {
  height: auto;
  font-size: 0.7em;
  word-wrap: break-word;
}
.fieldset .variantMap {
  width: 725px;
}
.fieldset .select {
  width: 270px;
}
.fieldset .radio,
.fieldset .checkbox {
  vertical-align: middle;
  margin: 0px 10px;
}
.fieldset .radio.boolean,
.fieldset .checkbox.boolean {
  margin: 11px;
}
.fieldset .vertial-align {
  vertical-align: middle;
  padding: 10px 10px;
}
.fieldset .sbHolder {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 14.4px;
  margin: 5px 0 5px 5px;
  width: 260px;
  border-width: 1px;
}
.fieldset .sbOptions {
  width: 260px;
  color: black;
}
.fieldset .sbOptions a:link,
.fieldset .sbOptions a:visited {
  color: black;
}
.fieldset .sbSelector {
  color: black;
  width: 230px;
}
.halfwidth_fieldset {
  width: 100%;
}
.halfwidth_fieldset .fieldset {
  width: 50%;
  float: left;
  clear: none;
}
.table.variant th,
.table.variant td {
  width: 5%;
  text-align: center;
}
.table.variant .variant_element_cell {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.table.member_status td {
  text-align: center;
}
.datepicker.text {
  background-image: url('/img/icons/calendar.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
.variantMap,
.variant_element_cell {
  font-family: "Courier New", Courier, monospace;
}
.table {
  width: 100%;
  font-size: 0.9em;
}
.table tr {
  height: 25px;
}
.table tr.hr {
  height: 10px;
}
.table tr th {
  background: url("/img/bluebutton.png") repeat-x scroll 50% 50% #DFEFFC;
  border: 1px solid #C5DBEC;
  color: #2E6E9E;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 5px;
}
.table tr th a {
  text-decoration: none;
  color: #2E6E9E;
}
.table tr th.action {
  width: 16px;
}
.table tr.even {
  background: #eee;
}
.table td,
.table th {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.table td + td,
.table th + th {
  border-left: 0;
}
.warning {
  color: #ff3f3f;
}
.slide_container {
  position: relative;
  height: auto;
  display: block;
}
.slide_container:hover .slide_menu {
  display: block;
}
.slide_container .slide_menu {
  position: absolute;
  display: none;
  float: left;
  right: 16px;
  top: auto;
  bottom: auto;
  z-index: 10;
  white-space: nowrap;
  background: white;
  height: auto;
  padding: 2px 2px 2px;
  border: 1px solid #ddd;
  border-right: 0;
  padding: 10px;
}
.slide_container .slide_menu > a {
  text-decoration: none;
}
.float_left_fix {
  float: left;
}
.float_right_fix {
  float: right;
}
.pagination {
  background: url("/img/bluewave.png") repeat-x scroll 50% 50% #67A3CF;
  border: 1px solid #C5DBEC;
  color: #2E6E9E;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  clear: both;
  font-size: 0.8em;
}
.pagination ul {
  text-align: center;
  padding: 0px;
}
.pagination ul li {
  display: inline;
  padding: 0px;
}
.pagination ul li.disabled span {
  color: #aaa;
}
.pagination ul li.active span {
  color: red;
}
.pagination ul li a,
.pagination ul li span {
  color: #2E6E9E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid black;
  padding: 5px 10px;
  text-decoration: none;
  background: #DFEFFC;
}
.pagination ul li a:hover {
  background: #D0E5F5;
}
table + .pagination {
  border-radius: 0 0 5px 5px;
}
.reload_on_select_container .select,
.reload_on_select_container .sbHolder {
  margin-top: 10px;
  margin-bottom: 10px;
}
.reload_on_select_container .sbSelector,
.reload_on_select_container .sbHolder,
.reload_on_select_container .sbOptions {
  width: 300px;
}
.reload_on_select_container > * {
  float: left;
}
.export_bar {
  background: url("/img/bluebutton.png") repeat-x scroll 50% 50% #DFEFFC;
  border: 1px solid #C5DBEC;
  color: #2E6E9E;
  font-weight: bold;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.export_bar img {
  vertical-align: middle;
}
.export_bar a {
  text-decoration: none;
}
.hidden_dialog_text,
.hidden_dialog_text_small {
  display: none;
}
.search_fieldset {
  font-size: 0.9em;
}
.search_fieldset .text {
  height: auto !important;
}
.search_fieldset .text,
.search_fieldset .select {
  width: 150px;
}
.search_fieldset .sbSelector,
.search_fieldset .sbHolder,
.search_fieldset .sbOptions {
  font-size: inherit;
  width: 150px;
}
.searching_container {
  height: 400px;
  overflow-y: scroll;
}
.textarea.comments {
  height: 104px;
}
.termsAndCondition_scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
}
.variant_map_key {
  text-align: center;
}
.variant_map_key code {
  font-weight: bold;
}
.sub_heading {
  font-size: 0.8em;
}
