/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*html, body, div, span, applet, object, iframe,*/
h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* first for IE 4-8 */
@font-face {
  font-family: NettoWeb-Bold;
  src: url("/stylesheets/fonts/NettoWeb-Bold.eot"); }

/* then for WOFF-capable browsers */
@font-face {
  font-family: NettoWeb-Bold;
  src: url("/stylesheets/fonts/NettoWeb-Bold.woff") format("woff"); }

body, html {
  margin: 0; }

body {
  background-image: url(../images/body_bg.png);
  background-color: #d9dadb; }

body, p, td, th {
  font: normal normal normal 9pt tahoma, arial, sans-serif; }

h1 {
  font-size: 250%;
  font-family: NettoWeb-Bold, arial;
  font-weight: normal; }

h2 {
  font-size: 175%;
  font-family: NettoWeb-Bold, arial;
  font-weight: normal; }

h3 {
  font-size: 150%;
  font-weight: bold; }

h4 {
  font-size: 125%; }

ol {
  list-style: decimal; }

a {
  color: #cc203f;
  text-decoration: none; }
  a:hover {
    color: #cc203f; }

img {
  border: 0; }

/* define in reset.css instead */
/* Forms */
input, select {
  font-size: 90%;
  border: 1px solid #aaa;
  width: 100%; }

input[type="submit"] {
  width: auto;
  color: #a6a8a9;
  font-size: 14px;
  padding: 10px 20px 10px 0;
  border: 0;
  background: white url(../images/submit_button.png) no-repeat right center; }
  input[type="submit"]:hover {
    border: 0;
    color: #cc203f;
    background-image: url(../images/submit_button_hover.png); }

input[type="checkbox"] {
  width: 10px; }

input[type="button"] {
  width: auto;
  color: #E20031;
  padding-right: 13px; }

select.datetime {
  width: auto; }

textarea {
  width: 100%;
  height: 350px;
  font: normal normal normal 8pt arial; }

table.list {
  width: 100%;
  border-collapse: collapse; }
  table.list td {
    border-bottom: 1px solid #d9dadb;
    padding: 8px 10px; }
  table.list th {
    font-weight: bold;
    text-align: left;
    padding: 8px 10px; }
  table.list th:nth-child(odd), table.list td:nth-child(odd) {
    background: #f6f6f6; }
  table.list a {
    color: #cc203f; }
  table.list input[type="submit"] {
    padding-right: 30px;
    font-size: 90%; }

.pagination {
  padding: 45px 0; }
  .pagination em {
    padding: 2px;
    font-style: normal; }
  .pagination .previous_page {
    padding: 4px 10px;
    background: url(../images/pagination_prev.png) no-repeat center center; }
  .pagination .next_page {
    padding: 2px 10px;
    background: url(../images/pagination_next.png) no-repeat center center; }
  .pagination a {
    color: #999999;
    padding: 2px; }
  .pagination a:hover {
    color: #666666; }

img.frontpage {
  border: 2px solid; }

/* Social images */
img.profile {
  float: right;
  margin-top: 10pt; }

img.online {
  border-bottom: 5px solid #0f2; }

img.offline {
  border-bottom: 5px solid #ccc; }

#wrapper {
  width: 1020px;
  margin: 0;
  margin: 22px auto; }

#top {
  width: 1020px;
  margin: 0;
  height: 131px;
  background: url(../images/banner_main.png) no-repeat right;
  position: relative; }
  #top a#home_logo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 300px;
    height: 100px; }

#menu_wrapper {
  width: 1020px;
  margin: 0;
  height: 22px;
  background: url(../images/menu_bg.png);
  position: relative; }

#header {
  width: 1000px;
  margin: 0 10px;
  height: 276px; }

#main {
  width: 1000px;
  margin: 0 10px;
  min-height: 420px;
  margin-top: 0; }
  #main small {
    color: #999999; }

#footer {
  width: 1020px;
  margin: 0;
  position: relative;
  height: 355px;
  clear: both; }
  #footer .inner {
    bottom: 0;
    right: 0;
    margin: 25px;
    color: #333;
    position: absolute; }
    #footer .inner a {
      color: #333; }

.landing_page #public {
  position: relative;
  margin-bottom: 50px; }
  .landing_page #public a {
    color: #000; }
  .landing_page #public a.new_content {
    color: #999;
    position: absolute;
    bottom: -50px; }
.landing_page #footer {
  background: url(../images/footer_landing_page_bg.png) !important; }

#header div {
  position: relative; }
#header a {
  position: absolute;
  display: block;
  right: 0;
  width: 400px;
  height: 50px; }
#header a.n1 {
  top: 20px; }
#header a.n2 {
  top: 80px; }
#header a.n3 {
  top: 140px; }
#header a.n4 {
  top: 200px; }

#public {
  width: 675px;
  float: left; }
  #public .section li {
    padding: 5px 0 5px; }

#content, #yield {
  width: 100%;
  float: left;
  min-height: 350px;
  height: auto !important;
  height: 350px; }

.column {
  float: left; }

.one-column {
  position: relative; }
  .one-column #context h2 {
    margin-top: 20px; }

.two-column #content, .two-column #yield {
  width: 475px; }

.three_columns .column {
  width: 33%; }

.four_columns .column {
  width: 25%; }

.column .inner {
  margin: 20px 0 20px 25px; }

#context .inner {
  margin: 20px 10px 0; }

#content .inner {
  margin: 20px 20px 0; }

#pers .inner {
  margin: 20px 20px 0; }

#pers {
  width: 325px;
  float: left; }
  #pers a {
    color: #000;
    display: block; }
    #pers a:hover {
      color: #fff;
      background: #a6a8a9; }
  #pers h2 a {
    background: url(../images/h2_link_bg.png) no-repeat right bottom;
    padding-right: 25px; }
    #pers h2 a:hover {
      color: #cc203f;
      background: url(../images/h2_hover_bg.png) no-repeat right bottom; }
  #pers h2.on a {
    background-image: url(../images/up_grey_22px.png); }
  #pers h2.on a:hover {
    background-image: url(../images/up_red_22px.png); }
  #pers > div.section li {
    padding: 0; }
    #pers > div.section li a {
      padding: 5px 10px; }
  #pers #login input[type="submit"] {
    background: url(../images/login_submit_bg.png) no-repeat right center; }
  #pers .section > div {
    background: #e5e5e6;
    padding: 20px 10px; }
  #pers div div {
    margin-left: 8px;
    margin-right: 4px; }

div.section p {
  padding: 0;
  margin: 0 0 8pt; }
div.section table {
  margin: 4pt 10px; }
div.section h2 {
  padding: 5pt 0;
  border-bottom: 5px solid #000000; }
div.section h3 {
  padding: 0;
  margin: 0;
  font-size: 120%; }

#login div {
  margin: 5px 0; }
#login label {
  width: 100px;
  display: block;
  float: left; }
#login input[type="text"] {
  width: 120px; }
#login input[type="password"] {
  width: 120px; }
#login input[type="checkbox"] {
  width: 10px; }
#login input[type="submit"] {
  text-align: right; }

#search {
  position: absolute;
  top: 3px;
  right: 22px;
  text-align: right; }
  #search input[type="text"] {
    width: 150px;
    border: 0px;
    height: 14px; }
  #search input[type="submit"] {
    display: none; }

/* Navigation */
form.button_to {
  display: inline; }
  form.button_to div {
    display: inline; }

a.new_content {
  color: #999;
  font-size: 120%;
  padding: 5px 0 5px 25px;
  display: block;
  background: url(../images/link_plus.png) no-repeat left; }
  a.new_content:hover {
    color: #cc203f;
    background: url(../images/link_plus_hover.png) no-repeat left; }

div.addthis_toolbox {
  margin: 30px 0 10px 280px; }

div.addthis_default_style a {
  position: relative;
  width: 16px;
  margin-right: 2px;
  float: left; }
div.addthis_default_style .clip {
  position: absolute;
  top: 0;
  left: 0; }
div.addthis_default_style .pos-1L {
  clip: rect(0 16px 16px 0);
  top: 0;
  left: 0; }
div.addthis_default_style .pos-2L {
  clip: rect(16px 16px 32px 0);
  top: -16px;
  left: 18px; }
div.addthis_default_style .pos-3L {
  clip: rect(32px 16px 48px 0);
  top: -32px;
  left: 18px; }
div.addthis_default_style .pos-4L {
  clip: rect(48px 16px 64px 0);
  top: -48px;
  left: 36px; }
div.addthis_default_style .pos-5L {
  clip: rect(64px 16px 80px 0);
  top: -64px;
  left: 54px; }
div.addthis_default_style .pos-6L {
  clip: rect(82px 16px 98px 2px);
  top: -82px;
  left: 72px; }
div.addthis_default_style .pos-1R {
  clip: rect(0 32px 16px 16px);
  left: -16px; }
div.addthis_default_style .pos-2R {
  clip: rect(16px 32px 32px 16px);
  top: -16px;
  left: 2px; }
div.addthis_default_style .pos-3R {
  clip: rect(32px 32px 48px 16px);
  top: -32px;
  left: 2px; }
div.addthis_default_style .pos-4R {
  clip: rect(48px 32px 64px 16px);
  top: -48px;
  left: 20px; }
div.addthis_default_style .pos-5R {
  clip: rect(64px 32px 80px 16px);
  top: -64px;
  left: 38px; }
div.addthis_default_style .pos-6R {
  clip: rect(82px 32px 98px 18px);
  top: -82px;
  left: 56px; }

/* cms */
#cmsfolders {
  width: 28%;
  float: left;
  background: #eee;
  min-height: 250px;
  margin-left: 2%; }
  #cmsfolders a {
    margin: 0;
    padding: 3px 5px;
    border-bottom: 1px solid #E20031;
    color: black;
    text-decoration: none;
    display: block; }
  #cmsfolders a:hover {
    background: #ddd; }

table.cmstable {
  border-top: 1px solid #ddd;
  border-collapse: collapse; }
  table.cmstable td {
    border-bottom: 1px solid #dddddd; }

.cms_state {
  color: #666;
  background: #f6f6f6;
  padding: 10px; }

.cms_controls {
  margin: 10px 0; }
  .cms_controls a {
    width: auto;
    color: #a6a8a9;
    font-size: 14px;
    padding: 10px 20px 10px 0;
    border: 0;
    background: white url(../images/submit_button.png) no-repeat right center;
    padding-right: 25px; }
    .cms_controls a:hover {
      border: 0;
      color: #cc203f;
      background-image: url(../images/submit_button_hover.png); }

#main_fields {
  width: 435px;
  min-height: 700px; }
  #main_fields .inner {
    margin: 0 20px; }
  #main_fields textarea.big {
    height: 450px; }
  #main_fields div.input label {
    float: none;
    font-weight: bold; }

.one-column #context {
  position: absolute;
  right: 0;
  top: 0; }

#context {
  width: 200px;
  float: left;
  min-height: 250px;
  color: #fff; }
  #context a {
    color: #fff; }
    #context a:hover {
      text-decoration: underline; }
  #context label {
    display: block;
    float: left;
    width: 100px; }
  #context h3 {
    margin: 0;
    padding: 10px 0 0;
    font-size: 100%;
    font-weight: bold; }
  #context table {
    width: 100%;
    display: none;
    margin-bottom: 5px; }
  #context input {
    font-size: 8pt;
    width: 100%; }
  #context input[type="text"] {
    width: 69%; }
  #context input[type="file"] {
    width: 69%; }
  #context input.date_picker {
    width: 100px; }
  #context input[type="checkbox"] {
    width: 30px; }
  #context input.file {
    width: 150px; }
  #context textarea.small {
    height: 100px; }
  #context .group_selection .group_form {
    position: relative;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px; }
  #context .group_selection .remove_group {
    position: absolute;
    top: 10px;
    right: 0; }
  #context .group_selection .add_nested_fields_and_set_frame {
    display: block;
    clear: left;
    padding-top: 10px; }
  #context .group_selection .add_nested_fields {
    display: block;
    clear: left;
    padding-top: 10px; }
  #context .group_selection label {
    width: 120px; }
  #context .group_selection div.select {
    width: 120px;
    float: left; }
  #context .group_selection select {
    width: 120px; }
  #context .expert_selection .expert_form {
    position: relative;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px; }
  #context .expert_selection .remove_expert {
    position: absolute;
    top: 10px;
    right: 0; }
  #context .expert_selection .add_nested_fields {
    display: block;
    clear: left;
    padding-top: 10px; }
  #context .expert_selection label {
    width: 120px; }
  #context .expert_selection div.select {
    width: 120px;
    float: left; }
  #context .expert_selection select {
    width: 120px; }
  #context .destroy_attachment {
    width: 120px; }
    #context .destroy_attachment .input {
      width: 120px; }
    #context .destroy_attachment label {
      width: 30px;
      display: inline; }

/* Content */
body#tinymce {
  background: #fff;
  margin: 8px; }

/* wysiwyg */
#wysiwyg_links table {
  width: 100%; }
#wysiwyg_links td {
  border-bottom: 1px solid #dddddd; }
#wysiwyg_links th {
  background: #ccc;
  text-align: left;
  font-weight: bold; }
#wysiwyg_links table.list td, #wysiwyg_links table.list th {
  padding: 2px 10px; }
#wysiwyg_links .pagination {
  margin: 10px 0; }

#wysiwyg_assets .thumb {
  margin: 0 2px 2px 0;
  float: left;
  border: 2px solid #fff; }
#wysiwyg_assets .selected {
  border: 2px solid #666; }
#wysiwyg_assets a {
  height: 50px;
  display: block; }

.wysiwyg_fields {
  border: 0;
  padding: 0; }
  .wysiwyg_fields .input {
    margin-bottom: 2px; }
  .wysiwyg_fields input[type="text"] {
    width: 350px; }
  .wysiwyg_fields label {
    display: block;
    font-weight: bold;
    float: left;
    width: 50px; }

#wysiwyg_search_form {
  margin-top: 10px; }

#wysiwyg_assets_form iframe {
  width: 100%;
  height: 50px;
  border: 0; }

/* forms */
.field_with_errors {
  background-color: #f7f7f7;
  padding: 2px; }

.simple_form .error {
  color: #E20031;
  padding: 0 5px; }
.simple_form .hint {
  font-style: italic; }

/* Content form */
#content h1, body#tinymce h1 {
  font-size: 18pt;
  margin: 0 0 10pt;
  padding-top: 5pt; }
#content h2, body#tinymce h2 {
  font-size: 125%;
  margin: 16pt 0 0; }
  #content h2 a, body#tinymce h2 a {
    color: #000;
    font-size: 110%;
    text-decoration: none;
    margin-bottom: 5pt; }
#content h3, body#tinymce h3 {
  font-size: 125%; }
#content dt, body#tinymce dt {
  display: block;
  float: left;
  width: 90px;
  font-weight: bold;
  clear: left; }
#content dd, body#tinymce dd {
  margin-left: 100px;
  min-height: 9pt; }
#content > table, body#tinymce > table {
  width: 100%;
  border-collapse: collapse th;
    border-collapse-border-top: 1px solid #ccc;
    border-collapse-border-bottom: 2px solid #ccc; }
  #content > table td, body#tinymce > table td {
    border-bottom: 1px solid #ccc;
    padding-right: 10px; }
#content ul, body#tinymce ul {
  list-style: disc outside none; }
#content li, body#tinymce li {
  margin: 1em; }
#content div.input, body#tinymce div.input {
  clear: left;
  margin-bottom: 2pt; }
#content p, body#tinymce p {
  margin: 0 0 4pt; }
#content p.date, body#tinymce p.date {
  margin: 2pt 0; }
#content p.content, body#tinymce p.content {
  margin: 2pt 0; }
#content p.more, body#tinymce p.more {
  margin: 2pt 0 5pt; }
#content #search_form select, body#tinymce #search_form select {
  width: 100px; }
#content #search_form input[type="text"], body#tinymce #search_form input[type="text"] {
  width: 200px; }
#content div.list, body#tinymce div.list {
  margin-top: 20px; }
#content ul.list li, body#tinymce ul.list li {
  list-style: none;
  margin: 0 0 20px; }
  #content ul.list li h2, body#tinymce ul.list li h2 {
    margin-top: 0; }
  #content ul.list li .date, body#tinymce ul.list li .date {
    color: #999999;
    font-size: 90%; }
  #content ul.list li a, body#tinymce ul.list li a {
    color: #000; }
    #content ul.list li a:hover, body#tinymce ul.list li a:hover {
      color: #cc203f; }
  #content ul.list li .thumb, body#tinymce ul.list li .thumb {
    float: left;
    width: 50px;
    height: 50px;
    padding: 0 10px 10px 0; }
  #content ul.list li .meta, body#tinymce ul.list li .meta {
    color: #999999;
    font-size: 90%; }
    #content ul.list li .meta a, body#tinymce ul.list li .meta a {
      color: #666666; }
    #content ul.list li .meta a:hover, body#tinymce ul.list li .meta a:hover {
      color: #cc203f; }
#content ul.list li.publication .description, body#tinymce ul.list li.publication .description {
  margin: 0 10px;
  float: left;
  width: 350px; }
#content .content_head, body#tinymce .content_head {
  position: relative;
  margin: 0 0 20px; }
  #content .content_head .profile_image, body#tinymce .content_head .profile_image {
    color: #999999; }
  #content .content_head .meta, #content .content_head .meta_with_profile, body#tinymce .content_head .meta, body#tinymce .content_head .meta_with_profile {
    color: #999999;
    font-size: 90%; }
    #content .content_head .meta a, #content .content_head .meta_with_profile a, body#tinymce .content_head .meta a, body#tinymce .content_head .meta_with_profile a {
      color: #666666; }
    #content .content_head .meta a:hover, #content .content_head .meta_with_profile a:hover, body#tinymce .content_head .meta a:hover, body#tinymce .content_head .meta_with_profile a:hover {
      color: #cc203f; }
  #content .content_head .meta_with_profile, body#tinymce .content_head .meta_with_profile {
    position: absolute;
    top: 0;
    left: 60px; }
  #content .content_head h2, body#tinymce .content_head h2 {
    margin: 0; }
#content .lead_image, body#tinymce .lead_image {
  margin: 10px 0; }
#content .raw_content, body#tinymce .raw_content {
  margin-bottom: 25px; }
#content .content_information, body#tinymce .content_information {
  margin-bottom: 25px; }
  #content .content_information div, body#tinymce .content_information div {
    margin-bottom: 5px; }
#content form.comment textarea, body#tinymce form.comment textarea {
  height: 100px; }
#content .comment, body#tinymce .comment {
  background: url(../images/comments_bg.png) no-repeat top left;
  padding: 18px; }
  #content .comment .comment_head .meta, body#tinymce .comment .comment_head .meta {
    color: #999999;
    font-size: 90%; }
    #content .comment .comment_head .meta a, body#tinymce .comment .comment_head .meta a {
      color: #666666; }
    #content .comment .comment_head .meta a:hover, body#tinymce .comment .comment_head .meta a:hover {
      color: #cc203f; }
#content .comments h3, body#tinymce .comments h3 {
  font-family: NettoWeb-Bold, arial;
  color: #a6a8a9;
  font-weight: normal;
  font-size: 175%;
  margin: 20px 0; }
#content textarea.small, body#tinymce textarea.small {
  width: 100%;
  height: 120px;
  font: normal normal normal 8pt arial; }

td.label {
  width: 120px;
  vertical-align: top;
  padding-left: 0; }

/* Program Manager */
td.status_ontime {
  background-color: green;
  color: white;
  padding: 2px; }

td.status_waiting {
  background-color: orange;
  color: white;
  padding: 2px; }

td.status_late {
  background-color: red;
  color: white;
  padding: 2px; }

/* Menu */
#menu * {
  margin: 0;
  padding: 0; }

#menu {
  zoom: 1;
  padding: 0 10px; }
  #menu a {
    padding: 2px 12px;
    background: transparent;
    display: block;
    font-weight: bold;
    color: #fff;
    height: 18px;
    text-decoration: none; }
    #menu a:hover {
      background: #f29400;
      color: #fff; }
    #menu a a span {
      font-size: 1.2em; }
  #menu ul {
    list-style-type: none; }
    #menu ul li {
      background-image: none;
      float: left;
      border-right: 1px solid #707173; }
      #menu ul li a {
        font-family: NettoWeb-Bold, arial;
        font-weight: normal; }
      #menu ul li:hover {
        background: #f29400;
        color: #fff; }
        #menu ul li:hover .sub {
          display: block; }
        #menu ul li:hover a {
          line-height: 200%;
          background: #f29400;
          color: #fff;
          position: relative;
          top: -5px;
          -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
          -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px; }
      #menu ul li .sub {
        background: #f29400;
        position: absolute;
        z-index: 1;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: none;
        padding-top: 0.2em;
        margin-left: 25px;
        width: 975px;
        height: 300px;
        left: 0; }
        #menu ul li .sub a {
          font-family: arial;
          font-weight: bold;
          top: 0;
          line-height: 100%;
          color: #000;
          display: inline;
          padding: 0; }
          #menu ul li .sub a .not_bold {
            font-weight: normal; }
        #menu ul li .sub ul {
          margin: 5px 15px 10px; }
          #menu ul li .sub ul li, #menu ul li .sub ul li:hover {
            border: 0;
            background: transparent;
            color: #000;
            float: none;
            border: none;
            margin-bottom: 10px; }
          #menu ul li .sub ul li.more {
            position: absolute;
            bottom: 0px;
            padding: 10px 0; }
            #menu ul li .sub ul li.more a {
              padding: 5px 0 5px 25px;
              background: url(../images/menu_orange_more_link.png) no-repeat left; }
              #menu ul li .sub ul li.more a:hover {
                background-image: url(../images/menu_orange_more_link_hover.png); }
        #menu ul li .sub p {
          padding-left: 15px;
          padding-right: 15px;
          color: black; }
        #menu ul li .sub small {
          display: block;
          color: #333; }
        #menu ul li .sub div.column {
          width: 223px; }
        #menu ul li .sub .section {
          /*padding: 0 15px 10px;*/
          color: #000; }
          #menu ul li .sub .section small {
            padding-top: 15px; }
          #menu ul li .sub .section a {
            height: auto;
            color: #000; }
            #menu ul li .sub .section a:hover {
              color: #fff; }
        #menu ul li .sub h3 {
          color: #fff;
          font-family: NettoWeb-Bold, arial;
          font-weight: normal;
          font-size: 150%;
          padding: 15px; }
          #menu ul li .sub h3 a {
            height: auto;
            padding: 0; }

/* programs */
/*.jeugd_en_gezin {
  @include program-theme(#c7d600);
}
.jeugd_en_gezin {
  @include program-theme(#a1238d);
}*/
.nl #wrapper {
  background: url(../images/themes/default/wrapper_bg.png); }
.nl #top {
  background: url(../images/themes/default/banner_main.nl.png); }
  .nl #top a#home_logo {
    background: url(../images/nihc_banner_logo.nl.png) no-repeat center center; }
    .nl #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.nl.png); }
.nl #footer {
  background: url(../images/themes/default/footer_bg.png) no-repeat right; }
.nl a, .nl a:hover {
  color: #cc203f; }
.nl #banners div#b1 {
  background-image: url(../images/themes/default/header_bg.nl.jpg); }
.nl #banners div#b2 {
  background-image: url(../images/themes/default/header_bg2.nl.jpg); }
.nl #banners div#b3 {
  background-image: url(../images/themes/default/header_bg3.nl.jpg); }
.nl #banners div#b4 {
  background-image: url(../images/themes/default/header_bg4.nl.jpg); }
.nl #menu ul li .sub {
  background-color: #f29400; }
.nl #menu ul li:hover {
  background-color: #f29400; }
  .nl #menu ul li:hover a {
    background-color: #f29400; }
.nl #menu ul a:hover {
  background-color: #f29400; }
.nl #pers h2 a:hover {
  color: #cc203f; }
.nl a.new_content:hover {
  color: #cc203f; }

.en #wrapper {
  background: url(../images/themes/default/wrapper_bg.png); }
.en #top {
  background: url(../images/themes/default/banner_main.en.png); }
  .en #top a#home_logo {
    background: url(../images/nihc_banner_logo.en.png) no-repeat center center; }
    .en #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.en.png); }
.en #footer {
  background: url(../images/themes/default/footer_bg.png) no-repeat right; }
.en a, .en a:hover {
  color: #cc203f; }
.en #banners div#b1 {
  background-image: url(../images/themes/default/header_bg.en.jpg); }
.en #banners div#b2 {
  background-image: url(../images/themes/default/header_bg2.en.jpg); }
.en #banners div#b3 {
  background-image: url(../images/themes/default/header_bg3.en.jpg); }
.en #banners div#b4 {
  background-image: url(../images/themes/default/header_bg4.en.jpg); }
.en #menu ul li .sub {
  background-color: #f29400; }
.en #menu ul li:hover {
  background-color: #f29400; }
  .en #menu ul li:hover a {
    background-color: #f29400; }
.en #menu ul a:hover {
  background-color: #f29400; }
.en #pers h2 a:hover {
  color: #cc203f; }
.en a.new_content:hover {
  color: #cc203f; }

.hcmi.nl #wrapper {
  background: url(../images/themes/hcmi/wrapper_bg.png); }
.hcmi.nl #top {
  background: url(../images/themes/hcmi/banner_main.nl.png); }
  .hcmi.nl #top a#home_logo {
    background: url(../images/nihc_banner_logo.nl.png) no-repeat center center; }
    .hcmi.nl #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.nl.png); }
.hcmi.nl #footer {
  background: url(../images/themes/hcmi/footer_bg.png) no-repeat right; }
.hcmi.nl a, .hcmi.nl a:hover {
  color: #eb8000; }
.hcmi.nl #banners div#b1 {
  background-image: url(../images/themes/hcmi/header_bg.nl.jpg); }
.hcmi.nl #banners div#b2 {
  background-image: url(../images/themes/hcmi/header_bg2.nl.jpg); }
.hcmi.nl #banners div#b3 {
  background-image: url(../images/themes/hcmi/header_bg3.nl.jpg); }
.hcmi.nl #banners div#b4 {
  background-image: url(../images/themes/hcmi/header_bg4.nl.jpg); }
.hcmi.nl #menu ul li .sub {
  background-color: #ca0d89; }
.hcmi.nl #menu ul li:hover {
  background-color: #ca0d89; }
  .hcmi.nl #menu ul li:hover a {
    background-color: #ca0d89; }
.hcmi.nl #menu ul a:hover {
  background-color: #ca0d89; }
.hcmi.nl #pers h2 a:hover {
  color: #eb8000; }
.hcmi.nl a.new_content:hover {
  color: #eb8000; }

.hcmi.en #wrapper {
  background: url(../images/themes/hcmi/wrapper_bg.png); }
.hcmi.en #top {
  background: url(../images/themes/hcmi/banner_main.en.png); }
  .hcmi.en #top a#home_logo {
    background: url(../images/nihc_banner_logo.en.png) no-repeat center center; }
    .hcmi.en #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.en.png); }
.hcmi.en #footer {
  background: url(../images/themes/hcmi/footer_bg.png) no-repeat right; }
.hcmi.en a, .hcmi.en a:hover {
  color: #eb8000; }
.hcmi.en #banners div#b1 {
  background-image: url(../images/themes/hcmi/header_bg.en.jpg); }
.hcmi.en #banners div#b2 {
  background-image: url(../images/themes/hcmi/header_bg2.en.jpg); }
.hcmi.en #banners div#b3 {
  background-image: url(../images/themes/hcmi/header_bg3.en.jpg); }
.hcmi.en #banners div#b4 {
  background-image: url(../images/themes/hcmi/header_bg4.en.jpg); }
.hcmi.en #menu ul li .sub {
  background-color: #ca0d89; }
.hcmi.en #menu ul li:hover {
  background-color: #ca0d89; }
  .hcmi.en #menu ul li:hover a {
    background-color: #ca0d89; }
.hcmi.en #menu ul a:hover {
  background-color: #ca0d89; }
.hcmi.en #pers h2 a:hover {
  color: #eb8000; }
.hcmi.en a.new_content:hover {
  color: #eb8000; }

.jg.nl #wrapper {
  background: url(../images/themes/jg/wrapper_bg.png); }
.jg.nl #top {
  background: url(../images/themes/jg/banner_main.nl.png); }
  .jg.nl #top a#home_logo {
    background: url(../images/nihc_banner_logo.nl.png) no-repeat center center; }
    .jg.nl #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.nl.png); }
.jg.nl #footer {
  background: url(../images/themes/jg/footer_bg.png) no-repeat right; }
.jg.nl a, .jg.nl a:hover {
  color: #c4d646; }
.jg.nl #banners div#b1 {
  background-image: url(../images/themes/jg/header_bg.nl.jpg); }
.jg.nl #banners div#b2 {
  background-image: url(../images/themes/jg/header_bg2.nl.jpg); }
.jg.nl #banners div#b3 {
  background-image: url(../images/themes/jg/header_bg3.nl.jpg); }
.jg.nl #banners div#b4 {
  background-image: url(../images/themes/jg/header_bg4.nl.jpg); }
.jg.nl #menu ul li .sub {
  background-color: #c4d646; }
.jg.nl #menu ul li:hover {
  background-color: #c4d646; }
  .jg.nl #menu ul li:hover a {
    background-color: #c4d646; }
.jg.nl #menu ul a:hover {
  background-color: #c4d646; }
.jg.nl #pers h2 a:hover {
  color: #c4d646; }
.jg.nl a.new_content:hover {
  color: #c4d646; }

.jg.en #wrapper {
  background: url(../images/themes/jg/wrapper_bg.png); }
.jg.en #top {
  background: url(../images/themes/jg/banner_main.en.png); }
  .jg.en #top a#home_logo {
    background: url(../images/nihc_banner_logo.en.png) no-repeat center center; }
    .jg.en #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.en.png); }
.jg.en #footer {
  background: url(../images/themes/jg/footer_bg.png) no-repeat right; }
.jg.en a, .jg.en a:hover {
  color: #c4d646; }
.jg.en #banners div#b1 {
  background-image: url(../images/themes/jg/header_bg.en.jpg); }
.jg.en #banners div#b2 {
  background-image: url(../images/themes/jg/header_bg2.en.jpg); }
.jg.en #banners div#b3 {
  background-image: url(../images/themes/jg/header_bg3.en.jpg); }
.jg.en #banners div#b4 {
  background-image: url(../images/themes/jg/header_bg4.en.jpg); }
.jg.en #menu ul li .sub {
  background-color: #c4d646; }
.jg.en #menu ul li:hover {
  background-color: #c4d646; }
  .jg.en #menu ul li:hover a {
    background-color: #c4d646; }
.jg.en #menu ul a:hover {
  background-color: #c4d646; }
.jg.en #pers h2 a:hover {
  color: #c4d646; }
.jg.en a.new_content:hover {
  color: #c4d646; }

.bcia.nl #wrapper {
  background: url(../images/themes/bcia/wrapper_bg.png); }
.bcia.nl #top {
  background: url(../images/themes/bcia/banner_main.nl.png); }
  .bcia.nl #top a#home_logo {
    background: url(../images/nihc_banner_logo.nl.png) no-repeat center center; }
    .bcia.nl #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.nl.png); }
.bcia.nl #footer {
  background: url(../images/themes/bcia/footer_bg.png) no-repeat right; }
.bcia.nl a, .bcia.nl a:hover {
  color: #48b2bd; }
.bcia.nl #banners div#b1 {
  background-image: url(../images/themes/bcia/header_bg.nl.jpg); }
.bcia.nl #banners div#b2 {
  background-image: url(../images/themes/bcia/header_bg2.nl.jpg); }
.bcia.nl #banners div#b3 {
  background-image: url(../images/themes/bcia/header_bg3.nl.jpg); }
.bcia.nl #banners div#b4 {
  background-image: url(../images/themes/bcia/header_bg4.nl.jpg); }
.bcia.nl #menu ul li .sub {
  background-color: #48b2bd; }
.bcia.nl #menu ul li:hover {
  background-color: #48b2bd; }
  .bcia.nl #menu ul li:hover a {
    background-color: #48b2bd; }
.bcia.nl #menu ul a:hover {
  background-color: #48b2bd; }
.bcia.nl #pers h2 a:hover {
  color: #48b2bd; }
.bcia.nl a.new_content:hover {
  color: #48b2bd; }

.bcia.en #wrapper {
  background: url(../images/themes/bcia/wrapper_bg.png); }
.bcia.en #top {
  background: url(../images/themes/bcia/banner_main.en.png); }
  .bcia.en #top a#home_logo {
    background: url(../images/nihc_banner_logo.en.png) no-repeat center center; }
    .bcia.en #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.en.png); }
.bcia.en #footer {
  background: url(../images/themes/bcia/footer_bg.png) no-repeat right; }
.bcia.en a, .bcia.en a:hover {
  color: #48b2bd; }
.bcia.en #banners div#b1 {
  background-image: url(../images/themes/bcia/header_bg.en.jpg); }
.bcia.en #banners div#b2 {
  background-image: url(../images/themes/bcia/header_bg2.en.jpg); }
.bcia.en #banners div#b3 {
  background-image: url(../images/themes/bcia/header_bg3.en.jpg); }
.bcia.en #banners div#b4 {
  background-image: url(../images/themes/bcia/header_bg4.en.jpg); }
.bcia.en #menu ul li .sub {
  background-color: #48b2bd; }
.bcia.en #menu ul li:hover {
  background-color: #48b2bd; }
  .bcia.en #menu ul li:hover a {
    background-color: #48b2bd; }
.bcia.en #menu ul a:hover {
  background-color: #48b2bd; }
.bcia.en #pers h2 a:hover {
  color: #48b2bd; }
.bcia.en a.new_content:hover {
  color: #48b2bd; }

.hls.nl #wrapper {
  background: url(../images/themes/hls/wrapper_bg.png); }
.hls.nl #top {
  background: url(../images/themes/hls/banner_main.nl.png); }
  .hls.nl #top a#home_logo {
    background: url(../images/nihc_banner_logo.nl.png) no-repeat center center; }
    .hls.nl #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.nl.png); }
.hls.nl #footer {
  background: url(../images/themes/hls/footer_bg.png) no-repeat right; }
.hls.nl a, .hls.nl a:hover {
  color: #cc203f; }
.hls.nl #banners div#b1 {
  background-image: url(../images/themes/hls/header_bg.nl.jpg); }
.hls.nl #banners div#b2 {
  background-image: url(../images/themes/hls/header_bg2.nl.jpg); }
.hls.nl #banners div#b3 {
  background-image: url(../images/themes/hls/header_bg3.nl.jpg); }
.hls.nl #banners div#b4 {
  background-image: url(../images/themes/hls/header_bg4.nl.jpg); }
.hls.nl #menu ul li .sub {
  background-color: #f29400; }
.hls.nl #menu ul li:hover {
  background-color: #f29400; }
  .hls.nl #menu ul li:hover a {
    background-color: #f29400; }
.hls.nl #menu ul a:hover {
  background-color: #f29400; }
.hls.nl #pers h2 a:hover {
  color: #cc203f; }
.hls.nl a.new_content:hover {
  color: #cc203f; }

.hls.en #wrapper {
  background: url(../images/themes/hls/wrapper_bg.png); }
.hls.en #top {
  background: url(../images/themes/hls/banner_main.en.png); }
  .hls.en #top a#home_logo {
    background: url(../images/nihc_banner_logo.en.png) no-repeat center center; }
    .hls.en #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.en.png); }
.hls.en #footer {
  background: url(../images/themes/hls/footer_bg.png) no-repeat right; }
.hls.en a, .hls.en a:hover {
  color: #cc203f; }
.hls.en #banners div#b1 {
  background-image: url(../images/themes/hls/header_bg.en.jpg); }
.hls.en #banners div#b2 {
  background-image: url(../images/themes/hls/header_bg2.en.jpg); }
.hls.en #banners div#b3 {
  background-image: url(../images/themes/hls/header_bg3.en.jpg); }
.hls.en #banners div#b4 {
  background-image: url(../images/themes/hls/header_bg4.en.jpg); }
.hls.en #menu ul li .sub {
  background-color: #f29400; }
.hls.en #menu ul li:hover {
  background-color: #f29400; }
  .hls.en #menu ul li:hover a {
    background-color: #f29400; }
.hls.en #menu ul a:hover {
  background-color: #f29400; }
.hls.en #pers h2 a:hover {
  color: #cc203f; }
.hls.en a.new_content:hover {
  color: #cc203f; }

.jvhb.nl #wrapper {
  background: url(../images/themes/jvhb/wrapper_bg.png); }
.jvhb.nl #top {
  background: url(../images/themes/jvhb/banner_main.nl.png); }
  .jvhb.nl #top a#home_logo {
    background: url(../images/nihc_banner_logo.nl.png) no-repeat center center; }
    .jvhb.nl #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.nl.png); }
.jvhb.nl #footer {
  background: url(../images/themes/jvhb/footer_bg.png) no-repeat right; }
.jvhb.nl a, .jvhb.nl a:hover {
  color: #ca0a92; }
.jvhb.nl #banners div#b1 {
  background-image: url(../images/themes/jvhb/header_bg.nl.jpg); }
.jvhb.nl #banners div#b2 {
  background-image: url(../images/themes/jvhb/header_bg2.nl.jpg); }
.jvhb.nl #banners div#b3 {
  background-image: url(../images/themes/jvhb/header_bg3.nl.jpg); }
.jvhb.nl #banners div#b4 {
  background-image: url(../images/themes/jvhb/header_bg4.nl.jpg); }
.jvhb.nl #menu ul li .sub {
  background-color: #ca0a92; }
.jvhb.nl #menu ul li:hover {
  background-color: #ca0a92; }
  .jvhb.nl #menu ul li:hover a {
    background-color: #ca0a92; }
.jvhb.nl #menu ul a:hover {
  background-color: #ca0a92; }
.jvhb.nl #pers h2 a:hover {
  color: #ca0a92; }
.jvhb.nl a.new_content:hover {
  color: #ca0a92; }

.jvhb.en #wrapper {
  background: url(../images/themes/jvhb/wrapper_bg.png); }
.jvhb.en #top {
  background: url(../images/themes/jvhb/banner_main.en.png); }
  .jvhb.en #top a#home_logo {
    background: url(../images/nihc_banner_logo.en.png) no-repeat center center; }
    .jvhb.en #top a#home_logo:hover {
      background-image: url(../images/nihc_banner_logo_hover.en.png); }
.jvhb.en #footer {
  background: url(../images/themes/jvhb/footer_bg.png) no-repeat right; }
.jvhb.en a, .jvhb.en a:hover {
  color: #ca0a92; }
.jvhb.en #banners div#b1 {
  background-image: url(../images/themes/jvhb/header_bg.en.jpg); }
.jvhb.en #banners div#b2 {
  background-image: url(../images/themes/jvhb/header_bg2.en.jpg); }
.jvhb.en #banners div#b3 {
  background-image: url(../images/themes/jvhb/header_bg3.en.jpg); }
.jvhb.en #banners div#b4 {
  background-image: url(../images/themes/jvhb/header_bg4.en.jpg); }
.jvhb.en #menu ul li .sub {
  background-color: #ca0a92; }
.jvhb.en #menu ul li:hover {
  background-color: #ca0a92; }
  .jvhb.en #menu ul li:hover a {
    background-color: #ca0a92; }
.jvhb.en #menu ul a:hover {
  background-color: #ca0a92; }
.jvhb.en #pers h2 a:hover {
  color: #ca0a92; }
.jvhb.en a.new_content:hover {
  color: #ca0a92; }

.landing_page #public a:hover, .landing_page #public a.new_content:hover {
  color: #cc203f; }
.landing_page #wrapper {
  background: url(../images/wrapper_landing_page_bg.png) !important; }

.hcmi.landing_page #public a:hover, .hcmi.landing_page #public a.new_content:hover {
  color: #eb8000; }

.jg.landing_page #public a:hover, .jg.landing_page #public a.new_content:hover {
  color: #eb8000; }

.bcia.landing_page #public a:hover, .bcia.landing_page #public a.new_content:hover {
  color: #eb8000; }

.jvhb.landing_page #public a:hover, .jvhb.landing_page #public a.new_content:hover {
  color: #ca0a92; }

.hls #top #banner_stw {
  background: url(../images/themes/hls/banner_stw.png) no-repeat center center;
  position: absolute;
  right: 535px;
  top: 20px;
  width: 153px;
  height: 100px; }

.hls #top #banner_philips {
  background: url(../images/themes/hls/banner_philips.png) no-repeat center center;
  position: absolute;
  right: 350px;
  top: 20px;
  width: 185px;
  height: 100px; }

.jvhb #banners, .jvhb #banners div {
  height: 301px; }

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: white url(flick/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #444444; }

.ui-widget-content a {
  color: #444444; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url(flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
  color: #444444;
  font-weight: bold; }

.ui-widget-header a {
  color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url(flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #0073ea;
  background: #0073ea url(flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: white url(flick/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: white url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
  color: #444444; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444444; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: white url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #222222; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #222222; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(flick/images/ui-icons_ff0084_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(flick/images/ui-icons_ff0084_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(flick/images/ui-icons_0073ea_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(flick/images/ui-icons_666666_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(flick/images/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(flick/images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(flick/images/ui-icons_0073ea_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(flick/images/ui-icons_ff0084_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px; }

.ui-corner-tr {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.ui-corner-top {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.ui-corner-right {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.ui-corner-left {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.ui-corner-all {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
  opacity: .80;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .60;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

                                                                                                                                                                                                                                                          /*
* jQuery UI Resizable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

                                                                                      /*
* jQuery UI Selectable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

                                                             /*
* jQuery UI Autocomplete 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

                                                   /*
* jQuery UI Tabs 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
* jQuery UI Progressbar 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/*body, p, td, th {font-family: Lucida Sans Unicode, Lucida Grande, sans-serif}*/
#chat_container {
  bottom: 0.2em;
  position: fixed; }

#chat_container ul {
  height: 10em;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0px;
  padding-left: 0.2em; }

#chat_container li {
  border-top: 1px solid #d6d6d6;
  margin: 1px;
  padding: 1px; }

#chat_container h3 {
  font-size: 120%; }

#chat_manager {
  background-color: white;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  width: 8em;
  float: left;
  bottom: 0;
  position: fixed; }

#chats {
  position: relative;
  left: 100px;
  width: 100%; }

#chats .chat_session {
  position: relative;
  float: left; }

.chat_session .chat_box {
  background-color: white;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  bottom: 22px;
  margin: 0;
  position: absolute;
  right: auto;
  width: 250px; }

.chat_session h3.title {
  background-color: #666;
  border-color: white;
  color: white;
  margin: 2px;
  padding: 2px; }

#chat_manager .status {
  margin: 0; }

.chat_session h3.chat_tab {
  float: left;
  font-weight: normal;
  position: relative;
  width: 100px; }

#chat_manager .status, .chat_session h3.chat_tab {
  background-color: #efefef;
  border-color: #999;
  border-style: solid;
  border-width: 0px;
  margin: 0 0 -2px;
  padding: 2px; }

h3.chat_tab.active {
  color: #999; }

h3.chat_tab.inactive {
  color: #3d3c3c; }

.chat_session textarea {
  height: 3em;
  overflow: hidden;
  margin: 4px;
  width: 95%; }

.chat_session li .username {
  font-weight: bold; }

.chat_session li .system_message {
  color: #999;
  font-style: italic; }

.chat_session h3.chat_tab .unread_count {
  color: #f00;
  font-weight: bold; }

.landing_page .flash {
  margin: 10px 25px -20px; }

div.content p {
  line-height: 175%; }

div.list div.content_head {
  margin-bottom: 15px; }

.cms_controls a {
  background-image: url(/images/right_grey_18px.png); }

.cms_controls a:hover {
  background-image: url(/images/right_red_18px.png); }

#home_nihc {
  display: block;
  width: 400px;
  height: 130px;
  margin-left: 20px; }

#search #q {
  padding-left: 3px;
  text-transform: lowercase;
  margin-left: 5px; }

#search a {
  color: #fff;
  font-family: NettoWeb-Bold, arial;
  font-weight: normal; }

img.frontpage {
  padding-bottom: 10px;
  border: none;
  border-bottom: 5px solid black; }

#group_banner {
  background: #ccc;
  padding: 10px 20px; }

#group_banner a {
  font-size: 16pt;
  font-family: NettoWeb-Bold, arial;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  background: url(/images/more_white_22px.png) no-repeat left;
  padding: 5px 0 0 27px; }

#group_banner a:hover {
  background-image: url(/images/more_red_22px.png); }

div.content_head {
  margin-bottom: 12pt; }

#pers a {
  display: inline; }

#pers .recent_activities a:hover {
  color: #cc203f;
  background: transparent; }

#pers ul li a {
  display: block;
  padding: 2px 10px; }

#pers .recent_activities ul li a {
  display: inline;
  padding: 0; }

#pers ul li small a {
  display: inline; }

#pers .section > div {
  padding: 15px 0;
  margin-left: 8px; }

#pers div div {
  margin-left: 0;
  margin-right: 0; }

#pers h2 a {
  display: block; }

#pers #imagelist {
  padding: 0 10px; }

#pers .my_profile p {
  padding: 0 10px; }

#pers .section > div.recent_activities {
  margin-left: 0px;
  background: #fff;
  padding: 10px 0; }

#menu ul li .sub {
  z-index: 6;
  height: 275px; }

#menu ul li .sub div.col4 {
  width: 300px; }

#menu ul li .sub a:hover {
  color: #fff; }

#menu ul li .sub ul li.more a {
  font-family: NettoWeb-Bold, arial;
  font-weight: normal;
  font-size: 120%;
  color: #fff;
  display: inline;
  padding-left: 20px;
  background: url(/images/more_white_14px.png) no-repeat left; }

#menu ul li .sub ul li.more a:hover {
  color: #fff;
  background-image: url(/images/more_red_14px.png); }

#menu ul li .sub ul.more {
  margin: 0;
  margin-top: 10px;
  padding: 0; }

#menu ul li .sub ul.more a {
  display: block;
  font-family: NettoWeb-Bold, arial;
  font-weight: normal;
  font-size: 150%;
  color: #fff;
  padding: 5px 30px 5px 0;
  margin-right: 5px;
  background: url(/images/more_white_22px.png) no-repeat right; }

#menu ul li .sub ul.more a:hover {
  color: #fff;
  background-image: url(/images/more_red_22px.png); }

div.addthis_toolbox {
  height: 25px;
  margin: 0;
  padding: 10px 0 0px 300px; }

#imagelist a {
  display: inline; }

#imagelist img {
  width: 50px;
  height: 50px; }

#login input[type="submit"] {
  color: black;
  padding-right: 30px; }

#login_extra a, #login_extra a:link {
  color: #999; }

#login_extra a:hover {
  background: none;
  color: #000; }

div.red_image_link {
  position: relative;
  top: -40px;
  margin: 0 5px -25px;
  height: 18px;
  background: url(/images/more_red_14px.png) no-repeat right; }

a.more {
  font-family: NettoWeb-Bold, arial;
  font-weight: normal;
  font-size: 120%;
  color: #fff;
  display: inline;
  padding-left: 20px;
  background: url(/images/more_grey_14px.png) no-repeat left; }

a.more:hover {
  color: #fff;
  background-image: url(/images/more_red_14px.png); }

input[type="submit"] {
  padding-right: 22px;
  background-image: url(/images/right_grey_18px.png); }

input[type="submit"]:hover {
  background-image: url(/images/right_red_18px.png); }

div.view div.person {
  float: left;
  width: 130px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  margin: 5pt 5px; }

div.view div.person a {
  text-decoration: none;
  font-size: 85%; }

div.view div.person a.plain {
  color: black;
  text-decoration: none;
  font-size: 100%; }

li.publication div.thumb {
  overflow: hidden; }

#all_groups #group_1 {
  display: none; }

#all_groups #group_131 {
  display: none; }

#all_groups #group_134 {
  display: none; }

#all_groups #group_135 {
  display: none; }
