body {
  background-color: #f0f4f8;
  color: #33383d;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
h1 {
  color: #10a010;
  margin: 10px 0 3px 0;
  font-size: x-large;
}
h1 .speakers {
  color: #33383d;
  font-size: medium;
}
h2 {
  color: #10a010;
  margin: 10px 0 3px 0;
  color: #11ae11;
  color: rgba(16, 160, 16, 0.85);
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: large;
}
h3 {
  color: #10a010;
  margin: 10px 0 3px 0;
  color: #13bc13;
  color: rgba(16, 160, 16, 0.85);
  font-size: medium;
}
input[type=text],
input[type=password] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
}
input[type=text]:focus,
input[type=password]:focus {
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  background-color: #fbfbfb;
  color: #000000;
  outline: none;
}
input[type=text]:disabled,
input[type=password]:disabled {
  background-color: #e6e6e6;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: text-top;
  position: relative;
  bottom: 2px;
  margin: 3px 0px;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
}
textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
  min-height: 200px;
  min-width: 500px;
  resize: none;
  font-family: "Courier New", Courier, monospace;
}
textarea:focus {
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  background-color: #fbfbfb;
  color: #000000;
  outline: none;
}
textarea:disabled {
  background-color: #e6e6e6;
}
textarea.big {
  width: 700px;
  height: 400px;
}
.formSeparator {
  background-color: #eee;
}
select {
  color: #383d43;
  margin: 0px 3px;
  padding: 3px 5px;
}
select:focus {
  color: #000000;
  outline: none;
}
select:focus {
  outline: auto;
  color: #383d43;
}
input[type=submit],
input[type=button],
input[type=reset] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background-color: #666666;
  border-style: none;
  color: #ffffff;
  font-weight: bold;
  min-width: 100px;
  padding: 7px;
  cursor: default;
  white-space: nowrap;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #737373;
  text-decoration: none;
}
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  border: 0;
}
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  -moz-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  background-color: #808080;
  text-decoration: none;
}
input[type=submit].destroy,
input[type=button].destroy,
input[type=reset].destroy {
  background-color: #D63333;
  color: #ffffff;
  padding: 7px 12px;
}
input[type=submit].destroy:hover,
input[type=button].destroy:hover,
input[type=reset].destroy:hover,
input[type=submit].destroy:focus,
input[type=button].destroy:focus,
input[type=reset].destroy:focus {
  background-color: #da4848;
}
input[type=submit].destroy:active,
input[type=button].destroy:active,
input[type=reset].destroy:active {
  background-color: #df5d5d;
}
input[type=submit].create,
input[type=button].create,
input[type=reset].create {
  background-color: #007A00;
  color: #ffffff;
  padding: 7px 12px;
}
input[type=submit].create:hover,
input[type=button].create:hover,
input[type=reset].create:hover,
input[type=submit].create:focus,
input[type=button].create:focus,
input[type=reset].create:focus {
  background-color: #009400;
}
input[type=submit].create:active,
input[type=button].create:active,
input[type=reset].create:active {
  background-color: #00ad00;
}
label {
  color: #33383d;
}
td.formSeperator {
  background-color: #3271c7;
  margin-top: 10px;
  margin-bottom: 10px;
}
table {
  margin: 20px 0px;
  border-collapse: collapse;
}
table.placement {
  margin: 0px;
}
table.placement td {
  padding: 2px 0px;
}
table tr.odd {
  background-color: #ffffff;
  border: 1px solid #c6deff;
  border: 1px solid rgba(0, 73, 172, 0.09999999999999998);
}
table tr.odd td {
  border-left: 1px solid #c6deff;
  border-left: 1px solid rgba(0, 73, 172, 0.09999999999999998);
  border-right: 1px solid #c6deff;
  border-right: 1px solid rgba(0, 73, 172, 0.09999999999999998);
}
table tr.even {
  background-color: #c6deff;
  background-color: rgba(0, 73, 172, 0.09999999999999998);
  border: 1px solid #c6deff;
  border: 1px solid rgba(0, 73, 172, 0.09999999999999998);
}
table tr.even td {
  border: 1px solid #ffffff;
}
table td {
  vertical-align: top;
  padding: 5px 10px;
}
table td.label {
  padding: 15px 10px 0px 10px;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
}
table td.field {
  border: 1px solid #e6e6e6;
  padding: 10px;
  vertical-align: text-top;
  background-color: #f5f5f5;
  font-size: small;
}
table td.fieldError {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  padding: 10px;
  vertical-align: text-top;
  background-color: #ffd4d4;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: small;
  margin-top: 1px;
  margin-bottom: 1px;
}
table td.shadowOn {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}
table th {
  background-color: #0054c6;
  color: #ffffff;
  font-size: small;
  padding: 8px 20px;
  border: 1px solid #ffffff;
}
table th.sortable:hover {
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
}
table th.sortable a {
  color: #ffffff;
}
table.yui-calendar th {
  color: #0049ac;
  background-color: #ffffff;
}
img.framed {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
  border: 1px solid #0049ac;
}
img.tiny {
  margin: 5px 2px;
  width: 20px;
  height: 20px;
}
img.tiny:hover {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
img.tiny-text {
  vertical-align: top;
  margin: -2px 2px;
  width: 20px;
  height: 20px;
}
img.tiny-text:hover {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
img.icon {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 3px;
  margin: 0px 4px 4px 0px;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
}
img.icon:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0px 1px 1px 0px;
  width: 33px;
  height: 33px;
}
img.photo {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 3px;
  margin: 0px 4px 4px 0px;
  border: 1px solid #666666;
  width: 30px;
  height: 30px;
  width: 125px;
  height: 125px;
  margin: 0px 10px 10px 0px;
  padding: 10px;
}
img.photo:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0px 1px 1px 0px;
  width: 33px;
  height: 33px;
}
img.photo:hover {
  margin: 0px 5px 5px 0px;
  width: 130px;
  height: 130px;
}
a {
  color: #0049ac;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a.toggler {
  color: #666666;
  background-color: transparent;
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  font-size: small;
  text-decoration: none;
  text-align: center;
}
a.toggler:hover,
a.toggler:active {
  text-decoration: none;
}
a.toggler img {
  height: 14px;
  width: 14px;
}
ul.choices {
  padding: 0px 5px;
  list-style: none;
}
ul.choices li a {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  padding: 5px 20px;
  background-color: #eeeeee;
  color: #33383d;
  display: block;
  text-decoration: none;
  width: 500px;
}
ul.choices li a:hover {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background-color: #f1f1f1;
}
ul.choices li .hint {
  font-size: smaller;
}
ul.choices-wider {
  padding: 0px 5px;
  list-style: none;
}
ul.choices-wider li a {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  padding: 5px 20px;
  background-color: #eeeeee;
  color: #33383d;
  display: block;
  text-decoration: none;
  width: 500px;
}
ul.choices-wider li a:hover {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background-color: #f1f1f1;
}
ul.choices-wider li .hint {
  font-size: smaller;
}
ul.choices-wider a {
  min-width: 500px;
}
ul.horizontal-menu {
  float: left;
  display: inline-block;
  list-style: none;
  margin: 30px auto;
  margin-right: 0px;
  padding: 0px;
  font-size: small;
  width: 160px;
  text-align: center;
  z-index: 11;
}
ul.horizontal-menu li {
  height: 35px;
  display: block;
}
ul.horizontal-menu li a {
  border: 1px solid #ccc;
  border-right-style: none;
  font-size: small;
  padding: 10px 10px;
  background-color: #f1f1f1;
  color: #666666;
  text-decoration: none;
  display: block;
}
ul.horizontal-menu li a:hover {
  background-color: #e8e8e8;
  color: #000000;
}
ul.horizontal-menu li a:active,
ul.horizontal-menu li a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}
ul.horizontal-menu li.active a {
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  color: #10a010;
  font-weight: bold;
}
ul.horizontal-menu li.active a:hover,
ul.horizontal-menu li.active a:active,
ul.horizontal-menu li.active a:focus {
  background-color: #f9f9f9;
  cursor: default;
}
ul.horizontal-menu li.first a {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
ul.horizontal-menu li.last a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.faq-section {
  padding-left: 10px;
  list-style: none;
  font-weight: bold;
  color: #12b712;
}
ul.faq-section li {
  margin: 15px 0px;
}
ul.faq-question {
  font-weight: normal;
  color: #33383d;
}
ul.faq-question li {
  margin: 10px 0px;
}
ol.choices {
  padding-left: 25px;
  margin-bottom: 0;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
ol.choices li {
  margin: 10px 0;
  font-weight: bold;
}
ol.choices li .normalFont {
  font-weight: normal;
}
ol.choices ul.event_types {
  list-style: none;
  padding: 0;
}
ol.choices ul.event_types li {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  *display: inline;
  text-align: center;
  margin-bottom: 0;
}
ol.choices ul.event_types li a {
  font-weight: bold;
  font-size: 0.8em;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  min-width: 160px;
  padding: 4px 10px;
  text-decoration: none;
  color: #666;
  background-color: #f1f1f1;
  border-top: 2px solid #bbb;
}
ol.choices ul.event_types li a:hover,
ol.choices ul.event_types li a:active {
  border-top: 2px solid #10a010;
  border-top: 2px solid #88c188;
}
ol.choices ul.event_types li.active a {
  color: #10a010;
  border-top: 2px solid #10a010;
  background-color: white;
}
#container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border: 1px solid #bbb;
  background-color: #ffffff;
  margin: 0px auto;
  min-height: 600px;
  padding: 0;
  position: relative;
  width: 1000px;
}
#header {
  clear: both;
  text-align: left;
  min-width: 1000px;
}
#dashboard {
  float: right;
  margin-left: 10px;
  font-size: small;
  text-align: right;
  line-height: 150%;
}
#dashboard input[type=text] {
  font-size: 12px;
  padding: 3px 5px;
  width: 120px;
  min-width: 120px;
}
#dashboard form {
  text-align: right;
  padding: 6px 2px;
}
#logo {
  margin-top: 10px;
  clear: both;
  position: relative;
}
#logo img {
  max-height: 100px;
  margin: 5px 5px 5px 0px;
  border-style: none;
  padding-left: 30px;
}
#logo a {
  text-decoration: none;
}
#logo a:hover,
#logo a:active {
  text-decoration: none;
}
#content {
  margin-top: 10px;
  clear: both;
  margin: 0px 30px 20px 30px;
  text-align: left;
  min-width: 840px;
  min-height: 500px;
  position: relative;
  /* overflow: auto; */
}
#submenu {
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
}
#jobSearchForm {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 240px;
  padding: 10px;
  padding-left: 15px;
  background-color: #f5f5f5;
  vertical-align: top;
  font-size: small;
}
#jobSearchForm .hintTop {
  border-top: 1px dotted #e1e1e1;
  margin-top: 4px;
  margin-left: -10px;
  font-weight: bold;
  padding-top: 6px;
}
#jobSearchForm .hintTop .label {
  display: inline-block;
  text-align: left;
}
#jobSearchForm .hintTop label {
  display: inline-block;
  text-align: left;
}
#jobSearchForm .hintTop select {
  max-width: 140px;
  margin-left: 10px;
}
#jobSearchForm .hintTop input[type=text] {
  max-width: 135px;
}
#jobSearchForm select {
  font-size: small;
}
#jobSearchForm input {
  margin: 2px 5px;
}
#jobSearchForm input[type=text] {
  padding: 3px 5px;
}
.statistics {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 240px;
  padding: 10px;
  padding-left: 15px;
  background-color: #f5f5f5;
  vertical-align: top;
  font-size: small;
}
.statistics .hintTop {
  border-top: 1px dotted #e1e1e1;
  margin-top: 4px;
  margin-left: -10px;
  font-weight: bold;
  padding-top: 6px;
}
.statistics .hintTop .label {
  display: inline-block;
  text-align: left;
}
.statistics .hintTop label {
  display: inline-block;
  text-align: left;
}
.statistics .hintTop select {
  max-width: 140px;
  margin-left: 10px;
}
.statistics .hintTop input[type=text] {
  max-width: 135px;
}
.statistics select {
  font-size: small;
}
.statistics input {
  margin: 2px 5px;
}
.statistics input[type=text] {
  padding: 3px 5px;
}
.jobCount {
  font-weight: bold;
  display: inline-block;
  min-width: 20px;
  text-align: right;
}
.alertBox {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.btn.btn-small {
  font-size: smaller !important;
}
#searchBox {
  float: right;
  display: inline;
  height: 25px;
  position: relative;
}
#searchBox form {
  height: 25px;
}
#searchBox input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
  display: inline-block;
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-style: none;
  margin: 1px 0 1px auto;
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 30px 3px 5px;
}
#searchBox input:focus {
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  background-color: #fbfbfb;
  color: #000000;
  outline: none;
}
#searchBox input:disabled {
  background-color: #e6e6e6;
}
#searchBox input:focus {
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#searchBox input[type=submit] {
  color: #00ffff;
  min-width: 0px;
  width: 20px;
  height: 16px;
  background-color: transparent;
  background-image: url("/images/tango/system-search.png");
  background-repeat: no-repeat;
  background-position: 95% 0;
  border-style: none;
  padding: 0 3px;
  margin: 3px 0;
  position: relative;
  top: 0;
  right: 0;
  left: -10px;
  cursor: pointer;
}
* html #searchBox input[type='text'] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
  border-style: none;
  margin: 1px 1px 1px auto;
  width: 200px;
  position: relative;
  top: 0px;
  right: -20px;
}
* html #searchBox input[type='text']:focus {
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  background-color: #fbfbfb;
  color: #000000;
  outline: none;
}
* html #searchBox input[type='text']:disabled {
  background-color: #e6e6e6;
}
* html #searchBox .searchSubmit {
  display: none;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  height: 0px;
  border-style: none;
}
#footer {
  margin-top: 10px;
  clear: both;
  font-size: small;
  border-top: 1px solid #eee;
  padding: 10px;
  text-align: center;
}
* html #notification {
  min-height: 30px;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #eee;
  color: #003379;
  font-size: large;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  vertical-align: middle;
  z-index: 100;
  display: none;
}
#notification {
  -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  min-height: 30px;
  padding: 20px;
  text-align: center;
  background-color: #eee;
  color: #003379;
  font-size: large;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  filter: alpha(opacity=85);
  opacity: 0.85;
  vertical-align: middle;
  z-index: 100;
  display: none;
}
#js-check {
  -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  min-height: 30px;
  padding: 20px;
  text-align: center;
  background-color: #eee;
  color: #003379;
  font-size: large;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  filter: alpha(opacity=85);
  opacity: 0.85;
  vertical-align: middle;
  z-index: 100;
  display: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  min-height: 20px;
  background-color: #666666;
  color: #ffffff;
  display: inline-block;
}
#map_canvas {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 200px;
  width: 300px;
  display: inline-block;
  margin: 0px 10px;
}
#linkBox {
  font-size: small;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #f6f6f6;
  position: absolute;
  right: 0px;
}
#linkBox:hover {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
#linkBox .settings-link {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#faq-content h3 {
  padding-left: 20px;
}
#faq-content h3 a {
  color: inherit;
}
#faq-content p {
  padding-left: 20px;
  margin: 0px;
}
.htmlText p {
  padding-left: 0px;
  margin: 0px;
}
.hint {
  font-size: smaller;
  color: #707070;
  margin: 1px 0px 8px 0px;
  padding: 0px 5px;
  white-space: normal;
}
.hintTop {
  font-size: smaller;
  color: #707070;
  margin: 8px 0px 8px 0px;
  padding: 0px 5px;
  white-space: normal;
}
.hintTop label {
  color: #707070;
}
.applied {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  background-color: green;
  color: white;
  padding: 2px 5px;
  margin-top: 3px;
  margin-right: 5px;
  display: inline-block;
}
.togglerInactive {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
}
.togglerInactive:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.togglerLoading {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
  background-color: #d9d9d9;
  color: #696969;
  font-style: italic;
}
.togglerLoading:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.togglerActive {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
  background-color: #458545;
  color: #ffffff;
}
.togglerActive:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.deleter {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 11px;
  background-color: #e6e6e6;
  color: #737373;
  margin: 5px 0px;
  margin-right: 10px;
  padding: 1px 2px;
  white-space: normal;
  text-decoration: none;
  min-width: 50px;
  text-align: center;
  background-color: #A31919;
  color: #ffffff;
}
.deleter:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.note {
  font-size: smaller;
  color: #707070;
  margin: 1px 0px 8px 0px;
  padding: 0px 5px;
  white-space: normal;
  max-width: 650px;
  background-color: #f8f8f8;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  overflow: auto;
}
.required {
  font-size: small;
}
.frame {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #808080;
  background-color: #ffffff;
  margin: 20px 0px;
  padding: 10px 20px;
}
.heading {
  color: #10a010;
  margin: 10px 0 3px 0;
}
.input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #383d43;
  padding: 6px 10px;
  margin: 0px 3px;
}
.input:focus {
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.6);
  background-color: #fbfbfb;
  color: #000000;
  outline: none;
}
.input:disabled {
  background-color: #e6e6e6;
}
.button {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background-color: #666666;
  border-style: none;
  color: #ffffff;
  font-weight: bold;
  min-width: 100px;
  padding: 7px;
  cursor: default;
  white-space: nowrap;
}
.button:hover,
.button:focus {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #737373;
  text-decoration: none;
}
.button::-moz-focus-inner {
  border: 0;
}
.button:active {
  -moz-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.4);
  background-color: #808080;
  text-decoration: none;
}
.button.destroy {
  background-color: #D63333;
  color: #ffffff;
  padding: 7px 12px;
}
.button.destroy:hover,
.button.destroy:focus {
  background-color: #da4848;
}
.button.destroy:active {
  background-color: #df5d5d;
}
.button.create {
  background-color: #007A00;
  color: #ffffff;
  padding: 7px 12px;
}
.button.create:hover,
.button.create:focus {
  background-color: #009400;
}
.button.create:active {
  background-color: #00ad00;
}
.error {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: small;
}
.error ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.success {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: small;
  color: green;
}
.success ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.errors {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: small;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px auto;
  padding: 3px 5px;
  border: 1px solid red;
  background-color: #FFEFEF;
}
.errors ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.errors ul {
  list-style: circle;
  list-style-position: inside;
  margin: 0px;
  padding: 10px;
}
.link {
  color: #0049ac;
  cursor: pointer;
  text-decoration: none;
}
.link:hover,
.link:active {
  text-decoration: underline;
}
.link:focus {
  outline: none;
}
.section {
  margin: 0 0px;
  padding: 1px 0 10px 0;
  overflow: auto;
  min-height: 500px;
  z-index: 10;
}
.section .menu-container {
  position: relative;
  background-color: white;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1px 20px;
}
.section .menu-container .menu-table {
  position: absolute;
  top: 2.125em;
  right: 2px;
  padding: 3px 5px;
  background-color: #eee;
  width: 340px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  font-size: small;
  z-index: 20;
}
.section .menu-container .menu-table .settings-link {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}
.section .menu-container .menu-table table.menu {
  width: 100%;
  margin: 0;
}
.section .menu-container .menu-table table.menu td {
  text-align: right;
  padding: 2px;
  vertical-align: top;
  padding: 3px 0px;
}
.section .menu-container .menu-table table.menu td.label {
  text-align: right;
}
.section .menu-container .menu-table table.menu select {
  font-size: x-small;
  padding: 2px 1px;
  margin: 0 0 0 10px;
  width: auto;
  vertical-align: text-bottom;
  position: relative;
}
.section .menu-container .menu-table table.menu img {
  height: 10px;
  margin: 2px 0px;
}
.section h1 {
  font-size: large;
  clear: both;
}
.section h2 {
  font-size: medium;
  margin-top: 10px;
}
.section .content {
  clear: both;
  padding: 5px 0;
}
.section .footer {
  font-size: small;
  text-align: center;
  clear: both;
  margin: 10px 0px;
}
.events {
  clear: both;
}
.event {
  padding: 5px 0;
  margin: 10px 0;
  white-space: pre-wrap;
  background-color: #ffffff;
  overflow: hidden;
}
.event:hover {
  padding: 4px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #f7f7f7;
}
.event .details {
  margin: 5px;
  float: left;
  width: 400px;
}
.event .details .title {
  padding-top: 0;
  font-weight: bold;
  color: #0049ac;
}
.event .details .host {
  font-size: small;
  color: #10a010;
  margin-bottom: 5px;
}
.event .details .host a {
  color: #10a010;
}
.event .details .publication {
  font-size: small;
  color: #10a010;
  margin-bottom: 5px;
}
.event .details .speakers {
  font-size: small;
  margin: 5px 0px;
  color: #33383d;
}
.event .details .speakers .speaker {
  color: #111;
}
.event .details .speakers .speaker a {
  color: #555;
}
.event .details .topics {
  font-size: small;
  margin: 5px 0px;
  color: #33383d;
}
.event .details .topics .topic {
  color: #111;
}
.event .details .topics a.topic {
  color: #555;
}
.timeInfo {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-top: 15px;
  padding: 15px;
  padding-left: 35px;
  border: 1px solid #b3b3b3;
  background-color: #f5f5f5;
  color: #000000;
  background-image: url("/images/tango/appointment-new.png");
  background-repeat: no-repeat;
  background-position: 10px 15px;
  font-size: small;
}
.timeInfo p {
  margin-top: 0;
  margin-bottom: 5px;
}
.locationInfo {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-top: 15px;
  padding: 5px;
  padding-left: 35px;
  border: 1px solid #b3b3b3;
  background-color: #f5f5f5;
  background-image: url("/images/tango/applications-internet.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  font-size: small;
}
.locationInfo p {
  margin-top: 5px;
}
.adminInfo {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border: 1px solid #a6a6a6;
  background-color: #f6f6f6;
  margin-top: 20px;
  padding: 1px 5px;
  text-align: left;
}
.series {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #808080;
  font-weight: bold;
  font-size: small;
  display: inline-block;
}
.series a {
  color: #808080;
}
.halfWide {
  display: inline-block;
  min-width: 440px;
  width: 45%;
  margin: 0;
}
.halfWide h2 {
  color: #666;
  font-weight: bold;
  font-size: medium;
  margin-top: 15px;
  margin-bottom: 5px;
}
.halfWide p {
  font-size: small;
}
.halfWide ul {
  margin: 0px;
  padding-left: 20px;
  font-size: small;
}
.calendar {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  float: left;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffffff;
  color: #666666;
  font-size: 12px;
  margin: 7px 5px 5px 0px;
  border: 1px solid #cccccc;
}
.calendar .today {
  display: block;
  padding: 4px 1px;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  background-color: green;
  border-bottom: 1px solid #cccccc;
}
.calendar .day {
  display: block;
  padding: 4px 1px;
  font-weight: normal;
  font-size: 10px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
}
.calendar .date {
  display: block;
  padding: 0px 2px;
  color: #666666;
  font-size: 24px;
}
.calendar .month {
  display: block;
  padding: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.calendar .year {
  display: block;
  padding: 2px 5px;
  font-weight: normal;
  font-size: small;
}
.buzzBox {
  width: 370px;
  font-size: small;
  overflow: auto;
}
.buzzBox a {
  font-size: small;
}
.pagination {
  margin-top: 10px;
  clear: both;
  text-align: center;
  padding: 5px;
  margin: 10px 0px;
}
.pagination .currentStep {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  background-color: #ebebeb;
  color: #666666;
  background-color: #666666;
  color: #ffffff;
  font-weight: bold;
}
.pagination .currentStep:hover,
.pagination .currentStep:active {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  color: #666666;
}
.pagination .currentStep:hover,
.pagination .currentStep:active {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #737373;
  color: #ffffff;
}
.pagination a.step {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  background-color: #ebebeb;
  color: #666666;
}
.pagination a.step:hover,
.pagination a.step:active {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  color: #666666;
}
.pagination a.prevLink {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  background-color: #ebebeb;
  color: #666666;
}
.pagination a.prevLink:hover,
.pagination a.prevLink:active {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  color: #666666;
}
.pagination a.nextLink {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  background-color: #ebebeb;
  color: #666666;
}
.pagination a.nextLink:hover,
.pagination a.nextLink:active {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  color: #666666;
}
.paginationLinks {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
  background-color: #ebebeb;
  color: #666666;
}
.paginationLinks:hover,
.paginationLinks:active {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  color: #666666;
}
.yui-ac {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  border-style: none;
  border-width: 0px;
}
.searchcontainer {
  position: relative;
  top: 0.1em;
}
.searchcontainer ul {
  margin: 0px;
  padding: 5px 0px;
  width: 300px;
}
.searchcontainer ul li {
  margin: 2px 2px 2px 5px;
  padding: 2px 5px;
  cursor: default;
  white-space: nowrap;
}
.searchcontainer ul li.yui-ac-highlight {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  margin: 3px 2px 3px 5px;
  background-color: #cbe1ff;
  overflow: hidden;
}
.searchcontainer ul li.yui-ac-prehighlight {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #c0dbff;
  overflow: hidden;
}
.searchcontainer .yui-ac-content {
  position: absolute;
  width: 300px;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  overflow: hidden;
  z-index: 9050;
}
.searchcontainer .yui-ac-shadow {
  position: absolute;
  margin: .3em;
  width: 300px;
  background-color: #a0a0a0;
  z-index: 9049;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 24;
}
* html .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 24;
}
.transparent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 100;
}
* html .dialogBox {
  width: 600px;
  height: 400px;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  border: 2px ridge;
  text-align: left;
  white-space: normal;
}
.dialogBox {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 600px;
  height: 400px;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  text-align: left;
  white-space: normal;
}
* html .bigDialogBox {
  width: 800px;
  height: 500px;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  border: 2px ridge;
  text-align: left;
  white-space: normal;
}
.bigDialogBox {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 600px;
  height: 400px;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
  clear: both;
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  z-index: 25;
  color: #33383d;
  font-size: small;
  font-weight: normal;
  text-align: left;
  white-space: normal;
  width: 800px;
  height: 500px;
  margin-top: -300px;
  margin-left: -400px;
}
* html .textEditor {
  border: 1px solid #666666;
}
a.closeDialog {
  color: red;
  font-size: large;
  font-weight: lighter;
}
a.closeDialog:hover {
  text-decoration: none;
  font-weight: bold;
}
.clear {
  margin-top: 10px;
  clear: both;
}
.leftFloat {
  float: left;
  margin-right: 10px;
  display: inline-block;
}
.rightFloat {
  float: right;
  margin-left: 10px;
}
.smallFont {
  font-size: small;
}
.autoWidth {
  width: auto;
  display: inline-block;
}
.ygtvcheck0 {
  background: url(/plugins/richui-0.8/images/tree/check/check0.gif ) 0 0 no-repeat;
  width: 16px;
}
.ygtvcheck1 {
  background: url(/plugins/richui-0.8/images/tree/check/check1.gif ) 0 0 no-repeat;
  width: 16px;
}
.ygtvcheck2 {
  background: url(/plugins/richui-0.8/images/tree/check/check2.gif ) 0 0 no-repeat;
  width: 16px;
}
.ygtvitem table {
  margin: 0px;
}
.ygtvitem table td {
  padding: 0px;
  vertical-align: middle;
}
.ygtvlabel {
  color: #33383d;
  font-size: small;
}
ul.navigation {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  list-style: none;
  margin: auto;
  padding: 1px 2px;
  font-size: small;
  height: 25px;
  background-color: #0049ac;
  background-image: linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -o-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -moz-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -webkit-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
  background-image: -ms-linear-gradient(bottom, #003883 30%, #0049ac 60%, #005ad5 100%);
}
ul.navigation li {
  float: left;
  display: inline;
}
ul.navigation li a {
  line-height: 21px;
  padding: 2px 10px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
ul.navigation li a:hover {
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  background-color: #2368c6;
  background-image: linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -o-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -moz-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -webkit-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -ms-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  border-style: none;
}
ul.navigation li a:active,
ul.navigation li a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  background-image: linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -o-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -moz-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -webkit-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
  background-image: -ms-linear-gradient(bottom, #005ad5 40%, #0049ac 60%, #003883 100%);
}
ul.navigation li.navigation_active a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  background-color: #3271c7;
  font-weight: bold;
  background-image: linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -o-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -moz-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -webkit-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
  background-image: -ms-linear-gradient(bottom, #0049ac 30%, #0054c6 60%, #005fdf 100%);
}
ul.navigation li.navigation_active a:hover,
ul.navigation li.navigation_active a:active,
ul.navigation li.navigation_active a:focus {
  background-color: #2368c6;
  border-style: none;
  cursor: default;
}
*html ul.navigation {
  font-size: x-small;
}
ul.sub_navigation {
  display: block;
  list-style: none;
  margin: auto;
  padding: 0px;
  font-size: small;
}
ul.sub_navigation li {
  height: 35px;
  display: inline;
}
ul.sub_navigation li a {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: #e1e1e1;
  background-color: #eeeeee;
  font-size: small;
  padding: 5px 10px;
  color: #666666;
  text-decoration: none;
  display: inline-block;
}
ul.sub_navigation li a:hover {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  color: #666666;
  background-color: #d5d5d5;
  background-color: #eeeeee;
  border-style: none;
}
ul.sub_navigation li a:active,
ul.sub_navigation li a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}
ul.sub_navigation li.sub_navigation_active a {
  background-color: #666666;
  color: #ffffff;
  font-weight: bold;
}
ul.sub_navigation li.sub_navigation_active a:hover,
ul.sub_navigation li.sub_navigation_active a:active,
ul.sub_navigation li.sub_navigation_active a:focus {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #737373;
  border-style: none;
  cursor: default;
}
ul.sub_navigation li.sub_navigation_first a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.sub_navigation li.sub_navigation_last a {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.code {
  white-space: pre-wrap;
  background-color: #f9f9f9;
  color: #333;
  padding: 10px 20px;
  font-family: Courier, Consolas, monospace;
  font-size: 13px;
  margin: 10px 0px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #C7CFD5;
  overflow: auto;
  min-width: 800px;
  min-height: 280px;
}
* html .code {
  width: 600px;
  height: 250px;
}
/* custom below */
#banner {
  font-size: smaller;
  font-weight: normal;
  background-color: white;
  padding: 0 30px 0 26px;
  line-height: 2;
  min-width: 900px;
  margin-right: auto;
}
div.philx {
  white-space: nowrap;
  text-align: left;
  padding-bottom: 3px;
}
#logo {
  margin-top: 0 !important;
}
div.philx a:hover {
  color: #222288;
}
.philxbtn:hover {
  background-color: #eef;
}
.philxbtn {
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  border-top: 2px solid white;
}
.philxbtnsel {
  border-top: 2px solid #10a010;
}
#dashboard {
  padding-top: 5px;
}
/* improvements to make public */
a img {
  border: none;
}
html .dialogBox {
  border: 2px solid #555555 !important;
}
.profile-tag .btn {
  font-size: 14px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  font-size: inherit !important;
}
.field .profile-tag {
  margin-left: 3px;
}
.profile-list {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tag {
  font-weight: inherit !important;
}

