/* $Id: style.css,v 1.88 2011/01/03 07:04:48 webchick Exp $ */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 76%/170% Verdana, sans-serif;
  color: #494949;
}

input {
  font: 1em/100% Verdana, sans-serif;
  color: #494949;
}

textarea,
select {
  font: 1em/160% Verdana, sans-serif;
  color: #494949;
}

h1 {
  line-height: 130%;
    padding: 15px;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}*/

li a.active {
    color: #FCC010;
}

/*h1 {
  font-size: 170%;
}

h2,
#center h1 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}
*/
quote,
code,
fieldset {
  margin: .5em 0;
}

code,
pre,
kbd {
  font-size: 115%;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link,
a:visited {
  color: #FCC010;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active,
a.active {
  color: #5895be;
}

/*a:active,
a.active {
  color: #f7b51a;
}*/

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul,
.block ul,
ol {
  margin: 0.5em 0 1em;
  padding: 0 0 0 1.5em; /* LTR */
}

/* Default to menu leaf bullet for unordered list items. "ul" used here so it can cascade to list items and "li.leaf" to override the system leaf image. */
ul,
ul li.leaf {
  list-style-image: url(../Boston11/images/menu-leaf.gif);
}

/* This is used to cancel the list style image when an ordered list is embedded in an unordered list. */
ol {
  list-style-image: none;
}

ul.menu,
.item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
  padding-bottom: .1em;
}

ul li.expanded {
  list-style-image: url(/images/menu-expanded.gif);
}

ul li.collapsed {
  list-style-image: url(/images/menu-collapsed.gif); /* LTR */
}

ul li.leaf a,
ul li.expanded a,
ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(/images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clearfix li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img,
a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link,
th a:visited {
  color: #6f9dbd;
}

td,
th {
  padding: .3em .5em;
}

tr.even,
tr.odd,
tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd,
tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #ffb;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region-title,
td.module,
td.container,
td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region-title,
tr:first-child td.module,
tr:first-child td.container,
tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

.submitted, .description,
.vertical-tab-button .summary {
  font-size: 0.92em;
  color: #898989;
}

.description .more-help-link {
  font-size: 0.92em;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.form-checkboxes,
.form-radios,
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-actions {
  margin: 2em 0 1em;
}
.form-button,
.form-submit {
  margin: 0 0.5em 0 0; /* LTR */
}

/**
 * Skip link
 */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 1000;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  margin-top: 1px;
  padding: 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-radius: 0 0 2px 2px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

/**
 * Layout
 */
.region-header {
  min-height: 1em;
  background: #d2e6f3 url(/images/bg-navigation.png) repeat-x 50% 100%;
}

.region-header .block {
  display: block;
  margin: 0 1em;
}

.region-header .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

.region-header * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
.region-header script {
  display: none;
}

.region-header p,
.region-header img {
  margin-top: 0.5em;
}

.region-header h2 {
  margin: 0 1em 0 0; /* LTR */
}

.region-header h3,
.region-header label,
.region-header li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: #edf5fa url(/images/body.png) repeat-x 50% 0;
}

/* Set container widths when we are using the "fixed width" option. */
#wrapper #container {
  width: 560px;
  margin: 0 auto;
  padding: 0 20px;
}

body.one-sidebar #wrapper #container {
  width: 770px;
}

body.two-sidebars #wrapper #container {
  width: 980px;
}

/* Unset container width when we are using the "fluid width" option. */
body.fluid-width #wrapper #container {
  width: auto;
  max-width: 1270px;
}

#wrapper #container #header {
  height: 80px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#branding,
#branding a:link,
#branding a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#branding span {
  font-weight: bold;
}

#branding img {
  padding-top: 14px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.two-sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-first,
body.sidebar-second {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left; /* LTR */
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-first #center {
  margin-left: -210px; /* LTR */
}
body.sidebar-second #center {
  margin-right: -210px; /* LTR */
}
body.two-sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-first #squeeze {
  margin-left: 210px; /* LTR */
}
body.sidebar-second #squeeze {
  margin-right: 210px; /* LTR */
}
body.two-sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left; /* LTR */
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-first .block {
  padding: 0 15px 0 0; /* LTR */
}

#sidebar-second .block {
  padding: 0 0 0 15px; /* LTR */
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-first .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-second .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(/images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(/images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(/images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}

#wrapper #container .region-footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-first .region-footer {
  margin-left: -210px;
}

body.sidebar-second .region-footer {
  margin-right: -210px;
}

body.two-sidebars .region-footer {
  margin: 0 -210px;
}

/**
 * Header
 */
div#branding {
  font-family: Helvetica,Arial,sans-serif;
}

div#branding strong {
   font-weight: normal;
}

#branding,
#branding a:link,
#branding a:visited {
  color: #fff;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#branding a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb,
#wrapper #container .breadcrumb a {
  color: #529ad6;
}

#highlighted {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Overlay
 */
#overlay #overlay-tabs li a {
  background: #d9eaf5;
  color: #000;
}
#overlay #overlay-tabs li a:hover,
#overlay #overlay-tabs li a:focus {
  background: #fff;
}
#overlay #overlay-tabs li.active a {
  background: url("/images/body.png") repeat-x scroll 50% -58px #edf5fa;
  color: #fff;
}
#overlay-content {
  padding: 1px;
}
#overlay-content #header {
  display: none;
}
#overlay-content #wrapper {
  background-position: 50% -80px;
}


/**
 * Primary navigation
 */
ul.main-menu {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.main-menu li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.main-menu li a,
ul.main-menu li a:link,
ul.main-menu li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(/images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.main-menu li a:hover,
ul.main-menu li a.active {
  color: #fff;
  background: transparent url(/images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-menu {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-menu li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-menu li a,
ul.secondary-menu li a:link,
ul.secondary-menu li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-menu li a:hover,
ul.secondary-menu li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary,
ul.primary li,
ul.secondary,
ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h1.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a,
ul.primary li.active a,
ul.primary li a:hover,
ul.primary li a:visited,
ul.secondary li a,
ul.secondary li.active a,
ul.secondary li a:hover,
ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a,
ul.primary li.active a:link,
ul.primary li.active a:visited,
ul.primary li a:hover,
ul.secondary li.active a,
ul.secondary li.active a:link,
ul.secondary li.active a:visited,
ul.secondary li a:hover {
  background: url(/images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: 0 -16px 1.5em;
  padding: 1.5em 16px;
}

ul.links li,
ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links,
.comment .links {
  text-align: left; /* LTR */
  padding-left: 0; /* LTR */
}

.user-picture,
.comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.preview .node,
.preview .comment,
.node-sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.node-sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: 1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content,
.comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(/images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(/images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}
*:first-child+html .text-format-wrapper .filter-wrapper {
  padding: 1.5em 0 1.5em;
  background-position: 0 0;
}

/* Keep the background position at 0 for filters and vertical tabs. */
*:first-child+html fieldset.filter-wrapper,
*:first-child+html fieldset.vertical-tabs-pane {
  background-position: 0 0;
}

*:first-child+html fieldset .fieldset-wrapper .fieldset-description {
  padding-top: 1em;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible .fieldset-legend {
  padding-left: 2em; /* LTR */
  background: url(/images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
  background: url(/images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

.fieldset-legend span.summary {
  color: #898989;
}

/**
 * Vertical tabs.
 */
div.vertical-tabs {
  border-color: #d9eaf5;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 0.5em 1em;
}

div.vertical-tabs ul.vertical-tabs-list {
  border-color: #d9eaf5;
}

div.vertical-tabs ul.vertical-tabs-list li {
  background-color: #edf5fa;
  border-color: #d9eaf5;
}

div.vertical-tabs ul.vertical-tabs-list li strong {
  font-weight: normal;
}

div.vertical-tabs ul.vertical-tabs-list li.selected strong {
  font-weight: bold;
}

div.vertical-tabs ul.vertical-tabs-list li.selected small {
  color: #898989;
}

div.vertical-tabs ul.vertical-tabs-list li.selected {
  background: #fff repeat-x 0 0;
}

div.vertical-tabs ul.vertical-tabs-list li.selected.first {
  background-image: url(/images/gradient-inner.png);
}

div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
  color: #494949;
}

/**
 * Syndication icons and block
 */
#block-node-syndicate h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-syndicate img,
.feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-syndicate .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}
#user-login .openid-links {
  padding: 0;
}
#user-login-form .openid-links {
  padding-left: 0.5em; /* LTR */
}
#user-login-form .openid-links li.user-link {
  padding-left: 1em; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected,
tr.selected td,
tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link,
tr.selected td a:visited,
tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

.theme-selector h3 {
  margin: 10px 0;
}
.theme-selector .operations li {
  list-style-image: none;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

.form-item input.error,
.form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found,
tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active,
tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error,
table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning,
table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok,
table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/*Top Navigation tweaks */
div#primarynav  ul {

        position:relative;
	display:block;
        float:left;
        top: -8px;
}

div#primarynav ul li {
	list-style:none;
}

div#primarynav ul li.first {
	/*margin-left: 1px;*/
	float: left
        background: none;
}

div#primarynav ul li.expanded ul li.last {
	/*margin-left: 1px;*/
	text-decoration: none;
	color: #333 !important;
	/*background: url(../images/BG-primary-nav_sub.png);*/
	background:#FBE3AD;
	height: auto !important;
	border-top: 1px solid #fff;
}

div#primarynav a.active
{
	color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
	/*background: url(../Images/BG_primarynav_anchor_over.gif) top right no-repeat;
	border-left: 1px solid #750b1d;
	padding-left: 11px;*/
}

div#primarynav ul.menu li.expanded a.active-trail {
	float: left
        color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
	/*background: url(../Images/BG_primarynav_anchor_over.gif) top right no-repeat;
	border-left: 1px solid #750b1d;
	padding-left: 11px;*/
}

div#primarynav ul li.expanded ul li a.active
{
	background: #f7b51a;
	text-decoration:none;
	font-weight:bold;
	/*background: url(../Images/BG_primarynav_anchor_over.gif) top right no-repeat;
	border-left: 1px solid #750b1d;
	padding-left: 11px;*/
}

/* additional styling for top-nav/nice menus */
#nice-menu-1 li {
	border:none;
}

div#primarynav ul.nice-menu li a:hover,
div#primarynav ul.nice-menu-down li.menuparent:hover a,
div#primarynav ul.nice-menu-down li.over a {
	color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
}

div#primarynav ul.nice-menu-down .menuparent ul li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

div#primarynav ul.nice-menu-down .menuparent ul li a:hover {
	color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
}

div#primarynav ul#nice-menu-1 li a.active {
	color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
}

div#primarynav ul#nice-menu-1 li ul li a.active {
	background: #f7b51a;
	text-decoration:none;
	font-weight:bold;
}

div#primarynav ul#nice-menu-1 li.menu-540 a {
	color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
}

div#primarynav ul#nice-menu-1 li.active-trail a {
	color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
}
/* */

div.node {
	border:none;
}

#tabs-wrapper {
	border:none;
}

/* footer > footer-lower */

/*div.footer-nav {
	position:relative;
	left: -100px;
}*/




div#footer div.footer-lower div.footer-nav div.content {
	/*position:relative;*/
	/*left: -112px;*/
	/*vertical-align:top;*/
        margin: 0px 0px 0px 0px;
        border-right: 1px solid #262626;
	margin-bottom: 0px;
	width: 900px;
}

div#footer div.footer-lower div.footer-nav ul
{
	list-style: none;
	margin-right:70px;
        margin-right:60px\9;
        /*margin: 0; padding:  0 ;*/
        display: block;
        float:right;
	/*margin-left:15px;*/
        
        
        
        
}

div#footer div.footer-lower div.footer-nav ul li
{
	

        font-family: 12px/14px Georgia,Serif;
	margin-right: 0px; padding: 0px;
	list-style: none;
        display: inline-block;
        /*border-left:1px;*/
	/*width:640px;
	/*margin-left:15px;*/
}

div#footer div.footer-lower div.footer-nav ul li
{
	

        font-family: 12px/14px Georgia,Serif;
	margin-right: 0px; padding: 0px;
	list-style: none;
        display: inline-block;
        /*border-left:1px;*/
	/*width:640px;
	/*margin-left:15px;*/
}

div#footer div.footer-lower div.footer-nav li.first leaf
{
        border-left:0px;

}

div#footer div.footer-lower div.footer-nav ul.menu li.first expanded 
{

	display: inline-block;
	width: 500px;
        
}

div#footer div.footer-lower div.footer-nav ul li a
{
	display: inline;
	/*margin: 0; padding: 0 0 6px 0;*/
	color: #999; 
	text-decoration: underline;
        border-left:1px;
        
        
}


/*div#footer div.footer-lower div.footer-nav ul li.first 
{

	display: inline-block;
	
        
}*/





div#footer div.footer-lower div.footer-nav ul li.last a
{
	visibility: hidden;
	list-style: none;
	width:0px;
        font-size: 12px;
      
        
}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li ul 
{
	list-style: none;
	/*display: none;*/
	margin: 0; padding: 0;*/
	/*width: 90px; height: auto;*/
	/*border-top: 2px solid #353535;*/
	z-index: 1500;
	margin-left:0px;
        font-size: 12px;
        
        
}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li li
{
	/*font: normal 12px/16px Verdana, Sans-Serif;
	/*font-style: normal;*/
	margin: 0; padding: 0;
	/*background: none;
	text-transform: none;*/
	/*width:90px;
	height: auto;*/
	/*text-align: left;*/
	float: right;
	list-style: none;
	margin-left:10px;
        font-size: 12px;
        
        
}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li.first a
{

        font-family: 12px/14px Georgia,Serif;
	margin: 0; padding: 0;
	font-weight:normal;
	text-decoration:underline;
	/*visibility:visible;*/
	/*width:90px;*/
	margin-left:0px;
        /*width: 700px;*/
	margin-top: -5px;
        margin-bottom: 0px;
        border-right:150px;
        border-left: 1px solid #FCC010;
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li.last a
{
	
	font-family: 12px/14px Georgia,Serif;
	margin: 0; padding: 0;
	font-size: 12px;
	font-weight:normal;
	text-decoration:underline;
	visibility:visible;
	/*width:90px;*/
        
}

div#footer div.footer-lower div.footer-nav ul li a
{
	font-size: 12px;
	font-family: 12px/14px Georgia,Serif;
	margin-left: 2px; padding: 0;
	color: #FCC010;
	font-weight:bold;
	text-decoration:none;
       
	/*width:90px;*/
        
        
        
}



div#footer div.footer-lower div.footer-nav ul li.expanded
{
	
	font-family: 12px/14px Georgia,Serif;
	font-size: 11px;
        margin: 0; padding-right:px;
	height: auto;
	text-align: left;
	list-style: none;
    
        
	/*width:90px;*/
}



div#footer div.footer-lower div.footer-nav ul li.expanded a
{
	font-family: 12px/14px Georgia,Serif;
        font-size: 12px;
        margin: 0; padding: 0;
	color: #FCC010;
	font-weight:bold;
	text-decoration:none;
        

	/*width:90px;*/
	
}

/*div#footer div.footer-lower div.footer-nav ul li.expanded a#home
{

        
        display:none;
        /*position:relative;
        bottom:-5000px;
	width:65px;
	
}*/



div#footer div.footer-lower div.footer-nav ul li a#home
{
	
        
        display:none;
        /*font-size: 12px;
	font-family: 12px/14px Georgia,Serif;
	margin-left: 2px; padding: 0;
	color: #FCC010;
	font-weight:bold;
	text-decoration:none;*/
       
	/*width:90px;*/
        
        
        
}

div#footer div.footer-lower div.footer-nav ul li a#register
{
	
        
        display:none;
        /*font-size: 12px;
	font-family: 12px/14px Georgia,Serif;
	margin-left: 2px; padding: 0;
	color: #FCC010;
	font-weight:bold;
	text-decoration:none;*/
       
	/*width:90px;*/
        
        
        
}

div#block-menu-menu-top-navigation a#home
{

        
        /*display:none;*/
        /*position:relative;
        bottom:-5000px;
	width:65px;*/
	
}

/*div#block-menu-menu-top-navigation a#schedule
{

        margin-left:0px;
        /*position:relative;
        bottom:-5000px;
	width:65px;*/
	
}
*/

div#footer div.footer-lower div.footer-nav ul li.expanded a#schedule 
{
        position:relative;
        /*left:-12px;*/
        margin-left: 0px;
        display:inline-block;
	width:62px;
	
}

div#footer div.footer-lower div.footer-nav ul li a#schedule 
{
        position:relative;
        left:-11px;
        moz-right:10px;
}

@-moz-document url-prefix() {
	 
	
            div#footer div.footer-lower div.footer-nav ul li a#schedule 
            {padding-left:9px;}
            
	}

div#footer div.footer-lower div.footer-nav ul li a#full
{
        position:relative;
        left:-4px;
        moz-right:10px;
        left:-10px\9;
        margin-right:400px;
        
        
}

div#footer div.footer-lower div.footer-nav ul li a#free
{
        /*position:relative;
        left:-4px;*/
        moz-right:4px;
        /*left:-10px\9;*/

       
        
}

div#footer div.footer-lower div.footer-nav ul li a#youth
{
        position:relative;
        /*left:-4px;*/
        moz-right:4px;
        /*left:-10px\9;*/
        
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#bios 
{
        position:relative;
        left:-250px;
        display:inline-block;
	width:162px;
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#speakers
{

        position:relative;
        display:inline-block;
	width:65px;
        margin-left: 250px;
  
        left:-250px;
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#events
{

        display:inline-block;
        margin-right:-65px;
	/*width:65px;*/
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#sponsors
{

        display:inline-block;
	width:65px;
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#resources
{

        display:inline-block;
	width:65px;
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#archive
{

        display:inline-block;
	width:65px;
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a.archive
{

        display:none;
	width:65px;
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#youthsummit {

	margin-right:65px;
       
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a#careerfair {

	border-left:none;
       
	
}

div#footer div.footer-lower div.footer-nav ul li.expanded a.eventlinks {
  position:relative;
  left:65px;

}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li a:link, div#footer div.footer-lower div.footer-nav ul li.expanded ul li a:active, div#footer div.footer-lower div.footer-nav ul li.expanded ul li a:visited
{
	position:relative;
        top:-5px;
        font-size: 12px;
        color: #FFFFFF;
	text-decoration: underline;
	font-weight:normal;
       
	margin: 0 0 0 -3px; padding-left: 5px; 
	
	border-left: 1px solid #fff;
       

	/*width:90px;*/
}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li.first a:link
{

	border-left: none;

	/*width:90px;*/
}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li a:hover
{
	
	font-size: 12px;
        text-decoration: none;
	font-weight:normal;
       
	/*width:90px;*/
}

div#footer div.footer-lower div.footer-nav ul li.expanded ul li a
{
	
	font-size: 12px;
        font-family: 12px/14px Georgia,Serif;
	margin: 0; padding: 0;
	font-weight:normal;
	
        
	/*width:90px;*/
}

/**/

/* Twitter Pull Styling */
/*div#twitter-panel-home {
	background-color:#fcdd94;
}

div#schedule-panel-home {
	background-color:#fcdd94;
}

div.home div.column.left {
	background-color:#fcdd94;
}*/

div.tweets-pulled-listing ul {
  list-style: none;
  margin:0px;
  padding:0px;
  color: #FFFFFF;
  font: 13px/17px Georgia,Serif;

}

div.tweets-pulled-listing div.tweet-authorphoto {
  margin: 0 0px 0 0;
  padding:0px;
  float: left;
}

div.tweets-pulled-listing div.tweet-authorphoto img {
  max-height: 0px;
  max-width: 0px;
}

div.tweets-pulled-listing a {
  color: #FFFFFF;
}

div.tweets-pulled-listing .tweet-author a {
  font-weight: bold;
}

div.tweets-pulled-listing .tweet-time a {
  color: #999999;
  font-style: italic;
}

div.tweets-pulled-listing  div.tweet-divider {
  clear: left;
  border-bottom: 1px solid #666;
  margin: 5px 0 5px 0;
}
/* */

/* Speakers View CSS */
div.view-speakers img,
div.view-photo-galleries img {
	border: 5px solid #515050;
	margin-bottom:10px;
}
div.view-speakers div.views-field-title,
div.view-photo-galleries div.views-field-title {
	font-size: 12px; line-height: 14px;
	font-weight: bold;
	color: #FCC010;
	text-decoration: none;
	margin: 0 0 8px 0; padding: 0;
}
div.view-speakers div.views-field-title a,
div.view-photo-galleries div.views-field-title a {
	color: #FCC010;
	text-decoration: none;
}
div.view-speakers div.views-field-field-pers-title {
	font-size: 12px; line-height: 14px;
	margin: 0 0 8px 0; padding: 0;
	color: #FFFFFF;
	font-style:italic;
}
div.view-speakers div.views-field-field-pers-company {
	font-size: 12px; line-height: 14px;
	margin: 0 0 0px 0; padding: 0;
	color: #FFFFFF;
}
div.view-speakers tr,
div.view-photo-galleries tr {
	/*width: 627px;*/
	width: 480px;
	margin: 0;
	padding: 20px 0 0;
	padding-top:20px;
	overflow: hidden;
	/*border-top: 1px solid #333;*/
	background: url(/sites/conf2012.iamempowered.com/themes/Boston11/Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
}
div.view-speakers tr.row-first,
div.view-photo-galleries tr.row-first {
	border-top:none;
	background:none;
	padding-top:0px;
}
div.view-speakers td,
div.view-photo-galleries td {
	/*border-left: 1px solid #e5e5e5;*/
        border-left: 1px solid #262626;
	width: 120px;
	height: 240px;
	/*padding: 0 24px;*/
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	margin: 0 0 12px;
	vertical-align:top;
}
div.view-speakers td.col-last,
div.view-photo-galleries td.col-last {
	padding-right:0px;
}
div.view-speakers tr.row-first td,
div.view-photo-galleries tr.row-first td {
	/*border-left: 1px solid #e5e5e5;*/
	width: 120px;
	height: 240px;
	/*padding: 0 24px;*/
	padding-left: 24px;
	padding-top: 0px;
	margin: 0 0 12px;
	vertical-align:text-top;
}
div.view-speakers td.col-first,
div.view-photo-galleries td.col-first {
	border-left:none;
	padding-left:0px;
}
div.view-speakers tr.row-first td.col-first,
div.view-photo-galleries tr.row-first td.col-first {
	border-left:none;
	padding-left:0px;
}
/* */

/* style detail page for Speakers */
div.node-people div.field-name-field-biophoto img {
	border: 3px solid #cccccc;
	position:relative;
	bottom: 50px;
	overflow:hidden;
}
#speaker-name {
	margin: 0px;
	padding: 0px;
	color: #FCC010;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin:0px;
	padding: 0 0 6px;
	position:relative;
	left: 150px;
        top: 55px;
	overflow:hidden;
}
div.node-people div.field-name-field-pers-title {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size:16px;
	font-style:italic;
	line-height:18px;
	margin:0px;
	padding: 0 0 6px;
	position:relative;
	left: 150px;
	bottom: 95px;
	overflow:hidden
}
div.node-people div.field-name-field-pers-company {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size:16px;
	line-height:18px;
	margin:0px;
	padding: 0 0 6px;
	position:relative;
	left: 150px;
	bottom: 95px;
	overflow:hidden
}
div.node-people div.field-name-body {
	background: url(/sites/conf2012.iamempowered.com/themes/Boston11/Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
	margin-top:25px;
	margin-bottom:-125px;
	padding-top:25px;
	position:relative;
	top: -90px;
	overflow:hidden;
	/*padding-bottom:-50px;*/
}
/* */

/* Schedule Detail page styling */
div.node-awards-gala div.field-type-node-reference,
div.node-breakfast div.field-type-node-reference,
div.node-business-meeting div.field-type-node-reference,
div.node-college-fair div.field-type-node-reference,
div.node-concert div.field-type-node-reference,
div.node-conference-forum div.field-type-node-reference,
div.node-culture-night div.field-type-node-reference,
div.node-day-of-service div.field-type-node-reference,
div.node-delegate-assembly div.field-type-node-reference,
div.node-dinner div.field-type-node-reference,
div.node-fitness-workout div.field-type-node-reference,
div.node-keynote-address div.field-type-node-reference,
div.node-luncheon div.field-type-node-reference,
div.node-party div.field-type-node-reference,
div.node-plenary div.field-type-node-reference,
div.node-pre-conference div.field-type-node-reference,
div.node-reception div.field-type-node-reference,
div.node-registration div.field-type-node-reference,
div.node-social-networking-event div.field-type-node-reference,
div.node-town-hall div.field-type-node-reference,
div.node-workshop div.field-type-node-reference
{
	color:#c41230;
	font: italic bold 15px/19px Georgia,Serif;
	margin: 0px;
	padding: 0 0 18px;
}

div.speakerstatus{
        color:#c41230;
	font: italic 10px/12x Georgia,Serif;
        font-style:italic;
	margin: 0px;
        padding-top:3px;
	
}

div.node-awards-gala div.field-name-field-date-and-time,
div.node-awards-gala div.field-name-field-display-name,
div.node-breakfast div.field-name-field-display-name,
div.node-business-meeting div.field-name-field-display-name,
div.node-college-fair div.field-name-field-display-name,
div.node-concert div.field-name-field-display-name,
div.node-conference-forum div.field-name-field-display-name,
div.node-culture-night div.field-name-field-display-name,
div.node-day-of-service div.field-name-field-display-name,
div.node-delegate-assembly div.field-name-field-display-name,
div.node-dinner div.field-name-field-display-name,
div.node-fitness-workout div.field-name-field-display-name,
div.node-keynote-address div.field-name-field-display-name,
div.node-luncheon div.field-name-field-display-name,
div.node-party div.field-name-field-display-name,
div.node-plenary div.field-name-field-display-name,
div.node-pre-conference div.field-name-field-display-name,
div.node-reception div.field-name-field-display-name,
div.node-registration div.field-name-field-display-name,
div.node-social-networking-event div.field-name-field-display-name,
div.node-town-hall div.field-name-field-display-name,
div.node-workshop div.field-name-field-display-name,
div.node-luncheon div.field-name-field-display-name {
  
  padding-bottom: 14px;
  font-style:normal;
  font-size:16px;
  color: #FCC010;
  
}

div.node-awards-gala div.field-name-field-event_greetings a,
div.node-awards-gala div.field-name-field-event_greetings a,
div.node-breakfast div.field-name-field-event_greetings a,
div.node-business-meeting div.field-name-field-event_greetings a,
div.node-college-fair div.field-name-field-event_greetings a,
div.node-concert div.field-name-field-event_greetings a,
div.node-conference-forum div.field-name-field-event_greetings a, 
div.node-culture-night div.field-name-field-event_greetings a,
div.node-day-of-service div.field-name-field-event_greetings a,
div.node-delegate-assembly field-name-field-event_greetings a,
div.node-dinner div.field-name-field-event_greetings a,
div.node-fitness-workout div.field-name-field-event_greetings a,
div.node-keynote-address div.field-name-field-event_greetings a,
div.node-luncheon div.field-name-field-event_greetings a,
div.node-party div.field-name-field-event_greetings a,
div.node-plenary div.field-name-field-event_greetings a,
div.node-pre-conference div.field-name-fevent_greetings a,
div.node-reception div.field-name-field-event_greetings a,
div.node-registration div.field-name-field-event_greetings  a,
div.node-social-networking-event div.field-name-field-event_greetings a,
div.node-town-hall div.field-name-field-event_greetings a,
div.node-workshop div.field-name-field-event_greetings a,
div.node-luncheon div.field-name-field-event_greetings a,
div.node-awards-gala div.field-name-field-presiding a,
div.node-awards-gala div.field-name-field-presiding a,
div.node-breakfast div.field-name-field-presiding a,
div.node-business-meeting div.field-name-field-presiding a,
div.node-college-fair div.field-name-field-presiding a,
div.node-concert div.field-name-field-presiding a,
div.node-conference-forum div.field-name-field-presiding a, 
div.node-culture-night div.field-name-field-presiding a,
div.node-day-of-service div.field-name-field-presiding a,
div.node-delegate-assembly field-name-field-presiding a,
div.node-dinner div.field-name-field-presiding a,
div.node-fitness-workout div.field-name-field-presiding a,
div.node-keynote-address div.field-name-field-presiding a,
div.node-luncheon div.field-name-field-presiding a,
div.node-party div.field-name-field-presiding a,
div.node-plenary div.field-name-field-presiding a,
div.node-pre-conference div.field-name-field-presiding a,
div.node-reception div.field-name-field-presiding a,
div.node-registration div.field-name-field-presiding a,
div.node-social-networking-event div.field-name-field-presiding a,
div.node-town-hall div.field-name-field-presiding a,
div.node-workshop div.field-name-field-presiding a,
div.node-luncheon div.field-name-field-presiding a,
div.node-awards-gala div.field-name-field-event-hosted-by a,
div.node-awards-gala div.field-name-field-event-hosted-by a,
div.node-breakfast div.field-name-field-event-hosted-by a,
div.node-business-meeting div.field-name-field-event-hosted-by a,
div.node-college-fair div.field-name-field-event-hosted-by a,
div.node-concert div.field-name-field-event-hosted-by a,
div.node-conference-forum div.field-name-field-event-hosted-by a, 
div.node-culture-night div.field-name-field-event-hosted-by a,
div.node-day-of-service div.field-name-field-event-hosted-by a,
div.node-delegate-assembly field-name-field-event-hosted-by a,
div.node-dinner div.field-name-field-event-hosted-by a,
div.node-fitness-workout div.field-name-field-event-hosted-by a,
div.node-keynote-address div.field-name-field-event-hosted-by a,
div.node-luncheon div.field-name-field-event-hosted-by a,
div.node-party div.field-name-field-event-hosted-by a,
div.node-plenary div.field-name-field-event-hosted-by a,
div.node-pre-conference div.field-name-field-event-hosted-by a,
div.node-reception div.field-name-field-event-hosted-by a,
div.node-registration div.field-name-field-event-hosted-by a,
div.node-social-networking-event div.field-name-field-event-hosted-by a,
div.node-town-hall div.field-name-field-event-hosted-by a,
div.node-workshop div.field-name-field-event-hosted-by a,
div.node-luncheon div.field-name-field-event-hosted-by a,
div.node-awards-gala div.field-name-field-invocation a,
div.node-awards-gala div.field-name-field-invocation a,
div.node-breakfast div.field-name-field-invocation a,
div.node-business-meeting div.field-name-field-invocation a,
div.node-college-fair div.field-name-field-invocation a,
div.node-concert div.field-name-field-invocation a,
div.node-conference-forum div.field-name-field-invocation a, 
div.node-culture-night div.field-name-field-invocation a,
div.node-day-of-service div.field-name-field-invocation a,
div.node-delegate-assembly field-name-field-invocation a,
div.node-dinner div.field-name-field-invocation a,
div.node-fitness-workout div.field-name-field-invocation a,
div.node-keynote-address div.field-name-field-invocation a,
div.node-luncheon div.field-name-field-invocation a,
div.node-party div.field-name-field-invocation a,
div.node-plenary div.field-name-field-invocation a,
div.node-pre-conference div.field-name-field-invocation a,
div.node-reception div.field-name-field-invocation a,
div.node-registration div.field-name-field-invocation a,
div.node-social-networking-event div.field-name-field-invocation a,
div.node-town-hall div.field-name-field-invocation a,
div.node-workshop div.field-name-field-invocation a,
div.node-luncheon div.field-name-field-invocation a,
div.node-awards-gala div.field-name-field-event-welcome a,
div.node-awards-gala div.field-name-field-event-welcome a,
div.node-breakfast div.field-name-field-event-welcome a,
div.node-business-meeting div.field-name-field-event-welcome a,
div.node-college-fair div.field-name-field-event-welcome a,
div.node-concert div.field-name-field-event-welcome a,
div.node-conference-forum div.field-name-field-event-welcome a, 
div.node-culture-night div.field-name-field-event-welcome a,
div.node-day-of-service div.field-name-field-event-welcome a,
div.node-delegate-assembly field-name-field-event-welcome a,
div.node-dinner div.field-name-field-event-welcome a,
div.node-fitness-workout div.field-name-field-event-welcome a,
div.node-keynote-address div.field-name-field-event-welcome a,
div.node-luncheon div.field-name-field-event-welcome a,
div.node-party div.field-name-field-event-welcome a,
div.node-plenary div.field-name-field-event-welcome a,
div.node-pre-conference div.field-name-field-event-welcome a,
div.node-reception div.field-name-field-event-welcome a,
div.node-registration div.field-name-field-event-welcome a,
div.node-social-networking-event div.field-name-field-event-welcome a,
div.node-town-hall div.field-name-field-event-welcome a,
div.node-workshop div.field-name-field-event-welcome a,
div.node-luncheon div.field-name-field-event-welcome a,
div.node-awards-gala div.field-name-field-event-keynote-speaker a,
div.node-awards-gala div.field-name-field-event-keynote-speaker a,
div.node-breakfast div.field-name-field-event-keynote-speakera,
div.node-business-meeting div.field-name-field-event-keynote-speaker a,
div.node-college-fair div.field-name-field-event-keynote-speaker a,
div.node-concert div.field-name-field-event-keynote-speaker a,
div.node-conference-forum div.field-name-field-event-keynote-speaker a, 
div.node-culture-night div.field-name-field-event-keynote-speaker a,
div.node-day-of-service div.field-name-field-event-keynote-speaker a,
div.node-delegate-assembly field-name-field-event-keynote-speaker a,
div.node-dinner div.field-name-field-event-keynote-speaker a,
div.node-fitness-workout div.field-name-field-event-keynote-speaker a,
div.node-keynote-address div.field-name-field-event-keynote-speaker a,
div.node-luncheon div.field-name-field-event-keynote-speaker a,
div.node-party div.field-name-field-event-keynote-speaker a,
div.node-plenary div.field-name-field-event-keynote-speaker a,
div.node-pre-conference div.field-name-field-event-keynote-speaker a,
div.node-reception div.field-name-field-event-keynote-speaker a,
div.node-registration div.field-name-field-event-keynote-speakera,
div.node-social-networking-event div.field-name-field-event-keynote-speaker a,
div.node-town-hall div.field-name-field-event-keynote-speaker a,
div.node-workshop div.field-name-field-event-keynote-speaker a,
div.node-luncheon div.field-name-field-Xevent-keynote-speaker a,
div.node-awards-gala div.field-name-field-featured-speakers a,
div.node-awards-gala div.field-name-field-featured-speakers a,
div.node-breakfast div.field-name-field-featured-speakers a,
div.node-business-meeting div.field-name-field-featured-speakers a,
div.node-college-fair div.field-name-field-featured-speakers a,
div.node-concert div.field-name-field-featured-speakers a,
div.node-conference-forum div.field-name-field-featured-speakers a, 
div.node-culture-night div.field-name-field-featured-speakers a,
div.node-day-of-service div.field-name-field-featured-speakersa,
div.node-delegate-assembly field-name-field-featured-speakers a,
div.node-dinner div.field-name-field-featured-speakers a,
div.node-fitness-workout div.field-name-field-featured-speakers a,
div.node-keynote-address div.field-name-field-featured-speakers a,
div.node-luncheon div.field-name-field-featured-speakers a,
div.node-party div.field-name-field-featured-speakers a,
div.node-plenary div.field-name-field-featured-speakers a,
div.node-pre-conference div.field-name-field-featured-speakers a,
div.node-reception div.field-name-field-featured-speakers a,
div.node-registration div.field-name-field-featured-speakers a,
div.node-social-networking-event div.field-name-field-featured-speakers a,
div.node-town-hall div.field-name-field-featured-speakers a,
div.node-workshop div.field-name-field-featured-speakers a,
div.node-luncheon div.field-name-field-featured-speakers a,
div.node-awards-gala div.field-name-field-event-remarks a,
div.node-awards-gala div.field-name-field-event-remarks a,
div.node-breakfast div.field-name-field-event-remarks a,
div.node-business-meeting div.field-name-field-event-remarks a,
div.node-college-fair div.field-name-field-event-remarks a,
div.node-concert div.field-name-field-event-remarks a,
div.node-conference-forum div.field-name-field-event-remarks a, 
div.node-culture-night div.field-name-field-event-remarks a,
div.node-day-of-service div.field-name-field-event-remarks a,
div.node-delegate-assembly field-name-field-event-remarks a,
div.node-dinner div.field-name-field-event-remarks a,
div.node-fitness-workout div.field-name-field-event-remarks a,
div.node-keynote-address div.field-name-field-event-remarks a,
div.node-luncheon div.field-name-field-event-remarks a,
div.node-party div.field-name-field-event-remarks a,
div.node-plenary div.field-name-field-event-remarks a,
div.node-pre-conference div.field-name-field-event-remarks a,
div.node-reception div.field-name-field-event-remarks a,
div.node-registration div.field-name-field-event-remarks a,
div.node-social-networking-event div.field-name-field-event-remarks a,
div.node-town-hall div.field-name-field-event-remarksa,
div.node-workshop div.field-name-field-event-remarks a,
div.node-luncheon div.field-name-field-event-remarks a
div.node-awards-gala div.field-name-field-remarks-nulites a,
div.node-awards-gala div.field-name-field-remarks-nulites a,
div.node-breakfast div.field-name-field-remarks-nulites a,
div.node-business-meeting div.field-name-field-remarks-nulites a,
div.node-college-fair div.field-name-field-remarks-nulites a,
div.node-concert div.field-name-field-remarks-nulites a,
div.node-conference-forum div.field-name-field-remarks-nulites a, 
div.node-culture-night div.field-name-field-remarks-nulitesa,
div.node-day-of-service div.field-name-field-remarks-nulites a,
div.node-delegate-assembly field-name-field-remarks-nulites a,
div.node-dinner div.field-name-field-remarks-nulites a,
div.node-fitness-workout div.field-name-field-remarks-nulites a,
div.node-keynote-address div.field-name-field-remarks-nulites a,
div.node-luncheon div.field-name-field-remarks-nulites a,
div.node-party div.field-name-field-remarks-nulites a,
div.node-plenary div.field-name-field-remarks-nulites a,
div.node-pre-conference div.field-name-field-remarks-nulites a,
div.node-reception div.field-name-field-remarks-nulites a,
div.node-registration div.field-name-field-remarks-nulites a,
div.node-social-networking-event div.field-name-field-remarks-nulites a,
div.node-town-hall div.field-name-field-remarks-nulites a,
div.node-workshop div.field-name-field-remarks-nulites a,
div.node-luncheon div.field-name-field-remarks-nulites a,
div.node-awards-gala div.field-name-field-presentation-awards a,
div.node-awards-gala div.field-name-field-presentation-awards a,
div.node-breakfast div.field-name-field-presentation-awards a,
div.node-business-meeting div.field-name-field-presentation-awards a,
div.node-college-fair div.field-name-field-presentation-awards a,
div.node-concert div.field-name-field-presentation-awards a,
div.node-conference-forum div.field-name-field-presentation-awards a, 
div.node-culture-night div.field-name-field-presentation-awards a,
div.node-day-of-service div.field-name-field-presentation-awards a,
div.node-delegate-assembly field-name-field-presentation-awards a,
div.node-dinner div.field-name-field-presentation-awards a,
div.node-fitness-workout div.field-name-field-presentation-awards a,
div.node-keynote-address div.field-name-field-presentation-awards a,
div.node-luncheon div.field-name-field-presentation-awards a,
div.node-party div.field-name-field-presentation-awards a,
div.node-plenary div.field-name-field-presentation-awards a,
div.node-pre-conference div.field-name-field-presentation-awards a,
div.node-reception div.field-name-field-presentation-awards a,
div.node-registration div.field-name-field-presentation-awards a,
div.node-social-networking-event div.field-name-field-presentation-awards a,
div.node-town-hall div.field-name-field-presentation-awards a,
div.node-workshop div.field-name-field-presentation-awards a,
div.node-luncheon div.field-name-field-presentation-awards a,
div.node-awards-gala div.field-name-field-event-presentation-awards a,
div.node-awards-gala div.field-name-field-event-presentation-awards a,
div.node-breakfast div.field-name-field-event-presentation-awards a,
div.node-business-meeting div.field-name-field-event-presentation-awards a,
div.node-college-fair div.field-name-field-event-presentation-awards a,
div.node-concert div.field-name-field-event-presentation-awards a,
div.node-conference-forum div.field-name-field-event-presentation-awards a, 
div.node-culture-night div.field-name-field-event-presentation-awards a,
div.node-day-of-service div.field-name-field-event-presentation-awards a,
div.node-delegate-assembly field-name-field-event-presentation-awards a,
div.node-dinner div.field-name-field-event-presentation-awards a,
div.node-fitness-workout div.field-name-field-event-presentation-awards a,
div.node-keynote-address div.field-name-field-event-presentation-awards a,
div.node-luncheon div.field-name-field-event-presentation-awards a,
div.node-party div.field-name-field-event-presentation-awards a,
div.node-plenary div.field-name-field-event-presentation-awards a,
div.node-pre-conference div.field-name-field-event-presentation-awards a,
div.node-reception div.field-name-field-event-presentation-awards a,
div.node-registration div.field-name-field-event-presentation-awards a,
div.node-social-networking-event div.field-name-field-event-presentation-awards a,
div.node-town-hall div.field-name-field-event-presentation-awards a,
div.node-workshop div.field-name-field-event-presentation-awards a,
div.node-luncheon div.field-name-field-event-presentation-awards a,
div.node-awards-gala div.field-name-field-award-honorees a,
div.node-breakfast div.field-name-field-award-honorees a,
div.node-business-meeting div.field-name-field-award-honorees a,
div.node-college-fair div.field-name-field-award-honorees a,
div.node-concert div.field-name-field-award-honorees a,
div.node-conference-forum div.field-name-field-award-honorees a, 
div.node-culture-night div.field-name-field-award-honorees a,
div.node-day-of-service div.field-name-field-award-honorees a,
div.node-delegate-assembly field-name-field-award-honorees a,
div.node-dinner div.field-name-field-award-honorees a,
div.node-fitness-workout div.field-name-field-award-honorees a,
div.node-keynote-address div.field-name-field-award-honorees a,
div.node-luncheon div.field-name-field-award-honorees a,
div.node-party div.field-name-field-award-honorees a,
div.node-plenary div.field-name-field-award-honorees a,
div.node-pre-conference div.field-name-field-award-honorees a,
div.node-reception div.field-name-field-award-honorees a,
div.node-registration div.field-name-field-award-honorees a,
div.node-social-networking-event div.field-name-field-award-honorees a,
div.node-town-hall div.field-name-field-award-honorees a,
div.node-workshop div.field-name-field-award-honorees a,
div.node-luncheon div.field-name-field-award-honorees a,
div.node-awards-gala div.field-name-field-benediction a,
div.node-awards-gala div.field-name-field-benediction a,
div.node-breakfast div.field-name-field-benediction a,
div.node-business-meeting div.field-name-field-benediction a,
div.node-college-fair div.field-name-field-benediction a,
div.node-concert div.field-name-field-benediction a,
div.node-conference-forum div.field-name-field-benediction a, 
div.node-culture-night div.field-name-field-benediction a,
div.node-day-of-service div.field-name-field-benediction a,
div.node-delegate-assembly field-name-field-benediction a,
div.node-dinner div.field-name-field-benediction a,
div.node-fitness-workout div.field-name-field-benediction a,
div.node-keynote-address div.field-name-field-benediction a,
div.node-luncheon div.field-name-field-benediction a,
div.node-party div.field-name-field-benediction a,
div.node-plenary div.field-name-field-benediction a,
div.node-pre-conference div.field-name-field-benediction a,
div.node-reception div.field-name-field-benediction a,
div.node-registration div.field-name-field-benediction a,
div.node-social-networking-event div.field-name-field-benediction a,
div.node-town-hall div.field-name-field-benediction a,
div.node-workshop div.field-name-field-benediction a,
div.node-luncheon div.field-name-field-benediction a,
div.node-awards-gala div.field-name-field-event-moderators a,
div.node-awards-gala div.field-name-field-event-moderators a,
div.node-breakfast div.field-name-field-event-moderators a,
div.node-business-meeting div.field-name-field-event-moderators a,
div.node-college-fair div.field-name-field-event-moderators a,
div.node-concert div.field-name-field-event-moderators a,
div.node-conference-forum div.field-name-field-event-moderators a, 
div.node-culture-night div.field-name-field-event-moderators a,
div.node-day-of-service div.field-name-field-event-moderators a,
div.node-delegate-assembly field-name-field-event-moderators a,
div.node-dinner div.field-name-field-event-moderators a,
div.node-fitness-workout div.field-name-field-event-moderators a,
div.node-keynote-address div.field-name-field-event-moderators a,
div.node-luncheon div.field-name-field-event-moderators a,
div.node-party div.field-name-field-event-moderators a,
div.node-plenary div.field-name-field-event-moderators a,
div.node-pre-conference div.field-name-field-event-moderators a,
div.node-reception div.field-name-field-event-moderators a,
div.node-registration div.field-name-field-event-moderators a,
div.node-social-networking-event div.field-name-field-event-moderators a,
div.node-town-hall div.field-name-field-event-moderators a,
div.node-workshop div.field-name-field-event-moderators a,
div.node-luncheon div.field-name-field-event-moderators a,
div.node-awards-gala div.field-name-field-trainers a,
div.node-awards-gala div.field-name-field-trainers a,
div.node-breakfast div.field-name-field-trainers a,
div.node-business-meeting div.field-name-field-trainers a,
div.node-college-fair div.field-name-field-trainers a,
div.node-concert div.field-name-field-trainers a,
div.node-conference-forum div.field-name-field-trainers a, 
div.node-culture-night div.field-name-field-trainers a,
div.node-day-of-service div.field-name-field-trainers a,
div.node-delegate-assembly field-name-field-trainers a,
div.node-dinner div.field-name-field-trainers a,
div.node-fitness-workout div.field-name-field-trainers a,
div.node-keynote-address div.field-name-field-trainers a,
div.node-luncheon div.field-name-field-trainers a,
div.node-party div.field-name-field-trainers a,
div.node-plenary div.field-name-field-trainers a,
div.node-pre-conference div.field-name-field-trainers a,
div.node-reception div.field-name-field-trainers a,
div.node-registration div.field-name-field-trainers a,
div.node-social-networking-event div.field-name-field-trainers a,
div.node-town-hall div.field-name-field-trainers a,
div.node-workshop div.field-name-field-trainers a,
div.node-luncheon div.field-name-field-trainers a,
div.node-awards-gala div.field-name-field-event-panelists a,
div.node-awards-gala div.field-name-field-event-panelists a,
div.node-breakfast div.field-name-field-event-panelists a,
div.node-business-meeting div.field-name-field-event-panelists a,
div.node-college-fair div.field-name-field-event-panelists a,
div.node-concert div.field-name-field-event-panelists a,
div.node-conference-forum div.field-name-field-event-panelists a, 
div.node-culture-night div.field-name-field-event-panelists a,
div.node-day-of-service div.field-name-field-event-panelists a,
div.node-delegate-assembly field-name-field-event-panelists a,
div.node-dinner div.field-name-field-event-panelists a,
div.node-fitness-workout div.field-name-field-event-panelists a,
div.node-keynote-address div.field-name-field-event-panelists a,
div.node-luncheon div.field-name-field-event-panelists a,
div.node-party div.field-name-field-event-panelists a,
div.node-plenary div.field-name-field-event-panelists a,
div.node-pre-conference div.field-name-field-event-panelists a,
div.node-reception div.field-name-field-event-panelists a,


div.node-registration div.field-name-field-event-panelists a,
div.node-social-networking-event div.field-name-field-event-panelists a,
div.node-town-hall div.field-name-field-event-panelists a,
div.node-workshop div.field-name-field-event-panelists a,
div.node-luncheon div.field-name-field-event-panelists a,
div.node-awards-gala div.field-name-field-event-opening-remarks a,
div.node-awards-gala div.field-name-field-event-opening-remarks a,
div.node-breakfast div.field-name-field-event-opening-remarks a,
div.node-business-meeting div.field-name-field-event-opening-remarks a,
div.node-college-fair div.field-name-field-event-opening-remarks a,
div.node-concert div.field-name-field-event-opening-remarks a,
div.node-conference-forum div.field-name-field-event-opening-remarks a, 
div.node-culture-night div.field-name-field-event-opening-remarks a,
div.node-day-of-service div.field-name-field-event-opening-remarks a,
div.node-delegate-assembly field-name-field-event-opening-remarks a,
div.node-dinner div.field-name-field-event-opening-remarks a,
div.node-fitness-workout div.field-name-field-event-opening-remarks a,
div.node-keynote-address div.field-name-field-event-opening-remarks a,
div.node-luncheon div.field-name-field-event-opening-remarks a,
div.node-party div.field-name-field-event-opening-remarks a,
div.node-plenary div.field-name-field-event-opening-remarks a,
div.node-pre-conference div.field-name-field-event-opening-remarksa,
div.node-reception div.field-name-field-event-opening-remarks a,
div.node-registration div.field-name-field-event-opening-remarksa,
div.node-social-networking-event div.field-name-field-event-opening-remarks a,
div.node-town-hall div.field-name-field-event-opening-remarks a,
div.node-workshop div.field-name-field-event-opening-remarks a,
div.node-luncheon div.field-name-field-event-opening-remarks a,
div.node-reception div.field-name-field-event-special-appearance a,
div.node-workshop div.field-name-field-event-special-appearance a,
div.node-workshop div.field-name-field-event-special-appearance a,
div.node-luncheon div.field-name-field-event-greetings a,
div.node-keynote-address div.field-name-field-event-greetings a,

div.node-workshop div.field-name-field-event-presenter a

{
  display:none; 
}


div.node-awards-gala div.field-name-field-date-and-time,
div.node-awards-gala div.field-name-field-event-location,
div.node-awards-gala div.field-name-field-location-additional,
div.node-awards-gala div.field-name-body,
div.node-breakfast div.field-name-field-date-and-time,
div.node-breakfast div.field-name-field-event-location,
div.node-breakfast div.field-name-field-location-additional,
div.node-breakfast div.field-name-body,
div.node-business-meeting div.field-name-field-date-and-time,
div.node-business-meeting div.field-name-field-event-location,
div.node-business-meeting div.field-name-field-location-additional,
div.node-business-meeting div.field-name-body,
div.node-college-fair div.field-name-field-date-and-time,
div.node-college-fair div.field-name-field-event-location,
div.node-college-fair div.field-name-field-location-additional,
div.node-college-fair div.field-name-body,
div.node-concert div.field-name-field-date-and-time,
div.node-concert div.field-name-field-event-location,
div.node-concert div.field-name-field-location-additional,
div.node-concert div.field-name-body,
div.node-conference-forum div.field-name-field-date-and-time,
div.node-conference-forum div.field-name-field-event-location,
div.node-conference-forum div.field-name-field-location-additional,
div.node-conference-forum div.field-name-body,
div.node-culture-night div.field-name-field-date-and-time,
div.node-culture-night div.field-name-field-event-location,
div.node-culture-night div.field-name-field-location-additional,
div.node-culture-night div.field-name-body,
div.node-day-of-service div.field-name-field-date-and-time,
div.node-day-of-service div.field-name-field-event-location,
div.node-day-of-service div.field-name-field-location-additional,
div.node-day-of-service div.field-name-body,
div.node-delegate-assembly div.field-name-field-date-and-time,
div.node-delegate-assembly div.field-name-field-event-location,
div.node-delegate-assembly div.field-name-field-location-additional,
div.node-delegate-assembly div.field-name-body,
div.node-dinner div.field-name-field-date-and-time,
div.node-dinner div.field-name-field-event-location,
div.node-dinner div.field-name-field-location-additional,
div.node-dinner div.field-name-body,
div.node-fitness-workout div.field-name-field-date-and-time,
div.node-fitness-workout div.field-name-field-event-location,
div.node-fitness-workout div.field-name-field-location-additional,
div.node-fitness-workout div.field-name-body,
div.node-keynote-address div.field-name-field-date-and-time,
div.node-keynote-address div.field-name-field-event-location,
div.node-keynote-address div.field-name-field-location-additional,
div.node-keynote-address div.field-name-body,
div.node-luncheon div.field-name-field-date-and-time,
div.node-luncheon div.field-name-field-event-location,
div.node-luncheon div.field-name-field-location-additional,
div.node-luncheon div.field-name-body,
div.node-party div.field-name-field-date-and-time,
div.node-party div.field-name-field-event-location,
div.node-party div.field-name-field-location-additional,
div.node-party div.field-name-body,
div.node-plenary div.field-name-field-date-and-time,
div.node-plenary div.field-name-field-event-location,
div.node-plenary div.field-name-field-location-additional,
div.node-plenary div.field-name-body,
div.node-pre-conference div.field-name-field-date-and-time,
div.node-pre-conference div.field-name-field-event-location,
div.node-pre-conference div.field-name-field-location-additional,
div.node-pre-conference div.field-name-body,
div.node-reception div.field-name-field-date-and-time,
div.node-reception div.field-name-field-event-location,
div.node-reception div.field-name-field-location-additional,
div.node-reception div.field-name-body,
div.node-registration div.field-name-field-date-and-time,
div.node-registration div.field-name-field-event-location,
div.node-registration div.field-name-field-location-additional,
div.node-registration div.field-name-body,
div.node-social-networking-event div.field-name-field-date-and-time,
div.node-social-networking-event div.field-name-field-event-location,
div.node-social-networking-event div.field-name-field-location-additional,
div.node-social-networking-event div.field-name-body,
div.node-town-hall div.field-name-field-date-and-time,
div.node-town-hall div.field-name-field-event-location,
div.node-town-hall div.field-name-field-location-additional,
div.node-town-hall div.field-name-body,
div.node-workshop div.field-name-field-date-and-time,
div.node-workshop div.field-name-field-event-location,
div.node-workshop div.field-name-field-location-additional,
div.node-workshop div.field-name-body
{
	/*background-color:#cef7f9;
	width: 595px;
	text-align:left;
	margin: 0 0 0px;
	padding: 16px;
	color: #333333;
	font-size: 16px;
	font-style:normal;
	line-height:22px;*/
	visibility:hidden;
}

div.node-awards-gala span.date-display-single,
div.node-breakfast span.date-display-single,
div.node-business-meeting span.date-display-single,
div.node-college-fair span.date-display-single,
div.node-concert span.date-display-single,
div.node-conference-forum span.date-display-single,
div.node-culture-night span.date-display-single,
div.node-day-of-service span.date-display-single,
div.node-delegate-assembly span.date-display-single,
div.node-dinner span.date-display-single,
div.node-fitness-workout span.date-display-single,
div.node-keynote-address span.date-display-single,
div.node-luncheon span.date-display-single,
div.node-party span.date-display-single,
div.node-plenary span.date-display-single,
div.node-pre-conference span.date-display-single,
div.node-reception span.date-display-single,
div.node-registration span.date-display-single,
div.node-social-networking-event span.date-display-single,
div.node-town-hall span.date-display-single,
div.node-workshop span.date-display-single
{
	/*width: 100px;*/
	/*color:#666666;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	pading: 0 0 24px;
	padding-bottom:28px;*/
	visibility:hidden;
}

div.node-awards-gala div.field-name-body div.field-item,
div.node-breakfast div.field-name-body div.field-item,
div.node-business-meeting div.field-name-body div.field-item,
div.node-college-fair div.field-name-body div.field-item,
div.node-concert div.field-name-body div.field-item,
div.node-conference-forum div.field-name-body div.field-item,
div.node-culture-night div.field-name-body div.field-item,
div.node-day-of-service div.field-name-body div.field-item,
div.node-delegate-assembly div.field-name-body div.field-item,
div.node-dinner div.field-name-body div.field-item,
div.node-fitness-workout div.field-name-body div.field-item,
div.node-keynote-address div.field-name-body div.field-item,
div.node-luncheon div.field-name-body div.field-item,
div.node-party div.field-name-body div.field-item,
div.node-plenary div.field-name-body div.field-item,
div.node-pre-conference div.field-name-body div.field-item,
div.node-reception div.field-name-body div.field-item,
div.node-registration div.field-name-body div.field-item,
div.node-social-networking-event div.field-name-body div.field-item,
div.node-town-hall div.field-name-body div.field-item,
div.node-workshop div.field-name-body div.field-item
{
	/*border-top: 1px dashed #ffffff;
	padding-top:16px;*/
	visibility:hidden;
}

div.node-awards-gala div.field-name-field-event-location,
div.node-awards-gala div.field-name-field-event-location a,
div.node-awards-gala div.field-name-field-location-additional
div.node-breakfast div.field-name-field-event-location,
div.node-breakfast div.field-name-field-event-location a,
div.node-breakfast div.field-name-field-location-additional,
div.node-business-meeting div.field-name-field-event-location,
div.node-business-meeting div.field-name-field-event-location a,
div.node-business-meeting div.field-name-field-location-additional,
div.node-college-fair div.field-name-field-event-location,
div.node-college-fair div.field-name-field-event-location a,
div.node-college-fair div.field-name-field-location-additional,
div.node-concert div.field-name-field-event-location,
div.node-concert div.field-name-field-event-location a,
div.node-concert div.field-name-field-location-additional,
div.node-conference-forum div.field-name-field-event-location,
div.node-conference-forum div.field-name-field-event-location a,
div.node-conference-forum div.field-name-field-location-additional,
div.node-culture-night div.field-name-field-event-location,
div.node-culture-night div.field-name-field-event-location a,
div.node-culture-night div.field-name-field-location-additional,
div.node-day-of-service div.field-name-field-event-location,
div.node-day-of-service div.field-name-field-event-location a,
div.node-day-of-service div.field-name-field-location-additional,
div.node-delegate-assembly div.field-name-field-event-location,
div.node-delegate-assembly div.field-name-field-event-location a,
div.node-delegate-assembly div.field-name-field-location-additional,
div.node-dinner div.field-name-field-event-location,
div.node-dinner div.field-name-field-event-location a,
div.node-dinner div.field-name-field-location-additional,
div.node-fitness-workout div.field-name-field-event-location,
div.node-fitness-workout div.field-name-field-event-location a,
div.node-fitness-workout div.field-name-field-location-additional,
div.node-keynote-address div.field-name-field-event-location,
div.node-keynote-address div.field-name-field-event-location a,
div.node-keynote-address div.field-name-field-location-additional,
div.node-luncheon div.field-name-field-event-location,
div.node-luncheon div.field-name-field-event-location a,
div.node-luncheon div.field-name-field-location-additional,
div.node-party div.field-name-field-event-location,
div.node-party div.field-name-field-event-location a,
div.node-party div.field-name-field-location-additional,
div.node-plenary div.field-name-field-event-location,
div.node-plenary div.field-name-field-event-location a,
div.node-plenary div.field-name-field-location-additional,
div.node-pre-conference div.field-name-field-event-location,
div.node-pre-conference div.field-name-field-event-location a,
div.node-pre-conference div.field-name-field-location-additional,
div.node-reception div.field-name-field-event-location,
div.node-reception div.field-name-field-event-location a,
div.node-reception div.field-name-field-location-additional,
div.node-registration div.field-name-field-event-location,
div.node-registration div.field-name-field-event-location a,
div.node-registration div.field-name-field-location-additional,
div.node-social-networking-event div.field-name-field-event-location,
div.node-social-networking-event div.field-name-field-event-location a,
div.node-social-networking-event div.field-name-field-location-additional,
div.node-town-hall div.field-name-field-event-location,
div.node-town-hall div.field-name-field-event-location a,
div.node-town-hall div.field-name-field-location-additional,
div.node-workshop div.field-name-field-event-location,
div.node-workshop div.field-name-field-event-location a,
div.node-workshop div.field-name-field-location-additional
{
	/*color: #CC6600;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	line-height:22px;*/
	/*margin: 0 0 16px;
	padding: 0 0 24px;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	visibility:hidden;
	height:0px;
}

div.node-awards-gala div.field-name-body,
div.node-breakfast div.field-name-body,
div.node-business-meeting div.field-name-body,
div.node-college-fair div.field-name-body,
div.node-concert div.field-name-body,
div.node-conference-forum div.field-name-body,
div.node-culture-night div.field-name-body,
div.node-day-of-service div.field-name-body,
div.node-delegate-assembly div.field-name-body,
div.node-dinner div.field-name-body,
div.node-fitness-workout div.field-name-body,
div.node-keynote-address div.field-name-body,
div.node-luncheon div.field-name-body,
div.node-party div.field-name-body,
div.node-plenary div.field-name-body,
div.node-pre-conference div.field-name-body,
div.node-reception div.field-name-body,
div.node-registration div.field-name-body,
div.node-social-networking-event div.field-name-body,
div.node-town-hall div.field-name-body,
div.node-workshop div.field-name-body
{
	padding-top:24px;
	visibility:hidden;
}

div.node-awards-gala li.node-readmore,
div.node-breakfast li.node-readmore,
div.node-business-meeting li.node-readmore,
div.node-college-fair li.node-readmore,
div.node-concert li.node-readmore,
div.node-conference-forum li.node-readmore,
div.node-culture-night li.node-readmore,
div.node-day-of-service li.node-readmore,
div.node-delegate-assembly li.node-readmore,
div.node-dinner li.node-readmore,
div.node-fitness-workout li.node-readmore,
div.node-keynote-address li.node-readmore,
div.node-luncheon li.node-readmore,
div.node-party li.node-readmore,
div.node-plenary li.node-readmore,
div.node-pre-conference li.node-readmore,
div.node-reception li.node-readmore,
div.node-registration li.node-readmore,
div.node-social-networking-event li.node-readmore,
div.node-town-hall li.node-readmore,
div.node-workshop li.node-readmore
{
	visibility:hidden;
	padding:0px;
	margin:0px;
	height:0px;
}

div.node-awards-gala div.node-people div.links,
div.node-breakfast div.node-people div.links,
div.node-business-meeting div.node-people div.links,
div.node-college-fair div.node-people div.links,
div.node-concert div.node-people div.links,
div.node-conference-forum div.node-people div.links,
div.node-culture-night div.node-people div.links,
div.node-day-of-service div.node-people div.links,
div.node-delegate-assembly div.node-people div.links,
div.node-dinner div.node-people div.links,
div.node-fitness-workout div.node-people div.links,
div.node-keynote-address div.node-people div.links,
div.node-luncheon div.node-people div.links,
div.node-party div.node-people div.links,
div.node-plenary div.node-people div.links,
div.node-pre-conference div.node-people div.links,
div.node-reception div.node-people div.links,
div.node-registration div.node-people div.links,
div.node-social-networking-event div.node-people div.links,
div.node-town-hall div.node-people div.links,
div.node-workshop div.node-people div.links
{
	visibility:hidden;
	padding:0px;
	margin:0px;
	height:0px;
}

div.node-awards-gala div.node-people div.field-name-field-biophoto img,
div.node-breakfast div.node-people div.field-name-field-biophoto img,
div.node-business-meeting div.node-people div.field-name-field-biophoto img,
div.node-college-fair div.node-people div.field-name-field-biophoto img,
div.node-concert div.node-people div.field-name-field-biophoto img,
div.node-conference-forum div.node-people div.field-name-field-biophoto img,
div.node-culture-night div.node-people div.field-name-field-biophoto img,
div.node-day-of-service div.node-people div.field-name-field-biophoto img,
div.node-delegate-assembly div.node-people div.field-name-field-biophoto img,
div.node-dinner div.node-people div.field-name-field-biophoto img,
div.node-fitness-workout div.node-people div.field-name-field-biophoto img,
div.node-keynote-address div.node-people div.field-name-field-biophoto img,
div.node-luncheon div.node-people div.field-name-field-biophoto img,
div.node-party div.node-people div.field-name-field-biophoto img,
div.node-plenary div.node-people div.field-name-field-biophoto img,
div.node-pre-conference div.node-people div.field-name-field-biophoto img,
div.node-reception div.node-people div.field-name-field-biophoto img,
div.node-registration div.node-people div.field-name-field-biophoto img,
div.node-social-networking-event div.node-people div.field-name-field-biophoto img,
div.node-town-hall div.node-people div.field-name-field-biophoto img,
div.node-workshop div.node-people div.field-name-field-biophoto img
{
	border: 5px solid #333333;
	position:relative;
	bottom: 0px;
	overflow:hidden;
}

div.node-awards-gala div.node-people div.field-name-field-pers-title,
div.node-breakfast div.node-people div.field-name-field-pers-title,
div.node-business-meeting div.node-people div.field-name-field-pers-title,
div.node-college-fair div.node-people div.field-name-field-pers-title,
div.node-concert div.node-people div.field-name-field-pers-title,
div.node-conference-forum div.node-people div.field-name-field-pers-title,
div.node-culture-night div.node-people div.field-name-field-pers-title,
div.node-day-of-service div.node-people div.field-name-field-pers-title,
div.node-delegate-assembly div.node-people div.field-name-field-pers-title,
div.node-dinner div.node-people div.field-name-field-pers-title,
div.node-fitness-workout div.node-people div.field-name-field-pers-title,
div.node-keynote-address div.node-people div.field-name-field-pers-title,
div.node-luncheon div.node-people div.field-name-field-pers-title,
div.node-party div.node-people div.field-name-field-pers-title,
div.node-plenary div.node-people div.field-name-field-pers-title,
div.node-pre-conference div.node-people div.field-name-field-pers-title,
div.node-reception div.node-people div.field-name-field-pers-title,
div.node-registration div.node-people div.field-name-field-pers-title,
div.node-social-networking-event div.node-people div.field-name-field-pers-title,
div.node-town-hall div.node-people div.field-name-field-pers-title,
div.node-workshop div.node-people div.field-name-field-pers-title
{
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	/*line-height:14px;*/
	margin:0px;
	/*padding: 0 0 6px;*/
	position:relative;
	left: 0px;
	bottom: 0px;
	overflow:hidden
}
div.node-awards-gala div.node-people div.field-name-field-pers-company,
div.node-breakfast div.node-people div.field-name-field-pers-company,
div.node-business-meeting div.node-people div.field-name-field-pers-company,
div.node-college-fair div.node-people div.field-name-field-pers-company,
div.node-concert div.node-people div.field-name-field-pers-company,
div.node-conference-forum div.node-people div.field-name-field-pers-company,
div.node-culture-night div.node-people div.field-name-field-pers-company,
div.node-day-of-service div.node-people div.field-name-field-pers-company,
div.node-delegate-assembly div.node-people div.field-name-field-pers-company,
div.node-dinner div.node-people div.field-name-field-pers-company,
div.node-fitness-workout div.node-people div.field-name-field-pers-company,
div.node-keynote-address div.node-people div.field-name-field-pers-company,
div.node-luncheon div.node-people div.field-name-field-pers-company,
div.node-party div.node-people div.field-name-field-pers-company,
div.node-plenary div.node-people div.field-name-field-pers-company,
div.node-pre-conference div.node-people div.field-name-field-pers-company,
div.node-reception div.node-people div.field-name-field-pers-company,
div.node-registration div.node-people div.field-name-field-pers-company,
div.node-social-networking-event div.node-people div.field-name-field-pers-company,
div.node-town-hall div.node-people div.field-name-field-pers-company,
div.node-workshop div.node-people div.field-name-field-pers-company
{
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	/*line-height:16px;*/
	margin:0px;
	padding: 0 0 0px;
	position:relative;
	left: 0px;
	bottom: 0px;
	overflow:hidden
}
div.node-awards-gala div.node-people div.field-name-body,
div.node-breakfast div.node-people div.field-name-body,
div.node-business-meeting div.node-people div.field-name-body,
div.node-college-fair div.node-people div.field-name-body,
div.node-concert div.node-people div.field-name-body,
div.node-conference-forum div.node-people div.field-name-body,
div.node-culture-night div.node-people div.field-name-body,
div.node-day-of-service div.node-people div.field-name-body,
div.node-delegate-assembly div.node-people div.field-name-body,
div.node-dinner div.node-people div.field-name-body,
div.node-fitness-workout div.node-people div.field-name-body,
div.node-keynote-address div.node-people div.field-name-body,
div.node-luncheon div.node-people div.field-name-body,
div.node-party div.node-people div.field-name-body,
div.node-plenary div.node-people div.field-name-body,
div.node-pre-conference div.node-people div.field-name-body,
div.node-reception div.node-people div.field-name-body,
div.node-registration div.node-people div.field-name-body,
div.node-social-networking-event div.node-people div.field-name-body,
div.node-town-hall div.node-people div.field-name-body,
div.node-workshop div.node-people div.field-name-body
{
	/*background: url(/conference/sites/all/themes/Boston11/Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
	margin-top:25px;
	margin-bottom:-125px;
	padding-top:25px;
	position:relative;
	top: -90px;
	overflow:hidden;*/
	/*padding-bottom:-50px;*/
	visibility:hidden;
}

div.node-awards-gala div.node-people h2 a,
div.node-breakfast div.node-people h2 a,
div.node-business-meeting div.node-people h2 a,
div.node-college-fair div.node-people h2 a,
div.node-concert div.node-people h2 a,
div.node-conference-forum div.node-people h2 a,
div.node-culture-night div.node-people h2 a,
div.node-day-of-service div.node-people h2 a,
div.node-delegate-assembly div.node-people h2 a,
div.node-dinner div.node-people h2 a,
div.node-fitness-workout div.node-people h2 a,
div.node-keynote-address div.node-people h2 a,
div.node-luncheon div.node-people h2 a,
div.node-party div.node-people h2 a,
div.node-plenary div.node-people h2 a,
div.node-pre-conference div.node-people h2 a,
div.node-reception div.node-people h2 a,
div.node-registration div.node-people h2 a,
div.node-social-networking-event div.node-people h2 a,
div.node-town-hall div.node-people h2 a,
div.node-workshop div.node-people h2 a
{
	color:#FCC010;
	font-style:normal;
	margin:0;
	padding: 0 0 0px;
	font-family:Georgia, serif;
	font-size: 16px;
	font-weight:bold;
	/*line-height:18px;*/
}

div.node-awards-gala div.node-teaser,
div.node-breakfast div.node-teaser,
div.node-business-meeting div.node-teaser,
div.node-college-fair div.node-teaser,
div.node-concert div.node-teaser,
div.node-conference-forum div.node-teaser,
div.node-culture-night div.node-teaser,
div.node-day-of-service div.node-teaser,
div.node-delegate-assembly div.node-teaser,
div.node-dinner div.node-teaser,
div.node-fitness-workout div.node-teaser,
div.node-keynote-address div.node-teaser,
div.node-luncheon div.node-teaser,
div.node-party div.node-teaser,
div.node-plenary div.node-teaser,
div.node-pre-conference div.node-teaser,
div.node-reception div.node-teaser,
div.node-registration div.node-teaser,
div.node-social-networking-event div.node-teaser,
div.node-town-hall div.node-teaser,
div.node-workshop div.node-teaser
{
	margin:0px;
	padding:0px;
}

div.node-awards-gala div.field-label,
div.node-breakfast div.field-label,
div.node-business-meeting div.field-label,
div.node-college-fair div.field-label,
div.node-concert div.field-label,
div.node-conference-forum div.field-label,
div.node-culture-night div.field-label,
div.node-day-of-service div.field-label,
div.node-delegate-assembly div.field-label,
div.node-dinner div.field-label,
div.node-fitness-workout div.field-label,
div.node-keynote-address div.field-label,
div.node-luncheon div.field-label,
div.node-party div.field-label,
div.node-plenary div.field-label,
div.node-pre-conference div.field-label,
div.node-reception div.field-label,
div.node-registration div.field-label,
div.node-social-networking-event div.field-label,
div.node-town-hall div.field-label,
div.node-workshop div.field-label
{
	margin:0px;
	padding:0px;
	margin-bottom:8px;
}

div.node-awards-gala div.node-people div.field-name-field-confirm-status,
div.node-breakfast div.node-people div.field-name-field-confirm-status,
div.node-business-meeting div.node-people div.field-name-field-confirm-status,
div.node-college-fair div.node-people div.field-name-field-confirm-status,
div.node-concert div.node-people div.field-name-field-confirm-status,
div.node-conference-forum div.node-people div.field-name-field-confirm-status,
div.node-culture-night div.node-people div.field-name-field-confirm-status,
div.node-day-of-service div.node-people div.field-name-field-confirm-status,
div.node-delegate-assembly div.node-people div.field-name-field-confirm-status,
div.node-dinner div.node-people div.field-name-field-confirm-status,
div.node-fitness-workout div.node-people div.field-name-field-confirm-status,
div.node-keynote-address div.node-people div.field-name-field-confirm-status,
div.node-luncheon div.node-people div.field-name-field-confirm-status,
div.node-party div.node-people div.field-name-field-confirm-status,
div.node-plenary div.node-people div.field-name-field-confirm-status,
div.node-pre-conference div.node-people div.field-name-field-confirm-status,
div.node-reception div.node-people div.field-name-field-confirm-status,
div.node-registration div.node-people div.field-name-field-confirm-status,
div.node-social-networking-event div.node-people div.field-name-field-confirm-status,
div.node-town-hall div.node-people div.field-name-field-confirm-status,
div.node-workshop div.node-people div.field-name-field-confirm-status
{
	margin: 0px;
	padding: 0px;
	/*color: #333333;*/
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	line-height:16px;
	margin:0px;
	/*padding: 0 0 6px;*/
	position:relative;
	left: 0px;
	bottom: 0px;
	overflow:hidden
}

div.node-awards-gala div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-breakfast div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-business-meeting div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-college-fair div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-concert div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-conference-forum div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-culture-night div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-day-of-service div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-delegate-assembly div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-dinner div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-fitness-workout div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-keynote-address div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-luncheon div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-party div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-plenary div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-pre-conference div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-reception div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-registration div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-social-networking-event div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-town-hall div.node-people div.field-name-field-confirm-status field-label-above div.field-label,
div.node-workshop div.node-people div.field-name-field-confirm-status field-label-above div.field-label
{
	visibility:hidden;
	height:0px;
}

div.node-awards-gala div.field-type-list-boolean,
div.node-breakfast div.field-type-list-boolean,
div.node-business-meeting div.field-type-list-boolean,
div.node-college-fair div.field-type-list-boolean,
div.node-concert div.field-type-list-boolean,
div.node-conference-forum div.field-type-list-boolean,
div.node-culture-night div.field-type-list-boolean,
div.node-day-of-service div.field-type-list-boolean,
div.node-delegate-assembly div.field-type-list-boolean,
div.node-dinner div.field-type-list-boolean,
div.node-fitness-workout div.field-type-list-boolean,
div.node-keynote-address div.field-type-list-boolean,
div.node-luncheon div.field-type-list-boolean,
div.node-party div.field-type-list-boolean,
div.node-plenary div.field-type-list-boolean,
div.node-pre-conference div.field-type-list-boolean,
div.node-reception div.field-type-list-boolean,
div.node-registration div.field-type-list-boolean,
div.node-social-networking-event div.field-type-list-boolean,
div.node-town-hall div.field-type-list-boolean,
div.node-workshop div.field-type-list-boolean
{
	background: url(/conference/sites/all/themes/Boston11/Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
	margin:0;
	overflow:hidden;
	padding: 12px 0;
	width: 627px;
	color: #CC6600;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	line-height:22px;
}

div.node-awards-gala,
div.node-breakfast,
div.node-business-meeting,
div.node-college-fair,
div.node-concert,
div.node-conference-forum,
div.node-culture-night,
div.node-day-of-service,
div.node-delegate-assembly,
div.node-dinner,
div.node-fitness-workout,
div.node-keynote-address,
div.node-luncheon,
div.node-party,
div.node-plenary,
div.node-pre-conference,
div.node-reception,
div.node-registration,
div.node-social-networking-event,
div.node-town-hall,
div.node-workshop
{
	padding-top:0px;
	margin-top:0px;
	position:relative;
	top:-10px;
}

div.node-awards-gala div.field-name-field-event-sponsors,
div.node-breakfast div.field-name-field-event-sponsors,
div.node-business-meeting div.field-name-field-event-sponsors,
div.node-college-fair div.field-name-field-event-sponsors,
div.node-concert div.field-name-field-event-sponsors,
div.node-conference-forum div.field-name-field-event-sponsors,
div.node-culture-night div.field-name-field-event-sponsors,
div.node-day-of-service div.field-name-field-event-sponsors,
div.node-delegate-assembly div.field-name-field-event-sponsors,
div.node-dinner div.field-name-field-event-sponsors,
div.node-fitness-workout div.field-name-field-event-sponsors,
div.node-keynote-address div.field-name-field-event-sponsors,
div.node-luncheon div.field-name-field-event-sponsors,
div.node-party div.field-name-field-event-sponsors,
div.node-plenary div.field-name-field-event-sponsors,
div.node-pre-conference div.field-name-field-event-sponsors,
div.node-reception div.field-name-field-event-sponsors,
div.node-registration div.field-name-field-event-sponsors,
div.node-social-networking-event div.field-name-field-event-sponsors,
div.node-town-hall div.field-name-field-event-sponsors,
div.node-workshop div.field-name-field-event-sponsors
{
	float:right;
	border-left: 1px solid #333333;
	/*display: inline;*/
	margin: 0 0 0 12px;
	padding: 0 0 0 24px;
	width: 178px;
	/*position:absolute;
	left: 610px;*/
	clear:both;
}

div.node-awards-gala div.field-name-field-event-sponsors h2,
div.node-breakfast div.field-name-field-event-sponsors h2,
div.node-business-meeting div.field-name-field-event-sponsors h2,
div.node-college-fair div.field-name-field-event-sponsors h2,
div.node-concert div.field-name-field-event-sponsors h2,
div.node-conference-forum div.field-name-field-event-sponsors h2,
div.node-culture-night div.field-name-field-event-sponsors h2,
div.node-day-of-service div.field-name-field-event-sponsors h2,
div.node-delegate-assembly div.field-name-field-event-sponsors h2,
div.node-dinner div.field-name-field-event-sponsors h2,
div.node-fitness-workout div.field-name-field-event-sponsors h2,
div.node-keynote-address div.field-name-field-event-sponsors h2,
div.node-luncheon div.field-name-field-event-sponsors h2,
div.node-party div.field-name-field-event-sponsors h2,
div.node-plenary div.field-name-field-event-sponsors h2,
div.node-pre-conference div.field-name-field-event-sponsors h2,
div.node-reception div.field-name-field-event-sponsors h2,
div.node-registration div.field-name-field-event-sponsors h2,
div.node-social-networking-event div.field-name-field-event-sponsors h2,
div.node-town-hall div.field-name-field-event-sponsors h2,
div.node-workshop div.field-name-field-event-sponsors h2
{
	visibility:hidden;
	height:0px;
}


/* */




/* styling for SAAG overview */
div.view-schedule-at-a-glance div.row {
	border-bottom: 1px solid #262626;
	margin:0;
	overflow:hidden;
	padding: 8px 0;
	width:627px;
	overflow:hidden;
}

div.view-schedule-at-a-glance div.column.header {
	color:#FFFFFF;
	font: italic bold 13px/17px Georgia,Serif;
	width:150px;
}

div.view-schedule-at-a-glance div.column.header p {
	line-height: 22px;
	margin: 0 0 28px;
	padding: 0;
}

div.view-schedule-at-a-glance div.column.header div {
	/*line-height: 22px;*/
	/*margin: 0 0 28px;*/
	padding: 0;
	width:150px;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	color:#666;
}

div.view-schedule-at-a-glance div.column.intro {
	border-left: 1px solid #262626;
	margin: 0 0 0 12px;
	overflow:hidden;
	padding: 4px 0 4px 20px;
	width: 430px;
}

/*div.view-schedule-at-a-glance div.column.intro h3 {
	border-left: 1px solid #cccccc;
	margin: 0 0 0 12px;
	overflow:hidden;
	padding: 4px 0 4px 20px;
	width: 430px;
}*/

div.view-schedule-at-a-glance div.column.intro h3 a,
div.view-schedule-at-a-glance div.column.intro h3
{
	color:#FCC010;
	font-size: 14px;
	font-weight:bold;
	line-height:22px;
	text-transform:uppercase;
	font-family:Georgia, serif;
}

div.view-schedule-at-a-glance div.column.intro p {
	color:#999999;
	font: italic 14px/18px Georgia,Serif;
	margin: 0;
	padding: 0px;
}

div.view-schedule-at-a-glance div.column.intro img {
	border: 5px solid #333333;
	float:right;
	margin:6px 0 15px 15px;
}

div.view-schedule-at-a-glance div.details-view div.details-view-schedule {
	background: url(Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
	margin:0px;
	overflow:hidden;
	padding:4px 0;
	width: 280px;
	list-style:none;
}

div.view-schedule-at-a-glance div.details-view-schedule{
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance div.details-view-schedule ul {
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance div.details-view ul {
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance div.details-view {
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance div.details-view div.details-view-schedule ul li {
	background: none repeat scroll 0 0 transparent;
	margin:0px;
	padding:0px;
	float:none;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	/*height:auto;*/
	line-height:14px;
	list-style:none;
}

div.view-schedule-at-a-glance div.details-view div.details-view-schedule ul li a,
div.view-schedule-at-a-glance div.details-view-schedule ul li a:visited
{
	color:#c1112f;
	/*color:#e48525;*/
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:14px;
}

div.view-schedule-at-a-glance div.details-view div.details-view-utility {
	background: url(Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
	margin:0px;
	padding:0px;
	width:280px;
}

div.view-schedule-at-a-glance div.details-view div.details-view-utility a {
	color:#c1112f;
	text-decoration:underline;
	padding-left:25px;
}

div.view-schedule-at-a-glance div.details-view div.details-view-utility p a.schedule_header.anchor-open {
	background: url(Images/ICN_collapse.gif) scroll transparent no-repeat left;
	color:#c1112f;
}

div.view-schedule-at-a-glance div.details-view div.details-view-utility p a.schedule_header.anchor-closed {
	background: url(Images/ICN_expand.gif) scroll transparent no-repeat left;
	color:#c1112f;
}

div.view-schedule-at-a-glance schedule-viewer ul {
	list-style: none;
	height: 30px;
	position: relative;
	margin: 0; padding: 0;
}

div.view-schedule-at-a-glance schedule-viewer li {
	float: left;
	margin: 0; padding: 0;
	height: 30px;
	background: none;
	font-size: 16px;
}

div.view-schedule-at-a-glance schedule-viewer li a {
	display: block;
	padding: 4px 12px;
	background: url(/Images/BG_schedule_viewer_anchor.gif) top left no-repeat;
	color:#c1112f;
}

div.view-schedule-at-a-glance div.column p a {
	color:#c1112f;
	text-decoration:underline;
}

#saag1 a,
#saag2 a,
#saag3 a,
#saag4 a
{
	color:#666666;
}

#saag1 a:hover,
#saag2 a:hover,
#saag3 a:hover,
#saag4 a:hover
{
	color:#FCC010;
}

div.view-schedule-at-a-glance div.views-row {
	padding:0px;
	margin:0px;
}
/* */

/* styling for YP SAAG overview */
div.view-schedule-at-a-glance.view-display-id-page_2 div.row {
	border-bottom: 1px solid #cccccc;
	margin:0;
	overflow:hidden;
	padding: 8px 0;
	width:627px;
	overflow:hidden;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.column.header {
	color:#c41230;
	font: italic bold 13px/17px Georgia,Serif;
	width:150px;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.column.header p {
	line-height: 22px;
	margin: 0 0 28px;
	padding: 0;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.column.header div {
	/*line-height: 22px;*/
	/*margin: 0 0 28px;*/
	padding: 0;
	width:150px;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	color:#666;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.column.intro {
	border-left: 1px solid #cccccc;
	margin: 0 0 0 12px;
	overflow:hidden;
	padding: 4px 0 4px 20px;
	width: 430px;
}

/*div.view-schedule-at-a-glance div.column.intro h3 {
	border-left: 1px solid #cccccc;
	margin: 0 0 0 12px;
	overflow:hidden;
	padding: 4px 0 4px 20px;
	width: 430px;
}*/

div.view-schedule-at-a-glance.view-display-id-page_2 div.column.intro h3 a,
div.view-schedule-at-a-glance.view-display-id-page_2 div.column.intro h3
{
	color:#faaf40;
	font-size: 14px;
	font-weight:bold;
	line-height:22px;
	text-transform:uppercase;
	font-family:Georgia, serif;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.column.intro p {
	color:#333333;
	font: italic 14px/18px Georgia,Serif;
	margin: 0;
	padding: 0px;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.column.intro img {
	border: 5px solid #333333;
	float:right;
	margin:6px 0 15px 15px;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view div.details-view-schedule {
	background: url(/sites/conf2012.iamempowered.com/themes/Boston11/Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
	margin:0px;
	overflow:hidden;
	padding:4px 0;
	width: 280px;
	list-style:none;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view-schedule{
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view-schedule ul {
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view ul {
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view {
	list-style:none;
	list-style-type:none;
	/*color:#FF0;*/
	/*color:#e48525;*/
	color:#c1112f;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view div.details-view-schedule ul li {
	background: none repeat scroll 0 0 transparent;
	margin:0px;
	padding:0px;
	float:none;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	/*height:auto;*/
	line-height:14px;
	list-style:none;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view div.details-view-schedule ul li a,
div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view-schedule ul li a:visited
{
	color:#c1112f;
	/*color:#e48525;*/
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:14px;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view div.details-view-utility {
	background: url(/sites/conf2012.iamempowered.com/themes/Boston11/Images/BDR_schedule_viewer.gif) repeat-x scroll center top transparent;
	margin:0px;
	padding:0px;
	width:280px;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view div.details-view-utility a {
	color:#c1112f;
	text-decoration:underline;
	padding-left:25px;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view div.details-view-utility p a.schedule_header.anchor-open {
	background: url(/Images/ICN_collapse.gif) scroll transparent no-repeat left;
	color:#c1112f;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.details-view div.details-view-utility p a.schedule_header.anchor-closed {
	background: url(/Images/ICN_expand.gif) scroll transparent no-repeat left;
	color:#c1112f;
}

div.view-schedule-at-a-glance.view-display-id-page_2 schedule-viewer ul {
	list-style: none;
	height: 30px;
	position: relative;
	margin: 0; padding: 0;
}

div.view-schedule-at-a-glance.view-display-id-page_2 schedule-viewer li {
	float: left;
	margin: 0; padding: 0;
	height: 30px;
	background: none;
	font-size: 16px;
}

div.view-schedule-at-a-glance.view-display-id-page_2 schedule-viewer li a {
	display: block;
	padding: 4px 12px;
	background: url(/Images/BG_schedule_viewer_anchor.gif) top left no-repeat;
	color:#c1112f;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.column p a {
	color:#c1112f;
	text-decoration:underline;
}

#saag1 a,
#saag2 a,
#saag3 a,
#saag4 a
{
	color:#666666;
}

#saag1 a:hover,
#saag2 a:hover,
#saag3 a:hover,
#saag4 a:hover
{
	color:#FCC010;
}

div.view-schedule-at-a-glance.view-display-id-page_2 div.views-row {
	padding:0px;
	margin:0px;
}
/* */

/*additional top-nav styling */
div#primarynav ul.menu li a.active
{
	color: #f7b51a;
	text-decoration:none;
	font-weight:bold;
}
/* */

/* Featured Speakers bottom bar */
div#block-views-speakers-block-1 {
	padding:0px;
	margin:0px;
	border:none;
}

div#block-views-speakers-block-1 h2.title {
	height:61px;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	width:950px;
	background: url(/Images/SUB_featured_speakers.gif) no-repeat scroll left top transparent;
}

div#block-views-speakers-block-1 div.content {
	padding:0px;
	margin:0px;
}

div#block-views-speakers-block-1 div.view-content {
	padding:0px;
	margin:0px;
}

div#block-views-speakers-block-1 div.view-speakers {
	padding:0px;
	margin:0px;
}

div#block-views-speakers-block-1 table.views-view-grid {
	padding:0px;
	margin:0px;
	height: 85px;
}

div#block-views-speakers-block-1 table {
	height:85px;
}

div#block-views-speakers-block-1 td {
	height:85px;
	width:276px;
        
}

div#block-views-speakers-block-1 td.col-first {
	padding-left:15px;
        border-left:solid #000000;
}

div#block-views-speakers-block-1 div.views-field-title {
	position: relative;
	/*top: -70px;*/
	left: -15px;
	width:168px;
}

div#block-views-speakers-block-1 div.views-field-field-pers-company {
	position: relative;
        left:  0px;
	top:   0px;
	width:168px;
        /*margin-bottom:-75px;*/
}

/*div#block-views-speakers-block-1 div.views-field-field-pers-company {
	position: relative;
	
        top: 15px;
	left: 110px;
	color:#666666;
	font: 12px/16px verdana, arial, sans-serif;
	width:168px;
}*/

div#block-views-speakers-block-1 div.views-field-title {
	/*font: bold 16px/20px Georgia, Serfif;*/
        /*color: #fef6a1;*/
	/*color:#cc6600;*/
        color: #FCC010;
        font: bold 13px/15px Georgia,Serif;
        /*margin-bottom: 4px;*/     
}

div#block-views-speakers-block-1 div.views-field-title a:hover {
	text-decoration:underline;
}



div#block-views-speakers-block-1 td div div {
	
	padding-bottom: -500px;	
        position: relative;
	/*top: -75px;*/
	left: -15px;
	color: #FFFFFF;
        font: 13px/17px Georgia,Serif;
	width:168px;
        
}        
        
/* */

/* more Speakers page styling */
table.views-view-grid.cols-4 tr td {
	height: 125px;
}
/* */

/* control div border in event detail pages */
div.field-items h2 {
	width: 400px;



}

.region-leaderboard .block  {
  margin-top: -8px; 
}




/* */



