html {
  padding: 0;
  margin: 0; }

body {
  background: #ccc url('/images/layout/background.jpg') top left repeat-x;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-family: arial, helvetica, sans-serif; }

div, p, ol, ul, li, span, h1, h2, h3, h4, h5, form {
  font-size: 1em;
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  color: #1d5d90;
  text-decoration: underline; }

a:hover {
  text-decoration: none;
  background: #1d5d90;
  color: #fff; }

a:active {
  border: none !important;
  -moz-outline: none; }

a.link_out {
  background: #fff url('/images/layout/link_out.jpg') top right no-repeat !important;
  padding-right: 12px;
  margin-right: .2em; }

a.link_out:hover {
  background: #fff url('/images/layout/link_out.jpg') top right no-repeat !important;
  color: #1d5d90; }

a.link_secondary {
  font-size: .9em; }

a#add_docs {
  background: #fff url('/images/layout/icn_add.jpg') center left no-repeat;
  padding: 0 0 10px 32px;
  margin: 0 0 .8em 0;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer; }

a#add_docs:hover {
  color: #74963E; }

a.edit_link {
  margin-left: .5em;
  color: red; }

a.edit_link:hover {
  color: #fff;
  background: red; }

ul#downloads li {
  font-weight: normal !important;
  padding: 0 0 30px 60px !important; }
  ul#downloads li a:hover {
    color: #1d5d90;
    background: none; }
  ul#downloads li p.date {
    font-weight: bold; }
ul#downloads li.pdf {
  background: #fff url('/images/layout/icn_pdf.jpg') top left no-repeat !important; }
ul#downloads li.word {
  background: #fff url('/images/layout/icn_word.jpg') top left no-repeat !important; }
ul#downloads li.xl {
  background: #fff url('/images/layout/icn_xl.jpg') top left no-repeat !important; }

#wrapper {
  width: 900px;
  padding: 0;
  margin: 0 auto; }

.clear {
  clear: both; }

ul#global_nav {
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  height: 25px;
  text-align: right; }
  ul#global_nav li {
    float: right;
    padding: .4em .5em;
    font-size: .7em; }
    ul#global_nav li h1 {
      display: none; }
    ul#global_nav li a {
      color: #1d5d90;
      text-decoration: none; }
    ul#global_nav li a:hover {
      text-decoration: underline;
      background: none; }

#container {
  width: 900px; }
  #container #header {
    width: 900px;
    height: 133px;
    background: transparent url('/images/layout/back_header.jpg') top left no-repeat; }
    #container #header a#logo, #container #header a#logo:hover {
      border: none;
      background: none;
      float: left;
      padding-left: 44px; }
      #container #header a#logo img,       #container #header a#logo:hover img {
        border: none;
        background: none; }
    #container #header ul#tertiary_nav {
      display: block;
      position: relative;
      width: 700px;
      top: 108px;
      left: 60px;
      font-size: .8em; }
      #container #header ul#tertiary_nav li.last {
        border-right: none; }
      #container #header ul#tertiary_nav li {
        border-right: 1px solid #fff;
        padding: 0 1em;
        display: inline; }
        #container #header ul#tertiary_nav li a {
          color: #fff;
          text-decoration: none; }
        #container #header ul#tertiary_nav li a:hover {
          color: #fff;
          text-decoration: underline;
          background: none; }
      #container #header ul#tertiary_nav li.current a {
        color: #fff;
        text-decoration: none;
        background: #1C5E92; }
    #container #header form {
      border: none;
      position: relative;
      top: 20px;
      left: 480px; }
      #container #header form #search_input {
        padding: 4px 8px;
        color: #7b8893;
        padding: 0;
        margin: 0;
        width: 226px;
        height: 24px;
        float: left;
        border: 1px solid #1d5f93;
        background: #fff; }
        #container #header form #search_input input {
          border: none;
          margin-left: 8px;
          width: 210px; }
      #container #header form #search_submit input {
        padding: 0;
        margin: 0;
        float: left; }
  #container #nav {
    clear: left;
    background: #90b556;
    font-size: .9em;
    position: relative;
    width: 100%;
    float: left;
    height: 43px; }
    #container #nav ul#main_nav {
      min-height: 43px;
      padding-left: 10px;
      float: left; }
      #container #nav ul#main_nav li {
        margin-right: 3px;
        float: left;
        padding: 4px; }
        #container #nav ul#main_nav li a {
          color: #fff;
          display: block;
          line-height: 32px;
          position: relative;
          word-spacing: -0.1em;
          padding-left: 5px;
          text-decoration: none;
          height: 34px; }
          #container #nav ul#main_nav li a span {
            padding-right: 5px;
            background: none;
            height: 34px;
            display: block; }
        #container #nav ul#main_nav li a:hover {
          background: transparent url('/images/nav/back_main_nav.jpg') top left no-repeat;
          color: #3c5b1f; }
          #container #nav ul#main_nav li a:hover span {
            background: transparent url('/images/nav/back_main_nav_right.jpg') top right no-repeat; }
      #container #nav ul#main_nav li.current a {
        background: transparent url('/images/nav/back_main_nav.jpg') top left no-repeat;
        color: #3c5b1f; }
        #container #nav ul#main_nav li.current a span {
          background: transparent url('/images/nav/back_main_nav_right.jpg') top right no-repeat; }
    #container #nav ul#nav_signin {
      background: #74963e;
      float: right;
      display: block;
      width: 185px;
      height: 43px;
      padding-left: 30px; }
      #container #nav ul#nav_signin li {
        float: left;
        padding: 4px; }
        #container #nav ul#nav_signin li a {
          color: #fff;
          display: block;
          line-height: 32px;
          position: relative;
          word-spacing: -0.1em;
          padding-left: 6px;
          text-decoration: none;
          height: 34px; }
          #container #nav ul#nav_signin li a span {
            padding-right: 6px;
            background: none;
            height: 34px;
            display: block; }
        #container #nav ul#nav_signin li a:hover {
          background: transparent url('/images/nav/back_main_nav.jpg') top left no-repeat;
          color: #3c5b1f; }
          #container #nav ul#nav_signin li a:hover span {
            background: transparent url('/images/nav/back_main_nav_right.jpg') top right no-repeat; }
      #container #nav ul#nav_signin li.current a {
        background: transparent url('/images/nav/back_main_nav.jpg') top left no-repeat;
        color: #3c5b1f; }
        #container #nav ul#nav_signin li.current a span {
          background: transparent url('/images/nav/back_main_nav_right.jpg') top right no-repeat; }
  #container #secondary_nav {
    clear: left;
    background: #bdd29c;
    font-size: .9em;
    position: relative;
    width: 100%;
    float: left;
    height: 35px; }
    #container #secondary_nav ul {
      min-height: 43px;
      padding-left: 10px;
      float: left; }
      #container #secondary_nav ul li {
        margin-right: 3px;
        float: left;
        padding: 4px; }
        #container #secondary_nav ul li a {
          display: block;
          line-height: 32px;
          position: relative;
          word-spacing: -0.1em;
          padding-left: 6px;
          text-decoration: none;
          height: 34px;
          color: #3c5b1f; }
          #container #secondary_nav ul li a span {
            padding-right: 6px;
            background: none;
            height: 34px;
            display: block; }
        #container #secondary_nav ul li a:hover {
          background: transparent url('/images/nav/back_sec_nav.jpg') top left no-repeat;
          color: #3c5b1f; }
          #container #secondary_nav ul li a:hover span {
            background: transparent url('/images/nav/back_sec_nav_right.jpg') top right no-repeat; }
      #container #secondary_nav ul li.current a {
        background: transparent url('/images/nav/back_sec_nav.jpg') top left no-repeat;
        color: #3c5b1f; }
        #container #secondary_nav ul li.current a span {
          background: transparent url('/images/nav/back_sec_nav_right.jpg') top right no-repeat; }

#content {
  width: 900px;
  clear: both;
  margin-top: 10px; }
  #content .content_top {
    height: 10px;
    width: 900px;
    background: transparent url('/images/layout/box_top.jpg') top left no-repeat;
    padding: 0;
    margin: 0; }
  #content .content_middle {
    height: auto;
    width: 852px;
    padding: 10px 24px 20px 24px;
    margin-bottom: 0;
    background: transparent url('/images/layout/box_middle.jpg') top left repeat-y;
    min-height: 300px; }
    #content .content_middle h1 {
      font-size: 1.4em;
      font-weight: normal;
      color: #4d4640;
      padding: 0 0 .4em 0; }
    #content .content_middle h2 {
      font-size: 1.2em;
      font-weight: bold;
      color: #74963E;
      padding: .6em 0 .2em 0; }
    #content .content_middle p {
      font-size: .85em;
      line-height: 1.4em;
      color: #4d4640;
      text-align: justify;
      padding: .3em 0; }
    #content .content_middle blockquote {
      font-size: 1.3em; }
      #content .content_middle blockquote p {
        color: #1c5d91;
        font-style: italic;
        padding: .5em;
        margin: .5em 1em 0 .5em; }
        #content .content_middle blockquote p em {
          font-size: 1.3em;
          font-weight: bold;
          font-family: garamond, times, serif; }
    #content .content_middle cite {
      text-align: right;
      font-size: .8em;
      font-weight: bold;
      float: right;
      margin: .4em 1em 0 .4em;
      color: #555; }
    #content .content_middle a.link_cancer_girl {
      background: #fff url('/images/layout/icn_cancer_link.jpg') top left no-repeat;
      padding-left: 20px;
      padding-bottom: 10px;
      color: #d32d87; }
    #content .content_middle a.link_cancer_girl:hover {
      text-decoration: none; }
    #content .content_middle ul li {
      font-size: .9em;
      color: #000;
      font-weight: bold;
      padding: .4em 0; }
  #content .content_bottom {
    height: 9px;
    width: 900px;
    clear: both;
    background: transparent url('/images/layout/box_bottom.jpg') bottom left no-repeat;
    padding: 0;
    margin: 0; }

form#search_form {
  width: 280px; }

form {
  float: left; }
  form fieldset {
    border: 1px solid #1B5D91;
    background: #f2f5f8;
    padding: 0; }
  form li {
    line-height: 2.5em;
    clear: both;
    padding: .2em .6em !important;
    height: 2.5em; }
    form li em {
      color: red; }
    form li .formElementLabel {
      float: left;
      width: 200px;
      color: #555; }
      form li .formElementLabel span {
        font-weight: normal;
        font-size: .8em; }
    form li .formElementInput {
      float: left;
      width: 260px; }
      form li .formElementInput input {
        width: 240px;
        border: 1px solid #1B5D91;
        font-size: 1em;
        padding: .2em; }
  form li.form_rowTextarea textarea {
    width: 240px;
    font-size: 1em;
    border: 1px solid #1B5D91;
    font-family: arial, helvetica, sans-serif;
    padding: .2em; }
  form li.form_rowSubmit, form li.form_rowText {
    clear: both !important; }
  form li.highlight {
    background: #c9d9e3 !important; }
  form li.form_rowText {
    background: #e3e0c9 !important;
    height: 1.5em; }
    form li.form_rowText p {
      color: #82370e !important;
      font-style: italic !important; }
  form li.form_rowSubmit {
    text-align: right; }
  form li.remember_password .formElementLabel {
    width: 330px !important; }
  form li.remember_password .formElementInput {
    width: 40px !important; }
    form li.remember_password .formElementInput input {
      width: 40px !important; }

#form_info_two {
  float: right;
  width: 340px;
  margin-left: 20px; }

form#messageForm {
  border: 1px solid #ccc;
  background: #fff;
  width: 620px; }
  form#messageForm fieldset {
    border: none;
    background: #fff; }
    form#messageForm fieldset ul li .formElementLabel {
      color: #000; }
    form#messageForm fieldset ul li .formElementInput input, form#messageForm fieldset ul li .formElementInput textarea {
      width: 380px;
      padding: .2em;
      border: 1px solid #1B5D91;
      font-size: 1em;
      font-family: arial, helvetica, sans-serif; }
    form#messageForm fieldset ul li.highlight {
      background: #eee !important; }

#search_results h2 span {
  color: #333; }
#search_results ul li .search_title {
  font-size: 1.2em; }
#search_results ul li .search_description p {
  font-weight: normal !important; }

#news {
  background: #fff url('/images/ui/blog_back.jpg') top left repeat-x;
  padding: 0 8px 4px 8px; }
  #news ul {
    clear: both; }
    #news ul li {
      padding: 8px 0 0 0; }
      #news ul li .date {
        float: left;
        width: 57px;
        margin: 0 20px 8px 0; }
        #news ul li .date p.date_day {
          font-family: georgia, serif;
          font-size: 2em;
          padding: 0 0 4px 0;
          background: #1D5F93;
          text-align: center;
          border: 1px solid #1D5F93;
          color: #fff;
          display: block;
          width: 57px;
          height: 38px;
          margin: 0; }
        #news ul li .date p.date_month {
          font-family: georgia, serif;
          font-size: 1em;
          text-transform: uppercase;
          text-align: center;
          padding: 0;
          margin: 0;
          color: #fff;
          background: #90B556;
          border: 1px solid #90B556;
          display: block;
          width: 57px; }
      #news ul li .thought_content {
        width: 740px;
        float: left; }
        #news ul li .thought_content a.thought_title {
          color: #f08a00;
          text-decoration: none;
          font-size: 1.2em;
          font-weight: normal;
          margin: 0;
          padding: 0 0 4px 0;
          font-family: "Trebuchet MS", verdana, sans-serif; }
        #news ul li .thought_content a.thought_title:hover {
          text-decoration: none;
          color: #fff;
          background: #f08a00; }
          #news ul li .thought_content a.thought_title:hover h2 {
            text-decoration: underline; }
        #news ul li .thought_content p {
          font-size: .9em; }
        #news ul li .thought_content p.thought_info {
          margin: 0;
          line-height: 1.6em;
          padding: .4em 0 .2em 0;
          font-weight: normal; }
        #news ul li .thought_content p.thought_by {
          font-weight: bold;
          margin: 0;
          float: right; }
          #news ul li .thought_content p.thought_by span {
            font-weight: normal;
            font-size: .9em; }
  #news .pagination {
    clear: both;
    text-align: right;
    font-size: .9em;
    color: #333;
    padding: 5px 0 0 0; }
    #news .pagination a {
      color: #4c7eae;
      text-decoration: none; }
    #news .pagination a:hover {
      text-decoration: underline; }

#profile ul li {
  font-size: 1.1em; }
  #profile ul li ul {
    margin-left: 1em;
    font-size: 1em;
    font-weight: normal;
    color: blue; }

.nicetitle {
  background: transparent url('/images/layout/back_tooltip.png') top left repeat;
  border: 1px solid #fff;
  color: #fff;
  font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
  left: 0;
  padding: 4px;
  position: absolute;
  top: 0;
  width: 10em;
  z-index: 20; }
  .nicetitle p {
    margin: 0;
    padding: 0 3px; }
    .nicetitle p span.accesskey {
      color: #d17e62;
      display: none; }
  .nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
    text-align: left;
    display: none; }

#site_map_lists {
  float: left; }
  #site_map_lists ul.site_map li {
    padding: 0 0 .3em 0 !important;
    font-weight: normal !important; }

#validation {
  width: 350px;
  border: 1px solid #ddd;
  padding: 10px;
  float: right;
  margin-left: 10px; }
  #validation a, #validation a:hover {
    border: 0;
    background: 0; }
    #validation a img,     #validation a:hover img {
      border: 0;
      background: 0; }
  #validation .valid_html, #validation .valid_css {
    float: left;
    margin-left: 10px; }

ul#testimonials li img {
  float: left;
  padding: 3px;
  border: 1px solid #21689E; }
ul#testimonials li .testimonial {
  float: left;
  width: 730px;
  padding: 0 0 10px 10px; }
  ul#testimonials li .testimonial h2 {
    color: #21689E;
    padding-top: 0;
    margin-top: 0; }
  ul#testimonials li .testimonial p {
    font-weight: normal !important;
    font-size: .9em !important; }
  ul#testimonials li .testimonial p.name {
    font-weight: bold !important; }
    ul#testimonials li .testimonial p.name span {
      font-weight: normal !important;
      font-style: italic;
      font-size: .9em; }

ul#partners li img {
  float: left;
  padding: 3px;
  border: 1px solid #21689E; }
ul#partners li img.borderless {
  border: none; }
ul#partners li .testimonial {
  float: right;
  width: 680px;
  padding: 0 0 10px 10px; }
  ul#partners li .testimonial h2 {
    color: #21689E;
    padding-top: 0;
    margin-top: 0; }
  ul#partners li .testimonial h3 {
    font-size: .9em;
    color: #555; }
  ul#partners li .testimonial p {
    font-weight: normal !important;
    font-size: .9em !important; }
  ul#partners li .testimonial p.name {
    font-weight: bold !important; }
    ul#partners li .testimonial p.name span {
      font-weight: normal !important;
      font-style: italic;
      font-size: .9em; }

#footer {
  width: 900px;
  margin-bottom: 1em;
  height: 1em; }
  #footer ul {
    font-size: .8em;
    margin-top: .8em; }
    #footer ul li {
      float: left;
      margin: 0 .4em;
      padding-right: .4em;
      border-right: 1px solid #989898; }
      #footer ul li h1 {
        display: none; }
      #footer ul li a {
        display: block; }
    #footer ul li.copyright span {
      font-weight: bold; }
    #footer ul li.last {
      border-right: none; }

#temporary_links {
  width: 880px;
  margin-bottom: 1em;
  height: 2em;
  background: #eee;
  padding: 10px; }
  #temporary_links ul {
    font-size: .8em;
    margin-top: .8em; }
    #temporary_links ul li {
      float: left;
      margin: 0 .4em;
      padding-right: .4em;
      border-right: 1px solid #989898; }
      #temporary_links ul li h1 {
        display: none; }
      #temporary_links ul li a {
        display: block; }
    #temporary_links ul li.copyright span {
      font-weight: bold; }
    #temporary_links ul li.last {
      border-right: none; }

.ip_engine ul#global_nav li.active_user {
  padding-right: 0; }
  .ip_engine ul#global_nav li.active_user span {
    font-weight: bold; }
.ip_engine ul#global_nav li img {
  width: 16px;
  margin: 0 .2em;
  border: 1px solid #777; }
.ip_engine #nav {
  background: #DAD9C7 !important; }
  .ip_engine #nav ul#main_nav li a {
    color: #41403b !important; }
  .ip_engine #nav ul#main_nav li a:hover {
    background: transparent url('/images/nav/back_main_nav_ip_engine.jpg') top left no-repeat !important;
    color: #000 !important; }
    .ip_engine #nav ul#main_nav li a:hover span {
      background: transparent url('/images/nav/back_main_nav_right_ip.jpg') top right no-repeat !important; }
.ip_engine #secondary_nav {
  background: #C8C8B3 !important; }

#profile #column_one {
  float: left;
  width: 48%; }
  #profile #column_one h2.rss {
    background: url('/images/layout/icn_rss.jpg') center left no-repeat;
    padding-left: 20px; }
  #profile #column_one #avatar {
    clear: both;
    margin-bottom: 10px;
    height: 60px; }
    #profile #column_one #avatar img {
      float: left;
      padding: 2px;
      margin: 0 10px 0 0;
      border: 1px solid #CEDCE5; }
    #profile #column_one #avatar h1 {
      font-size: 1.2em;
      font-weight: bold;
      padding: 0;
      margin: 0; }
    #profile #column_one #avatar a {
      font-size: .9em;
      text-decoration: none; }
  #profile #column_one #feed_filter {
    font-size: .9em;
    margin-bottom: .4em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em; }
    #profile #column_one #feed_filter a {
      text-decoration: none; }
  #profile #column_one .alert {
    background: url('/images/layout/cog_icon.png') top left no-repeat;
    padding-left: 30px;
    font-size: .9em;
    margin-top: .6em; }
    #profile #column_one .alert .body {
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc; }
      #profile #column_one .alert .body .title a {
        text-decoration: none;
        font-weight: bold; }
      #profile #column_one .alert .body .title span {
        font-weight: bold;
        background: #FFF6A9; }
      #profile #column_one .alert .body .title abbr {
        font-weight: bold;
        text-decoration: none !important;
        border-bottom: none; }
      #profile #column_one .alert .body .details {
        margin-bottom: .6em; }
        #profile #column_one .alert .body .details .avatar {
          float: left;
          margin-right: 6px; }
          #profile #column_one .alert .body .details .avatar img {
            width: 26px;
            border: 1px solid #418EDB;
            padding: 2px; }
        #profile #column_one .alert .body .details p {
          line-height: 1.5em !important;
          min-height: 2.6em !important; }
  #profile #column_one #info {
    clear: both;
    border: 1px solid #999;
    font-size: .9em; }
    #profile #column_one #info ul li.alt {
      background: #CEDCE5 !important; }
    #profile #column_one #info ul li {
      clear: both;
      line-height: 1.2em;
      padding: 8px 10px; }
      #profile #column_one #info ul li .label {
        display: inline; }
      #profile #column_one #info ul li .data {
        display: inline;
        font-weight: normal; }
    #profile #column_one #info ul li.header {
      padding: 0; }
      #profile #column_one #info ul li.header h2 {
        color: #000;
        background: #eee;
        border-bottom: 1px solid #999;
        padding: 8px 10px; }
#profile #column_two {
  float: right;
  width: 48%; }
  #profile #column_two .projects h2 span {
    font-size: .7em;
    font-weight: normal; }
  #profile #column_two .projects #project_filter {
    font-size: .9em;
    margin-bottom: .4em; }
    #profile #column_two .projects #project_filter a {
      text-decoration: none; }
  #profile #column_two .projects ul.project_listing li {
    background: #fffeeb;
    border: 1px solid #f7ca75;
    padding: .1em .5em;
    margin-bottom: .25em;
    font-size: 1.1em; }
    #profile #column_two .projects ul.project_listing li a {
      text-decoration: none; }
    #profile #column_two .projects ul.project_listing li a:hover {
      background: none;
      color: #000; }
    #profile #column_two .projects ul.project_listing li a.name {
      font-weight: normal;
      font-size: .9em; }
  #profile #column_two .projects ul.project_listing li.public {
    border: 1px solid #d8d8d8 !important;
    background: #f0f0f0 !important; }
  #profile #column_two #following .people, #profile #column_two #following .projects, #profile #column_two #following .investments, #profile #column_two #following .collaborate {
    margin-bottom: 10px; }
  #profile #column_two #following h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: .2em;
    margin-bottom: .4em;
    padding-top: .4em; }
  #profile #column_two #following a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 0;
    padding: 0; }
    #profile #column_two #following a img {
      float: left;
      padding: 2px;
      width: 30px;
      height: 30px;
      border: 1px solid #CEDCE5; }
  #profile #column_two #following a:hover {
    background: none; }
    #profile #column_two #following a:hover img {
      border: 1px solid #000; }

#inbox #inbox_nav {
  float: left;
  width: 200px; }
#inbox #inbox_content {
  float: right;
  width: 630px; }
  #inbox #inbox_content h2 {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    margin-bottom: .5em; }
  #inbox #inbox_content h2#compose {
    background: #fff url('/images/layout/icn_mail.gif') center left no-repeat;
    padding-left: 30px; }
  #inbox #inbox_content .alert {
    background: url('/images/layout/cog_icon.png') top left no-repeat;
    padding-left: 30px;
    font-size: .9em;
    margin-top: .6em; }
    #inbox #inbox_content .alert .body {
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc; }
      #inbox #inbox_content .alert .body .title {
        margin-bottom: .3em; }
        #inbox #inbox_content .alert .body .title a {
          text-decoration: none;
          font-weight: bold; }
        #inbox #inbox_content .alert .body .title span {
          font-weight: bold;
          background: #FFF6A9; }
        #inbox #inbox_content .alert .body .title abbr {
          font-weight: bold;
          text-decoration: none !important;
          border-bottom: none; }
      #inbox #inbox_content .alert .body .details {
        margin-bottom: .6em; }
        #inbox #inbox_content .alert .body .details .avatar {
          float: left;
          margin-right: 6px; }
          #inbox #inbox_content .alert .body .details .avatar a {
            font-weight: bold; }
          #inbox #inbox_content .alert .body .details .avatar a:hover {
            background: #fff; }
            #inbox #inbox_content .alert .body .details .avatar a:hover img {
              border: 1px solid #000; }
          #inbox #inbox_content .alert .body .details .avatar img {
            width: 26px;
            border: 1px solid #418EDB;
            padding: 2px; }
        #inbox #inbox_content .alert .body .details p {
          line-height: 1.5em !important;
          min-height: 2.6em !important; }
        #inbox #inbox_content .alert .body .details a {
          text-decoration: none; }

#project #project_nav ul {
  padding: 0; }
  #project #project_nav ul li.current {
    display: block;
    padding: .3em .5em;
    border: 1px solid #ccc;
    background: #eee;
    text-decoration: none;
    margin-right: .3em;
    margin-bottom: .5em;
    margin-top: .4em; }
  #project #project_nav ul li {
    display: inline;
    float: left;
    margin: 0; }
    #project #project_nav ul li a {
      display: block;
      padding: .3em .5em;
      border: 1px solid #CEDCE7;
      text-decoration: none;
      margin-right: .3em;
      margin-bottom: .5em; }
    #project #project_nav ul li a:active {
      border: 1px solid #CEDCE7 !important; }
#project #project_info img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #BEDCE7;
  padding: 2px; }
#project #project_info #collaborators {
  float: right;
  padding-left: 55px;
  background: transparent url('/images/layout/icn_collab_sm.png') top left no-repeat; }
  #project #project_info #collaborators span {
    font-weight: bold; }
#project #project_info #investors {
  float: right;
  padding-right: 2em;
  padding-left: 20px;
  background: transparent url('/images/layout/icn_investor.png') top left no-repeat; }
  #project #project_info #investors span {
    font-weight: bold; }
#project #project_info #investors_watching {
  float: right;
  padding-right: 2em;
  padding-left: 20px;
  background: transparent url('/images/layout/icn_investor_watch.png') top left no-repeat; }
  #project #project_info #investors_watching span {
    font-weight: bold; }
#project #project_info #description {
  clear: both;
  border: 1px solid #BEDCE7;
  background: #EAF2F5;
  margin: 1em 0;
  padding: 10px; }
  #project #project_info #description p {
    color: #000; }
#project #notes {
  border: 1px solid #ccc;
  background: #eee;
  padding: 10px; }
  #project #notes .section {
    border-bottom: 3px solid #ddd;
    padding-bottom: .4em;
    margin-bottom: .4em; }
    #project #notes .section h1 {
      color: #000;
      font-weight: bold; }
    #project #notes .section h2 {
      color: #000;
      font-size: 1.1em; }
    #project #notes .section ul li {
      list-style: disc !important;
      margin-left: 1em;
      font-weight: normal;
      padding: .1em; }
#project .project_edit_section {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0;
  margin-bottom: 1em; }
  #project .project_edit_section h2 {
    padding: 10px;
    color: #000;
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 1em; }
  #project .project_edit_section h2.pending {
    background: #fffdec !important; }
  #project .project_edit_section p {
    padding: .4em 10px; }
  #project .project_edit_section ul {
    padding: 10px;
    font-weight: normal; }
    #project .project_edit_section ul li img {
      width: 20px;
      padding: 2px;
      border: 1px solid #6697c1; }
    #project .project_edit_section ul li a.name {
      font-weight: bold; }
    #project .project_edit_section ul li a {
      font-weight: normal;
      text-decoration: none; }
  #project .project_edit_section ul.project_collaborator li,   #project .project_edit_section ul.project_investor li {
    width: 200px;
    float: left; }
  #project .project_edit_section ul.investors_list {
    font-size: 1.1em; }
    #project .project_edit_section ul.investors_list li {
      width: 800px; }
      #project .project_edit_section ul.investors_list li a {
        float: left;
        margin-right: .2em; }
      #project .project_edit_section ul.investors_list li a:hover {
        text-decoration: none; }
      #project .project_edit_section ul.investors_list li p {
        width: 800px; }
        #project .project_edit_section ul.investors_list li p span {
          float: none;
          color: #000; }
        #project .project_edit_section ul.investors_list li p span.highlight {
          background: #FFF6A9;
          color: #000; }
        #project .project_edit_section ul.investors_list li p a {
          float: none;
          font-weight: bold; }
#project .list ul li {
  float: left; }
  #project .list ul li a {
    margin-right: 1em; }
  #project .list ul li a:hover {
    background: none;
    color: #1d5d90;
    text-decoration: underline; }
#project #progress ul#progress_nav li {
  display: inline !important; }
  #project #progress ul#progress_nav li a {
    display: block !important;
    float: left !important;
    width: 128px;
    height: auto;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #1f669c;
    padding: .2em;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: #1f669c url('/images/layout/back_progress_chart.jpg') top left repeat-x !important; }
  #project #progress ul#progress_nav li a:hover {
    background: #1f669c url('/images/layout/back_progress_chart_hover.jpg') top left repeat-x !important; }
  #project #progress ul#progress_nav li a:active {
    border: 1px solid #1f669c !important; }
