#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right;
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left;
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right;
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  float: left;
}
div.tree-child {
}
div.tree-child-last {
}
div.tree-child-horizontal {
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.nowra {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
.container-inline div, .container-inline label {
  display: inline;
}
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
html.js input.form-autocomplete {
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
}
html.js fieldset.collapsed legend a {
  background-position: 5px 50%;
}
* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  padding: 0.42em 1.5em 0.42em 0.5em;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right;
  padding-right: 5%;
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right;
  margin: 0 5% 0 0;
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}
.progress-disabled {
  float: left;
}
.ahah-progress {
  float: left;
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  float: left;
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}
tr.selected td {
  background: #ffc;
}
table.sticky-header {
  margin-top: 0;
  background: #fff;
}
#clean-url.install {
  display: none;
}
html.js .js-hide {
  display: none;
}
#system-modules div.incompatible {
  font-weight: bold;
}
#system-themes-form div.incompatible {
  font-weight: bold;
}
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px;
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
input.password-confirm {
  margin-right: 10px;
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}
ul.menu {
  list-style: none;
  border: none;
  text-align: left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
}
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
  font-weight: bold;
}
.field .field-label-inline, .field .field-label-inline-first {
  display: inline;
}
.field .field-label-inline {
  visibility: hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
  width: 30px;
  padding-right: 0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
  padding-right: .5em;
}
.node-form .content-add-more .form-submit {
  margin: 0;
}
.node-form .number {
  display: inline;
  width: auto;
}
.node-form .text {
  width: auto;
}
.form-item #autocomplete .reference-autocomplete {
  white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
  display: inline;
  font-weight: normal;
}
#content-field-overview-form .advanced-help-link, #content-display-overview-form .advanced-help-link {
  margin: 4px 4px 0 0;
}
#content-field-overview-form .label-group, #content-display-overview-form .label-group, #content-copy-export-form .label-grou {
  font-weight: bold;
}
table#content-field-overview .label-add-new-field, table#content-field-overview .label-add-existing-field, table#content-field-overview .label-add-new-grou {
  float: left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
  display: none;
}
table#content-field-overview tr.content-add-new .description {
  margin-bottom: 0;
}
table#content-field-overview .content-new {
  font-weight: bold;
  padding-bottom: .5em;
}
.advanced-help-topic h3, .advanced-help-topic h4, .advanced-help-topic h5, .advanced-help-topic h6 {
  margin: 1em 0 .5em 0;
}
.advanced-help-topic dd {
  margin-bottom: .5em;
}
.advanced-help-topic span.code {
  background-color: #EDF1F3;
  font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
  font-size: 0.9em;
  padding: 1px;
}
.advanced-help-topic .content-border {
  border: 1px solid #AAA
}
.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}
.ctools-owns-lock {
  background: #FFFFDD none repeat scroll 0 0;
  border: 1px solid #F0C020;
  padding: 1em;
}
a.ctools-ajaxing, input.ctools-ajaxing, select.ctools-ajaxing {
  padding-right: 18px !important;
}
div.ctools-ajaxing {
  float: left;
  width: 18px;
}
.container-inline-date {
  width: auto;
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
.container-inline-date .form-item {
  float: none;
  padding: 0;
  margin: 0;
}
.container-inline-date .form-item .form-item {
  float: left;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
  margin-right: 5px;
}
.container-inline-date .date-spacer {
  margin-left: -5px;
}
.views-right-60 .container-inline-date div {
  padding: 0;
  margin: 0;
}
.container-inline-date .date-timezone .form-item {
  float: none;
  width: auto;
  clear: both;
}
#calendar_div, #calendar_div td, #calendar_div th {
  margin: 0;
  padding: 0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
  width: 185px;
  border-collapse: separate;
  margin: 0;
}
.calendar td {
  padding: 0;
}
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
span.date-display-separator {
}
.date-repeat-input {
  float: left;
  width: auto;
  margin-right: 5px;
}
.date-repeat-input select {
  min-width: 7em;
}
.date-repeat fieldset {
  clear: both;
  float: none;
}
.date-views-filter-wrapper {
  min-width: 250px;
}
.date-views-filter input {
  float: left !important;
  margin-right: 2px !important;
  padding: 0 !important;
  width: 12em;
  min-width: 12em;
}
.date-nav {
  width: 100%;
}
.date-nav div.date-prev {
  text-align: left;
  width: 24%;
  float: left;
}
.date-nav div.date-next {
  text-align: right;
  width: 24%;
  float: right;
}
.date-nav div.date-heading {
  text-align: center;
  width: 50%;
  float: left;
}
.date-nav div.date-heading h3 {
  margin: 0;
  padding: 0;
}
.date-clear {
  float: none;
  clear: both;
  display: block;
}
.date-clear-block {
  float: none;
  width: auto;
  clear: both;
}
.date-clear-block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.date-clear-block {
  display: inline-block;
}/* Hides from IE-mac \*/
* html .date-clear-block {
  height: 1%;
}
.date-clear-block {
  display: block;
}
.date-container .date-format-delete {
  margin-top: 1.8em;
  margin-left: 1.5em;
  float: left;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}
.date-container .select-container {
  clear: left;
  float: left;
}
#ui-datepicker-div table, #ui-datepicker-div td, #ui-datepicker-div th {
  margin: 0;
  padding: 0;
}
#ui-datepicker-div, #ui-datepicker-div table, .ui-datepicker-div, .ui-datepicker-div table, .ui-datepicker-inline, .ui-datepicker-inline table {
  font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  background: #ffffff;
  border: 2px solid #d3d3d3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  margin: 0;
  padding: 2.5em .5em .5em .5em;
  position: relative;
  width: 15.5em;
}
#ui-datepicker-div {
  background: #ffffff;
  display: none;
  z-index: 9999;
}
.ui-datepicker-inline {
  display: block;
  float: left;
}
.ui-datepicker-control {
  display: none;
}
.ui-datepicker-current {
  display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
  left: .5em;
  position: absolute;
  top: .5em;
}
.ui-datepicker-next {
  left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
}
.ui-datepicker-next a, .ui-datepicker-prev a {
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 1.4em;
  text-indent: -999999px;
  width: 1.3em;
}
.ui-datepicker-next a {
}
.ui-datepicker-prev a:hover {
}
.ui-datepicker-next a:hover {
}
.ui-datepicker-prev a:active {
}
.ui-datepicker-next a:active {
}
.ui-datepicker-header select {
  background: #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555555;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: .5em;
}
.ui-datepicker-header select.ui-datepicker-new-month {
  left: 2.2em;
  width: 7em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
  left: 9.4em;
  width: 5em;
}
table.ui-datepicker {
  text-align: right;
  width: 15.5em;
}
table.ui-datepicker td a {
  color: #555555;
  display: block;
  padding: .1em .3em .1em 0;
  text-decoration: none;
}
table.ui-datepicker tbody {
  border-top: none;
}
table.ui-datepicker tbody td a {
  border: 1px solid #ffffff;
  cursor: pointer;
}
table.ui-datepicker tbody td a:hover {
  border: 1px solid #999999;
  color: #212121;
}
table.ui-datepicker tbody td a:active {
  border: 1px solid #dddddd;
  color: #222222;
}
table.ui-datepicker .ui-datepicker-title-row td {
  color: #222222;
  font-size: .9em;
  padding: .3em 0;
  text-align: center;
  text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222222;
}
.ui-datepicker-cover {
  display: none;
  display/**/: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.timeEntry_control {
  vertical-align: middle;
  margin-left: 2px;
}
* html .timeEntry_control {
  margin-top: -4px;
}
.timeEntry {
  background-color: transparent !important;
}
.timeEntry_control {
  display: none;
}
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.image_assist {
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px dashed #dddddd;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
.filefield-icon {
  float: left;
  margin-right: 0.4em;
}
.filefield-element {
  margin: 1em 0;
  white-space: normal;
}
.filefield-element .widget-preview {
  float: left;
  padding-right: 10px;
  border-right: 1px solid #CCC;
  margin-right: 10px;
  max-width: 30%;
}
.filefield-element .widget-edit {
  float: left;
  max-width: 70%;
}
.filefield-element .filefield-preview {
  width: 16em;
  overflow: hidden;
}
.filefield-element .widget-edit .form-item {
  margin: 0 0 1em 0;
}
.filefield-element input.form-submit, .filefield-element input.form-file {
  margin: 0;
}
.filefield-element input.progress-disabled {
  float: none;
  display: inline;
}
.filefield-element div.ahah-progress, .filefield-element div.throbber {
  display: inline;
  float: none;
  padding: 1px 13px 2px 3px;
}
.filefield-element div.ahah-progress-bar {
  display: none;
  margin-top: 4px;
  width: 28em;
  padding: 0;
}
.filefield-element div.ahah-progress-bar div.bar {
  margin: 0;
}
.filefield-generic-edit .filefield-icon {
  float: left;
  margin-right: 0.7em;
  margin-top: 0.3em;
}
.filefield-generic-edit-description {
  margin-right: 6em;
}
.filefield-generic-edit .form-text {
  width: 99%;
}
.filefield-generic-edit .description {
  white-space: normal;
  margin-bottom: 0;
  overflow: auto;
}
#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox a img {
  border: none;
}
#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  min-width: 240px;
  overflow: hidden;
}
#imageContainer, #frameContainer, #modalContainer {
  padding: 10px;
}
#modalContainer {
  line-height: 1em;
  overflow: auto;
}
#loading {
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: 45%;
*left:0%;
}
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer>#hoverNav {
  left: 0;
}
#frameHoverNav {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  position: relative;
  top: -60px;
}
#imageData>#frameHoverNav {
  left: 0;
}
#hoverNav a, #frameHoverNav a {
  outline: none;
}
#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  display: block;
}
#prevLink, #framePrevLink {
  left: 0;
  float: left;
}
#nextLink, #frameNextLink {
  right: 0;
  float: right;
}
#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
}
#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
}
#prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav, #framePrevLink:hover, #framePrevLink:visited:hover {
}
#nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav, #frameNextLink:hover, #frameNextLink:visited:hover {
}
#framePrevLink, #frameNextLink {
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: -60px;
  position: relative;
  top: 60px;
}
#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  min-width: 240px;
}
#imageData {
  padding: 0 10px;
}
#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}
#imageData #caption {
  font-weight: bold;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#imageData #node_link_text {
  display: block;
  padding-bottom: 1.0em;
}
#imageData #bottomNav {
  height: 66px;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
#overlay_default {
  opacity: 0.6;
}
#overlay_macff2 {
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html>body .clearfix {
  display: inline;
  width: 100%;
}
* html .clearfix {/* Hides from IE-mac \*/
  height: 1%;
}
#bottomNavClose {
  display: block;
  margin-top: 33px;
  float: right;
  padding-top: 0.7em;
  height: 26px;
  width: 26px;
}
#bottomNavClose:hover {
  background-position: right;
}
#loadingLink {
  display: block;
  width: 32px;
  height: 32px;
}
#bottomNavZoom {
  display: none;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}
#bottomNavZoomOut {
  display: none;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}
#lightshowPlay {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
}
#lightshowPause {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
}
.lightbox_hide_image {
  display: none;
}
.og-picture-wrapper {
  border-bottom: 1px dotted;
  padding: 5px 0px;
  text-align: center;
}
.og-picture-wrapper .picture {
  float: none;
}
#block-og-5 div.item-list ul {
  padding: 0;
  margin: 0;
}
#block-og-5 div.item-list ul ul li {
  margin: 0
}
#block-og-0 .form-item {
  margin-bottom: .4em;
}
#block-og-0 h2 a {
  text-decoration: none;
}
.groups .links {
  display: inline;
}
.view-id-og_members_faces table td, .view-id-og_members_block {
  text-align: center;
  vertical-align: bottom;
}
.view-id-og_members_block .item-list ul li {
  border-top: #CCCCCC 1px dotted;
  padding-top: 4px;
  list-style: none;
  background: none;
  margin-left: 0;
  padding-left: 0em;
  text-indent: -1em;
}
.view-id-og_members_faces tr.row-first td, .view-id-og_members_block ul li:first {
border-top:none;
}
.view-id-og_members_faces div.picture, .view-id-og_members_block div.picture {
  float: none;
}
.views-field-is-admin {
  font-style: italic;
}
#quiz_progress {
  font-style: italic;
  font-size: 80%;
}
span.multichoice_answer_text {
  display: inline;
}
.quiz_question_bullet {
  font-weight: bold;
  font-size: 120%;
}
#quiz_score_possible, #quiz_score_percent {
  font-weight: bold;
}
.quiz_summary_question {
  margin-bottom: 0.5em;
}
tr.quiz_summary_qrow {
  background: transparent;
}
td.quiz_summary_qcell {
  vertical-align: top;
  padding: 1em 1em 0em 0em;
}
td.quiz_summary_qcell table tr {
  background: transparent;
}
td.quiz_summary_qcell table td {
  vertical-align: top;
  padding: .5em;
}
.quiz_answer_feedback {
  font-style: italic;
}
.quiz_summary_header {
  font-weight: bold;
}
.quiz_summary_text {
}
div.multichoice_answer_correct {
  padding: 5px;
  border: 1px solid green;
}
div.multichoice_answer_incorrect {
  padding: 5px;
  border: 1px solid red;
}
.add-questions {
  padding: 0 0 1em 2em;
}
.wrapper.tagadelic {
  text-align: justify;
  margin-right: 1em;
}
.tagadelic.level1 {
  font-size: 1em;
}
.tagadelic.level2 {
  font-size: 1.2em;
}
.tagadelic.level3 {
  font-size: 1.4em;
}
.tagadelic.level4 {
  font-size: 1.6em;
}
.tagadelic.level5 {
  font-size: 1.8em;
}
.tagadelic.level6 {
  font-size: 2em;
}
.tagadelic.level7 {
  font-size: 2.2em;
}
.tagadelic.level8 {
  font-size: 2.4em;
}
.tagadelic.level9 {
  font-size: 2.6em;
}
.tagadelic.level10 {
  font-size: 2.8em;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}
#forum tr td.forum {
  padding-left: 25px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}
#forum tr.new-topics td.forum {
}
#forum div.indent {
  margin-left: 20px;
}
.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
  text-align: right;
  float: left;
  width: 46%;
}
.forum-topic-navigation .topic-next {
  text-align: left;
  float: right;
  width: 46%;
}
.calendar-calendar tr.odd, .calendar-calendar tr.even {
  background-color: #fff;
}
.calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.calendar-calendar .month-view table {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.calendar-calendar .year-view td {
  width: 32%;
  padding: 1px;
  border: none;
}
.calendar-calendar .year-view td table td {
  width: 13%;
  padding: 0;
}
.calendar-calendar tr {
  padding: 0;
  margin: 0;
  background-color: white;
}
.calendar-calendar th {
  color: #fff;
  background-color: #ccc;
  text-align: center;
  margin: 0;
}
.calendar-calendar th a {
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
}
.calendar-calendar td {
  width: 12%;
  min-width: 12%;
  border: 1px solid #ccc;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.calendar-calendar .mini {
  border: none;
}
.calendar-calendar td.week {
  width: 1%;
  min-width: 1%;
}
.calendar-calendar .week {
  clear: both;
  font-style: normal;
  color: #555;
  font-size: 0.8em;
}
.calendar-calendar .week a {
  font-weight: normal;
}
.calendar-calendar .inner {
  min-height: 5em;
  height: auto !important;
  height: 5em;
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner div {
  padding: 0;
  margin: 0;
}
.calendar-calendar .inner {
  padding: 0 0 .8em 0;
  margin: 0;
}
.calendar-calendar td a {
  font-weight: bold;
  text-decoration: none;
}
.calendar-calendar td a:hover {
  text-decoration: none;
}
.calendar-calendar td.year, .calendar-calendar td.month {
  text-align: center;
}
.calendar-calendar th.days {
  color: #ccc;
  background-color: #224;
  text-align: center;
  padding: 1px;
  margin: 0;
}
.calendar-calendar div.day {
  float: right;
  text-align: center;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background-color: #f3f3f3;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  clear: both;
  width: 1.5em;
}
.calendar-calendar div.calendar {
  background-color: #fff;
  border: solid 1px #ddd;
  text-align: left;
  margin: 0 .25em .25em 0;
  width: 96%;
  float: right;
  clear: both;
}
.calendar-calendar .day-view div.calendar {
  float: none;
  width: 98%;
  margin: 1% 1% 0 1%;
}
.calendar-calendar div.title {
  font-size: .8em;
  text-align: center;
}
.calendar-calendar div.title a {
  color: #000;
}
.calendar-calendar div.title a:hover {
  color: #c00;
}
.calendar-calendar .content {
  clear: both;
  padding: 3px;
  padding-left: 5px;
}
.calendar div.form-item {
  white-space: normal;
}
table td.mini, table th.mini, table.mini td.week {
  padding: 0 1px 0 0;
  margin: 0;
}
table td.mini a {
  font-weight: normal;
}
.calendar-calendar .mini-day-off {
  padding: 0px;
}
.calendar-calendar .mini-day-on {
  padding: 0px;
}
table .mini-day-on a {
  text-decoration: none;
}
.calendar-calendar .mini .title {
  font-size: .8em;
}
.mini .calendar-calendar .week {
  font-size: .7em;
}
.mini-row {
  width: 100%;
  border: none;
}
.mini {
  width: 32%;
  vertical-align: top;
}
.calendar-calendar .stripe {
  height: 5px;
  width: auto;
  font-size: 1px !important;
  line-height: 1px !important;
}
.calendar-calendar .day-view .stripe {
  width: 100%;
}
table.calendar-legend {
  background-color: #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
}
table.calendar-legend tr.odd .stripe, table.calendar-legend tr.even .stripe {
  height: 12px !important;
  font-size: 9px !important;
  line-height: 10px !important;
}
.calendar-legend td {
  text-align: left;
}
.calendar-empty {
  font-size: 1px;
  line-height: 1px;
}
.calendar-calendar td.calendar-agenda-hour {
  font-family: serif;
  text-align: right;
  border: none;
  border-top: 1px #333 dotted;
  padding-top: .25em;
  width: 1%;
}
.calendar-calendar td.calendar-agenda-no-hours {
  min-width: 1%;
}
.calendar-calendar td.calendar-agenda-hour .calendar-hour {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
  font-size: 1em;
}
.calendar-calendar td.calendar-agenda-items {
  border: 1px #333 dotted;
  text-align: left;
}
.calendar-calendar td.calendar-agenda-items div.calendar {
  width: auto;
  padding: .25em;
  margin: 0;
}
.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em 0;
  background-color: #fff;
}
.calendar-date-select form {
  text-align: right;
  float: right;
  width: 25%;
}
.calendar-date-select div, .calendar-date-select input, .calendar-date-select label {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  clear: both;
}
.calendar-date-select .description {
  float: right;
}
.calendar-label {
  font-weight: bold;
  display: block;
  clear: both;
}
.calendar-calendar div.date-nav {
  background-color: #ccc;
  color: #777;
  padding: 0.2em;
  width: auto;
  border: 1px solid #ccc;
}
.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
  color: #777;
}
.calendar-calendar th.days {
  background-color: #eee;
  color: #777;
  font-weight: bold;
  border: 1px solid #ccc;
}
.calendar-calendar td.empty {
  background: #ccc;
  border-color: #ccc;
}
.calendar-calendar table.mini td.empty {
  background: #fff;
  border-color: #fff;
}
.calendar-calendar td div.day {
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  margin-bottom: 2px;
}
.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
  background: #eee;
}
.calendar-calendar div.calendar {
  border: none;
  font-size: x-small;
}
.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
  border: none;
  background: #ffc;
  padding: 0 2px;
}
.calendar-calendar td .inner div.calendar div.calendar-more, .calendar-calendar td .inner div.calendar div.calendar-more a {
  color: #444;
  background: #fff;
  text-align: right;
}
.calendar-calendar td .inner .view-field, .calendar-calendar td .inner .view-field a {
  color: #444;
  font-weight: normal;
}
.calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator {
  font-weight: bold;
}
.calendar-calendar td .inner div.day a {
  color: #4b85ac;
}
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
  background-color: #C3D6E4;
}
.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
  border-bottom: 1px solid #ccc;
}
.calendar-calendar td.past {
}
.calendar-calendar td.future {
}
.calendar-calendar td.has-events {
}
.calendar-calendar td.has-no-events {
}
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
}
div.fieldgrou {
  margin: .5em 0 1em 0;
}
div.fieldgroup .content {
  padding-left: 1em;
}
.forward-link {
  position: relative;
  bottom: 0.5em;
  float: right;
  margin-left: 1em;
}
.forward-syslink {
  margin-right: 1em;
}
img.forward-icon {
  vertical-align: middle;
}
img.forward-icon-margin {
  margin-right: 4px;
}
label.printmail-label {
  width: 175px;
  float: left;
}
.print-link {
  display: block;
  text-align: right;
  padding-bottom: 0.5em;
}
.print_html, .print_mail, .print_pdf {
  margin-left: 1em;
}
.print-syslink {
  margin-right: 1em;
}
img.print-icon {
  vertical-align: middle;
}
img.print-icon-margin {
  padding-right: 4px;
}
label.printmail-label {
  width: 175px;
  float: left;
}
div.quicktabs_tabpage.nojs-hide {
  display: none;
}
ul.quicktabs_tabs {
  margin-top: 0;
}
ul.quicktabs_tabs li {
  display: inline;
  background: none;
  list-style-type: none;
  padding: 2px;
}
ul.quicktabs_tabs li a:focus {
  outline: none;
}
.container_12, .container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
  display: inline;
  float: left;
  margin: 0;
}
.container_12 .grid_3, .container_16 .grid_4 {
  width: 240px;
}
.container_12 .grid_6, .container_16 .grid_8 {
  width: 480px;
}
.container_12 .grid_9, .container_16 .grid_12 {
  width: 720px;
}
.container_12 .grid_12, .container_16 .grid_16 {
  width: 960px;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.container_12 .grid_1 {
  width: 80px;
}
.container_12 .grid_2 {
  width: 160px;
}
.container_12 .grid_4 {
  width: 320px;
}
.container_12 .grid_5 {
  width: 400px;
}
.container_12 .grid_7 {
  width: 560px;
}
.container_12 .grid_8 {
  width: 640px;
}
.container_12 .grid_10 {
  width: 800px;
}
.container_12 .grid_11 {
  width: 880px;
}
.container_16 .grid_1 {
  width: 60px;
}
.container_16 .grid_2 {
  width: 120px;
}
.container_16 .grid_3 {
  width: 180px;
}
.container_16 .grid_5 {
  width: 300px;
}
.container_16 .grid_6 {
  width: 340px;
}
.container_16 .grid_7 {
  width: 420px;
}
.container_16 .grid_9 {
  width: 540px;
}
.container_16 .grid_10 {
  width: 600px;
}
.container_16 .grid_11 {
  width: 660px;
}
.container_16 .grid_13 {
  width: 780px;
}
.container_16 .grid_14 {
  width: 840px;
}
.container_16 .grid_15 {
  width: 900px;
}
.container_12 .prefix_3, .container_16 .prefix_4 {
  padding-left: 240px;
}
.container_12 .prefix_6, .container_16 .prefix_8 {
  padding-left: 480px;
}
.container_12 .prefix_9, .container_16 .prefix_12 {
  padding-left: 720px;
}
.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
.container_16 .prefix_1 {
  padding-left: 60px;
}
.container_16 .prefix_2 {
  padding-left: 120px;
}
.container_16 .prefix_3 {
  padding-left: 180px;
}
.container_16 .prefix_5 {
  padding-left: 300px;
}
.container_16 .prefix_6 {
  padding-left: 360px;
}
.container_16 .prefix_7 {
  padding-left: 420px;
}
.container_16 .prefix_9 {
  padding-left: 540px;
}
.container_16 .prefix_10 {
  padding-left: 600px;
}
.container_16 .prefix_11 {
  padding-left: 660px;
}
.container_16 .prefix_13 {
  padding-left: 780px;
}
.container_16 .prefix_14 {
  padding-left: 840px;
}
.container_16 .prefix_15 {
  padding-left: 900px;
}
.container_12 .suffix_3, .container_16 .suffix_4 {
  padding-right: 240px;
}
.container_12 .suffix_6, .container_16 .suffix_8 {
  padding-right: 480px;
}
.container_12 .suffix_9, .container_16 .suffix_12 {
  padding-right: 720px;
}
.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
.container_16 .suffix_1 {
  padding-right: 60px;
}
.container_16 .suffix_2 {
  padding-right: 120px;
}
.container_16 .suffix_3 {
  padding-right: 180px;
}
.container_16 .suffix_5 {
  padding-right: 300px;
}
.container_16 .suffix_6 {
  padding-right: 360px;
}
.container_16 .suffix_7 {
  padding-right: 420px;
}
.container_16 .suffix_9 {
  padding-right: 540px;
}
.container_16 .suffix_10 {
  padding-right: 600px;
}
.container_16 .suffix_11 {
  padding-right: 660px;
}
.container_16 .suffix_13 {
  padding-right: 780px;
}
.container_16 .suffix_14 {
  padding-right: 840px;
}
.container_16 .suffix_15 {
  padding-right: 900px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a:link, a:visited, a:active {
  color: #006690;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
form {
  overflow: hidden;
}
{
 margin:0 0 10px 0;
}
.form-text {
  border: 1px solid #474747;
  padding: 2px;
  background-position: left top;
}
.form-submit {
  padding: 3px 0;
  border: 1px solid #474747;
  background: none;
  background-color: #474747;
  color: #fff;
}
.slogan {
  height: 21px;
  color: #006690;
  text-transform: uppercase;
}
.header .header_content {
  height: 110px;
}
.header h1 {
  position: absolute;
  text-indent: -9999px;
}
.header .header_background {
  height: 110px;
  position: relative;
}
.header #block-views-101_1_header_image-block_1 {
  position: absolute;
  left: 0;
  top: 0;
}
.header .backtohome {
  float: left;
  margin: 10px 0 0 10px;
  overflow: hidden;
}
.header .meridians {
  height: 110px;
  position: relative;
}
.header .primary_menu {
  height: 26px;
  position: absolute;
  top: 0;
  right: 236px;
}
.header .primary_menu .primary-links, .header .primary_menu .menu {
  margin: 0;
  padding: 0;
  height: 26px;
  float: left;
}
.header .primary_menu .primary-links li, .header .primary_menu .menu li {
  float: left;
  height: 26px;
  padding: 0 10px;
  margin: 0;
  background-image: url(../images/mustcarry_text.png);
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  border: 1px solid #474747;
  border-right: 0;
}
.header .primary_menu .primary-links li a, .header .primary_menu .menu li a {
  display: block;
  margin-top: 6px;
  color: #000;
  text-decoration: none;
}
.header .primary_menu .primary-links li a:hover, .header .primary_menu .menu li a:hover {
  text-decoration: none;
}
.header .search {
  width: 234px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
}
.header .search #search label {
  display: none;
}
.header .search #search .form-submit {
  border: 1px solid #474747;
  height: 22px;
  margin: 1px 0;
  overflow: hidden;
  width: 35px;
}
.faux_search_button {
  height: 22px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 35px;
  position: absolute;
  top: 0;
  right: 4px;
}
.header .search #search .form-item {
  margin: 0;
}
.header .search #search .form-text {
  background-position: right top;
  border: 1px solid #474747;
  height: 17px;
  margin: 2px 0 2px 2px;
  padding: 4px 0 0 3px;
  width: 184px;
}
#search-theme-form {
  position: relative;
}
.search-spinner {
  left: 172px;
  position: absolute;
  top: 6px;
  height: 16px;
  width: 16px;
  display: none;
  z-index: 9999;
}
* html .header .search #search .form-text {
  margin-top: 1px;
  margin-bottom: 1px;
}
.header .languages {
  height: 22px;
  background-color: #c2c2c2;
}
.header .languages h1, .header .languages h2 {
  display: none;
}
.header .languages ul, .header .languages li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
.header .languages li {
  padding: 3px 4px 0 6px;
}
.header .languages li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.header .languages li a:hover {
  color: #006690;
}
.header .languages li a.active {
  color: #006690;
}
.inner_content_container {
  margin: 10px 10px 0 0;
}
ul.primary, ul.secondary {
  background-color: #474747;
  width: 642px;
  height: 18px;
  border: none;
  margin: 10px 0 0 0;
  padding: 4px 0px 0px 8px;
}
ul.secondary {
  background-color: #c2c2c2;
}
ul.primary li, ul.secondary li {
  border: none;
  background: none;
  padding: 0;
  margin: 0 8px 0 2px;
}
ul.primary li a, ul.secondary li a {
  color: #fff;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
ul.secondary li a {
  color: #000;
}
ul.primary li.active a, ul.secondary li.active a {
  color: #0099c0;
  background: none;
  border: none;
}
ul.primary li a:hover, ul.secondary li a:hover {
  color: #0099c0;
  border: none;
  background: none;
}
.latest-news-x ul.primary {
  width: 648px;
  height: auto;
  margin-top: 14px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #474747;
  overflow: hidden;
}
.latest-news-x ul.primary li {
  margin: 0;
  float: left;
}
.latest-news-x ul.primary li a {
  padding: 3px 20px;
  color: #006690;
  display: block;
  border-right: 1px solid #474747;
}
.latest-news-x ul.primary li.active a {
  background-color: #006690;
  color: #fff;
}
.latest-news-x ul.primary li a:hover {
  background-color: #006690;
  color: #fff;
}
.mustcarry {
  width: 650px;
  height: 330px;
  overflow: hidden;
}
.mustcarry li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mustcarry .view-content {
  width: 650px;
  height: 330px;
  overflow: hidden;
  position: relative;
}
.mustcarryitem {
  width: 650px;
  height: 330px;
  overflow: hidden;
}
.not-mustcarryitem {
  border: 1px solid #474747;
  padding: 10px;
  width: 628px;
  overflow: hidden;
}
.not-mustcarryitem h1, .not-mustcarryitem h2 {
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
  color: #006690;
  font-size: 18px;
  font-weight: bold;
  width: 506px;
}
.not-mustcarryitem .not-mustcarryitemheader {
  float: left;
  width: 506px;
}
.mustcarryimage {
  position: relative;
  width: 650px;
  height: 330px;
  overflow: hidden;
}
.mustcarrymeridian {
  position: absolute;
  top: 0;
  left: 0;
  width: 650px;
  height: 330px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.mustcarrymeridian.meridian-left {
  background-position: bottom left;
}
.mustcarrymeridian.meridian-none {
  background-image: none;
}
.not-mustcarryitem .globeitem, .not-mustcarryitem .userimage, .video-article-header-images .globeitem, .video-article-header-images .userimage {
  width: 49px;
  height: 49px;
  border: 1px solid #fff;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  display: inline;
}
.globeitem a {
  display: block;
  height: 49px;
  overflow: hidden;
  text-indent: -9999px;
  width: 49px;
}
.not-mustcarryitem .globeitem, .video-article-header-images .globeitem {
}
.not-mustcarryitem .itemheader-details-text {
  float: left;
  width: 506px;
  display: block;
}
.mustcarryimage .userimage img, .mustcarryimage .globeitem {
  width: 49px;
  height: 49px;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}
.mustcarryimage .globeitem {
  top: 10px;
  left: 71px;
}
.mustcarryimage .globeitem.move_left {
  left: 10px;
}
.mustcarryimage .location-shadow {
  color: #333;
  position: absolute;
  right: 89px;
  bottom: 89px;
}
.mustcarryimage .location {
  color: #fff;
  position: absolute;
  right: 90px;
  bottom: 90px;
}
.mustcarryimage .meridian-left .location-shadow {
  right: auto;
  left: 111px;
  bottom: 89px;
}
.mustcarryimage .meridian-left .location {
  right: auto;
  left: 110px;
  bottom: 90px;
}
.mustcarryimage .meridian-none .location-shadow, .mustcarryimage .meridian-none .location {
  display: none;
}
.mustcarrytext {
  width: 630px;
  border-top: none;
  padding: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/mustcarry_text.png);
}
#block-views-102_must_carry-block, #block-views-102_must_carry-block .content {
  height: 330px;
  width: 650px;
  overflow: hidden;
}
#block-views-102_must_carry-block .content {
  position: relative;
}
#block-views-102_must_carry-block .mustcarrytext, .view-1500-corporate-nodequeue .mustcarrytext, .view-Main-Dossier-Carousel .mustcarrytext {
  height: 100px;
  bottom: auto;
  top: 287px;
}
.article-header .mustcarrytext {
  padding: 10px;
}
.mustcarrytext h1, .mustcarrytext h1 a, .mustcarrytext h2, .mustcarrytext h2 a {
  text-decoration: none;
  color: #006690;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#block-views-102_must_carry-block .mustcarrytext h1, .view-Main-Dossier-Carousel .mustcarrytext h1, .view-1500-corporate-nodequeue .mustcarrytext h1, #block-views-102_must_carry-block .mustcarrytext h2, .view-Main-Dossier-Carousel .mustcarrytext h2, .view-1500-corporate-nodequeue .mustcarrytext h2 {
  margin-bottom: 10px;
}
.view-Main-Dossier-Carousel .mustcarrytext h1 span.date, .view-Main-Dossier-Carousel .mustcarrytext h2 span.date {
  color: #006690;
  font-size: 10px;
  font-weight: bold;
}
.mustcarrytext {
  margin: 0;
}
.vertical_slide_image {
  position: relative;
  width: 300px;
  overflow: hidden;
  margin-bottom: 12px;
}
.vertical_slide_image img {
}
.vertical_slide_image_text {
  width: 203px;
  border-top: none;
  padding: 10px;
  top: 122px;
  left: 0;
  position: absolute;
  background-image: url(../images/mustcarry_text.png);
}
#block-views-102_must_carry-block .vertical_slide_image_text, .view-1500-corporate-nodequeue .vertical_slide_image_text, .view-Main-Dossier-Carousel .vertical_slide_image_text {
  height: 100px;
}
.article-header .vertical_slide_image_text {
  padding: 10px;
}
.vertical_slide_image_text h1, .vertical_slide_image_text h1 a, .vertical_slide_image_text h2, .vertical_slide_image_text h2 a {
  text-decoration: none;
  color: #006690;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#block-views-102_must_carry-block .vertical_slide_image_text h1, .view-Main-Dossier-Carousel .vertical_slide_image_text h1, .view-1500-corporate-nodequeue .vertical_slide_image_text h1, #block-views-102_must_carry-block .vertical_slide_image_text h2, .view-Main-Dossier-Carousel .vertical_slide_image_text h2, .view-1500-corporate-nodequeue .vertical_slide_image_text h2 {
  margin-bottom: 10px;
}
.view-Main-Dossier-Carousel .vertical_slide_image_text h1 span.date, .view-Main-Dossier-Carousel .vertical_slide_image_text h2 span.date {
  color: #006690;
  font-size: 10px;
  font-weight: bold;
}
.vertical_slide_image_text {
  margin: 0;
}
.view-Dossier-News .item-list ul {
  padding: 0;
}
.view-Dossier-News .item-list li {
  margin: 0;
  list-style: none;
}
.view-Dossier-News span.date {
  color: #474747;
  font-style: italic;
}
.content .ron-item {
  height: 1%;
  border: 1px solid #474747;
  margin-top: 10px;
  overflow: hidden;
}
.innerbottom .content .view-1106-programs .ron-item {
  border: 0;
  border-bottom: 1px dashed #474747;
}
.content .article-content-audio {
  margin: 20px 0;
}
.innerbottom .most-popular {
  width: 648px;
  float: left;
}
.content .ron-item-image, .innerbottom .most-popular-image {
  float: left;
  padding: 10px;
  position: relative;
  width: 230px;
  overflow: hidden;
}
.content .ron-item .ron-item-play-logo, .innerbottom .most-popular .pop-item-play-logo {
  position: absolute;
  display: block;
  width: 61px;
  height: 44px;
  top: 9px;
  left: 0px;
  background-position: 0 -44px;
  text-indent: -9999px;
  overflow: hidden;
}
.content .ron-item-image .ron-item-meredian, .innerbottom .most-popular .most-popular-meredian {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 230px;
  height: 160px;
}
.content .ron-item-image .ron-item-image-location, .innerbottom .most-popular .most-popular-image-location {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 10px;
  color: #fff;
}
.content .ron-item-image .ron-item-image-location-shadow, .innerbottom .most-popular .most-popular-image-location-shadow {
  position: absolute;
  top: 31px;
  right: 34px;
  font-size: 10px;
  color: #333;
}
.content .ron-item h2, .content .ron-item h2 a, .content .ron-item h2 span, .innerbottom .most-popular h3, .innerbottom .most-popular h3 a, .innerbottom .most-popular h3 span, #block-views-1406_listening_guide-block_1 h2 {
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  color: #006690;
  font-size: 18px;
  margin: 0px 0 5px 0;
  padding: 0;
  text-transform: none;
}
.ron-item:hover {
  background: none;
}
.content .ron-item h2 a .ron-item-content-type, .innerbottom .most-popular h3 a .most-popular-content-type {
  font-weight: normal;
}
.content .ron-item .ron-item-content, .content .most-popular .most-popular-content {
  padding: 10px 10px 10px 0;
  width: 366px;
  float: left;
}
.content .ron-item .ron-item-media ul {
  padding: 0;
  margin: 0;
}
.content .ron-item .ron-item-media ul li {
  float: left;
  list-style: none;
  height: 27px;
  width: 27px;
  margin-right: 5px;
  background-position: 0px 0px;
}
.content .ron-item .ron-item-media ul li a {
  display: block;
  height: 27px;
  width: 27px;
  text-indent: -9999px;
  overflow: hidden;
}
.content .ron-item .ron-item-links, .innerbottom .most-popular .most-popular-links {
  text-align: right;
  padding: 12px 10px 0 0;
}
.content .ron-item .ron-item-links .ron-item-react, .content .ron-item .ron-item-links .ron-item-read-more, .innerbottom .content .view-1106-programs .more-link, .innerbottom .most-popular .most-popular-links .most-popular-read-more {
  margin: 0 0 0 15px;
  color: #000;
}
.innerbottom .content .view-1106-programs .more-link {
  margin: 10px;
}
.content .ron-item .ron-item-links .ron-item-read-more:hover, .innerbottom .content .view-1106-programs .more-link:hover, .innerbottom .most-popular .most-popular-links .most-popular-read-more:hover {
  color: #006690;
  text-decoration: none;
}
.content .ron-item .ron-item-links .ron-item-react {
  color: #000;
  text-decoration: none;
}
.content .ron-item .ron-item-links .ron-item-react .ron-item-react-text {
  color: #000;
  text-decoration: none;
}
.content .ron-item .ron-item-links .ron-item-react .ron-item-react-text-count {
  color: #000;
  text-decoration: none;
}
.content .ron-item .ron-item-links .ron-item-react:hover, .content .ron-item .ron-item-links .ron-item-react:hover .ron-item-react-text-count, .content .ron-item .ron-item-links .ron-item-react:hover .ron-item-react-text {
  text-decoration: none;
  color: #006690;
}
.content .ron-item .ron-item-date {
  margin: 0 0 4px 0;
  color: #474747;
  font-style: italic;
}
.content .ron-item .ron-item-media ul li.ron-item-links-listen {
  background-position: -27px 0px;
}
.content .ron-item .ron-item-media ul li.ron-item-links-view {
  background-position: -54px 0px;
}
.content #comments {
  padding-top: 0;
  width: 648px;
  border: 1px solid #474747;
  margin-top: 10px;
}
.content #comment-react-form {
  margin-top: 10px;
  border: 1px solid #474747;
}
.content #comment-react-form h2 {
  padding: 4px 0 0 4px;
  background-color: #474747;
  margin: 0;
  font-weight: normal;
  color: #fff;
  height: 18px;
  text-transform: uppercase;
}
.content #comment-react-form #comment-form {
  padding: 10px;
  margin: 0;
}
.content #comments .comments-header {
  height: 22px;
  margin: 0;
  width: 648px;
  background-color: #474747;
}
.content #comments .comments-header .comments-header-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 4px 0 0 4px;
  width: 604px;
  float: left;
}
.comments-header-rss {
  height: 19px;
  padding-top: 3px;
  width: 40px;
  display: block;
  text-align: center;
  background-color: #ff9600;
  float: right;
}
.comments-header-rss-ankeiler {
  margin-top: -4px;
  margin-right: -4px;
  margin-left: 4px;
  height: 19px;
  padding-top: 3px;
  width: 40px;
  display: block;
  text-align: center;
  background-color: #ff9600;
  float: right;
}
.comments-header-rss-link {
  color: #fff!important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none!important;
  letter-spacing: -1px;
}
.comments-header-rss-link:hover {
  text-decoration: none!important;
}
.content #comments .comments-content {
  padding: 0 10px 10px 10px;
}
.content #comments .comment {
  border-bottom: 1px dashed #474747;
  padding: 10px 0;
  overflow: hidden;
  height: 1%;
}
.content #comments .comment .comment-picture {
  width: 51px;
  text-align: left;
  padding: 0 10px 0 0;
  float: left;
}
.content #comments .comment .comment-content {
  margin-left: 61px;
}
.content #comments .comment .comment-header {
  height: 1%;
  overflow: hidden;
}
.content #comments .comment .comment-header-credentials {
  float: left;
}
.content #comments .comment .comment-header-credentials-name, .content #comments .comment .comment-header-credentials-date-location {
  display: block;
}
.content #comments .comment .comment-header-credentials-name a {
  font-weight: bold;
  color: #006690;
  text-decoration: none;
}
.content #comments .comment .comment-header-credentials-name a:hover {
  text-decoration: none;
}
.content #comments .comment .comment-header-credentials-date-location {
  color: #006690;
}
.content #comments .comment .comment-header-links {
  float: right;
}
.content #comments .comment .comment-header-links ul.links li {
  padding-right: 0;
  display: block;
}
.content #comments .comment {
  margin: 0;
}
.content #contact-mail-page, .content #user-register, .content #user-login, .content #user-pass {
  border: 1px solid #474747;
  padding: 10px;
  width: 628px;
  float: left;
  overflow: hidden;
}
.content #user-register {
  margin-top: 10px;
}
.content .sig-feeds {
  width: 628px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #474747;
}
.content .sig-feeds h2 {
  margin: 0;
  color: #006690;
  font-size: 18px;
  font-weight: bold;
}
.content .maps-header {
  border: 1px solid #474747;
  width: 628px;
  padding: 10px;
  margin-bottom: 10px;
}
.content .maps-container {
  border: 1px solid #474747;
  width: 628px;
  padding: 10px;
}
.content .maps-header h1, .content .maps-header h2 {
  margin: 0;
  color: #006690;
  font-size: 18px;
  font-weight: bold;
}
.maps-popup-window {
  border: 1px solid #474747;
  padding: 10px;
  overflow: hidden;
  height: 174px;
  width: 450px;
}
.maps-popup-window a {
  float: left;
  padding-right: 10px;
  height: 152px;
  width: 203px;
}
.maps-popup-window .maps-popup-window-text {
  float: left;
  height: 152px;
  width: 237px;
}
.maps-popup-window .maps-popup-window-text h3 {
  color: #006690;
  font-size: 13px;
  margin: 0;
}
.content #comment-form textarea, .content #contact-mail-page textarea {
  width: 622px;
  border: 1px solid #474747;
  padding: 2px;
  background-position: left top;
  height: 100px;
}
.content #comment-form .form-item, .content #contact-mail-page .form item {
  margin: 0 0 10px 0;
}
.content #comment-form .form-submit, .content #contact-mail-page .form-submit {
  padding: 3px 0;
  border: 1px solid #474747;
  background: none;
  background-color: #474747;
  color: #fff;
  float: right;
}
.content #comment-form #edit-preview {
  display: none;
}
.content #comment-form div {
  display: none;
}
.content #comment-form .grippie, .content #contact-mail-page .grippie {
  display: none;
}
.content #comment-react-form .content {
  overflow: hidden;
  padding-bottom: 10px;
}
#block-views-106_etalage-block h2, #block-views-1500_etalage-block h2, #block-views-Dossier_Spotlight-block h2, #block-views-Dossier_Spotlight-block_1 h2 {
  margin-bottom: 8px;
}
.view-105-discussion, .view-Dossier-Discussion {
  border: 1px solid #474747;
  border-top: none;
  float: left;
}
.view-106-etalage ul, .view-1500-etalage ul, .view-105-discussion ul, .view-Dossier-Discussion ul, .view-Dossier-Spotlight ul {
  margin: 0;
  padding: 0;
}
.view-106-etalage ul li, .view-1500-etalage ul li, .view-105-discussion ul li, .view-Dossier-Discussion ul li, .view-Dossier-Spotlight ul li {
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
  width: 234px;
  float: left;
}
.view-105-discussion, .view-Dossier-Discussion {
  width: 958px;
  float: left;
}
.view-105-discussion ul li, .view-Dossier-Discussion ul li {
  width: 233px;
}
.view-106-etalage ul li.views-row-last, .view-1500-etalage ul li.views-row-last, .view-105-discussion ul li.views-row-last, .view-Dossier-Discussion ul li.views-row-last, .view-Dossier-Spotlight ul li.views-row-last {
  margin-right: 0px;
}
.view-105-discussion .discussion-item, .view-Dossier-Discussion .discussion-item {
  width: 222px;
  height: 80px;
  padding: 10px 0px 10px 10px;
  position: relative;
}
.view-106-etalage .etalage-item, .view-1500-etalage .etalage-item, .view-Dossier-Spotlight .etalage-item {
  width: 234px;
}
.view-106-etalage .etalage-item .etalage-item-image a, .view-1500-etalage .etalage-item .etalage-item-image a, .view-Dossier-Spotlight .etalage-item .etalage-item-image a {
  text-decoration: none;
  width: 234px;
  height: 133px;
  display: block;
}
.view-106-etalage .etalage-item .etalage-item-image, .view-1500-etalage .etalage-item .etalage-item-image, .view-Dossier-Spotlight .etalage-item .etalage-item-image {
  position: relative;
}
.view-106-etalage .etalage-item .etalage-item-image .etalage-item-play-logo, .view-1500-etalage .etalage-item .etalage-item-image .etalage-item-play-logo, .view-Dossier-Spotlight .etalage-item .etalage-item-image .etalage-item-play-logo {
  position: absolute;
  display: block;
  width: 61px;
  height: 44px;
  top: 9px;
  left: 0px;
  background-position: 0 -44px;
  text-indent: -9999px;
  overflow: hidden;
}
.view-106-etalage .etalage-item .etalage-item-text, .view-1500-etalage .etalage-item .etalage-item-text, .view-Dossier-Spotlight .etalage-item .etalage-item-text {
  width: 212px;
  border: 1px solid #474747;
  border-top: none;
  padding: 8px 10px 10px 10px;
  height: 30px;
  overflow: hidden;
}
.view-106-etalage .etalage-item .etalage-item-text .etalage-item-text-type, .view-1500-etalage .etalage-item .etalage-item-text .etalage-item-text-type, .view-Dossier-Spotlight .etalage-item .etalage-item-text .etalage-item-text-type {
  color: #000;
  font-weight: normal;
}
.view-Dossier-Spotlight .etalage-item .etalage-item-text .etalage-item-date {
  color: #474747;
  font-style: italic;
}
.view-106-etalage .etalage-item .etalage-item-text a, .view-1500-etalage .etalage-item .etalage-item-text a, .view-Dossier-Spotlight .etalage-item .etalage-item-text a {
  color: #006690;
  text-decoration: none;
  font-weight: bold;
}
.view-106-etalage .etalage-item .etalage-item-text a:hover, .view-1500-etalage .etalage-item .etalage-item-text a:hover, .view-Dossier-Spotlight .etalage-item .etalage-item-text a:hover {
  color: #006690;
  text-decoration: none;
}
.view-105-discussion .discussion-item .discussion-item-image, .view-Dossier-Discussion .discussion-item .discussion-item-image {
  padding-right: 10px;
  float: left;
}
.view-105-discussion .discussion-item .discussion-item-content a, .view-Dossier-Discussion .discussion-item .discussion-item-content a {
  font-weight: bold;
  text-decoration: none;
}
.view-105-discussion .discussion-item .discussion-item-content a:hover, .view-Dossier-Discussion .discussion-item .discussion-item-content a:hover {
  text-decoration: none;
}
.view-Dossier-Discussion .discussion-item .discussion-item-content .discussion-item-content-date {
  color: #474747;
  font-style: italic;
}
.view-105-discussion .discussion-item .discussion-item-content .discussion-item-content-get-involved, .view-Dossier-Discussion .discussion-item .discussion-item-content .discussion-item-content-get-involved {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.view-105-discussion .discussion-item .discussion-item-content .discussion-item-content-get-involved a, .view-Dossier-Discussion .discussion-item .discussion-item-content .discussion-item-content-get-involved a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.view-105-discussion .discussion-item .discussion-item-content .discussion-item-content-get-involved a:hover, .view-Dossier-Discussion .discussion-item .discussion-item-content .discussion-item-content-get-involved a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #006690;
}
.etalage .block {
  margin-top: 10px;
}
.etalage .block h2 {
  padding: 3px 0 0 4px;
  margin: 0;
  background-color: #474747;
  width: 956px;
  text-transform: uppercase;
  height: 18px;
  color: #fff;
  font-weight: normal;
}
.content #user-profile-form {
  width: 628px;
  border: 1px solid #474747;
  padding: 10px;
}
.content #user-profile-form fieldset, .content #user-register fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.content #user-profile-form legend, .content #user-register legend {
  color: #006690;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.content_container .view-104-latest-news .view-content, .content_container .view-og-dossier-ron .view-content-dossier2, .content_container .view-3100-video-on-rnw .view-content, .content_container .view-Dossier-video .view-content {
  padding: 10px;
  border: 1px solid #474747;
  overflow: hidden;
}
.content_container .innerbottom .view-104-latest-news .view-content {
  border: none;
}
.content_container .innerbottom .view-104-latest-news ul {
  margin: 0;
  padding: 0;
}
.content_container .innerbottom .view-104-latest-news ul li {
  margin-bottom: 5px;
  float: left;
  padding: 0;
}
.content_container .innerbottom .newspage-newsitem {
  width: 628px;
  float: left;
}
.content_container .innerbottom .newspage-newsitem .newspage-newsitem-image {
  float: left;
  width: 32px;
  height: 27px;
}
.content_container .innerbottom .newspage-newsitem .newspage-newsitem-content {
  float: left;
  width: 596px;
}
.content_container .poll-page-header {
  width: 628px;
  border: 1px solid #474747;
  padding: 10px;
}
.content_container .poll-page-header h2, .content_container .poll-page-header h2 a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #006690;
  margin: 0;
}
.block-poll .links {
  display: none;
}
.content_container .poll-content {
  width: 628px;
  border: 1px solid #474747;
  padding: 10px;
  margin-top: 10px;
}
.content_container .view-3100-video-on-rnw .view-content, .content_container .view-Dossier-video .view-content {
  margin-top: 10px;
}
.content .bulletin-view-header, .content .video-list-header, .content .faq-header, .content .user-register-header {
  border: 1px solid #474747;
  padding: 10px;
}
.bulletin-view-header h1, .video-list-header h1, .faq-header h1, .content .user-register-header h1, .bulletin-view-header h2, .video-list-header h2, .faq-header h2 {
  margin: 0;
  color: #006690;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.content .faq-body {
  border: 1px solid #474747;
  padding: 10px;
  margin-top: 10px;
}
.content .faq-body dl {
  margin: 0;
}
.content .faq-body h3 {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.content .faq-body .faq-question {
  padding: 0 0 0 0;
}
.content .faq-body .faq-question a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.content .faq-body .faq-question a:hover {
  color: #006690;
}
.content .faq-body .faq-answer {
  margin: 0;
  padding: 0 0 5px 20px;
}
.content .bull-item {
  width: 628px;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 9px;
  border-bottom: 1px dashed #474747;
}
.content .view-3100-video-on-rnw .views-row-odd, .content .view-3100-video-on-rnw .views-row-even, .content_container .content .view-Dossier-video .views-row-odd, .content_container .content .view-Dossier-video .views-row-even {
  width: 203px;
  float: left;
  height: 212px;
}
.content .view-3100-video-on-rnw .views-row-2, .content .view-3100-video-on-rnw .views-row-5, .content .view-3100-video-on-rnw .views-row-8, .content .view-3100-video-on-rnw .views-row-11, .content .view-3100-video-on-rnw .views-row-14, .content_container .content .view-Dossier-video .views-row-2, .content_container .content .view-Dossier-video .views-row-5, .content_container .content .view-Dossier-video .views-row-8, .content_container .content .view-Dossier-video .views-row-11, .content_container .content .view-Dossier-video .views-row-14 {
  margin-left: 9px;
  margin-right: 9px;
}
.content .video-list-item .video-list-item-image {
  position: relative;
}
.content .video-list-item .video-item-play-logo {
  display: block;
  width: 61px;
  height: 44px;
  top: 9px;
  left: 0px;
  background-position: 0 -44px;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}
.content .video-list-item h3, .content .video-list-item h3 a {
  color: #006690;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
}
.content .views-row-last .bull-item {
  margin-bottom: 0;
  border-bottom: none;
}
.content .bull-item h2, .content .bull-item h2 a {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #006690;
}
.content .bull-item .bull-item-image {
  width: 61px;
  padding-right: 10px;
  float: left;
  height: 61px;
}
.content .bull-item .bull-item-content {
  width: 557px;
  float: left;
}
.content .bull-item .bull-item-content .bull-item-links {
  width: 557px;
  padding-top: 5px;
  text-align: right;
  float: right;
}
.content .user-profile {
  height: 1%;
  padding: 10px;
  border: 1px solid #474747;
  overflow: hidden;
}
.content .user-profile .user-profile-details {
  width: 200px;
  float: left;
}
.content .user-profile .user-profile-about {
  width: 428px;
  float: left;
}
.content .user-profile .user-profile-about h2 {
  margin: 0;
}
.content .user-profile .user-profile-about {
  margin: 0 0 16px 0;
}
.content .view-209-user-bookmarks .item-list ul {
  margin: 0;
  padding: 0;
}
.content .view-209-user-bookmarks .item-list li {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}
.content .view-209-user-bookmarks .recommended-item .recommended-item-link {
  font-weight: bold;
  display: block;
}
.content .view-905-feeds-by-tags .views-exposed-widget label {
  margin-bottom: 10px;
  display: block;
}
.content .view-905-feeds-by-tags .views-exposed-form .views-exposed-widget {
  padding-right: 0;
}
.content .view-905-feeds-by-tags .views-exposed-widget .views-operator, .content .view-905-feeds-by-tags .views-exposed-widget .views-widget {
  padding-right: 10px;
  float: left;
}
.content .view-905-feeds-by-tags .views-exposed-widget .form-submit {
  margin-top: 24px;
  padding: 1px 0;
}
.content .article .article-content {
  width: 628px;
  border: 1px solid #474747;
  padding: 10px;
  margin-top: 10px;
}
.content .article .article-content .article-related-items, .content .video-article .video-article-content .video-article-related-items {
  border-top: 1px dashed #474747;
  padding: 10px 0 0 0;
  margin-top: 10px;
}
.content .article .article-content .article-related-items h3, .content .video-article .video-article-content .video-article-related-items h3 {
  margin: 0 0 10px 0;
}
.content .article .article-content .article-related-items ul, .content .video-article .video-article-content .video-article-related-items ul {
  margin: 0 0 0 16px;
  padding: 0;
}
.content .article .article-content .article-content-body .article-related-items {
  width: 49%;
  margin: 0 10px 10px 0;
  padding: 0;
  border: 1px solid #474747;
  float: left;
}
.content .article .article-content .article-content-body .article-related-items h3 {
  margin: 0;
  padding: 3px 10px 4px 10px;
  background-color: #474747;
  color: #fff;
}
.content .article .article-content .article-content-body .article-related-items ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}
.content .article .article-content .article-service-links, .content .video-article .video-article-content .video-article-service-links, .content .article .article-content .article-other-links, .content .video-article .video-article-content .video-article-other-links, .content .article .article-content .article-related-dossier {
  padding: 10px 0 0 0;
  border-top: 1px dashed #474747;
  margin-top: 10px;
}
.content .article .article-content .article-service-links .service-label, .content .video-article .video-article-content .video-article-service-links .service-label {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.content .article .article-filed-under, .content .node-actions, .content .video-article .video-article-filed-under {
  padding: 5px;
  background-color: #474747;
  margin-top: 10px;
}
.content .article .article-filed-under ul, .content .node-actions ul, .content .video-article .video-article-filed-under ul {
  padding: 0;
  margin: 0;
}
.content .article .article-filed-under ul.links li, .content .node-actions ul li, .content .video-article .video-article-filed-under ul li {
  padding: 0px 5px 0 0;
  display: inline;
  text-decoration: none;
}
.content .article .article-filed-under ul.links li a, .content .node-actions ul li a, .content .video-article .video-article-filed-under ul li a {
  color: #fff;
  text-decoration: none;
}
.content .article .article-filed-under ul.links li a:hover, .content .node-actions ul li a:hover, .content .video-article .video-article-filed-under ul li a:hover {
  color: #006690;
}
.content .article .article-filed-under .article-filed-under-text, .content .video-article .video-article-filed-under .video-article-filed-under-text {
  color: #fff;
}
.content .article .article-content {
  margin: 0 0 10px 0;
}
.content .job .job-header, .content .job .job-short-description-block, .content .job .job-details {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #474747;
}
.content .job .job-header {
  margin-top: 0;
}
.content .job .job-header h1, .content .job .job-header h2 {
  margin: 0;
  color: #006690;
  font-size: 18px;
  font-weight: bold;
}
.content .job .job-short-description-block .job-short-description-element {
  height: 1%;
  overflow: hidden;
}
.content .job .job-short-description-block .job-short-title {
  width: 110px;
  font-weight: bold;
  float: left;
}
.content .job .job-short-description-block .job-short-description {
  width: 518px;
  float: left;
}
.content .job .job-details h3 {
  margin: 0;
  color: #006690;
  font-size: 14px;
  font-weight: bold;
}
.content .job .job-details {
  margin: 0 0 10px 0;
}
.content .job .job-details ul {
  margin: 0 0 10px 30px;
  padding: 0;
}
.content .job .job-details p.job-details-first-paragraph {
  font-weight: bold;
}
.content .job .job-details .job-details-posted-date {
  margin: 10px 0 0 0;
  font-weight: bold;
}
.inner_content_container .content .item-list .pager {
  height: 18px;
  margin: 10px 0 0 0;
  padding: 4px 4px 0 0;
  text-align: right;
  background-color: #474747;
  display: block;
  clear: both;
}
.inner_content_container .content .taxonomy-pager .item-list .pager {
  width: auto;
  clear: none;
  padding: 0;
  margin: 0;
  float: right;
}
.inner_content_container .content .taxonomy-pager {
  height: 18px;
  padding: 4px 4px 0 4px;
  margin: 0;
  background-color: #474747;
  margin-top: 4px;
  display: block;
}
.inner_content_container .content .taxonomy-pager .taxonomy-pager-title {
  float: left;
  display: block;
  color: #fff;
}
.inner_content_container .content .taxonomy-pager .taxonomy-pager-title em {
  text-decoration: none;
  color: #fff;
}
.inner_content_container .content .item-list .pager li {
  margin: 0;
  padding: 0;
  float: none;
}
.inner_content_container .content .item-list .pager li.pager-current {
  color: #fff;
}
.inner_content_container .content .item-list .pager li.pager-previous {
  padding-right: 10px;
}
.inner_content_container .content .item-list .pager li.pager-next {
  padding-left: 10px;
}
.inner_content_container .content .item-list .pager li a {
  color: #8a8989;
  text-decoration: none;
}
.inner_content_container .content .item-list .pager li a:hover {
  color: #fff;
}
.inner_content_container .content .press-articleheader, .inner_content_container .content .page-header {
  border: 1px solid #474747;
  margin-top: 10px;
  padding: 10px;
}
.inner_content_container .content .video-article-header {
  border: 1px solid #474747;
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
  height: 1%;
}
.inner_content_container .content .press-article-content, .inner_content_container .content .page-content, .inner_content_container .content .video-article-content {
  width: 628px;
  border: 1px solid #474747;
  margin-top: 10px;
  padding: 10px;
}
.inner_content_container .content .video-article-content-body {
  margin: 0 0 10px 0;
}
.inner_content_container .content .video-article-header-images {
  overflow: hidden;
  height: 1%;
  float: left;
}
.inner_content_container .content .video-article-header-details {
  float: left;
  display: inline;
  width: 506px;
}
.inner_content_container .content .press-articleheader h1, .inner_content_container .content .press-articleheader h1 a, .inner_content_container .content .video-article-header h1, .inner_content_container .content .video-article-header h1 a, .inner_content_container .content .press-articleheader h2, .inner_content_container .content .press-articleheader h2 a, .inner_content_container .content .video-article-header h2, .inner_content_container .content .video-article-header h2 a {
  color: #006690;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
}
.article-content-video, .inner_content_container .content .video-article .video-article-content-video {
  width: 608px;
  text-align: center;
  padding: 0 0 10px;
}
.inner_content_container .content .page-header h1, .inner_content_container .content .page-header h1 a, .inner_content_container .content .page-header h2, .inner_content_container .content .page-header h2 a {
  color: #006690;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 18px;
}
.inner_content_container .content .view-110-now-on-rnw .view-header {
  width: 628px;
  border: 1px solid #474747;
  padding: 10px;
  margin-top: 10px;
}
.inner_content_container .content .view-110-now-on-rnw .view-content {
  width: 628px;
  border: 1px solid #474747;
  padding: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.inner_content_container .content .view-110-now-on-rnw .view-header h1, .inner_content_container .content .view-110-now-on-rnw .view-header h2 {
  color: #006690;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
}
.inner_content_container .view-205-user-on-rnw .view-content .now-on-rnw-item, .inner_content_container .content .view-110-now-on-rnw .view-content .now-on-rnw-item {
  float: left;
  padding-bottom: 10px;
}
.inner_content_container .view-205-user-on-rnw .view-content .now-on-rnw-item .now-on-rnw-item-image, .inner_content_container .content .view-110-now-on-rnw .view-content .now-on-rnw-item .now-on-rnw-item-image {
  float: left;
  padding-right: 5px;
}
.inner_content_container .view-205-user-on-rnw .view-content .now-on-rnw-item .now-on-rnw-item-content, .inner_content_container .content .view-110-now-on-rnw .view-content .now-on-rnw-item .now-on-rnw-item-content {
  float: left;
  width: 589px;
}
.inner_content_container .content #search-form {
  padding: 0 10px;
  border: 1px solid #474747;
  width: 628px;
}
.search .inner_content_container .box {
  border: 1px solid #474747;
}
.search .inner_content_container .box h2 {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #006690;
}
.search .search-results-container {
  padding: 10px;
}
.search-results-container .search-results {
  height: 1%;
  margin-bottom: 10px;
  border-bottom: 1px dashed #474747;
  overflow: hidden;
}
.search-results-container .search-results .search-info-lead-image {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.search-results-container .search-results .search-result {
  margin-left: 71px;
}
.search-results-container .search-results .search-result h3 {
  margin: 0;
  font-weight: normal;
}
.right .block {
  width: 298px;
  border: 1px solid #006690;
  margin-top: 10px;
}
.right .lang-zh-hans a.listening-guide {
  display: none;
}
.right .block-ad {
  border: 0;
  padding: 0;
  width: 300px;
}
.righttop .block.block-ad .content {
  padding: 0;
}
#block-views-113_most_popular_today-block_2, #block-views-209_user_bookmarks-block_1, #block-rnw_user-1, #block-rnw_user-0, #block-views-210_user_websites-block_1, #block-views-210_user_websites-block_2 {
  border: 1px solid #474747;
}
#block-rnw_user-1 ul {
  margin: 0;
  padding: 0;
}
#block-rnw_user-1 li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 278px;
  margin-bottom: 4px;
}
#block-rnw_user-1 strong {
  font-size: 12px;
  width: 40px;
  text-align: right;
  padding-right: 5px;
  display: block;
  float: left;
}
#block-rnw-user-1 span {
  width: 220px;
  float: left;
  display: block;
}
.right .block h2 {
  height: 18px;
  padding: 4px 0 0 4px;
  color: #fff;
  margin: 0;
  background-color: #006690;
  text-transform: uppercase;
  font-weight: normal;
}
#block-views-113_most_popular_today-block_2 h2, #block-views-209_user_bookmarks-block_1 h2, #block-rnw_user-1 h2, #block-rnw_user-0 h2, #block-views-210_user_websites-block_1 h2, #block-views-210_user_websites-block_2 h2 {
}
.right .block .content h2 {
  height: auto;
  padding: 0 0 4px 0;
  background-color: transparent;
}
.right .block .content {
  padding: 10px;
  width: 278px;
  overflow: hidden;
}
.right .rnwplayer {
  position: relative;
}
.right .rnwplayer h2 {
  display: none;
}
.right .rnwplayer .content {
  width: 298px;
  padding: 88px 0 0 0;
  overflow: visible;
}
.right .rnwplayer .content a {
  height: 1.5em;
  color: #006690;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
  border-top: 1px solid #006690;
  display: block;
}
#rnw_flash_player a {
  border-top: none;
}
.right .rnwplayer .content a:hover {
  background-color: #006690;
  color: #fff;
  font-weight: bold;
}
#rnw_flash_player {
  position: absolute;
  top: 0;
  right: 0;
}
.right .block-ad .content {
  padding: 0;
  width: 300px;
}
#block-aggregator-feed-3 ul, .view-104-latest-news ul, .view-305-ankeiler ul, .view-110-now-on-rnw ul, .view-113-most-popular-today ul, .view-210-user-websites ul {
  margin: 0;
  padding: 0;
}
#block-aggregator-feed-3 ul li, .view-104-latest-news ul li, .view-305-ankeiler ul li, .view-110-now-on-rnw ul li, .view-113-most-popular-today ul li, .view-210-user-websites ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  width: 278px;
  float: left;
}
.inner_content_container .view-104-latest-news ul li {
  width: auto;
}
#block-aggregator-feed-3 ul li .icon {
  display: none;
}
.view-110-now-on-rnw ul li .now-on-rnw-item, .view-113-most-popular-today ul li .most-popular-today-item, .view-210-user-websites ul li .user-website-item {
  height: 1%;
  overflow: hidden;
}
.view-210-user-websites ul li .user-website-item .user-website-item-title, .view-210-user-websites ul li .user-website-item .user-website-item-link {
  float: left;
  width: 278px;
}
.view-110-now-on-rnw ul li .now-on-rnw-item .now-on-rnw-item-image {
  float: left;
  padding-right: 5px;
  height: 27px;
  width: 27px;
}
.view-113-most-popular-today ul li .most-popular-today-item .most-popular-today-item-image {
  float: left;
  padding-right: 5px;
  height: 61px;
  width: 61px;
}
.view-113-most-popular-today ul li .most-popular-today-item .most-popular-today-item-content {
  float: left;
  width: 210px;
}
.view-110-now-on-rnw ul li .now-on-rnw-item .now-on-rnw-item-content {
  width: 237px;
  float: left;
}
ul li .latest-news-item a, .view-113-most-popular-today ul li .most-popular-today-item .most-popular-today-item-content a {
  text-decoration: none;
  color: #000;
}
ul li .latest-news-item a:hover, .view-113-most-popular-today ul li .most-popular-today-item .most-popular-today-item-content a:hover {
  color: #006690;
  text-decoration: none;
}
.view-104-latest-news .more-link, .view-305-ankeiler .more-link, .view-110-now-on-rnw .more-link, #block-aggregator-feed-3 .more-link {
  float: left;
  border-top: 1px dashed #474747;
  width: 278px;
  margin-top: 5px;
  padding: 6px 0 0;
}
.view-104-latest-news .more-link a, .view-305-ankeiler .more-link a, .view-110-now-on-rnw .more-link a, #block-aggregator-feed-3 .more-link a {
  color: #000;
  text-decoration: none;
}
.view-104-latest-news .more-link a:hover, .view-305-ankeiler .more-link a:hover, .view-110-now-on-rnw .more-link a:hover, #block-aggregator-feed-3 .more-link a:hover {
  color: #006690;
}
#block-views-1406_listening_guide-block_1 {
  border: 0;
}
.messagearea .messages, .messagearea .messages.error {
  width: 628px;
  margin: 10px 10px 0 0;
  padding: 10px;
}
.messagearea .messages.status {
  border: 1px solid #474747;
}
.messagearea .messages ul {
  padding: 0 0 0 16px;
  margin: 0;
}
.messagearea .messages ul li {
  padding-left: 0px;
}
.innerbottom #block-views-1500_info-block_1 {
  border: none;
  margin-top: 10px;
}
.innerbottom .block {
  border: 1px solid #474747;
  margin-top: 10px;
}
.innerbottom .block h2 {
  height: 18px;
  padding: 4px 0 0 4px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #474747;
  font-weight: normal;
}
.innerbottom .block .view-1106-programs h2 {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.innerbottom #block-rnw-1 .content {
  padding: 10px;
  width: 628px;
  float: left;
}
.innerbottom #block-rnw-1 .content ul {
  float: left;
  padding: 0;
  margin: 0;
}
.innerbottom #block-rnw-1 .content ul li {
  float: left;
  width: 138px;
  list-style-type: square;
  margin: 0 0 5px 12px;
  padding: 0 3px;
}
.innerbottom .block .view-206-user-latest-videos, .innerbottom .block .view-205-user-on-rnw, .innerbottom .block .view-906-feeds-by-radio-programme, .innerbottom .block .view-907-feeds-by-video {
  padding: 10px;
  float: left;
  width: 628px;
}
.innerbottom .block .view-205-user-on-rnw {
  padding: 10px 10px 0 10px;
}
.innerbottom .block .view-906-feeds-by-radio-programme .radio-feed-item {
  width: 309px;
  height: 66px;
  padding: 0 5px 0 0;
  margin: 0 0 5px 0;
  float: left;
}
.innerbottom .block .view-907-feeds-by-video .video-feed-item {
  float: left;
  width: 628px;
}
.innerbottom .block .view-906-feeds-by-radio-programme .radio-feed-item-image, .innerbottom .block .view-907-feeds-by-video .video-feed-item-image {
  width: 61px;
  height: 61px;
  float: left;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
}
.innerbottom .block .view-906-feeds-by-radio-programme .radio-feed-item-image .rss-icon, .innerbottom .block .view-907-feeds-by-video .video-feed-item-image .rss-icon {
  position: absolute;
  right: 12px;
  bottom: 2px;
  width: 32px;
  height: 32px;
  display: block;
}
.innerbottom .block .view-906-feeds-by-radio-programme .radio-feed-item-text {
  width: 238px;
  float: left;
}
.innerbottom .block .view-907-feeds-by-video .video-feed-item-text {
  width: 557px;
  float: left;
}
.innerbottom .block .view-906-feeds-by-radio-programme .radio-feed-item-text h3, .innerbottom .block .view-906-feeds-by-radio-programme .radio-feed-item-text h3 a, .innerbottom .block .view-907-feeds-by-video .video-feed-item-text h3, .innerbottom .block .view-907-feeds-by-video .video-feed-item-text h3 a {
  text-decoration: none;
  margin: 0;
  float: left;
  width: 238px;
  display: block;
  font-weight: bold;
  color: #006690;
}
.innerbottom .block .view-907-feeds-by-video .video-feed-item-text h3, .innerbottom .block .view-907-feeds-by-video .video-feed-item-text h3 a {
  width: 557px;
}
.innerbottom .block .view-907-feeds-by-video .video-feed-item-text a.video-feed-item-rss-link {
  width: 557px;
  display: block;
  margin-top: 5px;
}
.innerbottom .block .view-906-feeds-by-radio-programme .radio-feed-item-text h3 a:hover, .innerbottom .block .view-907-feeds-by-video .video-feed-item-text h3 a:hover {
  text-decoration: none;
}
.innerbottom .block .view-206-user-latest-videos ul, .innerbottom .block .view-205-user-on-rnw ul {
  width: 628px;
  margin: 0;
  padding: 0;
  float: left;
}
.innerbottom .block .view-205-user-on-rnw ul li {
  width: 628px;
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
}
.innerbottom .block .view-206-user-latest-videos ul li {
  width: 203px;
  margin: 0 8px 0 0;
  list-style: none;
  display: inline;
  float: left;
}
.innerbottom .block .view-206-user-latest-videos ul li.views-row-last {
  margin-right: 0px;
}
.photo-stream-bounding-box {
  width: 628px;
  position: relative;
  height: 182px;
}
.content .view-1403-listening-guide .view-header, .content .view-1403-listening-guide .view-content {
  width: 628px;
  padding: 10px;
  border: 1px solid #474747;
  margin: 0 0 10px 0;
}
.content .view-1403-listening-guide .view-header h1, .content .view-1403-listening-guide .view-header h2 {
  margin: 0px;
  font-size: 18px;
  color: #006690;
}
.content .view-1403-listening-guide .timeline-copyright {
  display: none;
}
.innerbottom .photo-stream-bounding-box {
  width: 648px;
  height: 182px;
  position: relative;
}
.photo-stream-scrollable-container {
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 608px;
  height: 172px;
}
.innerbottom .photo-stream-scrollable-container {
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 628px;
  height: 172px;
}
.photo-stream-scroll {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  padding: 10px;
  height: 152px;
}
.photo-stream-scrollable-container ul {
  margin: 0;
  padding: 0;
  height: 152px;
  float: left;
}
.photo-stream-scrollable-container ul li {
  display: inline;
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 8px 0 0;
  width: 203px;
}
.photo-stream-scrollable-container ul li.views-row-last {
  margin-right: 0;
}
#photo-stream-move-left {
  position: absolute;
  height: 20px;
  width: 40px;
  top: 55px;
  left: 0px;
  background-color: #474747;
  color: #fff;
  display: none;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
#photo-stream-move-right {
  position: absolute;
  height: 20px;
  width: 40px;
  top: 55px;
  right: 0px;
  background-color: #474747;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.footer {
  height: 1%;
  background-color: #bebebe;
  overflow: hidden;
  margin: 10px 0 10px;
  position: relative;
}
.footer .branding {
  float: left;
  width: 162px;
  height: 55px;
  padding: 10px 0 0 10px;
}
.footer .branding a {
  display: block;
  height: 45px;
  width: 152px;
  text-indent: -9999px;
}
.footer .footer_inner {
  padding: 10px;
  max-width: 650px;
  float: right;
}
.footer h2 {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
.footer ul, .footer li, .footer ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul.menu li a {
  color: #000;
  text-decoration: none;
}
.footer ul.menu li a:hover {
  color: #006690;
}
.footer .footer_inner .block {
  float: left;
  width: 120px;
}
#editor {
  float: left;
  display: inline;
  margin-left: 10px;
}
#editor .block {
  margin-bottom: 10px;
  border: 1px solid #474747;
}
#editor .block .content {
  width: 278px;
  padding: 10px;
}
#editor .block h2 {
  background-color: #474747;
  color: #fff;
  padding: 4px 0 0 4px;
  height: 18px;
  margin: 0;
}
#l10n-client .labels .toggle {
  color: #fff;
}
#mission {
  display: none;
}
.container_16 {
  margin: 0;
  float: left;
}
.center_floater {
  margin: 0 auto;
  width: 960px;
}
.editor_mode .center_floater {
  width: 1270px;
}
#block-rnw_rss-0 {
  border: 1px solid #ff9600;
}
#block-rnw_rss-0 h2 {
  background-color: #ff9600;
}
#block-rnw_rss-0 .form-item {
  margin: 0;
}
#block-rnw_rss-0 .form-text {
  float: left;
  margin-right: 10px;
  width: 220px;
}
#block-rnw_rss-0 .form-submit {
  padding: 1px 0;
}
.poll .title {
  padding: 0 0 10px 0;
}
.poll .text {
  margin: 0px 0px 2px 0px;
}
.poll .bar {
  height: 18px;
  margin: 0px 0px 5px 0px;
}
.poll .bar .foreground {
  background-color: #006690;
  height: 18px;
}
.view-og-ghp-ron-corporate, .view-1500-info {
  height: 1%;
  margin-top: 10px;
  overflow: hidden;
}
.view-og-ghp-ron-corporate .ron_item_floater, .view-1500-info .ron_item_floater, .view-og-ghp-ron-corporate .ron_item_floater_last, .view-1500-info .ron_item_floater_last {
  width: 210px;
  margin-right: 10px;
  float: left;
}
.view-og-ghp-ron-corporate .ron_item_floater_last, .view-1500-info .ron_item_floater_last {
  margin: 0;
}
.view-og-ghp-ron-corporate .item-list, .view-1500-info .item-list {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #474747;
  border-top: none;
}
.view-og-ghp-ron-corporate .item-list h3, .view-1500-info .item-list h3 {
  background-color: #474747;
  color: #FFFFFF;
  font-weight: normal;
  height: 18px;
  margin: 0;
  padding: 3px 0 0 0px;
  width: 208px;
  text-align: center;
}
.view-og-ghp-ron-corporate .item-list ul, .view-1500-info .item-list ul {
  margin: 0;
  padding: 5px;
}
.jcarousel-skin-custom .jcarousel-clip-horizontal {
  width: 650px;
  height: 330px;
}
.jcarousel-skin-custom ul {
  padding: 0;
  height: 330px;
}
.jcarousel-skin-custom .jcarousel-list li, .jcarousel-skin-custom .jcarousel-item {
  width: auto;
  height: auto;
}
.jcarousel-skin-custom .jcarousel-prev-horizontal {
  width: 20px;
  background: transparent url(../images/carousel-previous.png) 0 0 no-repeat;
  position: absolute;
  left: 8px;
  margin-top: 130px;
  height: 30px;
}
.jcarousel-skin-custom .jcarousel-prev-horizontal:hover {
  background-position: 0 -30px;
}
.jcarousel-skin-custom .jcarousel-next-horizontal {
  width: 20px;
  background: transparent url(../images/carousel-next.png) 0 0 no-repeat;
  position: absolute;
  margin-top: 130px;
  height: 30px;
  right: 8px;
}
.jcarousel-skin-custom .jcarousel-next-horizontal:hover {
  background-position: 0 -30px;
}
.jcarousel-next-disabled, .jcarousel-prev-disabled {
  display: none!important;
}
.right .block .content .dossierdescription .dossierimage {
  margin-bottom: 4px;
  position: relative;
}
.right .block .content .dossierdescription .dossierimage img {
  display: block;
}
.right .block .content .dossierdescription .dossierimage h2 {
  width: 258px;
  margin: 0;
  padding: 10px;
  background-image: url(../images/mustcarry_text.png);
  color: #006690;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
}
.article .view-dossier-description .dossierdescription {
  height: 1%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #474747;
  overflow: hidden;
}
.article .view-dossier-description .dossierdescription .dossierimage {
  margin-right: 10px;
  float: left;
}
.article .view-dossier-description .dossierdescription a {
  color: #000;
  text-decoration: none;
}
.article .view-dossier-description .dossierdescription h2, .article .view-dossier-description .dossierdescription h2 a {
  margin: 0;
  color: #006690;
  font-size: 13px;
}
.real_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 160px;
  width: 230px;
  text-indent: -9999px;
  overflow: hidden
}
.view-1403-listening-guide .view-content {
  display: none;
}
.container_16 .grid_11 {
  min-height: 10px;
}
.article_dossier_bounding {
  width: 288px;
  float: left;
}
.article_dossier_bulletins {
  float: left;
  margin-top: 10px;
  width: 276px;
  border: 1px solid #693;
}
.article_dossier_bulletins_header {
  background-color: #693;
  width: 268px;
  padding: 4px;
}
.article_dossier_bulletins_header h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  margin: 0;
}
.article_dossier_bulletins .view-content {
  padding: 10px 10px 6px 10px;
  width: 256px;
}
.article_dossier_bulletins ul {
  margin: 0;
  padding: 0;
}
.article_dossier_bulletins ul li {
  padding-bottom: 4px;
}
.article_dossier_bulletins a {
  color: #000;
  margin-bottom: 4px;
  text-decoration: none;
}
.article_dossier_bulletins a:hover {
  color: #693;
}
.article_dossier_desc {
  margin-top: 10px;
  margin-right: 10px;
  width: 278px;
  overflow: hidden;
  float: left;
}
.dossierimage {
  float: left;
  margin-right: 10px;
}
.dossierdescription h2 {
  font-size: 14px;
  margin-bottom: 4px;
}
.dossierdescription h2 a {
  text-decoration: none;
  font-size: 14px;
}
.dossierdescription-content {
  border: 1px solid #693;
  border-top: none;
  width: 256px;
  padding: 4px 10px 10px 10px;
}
.dossierdescription-content a {
  color: #000;
  text-decoration: none;
}
.dossierdescription-content a:hover {
  color: #693;
}
.article-related-dossier {
  border: 1px solid #693;
  border-top: none;
  overflow: hidden;
  width: 360px;
  padding: 0px;
  margin-top: 10px;
}
.article-related-dossier-header {
  padding: 4px;
  float: left;
  width: 352px;
  background-color: #693;
}
.article-related-dossier-header h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  margin: 0;
}
.article-related-dossier-content {
  padding: 10px 10px 2px 10px;
  float: left;
  width: 340px;
}
.dossier-list-item {
  width: 340px;
  float: left;
  padding: 0 0 8px 0;
}
.dossier-list-item a.imagecache {
  float: left;
  width: 64px;
}
.dossier-list-item a img {
  display: block;
  float: left;
}
.dossier-list-item-content {
  padding-top: 0px;
  width: 276px;
  float: left;
}
.dossier-list-item-content h4 {
  margin: 0;
  padding-bottom: 2px;
  font-weight: bold;
  color: #693;
}
.dossier-list-item-content h4 a {
  text-decoration: none;
  color: #693;
  font-weight: bold;
}
.dossier-list-item-content h4 a:hover {
  text-decoration: none;
}
.jcarousel-next-disabled, .jcarousel-prev-disabled {
  display: none;
}
.cover.boxcaption a {
  color: #000;
  text-decoration: none;
}
.cover.boxcaption a:hover {
  color: #006690;
}
.cover.boxcaption h2 a {
  color: #006690;
}
.content_container span.print-link {
  display: none;
}
.dossier_outer_bounding {
  overflow: hidden;
  width: 650px;
}
.now-on-rnw-item-image {
  float: left;
  padding-right: 5px;
  height: 27px;
  width: 27px;
}
.article-content-body {
  overflow: hidden;
}
.factfiles {
  width: 212px;
  margin: 0 0 20px 20px;
  background-color: #edf2f6;
  float: right;
}
.factfile h3 {
  margin: 4px;
  font-size: 12px;
  font-weight: bold;
}
.factfile .factfile-image img {
  display: block;
}
.factfile .fact-file-header {
  padding: 4px 4px 10px 4px;
  text-align: center;
}
.factfile-item {
  padding: 0 4px;
}
.factfile-body {
  padding: 10px 4px 4px 4px;
}
.factfile-item .factfile-title {
  margin-right: 4px;
  font-weight: bold;
  float: left;
}
#block-rnw-video_93 .content, #block-rnw-video_232 .content, #block-rnw-video_94 .content, #block-rnw-video_99 .content, #block-rnw-video_100 .content, #block-rnw-video_98 .content, #block-rnw-video_218 .content, #block-rnw-video_221 .content, #block-rnw-video_967 .content, #block-rnw-video_96 .content, #block-rnw-video_216 .content, #block-rnw-video_217 .content, #block-rnw-video_103 .content {
  padding: 0;
  width: 298px;
}
#block-rnw-video_93 .content .views-row, #block-rnw-video_232 .content .views-row, #block-rnw-video_94 .content .views-row, #block-rnw-video_99 .content .views-row, #block-rnw-video_100 .content .views-row, #block-rnw-video_98 .content .views-row, #block-rnw-video_218 .content .views-row, #block-rnw-video_221 .content .views-row, #block-rnw-video_967 .content .views-row, #block-rnw-video_96 .content .views-row, #block-rnw-video_216 .content .views-row, #block-rnw-video_217 .content .views-row, #block-rnw-video_103 .content .views-row {
  padding: 0 10px;
}
#block-rnw-video_93 .content .views-row-first, #block-rnw-video_232 .content .views-row-first, #block-rnw-video_94 .content .views-row-first, #block-rnw-video_99 .content .views-row-first, #block-rnw-video_100 .content .views-row-first, #block-rnw-video_98 .content .views-row-first, #block-rnw-video_218 .content .views-row-first, #block-rnw-video_221 .content .views-row-first, #block-rnw-video_967 .content .views-row-first, #block-rnw-video_96 .content .views-row-first, #block-rnw-video_216 .content .views-row-first, #block-rnw-video_217 .content .views-row-first, #block-rnw-video_103 .content .views-row-first {
  padding: 0;
}
#block-views-107_video-block_1 .content, #block-views-Dossier_video-block_1 .content {
  padding: 0;
  width: 298px;
}
#block-views-107_video-block_1 .content .views-row, #block-views-Dossier_video-block_1 .content .views-row {
  padding: 0 10px;
}
#block-views-107_video-block_1 .content .views-row-first, #block-views-Dossier_video-block_1 .content .views-row-first {
  padding: 0;
}
.int-video-item {
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.int-video-item-image {
  float: left;
  height: 61px;
  width: 61px;
  margin-right: 8px;
  position: relative;
  overflow: hidden;
}
.int-video-item-text {
  margin-left: 69px;
}
.int-video-item-text a {
  color: #006690;
  text-decoration: none;
}
.int-video-item-text a:hover {
  color: #006690;
  text-decoration: none;
}
.int-video-item-image a.int-video-item-link {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background-position: left top;
  text-indent: -9999px;
}
.int-video-item-image a.int-video-item-link:hover {
  background-position: left bottom;
}
.int-video-first {
  overflow: hidden;
  margin-bottom: 8px;
}
.int-video-first-image {
  height: 1%;
  overflow: hidden;
  position: relative;
}
.int-video-first-link {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 37px;
  height: 37px;
  background-position: left top;
  text-indent: -9999px;
}
.int-video-first-link:hover {
  background-position: left bottom;
}
.int-video-first-text {
  background-image: url(../images/mustcarry_text.png);
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 278px;
}
.int-video-first-text a {
  text-decoration: none;
}
.block-rnw .more-link, #block-views-107_video-block_1 .more-link, #block-views-Dossier_video-block_1 .more-link {
  border-top: 1px dashed #474747;
  float: left;
  margin-top: 5px;
  padding: 6px 0 0;
  width: 278px;
  margin: 0 10px 10px 10px
}
.content_404 {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #474747;
}
.content_404 h1 {
  font-size: 16px;
  font-weight: bold;
  color: #006690;
  margin: 0 0 4px 0;
}
.search_404_form {
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}
.search_404_form h2 {
  background-color: #474747;
  color: #fff;
  font-weight: normal;
  height: 18px;
  margin: 0;
  padding: 4px 0 0 4px;
  text-transform: uppercase;
}
.search_404_form form {
  margin-bottom: 12px;
}
.inner_content_container .content {
  overflow: hidden;
}
.contact_form_hax_border {
  border: 1px solid #474747;
  overflow: hidden;
}
.content_404 label {
  display: block;
  padding-bottom: 4px;
}
.search_404_form {
  padding: 0;
  margin-bottom: 12px;
}
.mustcarryimage .mustcarrymeridian a.imagecache img {
  display: none;
}
.mustcarryimage .mustcarrymeridian a.imagecache {
  display: block;
  height: 330px;
  position: absolute;
  width: 650px;
}
.quicktabs-hide {
  position: absolute;
  left: -10000px;
  top: -10000px;
  display: block;
}
.right .block-quicktabs .quicktabs_tabpage .block {
  border: none;
  margin: 0;
}
.right .block-quicktabs .content {
  padding: 0;
  width: 298px;
}
.right .block-quicktabs ul.quicktabs-style-nostyle {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-quicktabs div.quicktabs-style-nostyle {
  clear: both;
}
.block-quicktabs div.quicktabs_main {
  border-top: 1px solid #006690;
  clear: both;
}
.right .block-quicktabs .quicktabs_tabpage {
  width: 298px;
  overflow: hidden;
  padding: 5px 0;
}
.right .block-quicktabs ul.quicktabs-style-nostyle li {
  width: 99px;
  text-align: center;
  float: left;
  display: block;
  padding: 2px 0;
}
.right .block-quicktabs ul.quicktabs-style-nostyle li.qtab-1 {
  width: 98px;
  border-left: 1px solid #006690;
  border-right: 1px solid #006690;
}
.right .block-quicktabs ul.quicktabs-style-nostyle li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #006690;
  display: block;
width;
99px;
}
.right .block-quicktabs ul.quicktabs-style-nostyle li.active {
  background-color: #006690;
}
.right .block-quicktabs ul.quicktabs-style-nostyle li.active a {
  color: #fff;
}
.right .block-quicktabs .view-content li {
  padding: 2px 10px;
  margin: 0;
  width: 278px;
}
.right .block-quicktabs .view-content ul {
  margin: 0;
  padding: 0;
}
.right .block-quicktabs .view-content li a {
  color: #000;
  text-decoration: none;
}
.right .block-quicktabs .view-content li a:hover {
  text-decoration: none;
}
.right .block-quicktabs .more-link {
  width: 278px;
  margin-top: 5px;
  margin-left: 10px;
  padding: 6px 0 0;
  border-top: 1px dashed #474747;
  float: left;
}
.right .block-quicktabs .more-link a {
  color: #000;
  text-decoration: none;
}
.right .block-quicktabs .more-link a:hover {
  color: #006690;
  text-decoration: none;
}
#user-register fieldset {
  border-bottom: 1px solid #474747!important;
  padding: 0;
}
.content #user-register legend {
  display: block;
  padding: 5px 0 0 0;
}
#user-register .location .form-item label {
  float: none;
}
#user-register .form-item {
  float: right;
  margin-bottom: 1em;
  margin-top: 0px;
  width: 342px;
}
#user-register .form-text {
  width: 300px;
}
#user-register fieldset.location {
  border: none!important;
}
.article-inline-image {
  margin: 0 10px 10px 0;
  float: left;
}
.header-item.inline-image, .header-item.inline-image-noslide {
  height: 152px;
  width: 203px;
  position: relative;
  overflow: hidden;
}
.header-caption-title {
  padding: 4px;
  background-image: url(../images/mustcarry_text.png);
  color: #006690;
  position: absolute;
  bottom: 0;
}
.header-caption-copyright {
  width: 199px;
  height: 80px;
  padding: 2px;
  background-image: url(../images/mustcarry_text.png);
  position: absolute;
  top: 154px;
}
.quicktabs-hide {
  position: absolute;
  left: -10000px;
  top: -10000px;
  display: block;
}
.content .article .article-content .article-related-items, .content .video-article .video-article-content .video-article-related-items {
  border-top: 1px dashed #474747;
  padding: 10px 0 0 0;
  margin-top: 10px;
}
.content .article .article-content .article-related-items h3, .content .video-article .video-article-content .video-article-related-items h3 {
  margin: 0 0 10px 0;
}
.content .article .article-content .article-related-items ul, .content .video-article .video-article-content .video-article-related-items ul {
  margin: 0 0 0 16px;
  padding: 0;
}
.content .article .article-content .article-content-body .article-related-items {
  width: 49%;
  margin: 0 10px 10px 0;
  padding: 0;
  border: 1px solid #474747;
  float: left;
}
.content .article .article-content .article-content-body .article-related-items h3 {
  margin: 0;
  padding: 3px 10px 4px 10px;
  background-color: #474747;
  color: #fff;
}
.content .article .article-content .article-content-body .article-related-items ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}
.view-102-must-carry, .view-Main-Dossier-Carousel {
  position: relative;
}
.carousel-left-button, .carousel-right-button {
  position: absolute;
  width: 64px;
  height: 40px;
  background-image: url(../images/mustcarry_text.png);
  top: 145px;
  z-index: 1000;
}
.carousel-left-button .carousel-icon, .carousel-right-button .carousel-icon {
  position: absolute;
  width: 20px;
  height: 30px;
  top: 5px;
}
.carousel-left-button .carousel-icon {
  background: transparent url(../images/carousel-previous.png) 0 -30px no-repeat;
  right: 6px;
}
.carousel-right-button .carousel-icon {
  background: transparent url(../images/carousel-next.png) 0 -30px no-repeat;
  left: 6px;
}
.carousel-left-button.hover .carousel-icon, .carousel-right-button.hover .carousel-icon {
  background-position: 0 0;
}
.carousel-left-button {
  left: 0;
}
.carousel-right-button {
  right: 0;
}
.mustcarryvideo {
  width: 650px;
  overflow: hidden;
}
.mustcarryvideo h1 {
  margin: 0;
  float: left;
}
.mustcarryvideo h1 a {
  color: #006690;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.mustcarryvideo .mustcarry-item-links {
  float: right;
}
.mustcarryvideo .mustcarry-item-links a {
  margin-left: 20px;
}
.innermiddle {
  margin-top: 10px;
  border: 1px solid #474747;
  overflow: hidden;
}
.innermiddle h2 {
  margin: 0px;
  padding: 4px 0px 0px 4px;
  height: 18px;
  background-color: #474747;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.innermiddle .block {
  width: 196px;
  padding: 10px;
  float: left;
}
.innermiddle .block h2 {
  margin: 0px;
  padding: 0;
  height: 11px;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  text-transform: none;
}
.innermiddle .block ul, .innermiddle .block li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-Main-Dossier-Opinion .opinion-text, .view-Main-Dossier-Opinion .opinion-text p, .view-Main-Dossier-Opinion .opinion-text a {
  padding-bottom: 20px;
  color: #006690;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
.view-Main-Dossier-Opinion .opinion-name a {
  color: #000;
  text-decoration: none;
}
.view-Main-Dossier-Opinion .opinion-text {
  display: inline;
}
.view-Main-Dossier-Participate .views-row {
  padding-bottom: 5px;
  overflow: hidden;
}
.view-Main-Dossier-Participate .views-row-last {
  padding-bottom: 0;
}
.view-Main-Dossier-Participate img {
  float: left;
  border: 1px solid #454545;
}
.view-Main-Dossier-Participate .participate-text {
  margin-left: 34px;
}
.view-Main-Dossier-Participate .participate-text h3 {
  margin: 0;
}
.view-Main-Dossier-Participate .participate-text h3 a {
  color: #000;
  text-decoration: none;
}
.view-Main-Dossier-Participate .participate-text h3 a:hover {
  color: #006690;
}
.view-Main-Dossier-Participate .participate-text {
  margin: 0;
}
.view-Dossier-quiz h4 {
  margin: 0;
}
.view-Dossier-quiz h4 a {
  font-size: 13px;
  text-decoration: none;
}
.right .view-Dossier-quiz .content {
  padding: 4px 0 10px 0;
}
.view-Dossier-poll h1 a {
  font-size: 13px;
  text-decoration: none;
}
#quiz_progress {
  float: right;
}
.node-quiz .content {
  padding-bottom: 20px;
}
.flow-audioplayer {
  margin: 1em 0;
  background-color: #e5e3e4;
  color: #000;
  border: 1px solid #5171aa;
  _border-left: none;
  _border-right: none;
  position: relative;
  overflow: hidden;
}
.flow-audioplayer-small {
  width: 385px;
}
.flow-audioplayer .flow-audioplayer-title {
  height: 1%;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #5171aa;
  overflow: hidden;
}
.flow-audioplayer .flow-audioplayer-buttons {
  float: right;
}
.flow-audioplayer .flow-audioplayer-buttons img {
  display: block;
}
.flow-audioplayer .flow-audioplayer-description {
  padding: 3px;
  color: #535152;
  border-top: 1px solid #5171aa;
}
.rnw_bulletinintro {
  font-weight: bold;
}
.rnw_dossier_iframe {
  margin-top: 100px;
  display: block;
  float: left;
}
.latest-news-item-time {
  display: block;
  height: 15px;
  float: left;
  margin-right: 10px;
  color: #8a8a8a;
}
.importimage {
  float: left;
  margin: 0px 10px 3px 0px;
}
.storyText01 {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
.storyText01 a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.cattitle {
  font-size: 17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #800000;
  text-align: center;
}
.catdecription {
  padding: 4px;
  font-weight: normal;
  text-align: justify;
  color: #000000;
}
.catimage {
  margin: 0px 5px;
  border: 1px solid #990000;
  padding: 2px;
  width: 150px;
  height: 175px;
}
.fieldset {
  border: 0px;
}
/* Form styles*/
.fieldset .nobr {
  display: none;
}
.fieldset .textfield {
  margin-bottom: 3px;
  padding-left: 10px;
  height: 20px;
  width: 200px;
  border: solid 0 #fff;
}
.fieldset .textarea {
  margin-bottom: 3px;
  height: 165px;
  width: 350px;
  border: solid 0 #fff;
}
.submit {
  margin: 3px;
  padding-right: 15px;
  height: 20px;
  border: solid 0 #fff;
  width: 80px;
  font-family: Segoe UI, Arial, Verdana, Sans-Serif;
  font-size: 10.5px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.photos {
  width: 100%; /* The photos should be the entire width of it's surrounding object, in this case the whole page */
  height: 100%;
  border: solid black 0px;
}
.photos ul {
  margin: 0;
  padding: 0px;
  ;
  float: left;
}
.photos ul li {
  padding: 0px;
  border: solid #999999 0px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
*display:inline;
}
.video {
  margin-top: 4px;
}
.links {
  width: 175px;
  height: 20px;
  padding-left: 18px;
}
.SubMenus {
  display: block;
  width: 288px;
  height: 15px;
  margin-left: 5px;
  padding: 3px 0px 5px 15px;
  color: #FFFFFF;
  border-bottom: 1px solid #5E5452;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
}
.SubMenus:hover {
  background-color: #741a1c;
}
.ParentMenu {
  display: block;
  width: 194px;
  height: 15px;
  padding: 3px 0px 5px 15px;
  color: #FFFFFF;
  border-bottom: 1px solid #9f5f5f;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
}
.ParentMenu:hover {
}
.NoChild {
  background: none;
}
.NoChild:hover {
  background: #9f6363;
}
.SubMenuHolder {
  Position: absolute;
  margin-left: 190px;
  margin-top: -15px;
}
.PageError {
  color: #990000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.PageErrorCool {
  color: #0000FF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.inside img {
  width: 150px;
  border: 1px solid #CCCCCC;
  padding: 2px;
}
.article_img {
  border: 1px solid #CCCCCC;
  padding: 2px;
}
.cattitle {
  font-size: 17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #800000;
  text-align: center;
}
.catdecription {
  padding: 4px;
  font-weight: normal;
  text-align: justify;
  color: #000000;
}
.catimage {
  margin: 0px 5px;
  border: 1px solid #990000;
  padding: 2px;
  width: 150px;
  height: 175px;
}
.viewfont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
/* Advetisement Banners */
.advertisement {
  display: block;
  margin:10px 3px 3px 0px;
  padding: 0px;
  border: none;
  width: 1065px;
}
.advertisement div {
  background: #FFF;
  margin: 0px 5px 5px 0px;
  padding: 0px;
  display: block;
  float: left;
}
.advertisement div img {
  margin: 0px;
  padding: 0px;
  border: none;
}
/* LINKS TABLE STYLES */
.links_table {
  width: 100%;
  border: 2px solid #c8c8c8;
}
.links_table thead {
  letter-spacing: 1px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.links_table thead tr td {
  background: #c8c8c8;
  color: #000;
}

#article_body, #article_body div{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:16px !important;
}
