@media print {
  #mh {
    height: 50px !important;
    background: none !important; }

  #mh a {
    display: none !important; }

  #mh form {
    display: none !important; }

  #mh h1 {
    display: block !important;
    font-size: 32px !important; }

  #footer {
    display: none !important; }

  #menu {
    display: none !important; }

  #print {
    display: none !important; }

  #content {
    padding: 0 !important;
    width: 100% !important; }

  .page_content {
    padding: 0 !important; }

  .page_content #left {
    width: 560px !important;
    padding-left: 20px !important; }

  #middle {
    background: none !important; }

  #page_header {
    height: 38px !important;
    background: none !important; }

  #page_header h2 {
    width: 100%; }

  a {
    text-decoration: underline; } }
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */
  /* Makes inputs behave like true block-level elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: -20px;
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: ""; }
  .row:after {
    clear: both; }

[class*="span"] {
  float: left;
  margin-left: 20px; }

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 460px; }

.span1 {
  width: 20px; }

.span2 {
  width: 60px; }

.span3 {
  width: 100px; }

.span4 {
  width: 140px; }

.span5 {
  width: 180px; }

.span6 {
  width: 220px; }

.span7 {
  width: 260px; }

.span8 {
  width: 300px; }

.span9 {
  width: 340px; }

.span10 {
  width: 380px; }

.span11 {
  width: 420px; }

.span12 {
  width: 460px; }

.offset1 {
  margin-left: 60px; }

.offset2 {
  margin-left: 100px; }

.offset3 {
  margin-left: 140px; }

.offset4 {
  margin-left: 180px; }

.offset5 {
  margin-left: 220px; }

.offset6 {
  margin-left: 260px; }

.offset7 {
  margin-left: 300px; }

.offset8 {
  margin-left: 340px; }

.offset9 {
  margin-left: 380px; }

.offset10 {
  margin-left: 420px; }

.offset11 {
  margin-left: 460px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: ""; }
  .row-fluid:after {
    clear: both; }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.12766%; }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid > .span1 {
    width: 6.38298%; }
  .row-fluid > .span2 {
    width: 14.89362%; }
  .row-fluid > .span3 {
    width: 23.40426%; }
  .row-fluid > .span4 {
    width: 31.91489%; }
  .row-fluid > .span5 {
    width: 40.42553%; }
  .row-fluid > .span6 {
    width: 48.93617%; }
  .row-fluid > .span7 {
    width: 57.44681%; }
  .row-fluid > .span8 {
    width: 65.95745%; }
  .row-fluid > .span9 {
    width: 74.46809%; }
  .row-fluid > .span10 {
    width: 82.97872%; }
  .row-fluid > .span11 {
    width: 91.48936%; }
  .row-fluid > .span12 {
    width: 100.0%; }

.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: ""; }
  .container:after {
    clear: both; }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: ""; }
  .container-fluid:after {
    clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */
  /* Makes inputs behave like true block-level elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*-- Body Styles --*/
body {
  text-align: center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  background: #f1f1f1;
  margin: 0;
  padding: 0; }

/*-- End General Body Styles --*/
/*-- Whitespace reset --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, embed, object {
  padding: 0;
  margin: 0;
  outline: none; }

/*-- End Whitespace reset --*/
/*-- General Styles --*/
img, fieldset {
  border: none; }

a:hover {
  text-decoration: underline; }

ul {
  list-style: none; }

tr.dark_line {
  border-top: 1px dotted #CCCCCC;
  background: #f4f4f4;
  padding: 3px 0; }

tr.light_line {
  border-top: 1px dotted #CCCCCC;
  background: #ffffff;
  padding: 3px 0; }

p.success_message {
  text-align: center;
  margin: 2px 5px;
  padding: 5px;
  color: #669900;
  border: 1px solid #669900;
  background: #EEFAE8;
  margin-bottom: 5px; }

p.fail_message {
  text-align: center;
  margin: 2px 5px;
  padding: 5px;
  color: #CC3300;
  border: 1px solid #CC3300;
  background: #F9E9E4;
  margin-bottom: 5px; }

/*-- End General Styles --*/
/*-- Container styles --*/
#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  position: relative; }

#middle {
  background: white url(../Images/orig/images/960_redesign/middle_bg.png) repeat-y;
  position: relative;
  *zoom: 1; }
  #middle:before, #middle:after {
    display: table;
    content: ""; }
  #middle:after {
    clear: both; }

/*-- End Container styles --*/
/*-- Masthead style --*/
#mh {
  background: #1f3e68 url(../Images/orig/images/960_redesign/masthead.png) no-repeat;
  height: 134px;
  position: relative; }
  #mh .tx-solr-submit {
    padding: 4px; }

#mh h1 {
  display: none; }

#mh form {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 285px; }

#mh form input#search_text {
  width: 197px;
  float: right;
  margin-right: 10px;
  background: white url(../Images/orig/images/searchinput_bg.png) repeat-x;
  border: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  height: 16px;
  padding: 2px 0 0 3px; }

#mh form input#search_bt {
  float: right;
  background: transparent url(../Images/orig/images/search.png) no-repeat;
  border: none;
  color: #FFF;
  font: 11px arial;
  width: 65px;
  height: 20px;
  cursor: pointer;
  _cursor: hand; }

#mh a {
  width: 800px;
  height: 100px;
  display: block; }

/*-- End Masthead style --*/
/*-- Content styles --*/
#content {
  float: right;
  overflow: hidden;
  width: 767px;
  position: relative;
  min-height: 400px;
  *zoom: 1; }
  #content:before, #content:after {
    display: table;
    content: ""; }
  #content:after {
    clear: both; }

#left {
  width: 463px;
  float: left;
  padding: 14px 12px 0 0;
  min-height: 400px; }
  .one-col #left {
    padding: 0;
    float: none;
    width: auto;
    background: transparent;
    *zoom: 1; }
    .one-col #left .cols .col {
      float: left; }
    .one-col #left .cols-2 .col {
      width: 349.5px;
      padding: 0 0 30px 0;
      margin-right: 30px; }
      .one-col #left .cols-2 .col .col-inner {
        padding: 0 0; }
    .one-col #left .cols-2 .col-2 {
      float: right;
      margin: 0; }
    .one-col #left:before, .one-col #left:after {
      display: table;
      content: ""; }
    .one-col #left:after {
      clear: both; }
  #left #books_list {
    background: transparent url(../Images/orig/images/960_redesign/books_bottom.png) repeat-y bottom center;
    width: 729px;
    margin-bottom: 10px; }
  #left #books_wrapper {
    background: transparent url(../Images/orig/images/960_redesign/books_top.png) no-repeat top center;
    width: 729px;
    overflow: hidden; }
    #left #books_wrapper .books-right {
      width: 147px;
      float: left;
      padding: 10px 0 10px 0px;
      margin-left: 7px; }
      #left #books_wrapper .books-right h4 {
        font: 17px "Helvetica Neue", arial;
        margin: 15px 0 7px;
        color: #989898; }
      #left #books_wrapper .books-right ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        #left #books_wrapper .books-right ul li {
          margin-bottom: 10px; }
          #left #books_wrapper .books-right ul li a {
            color: #FFF;
            display: block;
            padding: 5px 0 5px 16px; }
          #left #books_wrapper .books-right ul li.selected {
            background: #E8E8E8; }
            #left #books_wrapper .books-right ul li.selected a {
              color: #000;
              font-weight: bold; }
    #left #books_wrapper .books-left {
      width: 562px;
      float: left;
      padding: 10px 0;
      margin-right: 13px; }
  #left ul#books {
    list-style: none !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 3px 10px 0;
    width: 100%; }
    #left ul#books li {
      text-align: center;
      float: left;
      width: 120px;
      margin: 5px 10px 0;
      padding: 0;
      font: normal 10px arial;
      min-height: 240px; }
      #left ul#books li img {
        display: block;
        margin: 0px auto 3px auto; }
      #left ul#books li a {
        display: block;
        font: bold 11px arial; }
    #left ul#books .liblock {
      float: left;
      min-height: 240px;
      width: 100%;
      display: block;
      clear: both; }

.extension-left {
  float: left;
  width: 463px;
  padding: 0;
  min-height: 400px; }

#right,
.extension-right {
  width: 231px;
  float: right;
  padding: 14px 0 0 0; }
  #right h4,
  .extension-right h4 {
    font: 17px "Helvetica Neue", arial;
    margin: 15px 0 7px;
    color: #989898; }

.extension-right {
  padding: 0; }

.page_content {
  padding: 8px 19px 20px;
  *zoom: 1; }
  .page_content:before, .page_content:after {
    display: table;
    content: ""; }
  .page_content:after {
    clear: both; }

#page_header {
  position: relative; }
  #page_header .csc-textpic img {
    display: block; }

#page_body {
  padding: 0 0 10px;
  width: 100%;
  background: white url(../Images/orig/images/pagebody_bg.png) repeat-y 440px 0;
  *zoom: 1; }
  #page_body:before, #page_body:after {
    display: table;
    content: ""; }
  #page_body:after {
    clear: both; }
  .one-col #page_body {
    background: transparent; }

.extension {
  background: white url(../Images/orig/images/pagebody_bg.png) repeat-y 440px 0;
  *zoom: 1;
  padding-top: 14px;
  margin-top: -10px; }
  .extension:before, .extension:after {
    display: table;
    content: ""; }
  .extension:after {
    clear: both; }

#page_body p {
  margin-bottom: 15px; }

div.nobg {
  height: 38px !important;
  background: transparent !important; }

#page_body.nobg {
  background: transparent !important;
  height: auto !important; }

/*-- End Content styles --*/
/*-- Print styles --*/
#print {
  text-align: right;
  padding: 4px 10px 3px;
  font: 10px arial; }

#print a {
  color: #336699;
  background: transparent url(../Images/orig/images/printer.png) no-repeat;
  padding-left: 23px; }

/*-- End Print styles --*/
/*-- Footer Styles --*/
#footer {
  background: #345e8a url(../Images/orig/images/footer_bg.png) repeat-x;
  color: #fff;
  clear: both;
  text-align: left;
  font: 12px Arial;
  padding: 11px 12px 10px 20px; }

#footer a {
  color: #FFF;
  margin-right: 20px; }

#footer span {
  color: #9bd5f8;
  font: 10px arial;
  float: right; }

#footer p {
  float: left;
  line-height: 1.4; }

#footer img {
  float: right;
  vertical-align: text-bottom;
  margin: 0 0 0 10px; }

/*-- End Footer Styles --*/
/*-- Login Styles --*/
.loginBox a {
  font-size: 13px;
  line-height: 18px;
  color: #b2b2b2;
  margin: 25px auto 0 auto;
  width: 146px;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #5a5a5a;
  text-align: center;
  display: block; }
  .loginBox a:hover {
    color: #000;
    background-color: #989898; }

/*-- End Login Styles --*/
/*-- Pagination Styles --*/
#pagination a {
  border: 1px solid #4A78A1;
  padding: 2px 4px;
  margin: 0 1px; }

#pagination a:hover {
  border: 1px solid #4A78A1;
  background: #4A78A1;
  color: #FFF;
  text-decoration: none; }

#pagination b {
  border: 1px solid #4A78A1;
  padding: 2px 4px;
  background: #4A78A1;
  color: #FFF; }

/*-- End Pagination Styles --*/
/*-- Form Styles --*/
.form_table {
  padding-top: 20px;
  margin: 0 auto;
  width: 550px;
  padding-bottom: 20px; }

.form_table td {
  text-align: left;
  padding: 5px; }

input.submit {
  border: 3px double #CCCCCC;
  border-right: 3px double #333333;
  border-bottom: 3px double #333333;
  padding: 5px 15px;
  font: bold 16px arial;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  _cursor: hand; }

input.form_input {
  width: 400px;
  border: 1px solid #c5c5c5;
  padding: 3px; }

/*-- End Form Styles --*/
/*-- Sortable Table Styles --*/
table#sortable_table {
  border: 1px solid #CCCCCC;
  background: none;
  margin: 10px 0 0 0;
  width: 98%;
  font-size: 11px; }

#sortable_table th {
  text-align: left;
  background: url(../Images/orig/images/cms_images/th_bg.png) repeat-x top left;
  color: #FFFFFF;
  padding: 4px 5px;
  font-weight: normal; }

table#sortable_table th a {
  color: #FFFFFF; }

#sortable_table tr td {
  padding: 3px 10px;
  border: 1px solid #EEE; }

/*-- End Sortable Table Styles --*/
#right #media p {
  margin-left: 10;
  padding: 0;
  width: 220px; }

#right #media a {
  margin-right: 20px;
  float: right; }

ul .secondary {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  list-style: none; }
  ul .secondary ul {
    margin-bottom: 0px;
    margin-top: 7px; }
    ul .secondary ul li {
      list-style: circle;
      margin-left: 20px; }
  ul .secondary li {
    margin-bottom: 15px;
    list-style: none; }

/*-- Bio styles --*/
.gray-box {
  background: url(../Images/orig/images/bio_bg.png) repeat-x;
  padding: 10px 20px;
  min-height: 66px;
  line-height: 20px;
  margin-top: 15px; }

.gray-box strong {
  display: block; }

.buttons {
  background: url(../Images/orig/images/buttons_bg.png) repeat-x;
  overflow: hidden;
  width: 100%; }

.buttons .corner1 {
  float: left;
  background: url(../Images/orig/images/bt_bg.png) no-repeat top left;
  margin: 10px 15px 0;
  height: 22px;
  width: auto; }

.buttons .corner2 {
  background: url(../Images/orig/images/bt_bg2.png) no-repeat top right;
  height: 22px; }

.buttons a {
  color: #FFF;
  display: block;
  text-align: center;
  padding: 3px 10px; }

/*-- End Bio styles --*/
/*-- Miscellaneous styles --*/
.buttons {
  background: url(http://www.sloan.org/images/buttons_bg.png) repeat-x;
  overflow: hidden; }

.buttons .corner1 {
  float: left;
  background: url(http://www.sloan.org/images/bt_bg.png) no-repeat top left;
  margin: 10px 15px 0;
  height: 22px;
  width: auto; }

.buttons .corner2 {
  background: url(http://www.sloan.org/images/bt_bg2.png) no-repeat top right;
  height: 22px; }

.buttons a {
  color: #FFF;
  display: block;
  text-align: center;
  padding: 3px 10px; }

#director {
  background: url(http://www.sloan.org/images/bio_bg.png) repeat-x;
  padding: 10px 20px;
  min-height: 66px;
  line-height: 20px;
  margin-top: 15px; }

#director strong {
  display: block; }

.submit {
  margin-top: 10px; }

#right img,
.extension-right img {
  display: block; }
#right ul,
.extension-right ul {
  margin: 10px 14px 20px 0;
  border-bottom: 1px solid #CCC; }
  #right ul.secondary ul,
  .extension-right ul.secondary ul {
    border-bottom: 0; }
#right h4,
.extension-right h4 {
  font: 17px "Helvetica Neue", arial;
  margin: 15px 0 7px;
  color: #989898; }

#right .news a {
  text-decoration: underline; }
#right .news ul {
  padding-bottom: 7px; }
#left .news ul {
  padding-left: 0; }
.news li a {
  display: block; }
.news li.pdf a {
  display: block;
  min-height: 17px;
  padding-top: 3px;
  padding-left: 23px;
  background: transparent url(../Images/orig/images/pdf.png) 0 0 no-repeat; }

#right ul li {
  margin-bottom: 10px; }

/*-- End Miscellaneous styles --*/
/*-- Sortable tables --*/
/*-- End Sortable Table Styles --*/
/*-- Fellowship List styles --*/
.fsearchBox {
  background: #e0e0e0;
  width: 100%;
  height: 40px;
  position: relative; }

.search-reset {
  font-size: 11px;
  text-align: right;
  position: absolute;
  top: 13px;
  left: 245px; }
  .search-reset a {
    border: none;
    padding: 2px 4px;
    color: #666; }
    .search-reset a:hover {
      border: none;
      background: #666;
      color: #fff;
      text-decoration: none; }

.fsearchBox form {
  position: absolute;
  left: 10px;
  top: 10px; }

.search-fellow {
  width: 160px;
  line-height: 1;
  padding: 0 4px; }

#nomatch {
  margin-top: 10px;
  text-align: center;
  color: #BB0000; }

#header_text {
  margin-bottom: 20px; }

#filter {
  overflow: hidden; }

#filter li {
  float: left;
  padding: 0 4px; }

#filter select {
  width: 110px; }

/*-- End Fellowship List styles --*/
/*-- Pagination Styles --*/
.pagination {
  margin-top: 20px;
  margin-bottom: 0 !important;
  font-size: 11px; }
  .pagination .means.disabled:first-child {
    margin-right: 5px; }
  .pagination .means.disabled:last-child {
    margin-left: 5px; }

.pagination-active, .pagination .ends.disabled, .pagination .current, .current a {
  padding: 2px 4px;
  margin: 0 1px;
  background: #666;
  color: #fff !important; }

.pagination a, .page-navigation a {
  border: none;
  padding: 2px 4px;
  margin: 0 1px;
  color: #666; }
  .pagination a:hover, .page-navigation a:hover {
    border: none;
    background: #666;
    color: #fff;
    text-decoration: none; }

.pagination b {
  border: none;
  padding: 2px 4px;
  background: #666;
  color: #fff; }

.fsearchBox .pagination {
  position: absolute;
  top: 12px;
  right: 10px;
  margin-top: 0; }

.page-navigation {
  *zoom: 1; }
  .page-navigation:before, .page-navigation:after {
    display: table;
    content: ""; }
  .page-navigation:after {
    clear: both; }
  .page-navigation .f3-widget-paginator {
    float: right; }
    .page-navigation .f3-widget-paginator li {
      font-size: 11px;
      font-weight: normal;
      float: left;
      margin-bottom: 0; }

/*-- End Pagination Styles --*/
#image_carousel {
  width: 729px; }

.image_carousel_header {
  border-bottom: 7px solid #d95f00; }

.slide {
  cursor: pointer; }

.slide_modal {
  padding: 15px; }

.slide_picture {
  display: block;
  float: left; }

.slide_modal_picture {
  display: block;
  float: left; }

.slide_details {
  float: left;
  padding: 5px 10px 5px 15px; }

.slide_modal_details {
  float: left;
  margin: 8px 0px 8px 15px; }

.jcarousel-container-horizontal {
  width: 729px; }

.jcarousel-item {
  width: 729px; }

.jcarousel-prev {
  position: absolute;
  top: 0px;
  right: 32px;
  width: 12px;
  height: 25px;
  cursor: pointer;
  background: url(http://www.sloan.org/images/prev.gif) no-repeat 0px 0px; }

.jcarousel-pause {
  position: absolute;
  top: 0px;
  right: 13px;
  width: 19px;
  height: 25px;
  cursor: pointer;
  background: url(http://www.sloan.org/images/pause.gif) no-repeat 0px 0px; }

.jcarousel-next {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 25px;
  cursor: pointer;
  background: url(http://www.sloan.org/images/next.gif) no-repeat 0px 0px; }

/*-- Left Content styles --*/
#press_left {
  width: 350px;
  float: left;
  margin-right: 21px; }

.press_source {
  color: #666;
  font-weight: normal; }

/*-- End Left Content styles --*/
/*-- Right Content styles --*/
#press_right {
  width: 350px;
  float: left; }

#press_right a {
  float: left;
  width: 240px; }

.press_list ul {
  margin-left: 0px !important;
  list-style: none !important; }

.press_list li {
  list-style: none !important;
  overflow: hidden; }

.pdf_file {
  float: left;
  margin-right: 5px; }

/*-- End Right Content styles --*/
/*-- Spotlight styles --*/
#spotlight {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  width: 225px; }

#spotlight a {
  width: 160px;
  display: block;
  text-align: center; }

#spotlight img {
  margin: 0 auto;
  margin-bottom: 5px; }

/*-- End Spotlight styles --*/
/*-- Video styles --*/
ul#videos li {
  margin-bottom: 20px; }

ul#videos li {
  position: relative;
  padding-left: 50px;
  overflow: hidden;
  width: 115px; }

ul#videos li img {
  position: absolute;
  top: 0;
  left: 0; }

ul#videos li span {
  font-weight: bold;
  color: #6a6a6a; }

/*-- End Video styles --*/
/*-- Subprograms styles --*/
ul.secondary {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }

ul.secondary ul {
  margin-bottom: 0px;
  margin-top: 7px; }

ul.secondary ul li {
  list-style: circle;
  margin-left: 20px; }

ul.secondary li {
  margin-bottom: 15px; }

/*-- End Subprograms styles --*/
/*-- Headlines styles --*/
ul#headlines {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }

ul#headlines li {
  margin-bottom: 15px; }

ul#headlines li a {
  text-decoration: underline; }

/*-- End Headlines styles --*/
.press_source {
  color: #666;
  font-weight: normal; }

/*-- Links styles --*/
ul#links {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }

ul#links li {
  margin-bottom: 15px; }

/*-- End Links styles --*/
/*-- Grantees styles --*/
#tx_sloangrants {
  margin: 15px 0 0; }

.grantee_item {
  margin-bottom: 20px; }

table#sortable_table {
  background: none;
  font-size: 11px;
  margin-left: 1px;
  width: 99%; }

#sortable_table th {
  text-align: left;
  background: url(../Images/orig/images/th_bg.png) repeat-x top left;
  color: #FFFFFF;
  padding: 4px 5px;
  font-weight: normal; }

table#sortable_table th a {
  color: #FFFFFF; }

#sortable_table tr td {
  padding: 3px 10px;
  border: 1px solid #EEE; }

.letsel {
  background: #000; }

.letsel a {
  color: #FFF; }

#filter li {
  float: left;
  padding: 0 3px; }

.subsel {
  font-weight: bold; }

#header_text {
  margin-bottom: 15px; }

#spotlight a {
  display: inline !important;
  text-align: left; }

input.form_input {
  width: 200px; }

.form_table {
  width: 100%; }

#table_results {
  clear: both;
  min-height: 300px;
  font-size: 11px;
  margin: 10px 0; }
  #table_results tr th {
    background-color: #D95F00;
    padding: 4px 5px; }
    #table_results tr th a {
      font-size: 11px;
      font-weight: normal;
      color: #fff; }
  #table_results tr td {
    padding: 3px 10px;
    border: 1px solid #EEE; }

/*-- End Grantees styles --*/
/*-- Spotlight styles --*/
#spotlight {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  width: 225px; }

#spotlight a {
  width: 160px;
  display: block;
  text-align: center; }

#spotlight img {
  margin: 0 auto;
  margin-bottom: 5px; }

/*-- End Spotlight styles --*/
/*-- Video styles --*/
ul#videos li {
  margin-bottom: 20px; }

ul#videos li {
  position: relative;
  padding-left: 50px;
  overflow: hidden;
  width: 115px; }

ul#videos li img {
  position: absolute;
  top: 0;
  left: 0; }

ul#videos li span {
  font-weight: bold;
  color: #6a6a6a; }

/*-- End Video styles --*/
/*-- Subprograms styles --*/
ul.secondary {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }

ul.secondary ul {
  margin-bottom: 0px;
  margin-top: 7px; }

ul.secondary ul li {
  list-style: circle;
  margin-left: 20px; }

ul.secondary li {
  margin-bottom: 15px; }

/*-- End Subprograms styles --*/
/*-- Headlines styles --*/
ul#headlines {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }

ul#headlines li {
  margin-bottom: 15px; }

ul#headlines li a {
  text-decoration: underline; }

/*-- End Headlines styles --*/
.press_source {
  color: #666;
  font-weight: normal; }

/*-- Links styles --*/
ul#links {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }

ul#links li {
  margin-bottom: 15px; }

/*-- End Links styles --*/
/*-- Bio styles --*/
#director {
  background: url(../Images/orig/images/bio_bg.png) repeat-x;
  padding: 10px 20px;
  min-height: 66px;
  line-height: 20px;
  margin-top: 15px; }

#director strong {
  display: block; }

.buttons {
  background: url(../Images/orig/images/buttons_bg.png) repeat-x;
  overflow: hidden;
  width: 100%; }

.buttons .corner1 {
  float: left;
  background: url(../Images/orig/images/bt_bg.png) no-repeat top left;
  margin: 10px 15px 0;
  height: 22px;
  width: auto; }
  .ie6 .buttons .corner1 {
    width: 100px; }

.buttons .corner2 {
  background: url(../Images/orig/images/bt_bg2.png) no-repeat top right;
  height: 22px; }

.buttons a {
  color: #FFF;
  display: block;
  text-align: center;
  padding: 3px 10px; }

/*-- End Bio styles --*/
/*-- Grantees styles --*/
.grantee_item {
  margin-bottom: 20px; }

table#sortable_table {
  background: none;
  font-size: 11px;
  margin-left: 1px;
  width: 99%; }

#sortable_table th {
  text-align: left;
  background: url(../Images/orig/images/th_bg.png) repeat-x top left;
  color: #FFFFFF;
  padding: 4px 5px;
  font-weight: normal; }

table#sortable_table th a {
  color: #FFFFFF; }

#sortable_table tr td {
  padding: 3px 10px;
  border: 1px solid #EEE; }

.letsel {
  background: #000; }

.letsel a {
  color: #FFF; }

#filter li {
  float: left;
  padding: 0 3px; }

#table_results {
  clear: both;
  min-height: 300px; }

.subsel {
  font-weight: bold; }

#header_text {
  margin-bottom: 15px; }

#spotlight a {
  display: inline !important;
  text-align: left; }

input.form_input {
  width: 200px; }

.form_table {
  width: 100%; }

/*-- End Grantees styles --*/
/*---- MULTIMEDIA-----*/
div#video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

div#video_lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  z-index: 100;
  width: 445px;
  height: 375px;
  background: black; }

div#videobox_flashcontent {
  position: relative;
  z-index: 120;
  background-color: black;
  margin: 10px 10px 0; }

div#videobox_close {
  background-color: black;
  text-align: right;
  font: bold 15px arial;
  padding: 4px 10px; }

div#videobox_close a {
  color: white; }

#page_body #left .news ul {
  list-style-type: none;
  margin-left: 0;
  font-weight: bold; }

.caption {
  text-align: center;
  padding: 5px 0; }

/*-- Links styles --*/
.assistant a {
  text-decoration: none; }

.assistant {
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.contact_details a {
  text-decoration: none; }

.contact_details {
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
  padding-bottom: 15px; }

/*-- SITEMAP --*/
#sitemap,
#left #sitemap {
  margin-bottom: 20px; }
  #sitemap a,
  #left #sitemap a {
    display: block;
    border-bottom: 1px solid #FFF; }
  #sitemap ul,
  #left #sitemap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #F9F9F9; }
    #sitemap ul li,
    #left #sitemap ul li {
      margin: 0; }
      #sitemap ul li a,
      #left #sitemap ul li a {
        padding: 3px 3px 3px 20px;
        background: url("../Images/orig/images/arrow_off.gif") no-repeat 10px 6px; }
      #sitemap ul li li a,
      #left #sitemap ul li li a {
        padding-left: 50px;
        background-position: 40px 6px; }
      #sitemap ul li li li a,
      #left #sitemap ul li li li a {
        padding-left: 80px;
        background-position: 70px 6px; }
      #sitemap ul li li li li a,
      #left #sitemap ul li li li li a {
        padding-left: 110px;
        background-position: 100px 6px; }

.arrow_on {
  background-image: url(../Images/orig/images/arrow_on.gif) !important; }

.arrow_off {
  background-image: url(../Images/orig/images/arrow_off.gif) !important; }

.pagetextred {
  color: #BB0000;
  font-weight: bold; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, embed, object {
  padding: 0;
  margin: 0;
  outline: none; }

p {
  margin: 0 0 15px; }

.flush, h2.top-title-header, body.one-col h2.top-title-header.flush, h1.flush, h2.flush, h3.flush, h4.flush, h5.flush {
  margin-bottom: 1px; }

h2 {
  font: 22px Arial;
  color: black;
  border-bottom: 7px solid black;
  margin-bottom: 15px; }
  h2 a {
    color: black; }
  body.one-col h2.top-title-header {
    margin-bottom: 15px; }

h3 {
  font: bold 17px Arial;
  color: black;
  margin-bottom: 15px; }
  h3 a {
    color: black; }

h4 {
  font-weight: bold;
  margin: 0;
  padding: 0; }
  #right h4, .extension-right h4 {
    font: 17px "Helvetica Neue", arial;
    margin: 15px 0 7px;
    color: #989898; }
    #right h4:first-child, .extension-right h4:first-child {
      margin-top: 0; }

a {
  color: #003399;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table th {
    text-align: left;
    font-size: 12px; }
  table.boxed-table {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-collapse: collapse; }
    table.boxed-table td {
      border: 1px solid #eee;
      padding: 3px;
      vertical-align: top; }
    table.boxed-table th {
      background: #000;
      color: #FFF;
      padding: 2px; }

.callout {
  margin: 0 0 10px;
  padding: 8px 15px;
  border: 3px solid black; }
  .callout h3 {
    text-align: center;
    text-transform: uppercase; }

.float-right {
  width: 250px;
  float: right;
  margin-left: 10px; }

.float-left {
  width: 250px;
  float: left;
  margin-right: 10px; }

#left li,
.mceContentBody li {
  margin-bottom: 10px; }
#left ul, #left ol,
.mceContentBody ul,
.mceContentBody ol {
  font-size: 12px;
  padding-left: 30px;
  margin-bottom: 20px; }
#left ul,
.mceContentBody ul {
  list-style: disc; }
#left ol,
.mceContentBody ol {
  list-style: decimal; }
#left .extension-right ul,
.mceContentBody .extension-right ul {
  list-style: none; }
#left .extension-right ul, #left .extension-right ol,
.mceContentBody .extension-right ul,
.mceContentBody .extension-right ol {
  padding: 0;
  margin-bottom: 12px; }

blockquote {
  padding: 10px 25px; }

.mceContentBody {
  font-size: 12px; }

.image-bordered .csc-textpic-imagewrap {
  padding: 10px;
  border: 1px solid #797979; }

.no-color {
  color: inherit !important; }

/*-- Menubar style --*/
#menu {
  width: 193px;
  float: left; }

#menu a {
  color: #FFF; }

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

#menu #main li {
  border-bottom: 1px solid #575757;
  position: relative; }

#menu #main li a {
  display: block;
  padding: 15px 0px 12px 20px;
  text-decoration: none !important; }

#menu #main .home {
  background: transparent url(../Images/orig/images/menu_sprite.png) repeat-y -772px 0; }

#menu #main #item1 {
  background: transparent url(../Images/orig/images/menu_sprite.png) repeat-y 0 0; }

#menu #main #item2 {
  background: transparent url(../Images/orig/images/menu_sprite.png) repeat-y -193px 0px; }

#menu #main #item3 {
  background: transparent url(../Images/orig/images/menu_sprite.png) repeat-y -386px 0; }

#menu #main #item4 {
  background: transparent url(../Images/orig/images/menu_sprite.png) repeat-y -579px 0; }

#menu #main #item5 {
  background: transparent url(../Images/orig/images/menu_sprite.png) repeat-y -965px 0; }

/*-- Submenu style --*/
#menu ul#main ul {
  _margin-top: 3px;
  *margin-top: 3px; }

#menu ul#main ul li {
  padding: 5px 15px 5px 35px;
  width: 143px;
  border: 0;
  _margin-top: -3px;
  *margin-top: -3px; }

#menu ul#main ul li a {
  color: #cccccc;
  padding: 0; }

#menu ul#main ul ul {
  position: absolute;
  width: 180px;
  left: -999em; }

#menu ul#main ul ul li a {
  color: #000;
  font-weight: bold; }

#menu ul#main ul ul li a:hover,
#menu ul#main ul ul li:hover a {
  color: #000; }

#menu ul#main li li:hover a,
#menu ul#main li li.sfhover a {
  color: #000; }

#menu.program #item1 ul,
#menu.fellowships #item2 ul,
#menu.pressroom #item3 ul,
#menu.about #item4 ul {
  display: block; }

#menu #item1 li.selected,
#menu #item1 li:hover,
#menu #item1 li.sfhover {
  background: #77bee0 !important; }

#menu #item1 li.selected a {
  color: #000; }

#menu #item1 li:hover ul,
#menu #item1 li.sfhover ul,
#menu #item4 li:hover ul,
#menu #item4 li.sfhover ul {
  left: 193px;
  top: 0; }

#menu #item1 li {
  background: transparent url(../Images/orig/images/blue_bullet.png) no-repeat 27px 10px; }

#menu #item1 ul ul li:hover {
  background: #006599 !important; }

#menu #item1 ul ul li {
  background: #77bee0 !important;
  border-bottom: 1px solid #006599;
  padding: 5px 10px; }

#menu #item4 ul ul li {
  background: #72b953 !important;
  border-bottom: 1px solid #416c2e;
  padding: 5px 10px; }

#menu #item4 ul ul li:hover {
  background: #416c2e !important; }

#menu #item4 li {
  background: transparent url(../Images/orig/images/green_bullet.png) no-repeat 27px 10px; }

#menu #item4 li.selected,
#menu #item4 li:hover,
#menu #item4 li.sfhover {
  background: #72b953 !important; }

#menu #item4 li.selected a {
  color: #000; }

#menu #item2 li {
  background: transparent url(../Images/orig/images/orange_bullet.png) no-repeat 27px 10px; }

#menu #item2 li.selected,
#menu #item2 li:hover,
#menu #item2 li.sfhover {
  background: #D95F00 !important; }

#menu #item2 li.selected a {
  color: #000; }

#menu #item3 li {
  background: transparent url(../Images/orig/images/yellow_bullet.png) no-repeat 27px 10px; }

#menu #item3 li.selected,
#menu #item3 li:hover,
#menu #item3 li.sfhover {
  background: #FFB333 !important; }

#menu #item3 li.selected a {
  color: #000; }

/*-- Menu MORE style --*/
#menu #more {
  margin-top: 20px; }

#menu #more li {
  background: transparent url(../Images/orig/images/menu_arrow.png) no-repeat scroll 0 3px;
  padding-left: 16px;
  margin-left: 17px;
  margin-bottom: 10px; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  position: fixed;
  z-index: 102;
  display: none;
  text-align: left;
  top: 50%;
  left: 50%; }

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666; }

#TB_window a:link {
  color: #551e06; }

#TB_window a:visited {
  color: #551e06; }

#TB_window a:hover {
  color: #ffffff; }

#TB_window a:active {
  color: #551e06; }

#TB_window a:focus {
  color: #551e06; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666; }

#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left; }

#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right; }

#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right; }

#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px; }

#TB_title {
  background-color: #e8e8e8;
  height: 27px; }

#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  background-color: #ffffff; }

#TB_ajaxContent.TB_modal {
  padding: 15px; }

#TB_ajaxContent p {
  padding: 5px 0px 5px 0px; }

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
  /* -height/2 0 0 -width/2 */ }

#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%; }

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px; }

/*overwrite default solr styles from results.css*/
.with-highlight, .tx-solr #tx-solr-search .tx-solr-search-word, .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .result-content .results-highlight {
  font-weight: normal !important;
  background-color: #ffe6b3; }

.tx-solr {
  *zoom: 1; }
  .tx-solr:before, .tx-solr:after {
    display: table;
    content: ""; }
  .tx-solr:after {
    clear: both; }
  .tx-solr #tx-solr-search ul, .tx-solr #tx-solr-search ol {
    padding-left: 0px; }
  .tx-solr #tx-solr-search .tx-solr-search-form {
    padding: 0;
    margin-bottom: 20px; }
    .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit {
      width: 15%;
      height: 24px;
      background-color: #6ba5c2;
      background-image: -moz-linear-gradient(top, #5598ba, #8cb9d0);
      background-image: -ms-linear-gradient(top, #5598ba, #8cb9d0);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5598ba), to(#8cb9d0));
      background-image: -webkit-linear-gradient(top, #5598ba, #8cb9d0);
      background-image: -o-linear-gradient(top, #5598ba, #8cb9d0);
      background-image: linear-gradient(top, #5598ba, #8cb9d0);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5598ba', endColorstr='#8cb9d0', GradientType=0);
      border-color: #8cb9d0 #8cb9d0 #5598ba;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      color: #fff;
      padding: 0 8px;
      line-height: 24px;
      font-weight: normal;
      cursor: pointer; }
      .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit:hover, .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit:active, .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit.active, .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit.disabled, .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit[disabled] {
        background-color: #8cb9d0; }
      .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit:active, .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-submit.active {
        background-color: #67a3c2 \9; }
    .tx-solr #tx-solr-search .tx-solr-search-form .tx-solr-q {
      width: 80%;
      border: 1px solid #cfcecf;
      margin-right: 10px; }
  .tx-solr #tx-solr-search .results-list {
    border-top: 1px solid #cfcecf; }
    .tx-solr #tx-solr-search .results-list .results-entry {
      padding: 10px 0;
      border-bottom: 1px solid #cfcecf;
      margin: 0; }
      .tx-solr #tx-solr-search .results-list .results-entry .results-topic {
        margin-bottom: 10px; }
        .tx-solr #tx-solr-search .results-list .results-entry .results-topic a {
          font-size: 14px;
          color: #003399; }
          .ie6 .tx-solr #tx-solr-search .results-list .results-entry .results-topic a, .ie7 .tx-solr #tx-solr-search .results-list .results-entry .results-topic a {
            display: block;
            zoom: 1;
            margin-left: -17px; }
      .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance {
        height: auto;
        *zoom: 1;
        padding: 0;
        margin-bottom: 10px; }
        .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance:before, .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance:after {
          display: table;
          content: ""; }
        .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance:after {
          clear: both; }
        .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance .relevance-label {
          margin-right: 5px; }
        .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance .relevance-bar {
          height: auto;
          padding-top: 1px;
          margin-right: 5px; }
          .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance .relevance-bar .tx-solr-relevance-bar {
            height: 12px;
            padding: 0;
            border: none; }
            .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance .relevance-bar .tx-solr-relevance-bar .tx-solr-relevance {
              height: 12px;
              background-color: #b0cfdf; }
            .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .relevance .relevance-bar .tx-solr-relevance-bar .tx-solr-relevance-fill {
              height: 12px;
              background-color: #dddddd; }
      .tx-solr #tx-solr-search .results-list .results-entry .results-teaser .result-content {
        margin: 0; }
  .tx-solr #tx-solr-search .tx-pagebrowse {
    text-align: right;
    margin: 0; }
    .tx-solr #tx-solr-search .tx-pagebrowse li.tx-pagebrowse-pages ol {
      padding: 0; }
    .tx-solr #tx-solr-search .tx-pagebrowse li:last-child, .tx-solr #tx-solr-search .tx-pagebrowse li.tx-pagebrowse-last {
      padding: 0; }
  .tx-solr #tx-solr-search-functions h3 {
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 2px solid black;
    margin-bottom: 1px; }
  .tx-solr #tx-solr-search-functions ul, .tx-solr #tx-solr-search-functions ol {
    padding-left: 0px; }
    .tx-solr #tx-solr-search-functions ul li, .tx-solr #tx-solr-search-functions ol li {
      margin-left: 0px; }
  .tx-solr #tx-solr-search-functions .secondaryContentSection .csc-header {
    padding: 0px; }
  .tx-solr #tx-solr-search-functions #tx-solr-sorting {
    padding: 0;
    margin-bottom: 20px; }
  .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available {
    padding: 0;
    margin: 0; }
    .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets {
      margin-top: 10px; }
      .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets .facet .facet-label {
        color: #8c8c8c;
        background-color: transparent;
        padding-bottom: 2px;
        border-bottom: 2px solid #8c8c8c;
        margin-bottom: 1px; }
      .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets .facet .facet-option-list {
        padding: 0;
        margin: 0; }
        .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets .facet .facet-option-list .facet-option .facet-result-count {
          color: #8c8c8c; }
  .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use {
    padding: 0;
    margin: 0; }
    .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li.facets-remove-all {
      background: transparent;
      padding: 0;
      margin-top: 10px; }
      .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li.facets-remove-all a {
        color: #003399; }
        .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li.facets-remove-all a:hover {
          text-decoration: underline; }

.box-li, .tx-solr #tx-solr-search-functions #tx-solr-sorting ul li, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets .facet .facet-option-list .facet-option, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li {
  background-color: #f7f7f7;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
  margin: 0; }
  .box-li:last-child, .tx-solr #tx-solr-search-functions #tx-solr-sorting ul li:last-child, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets .facet .facet-option-list .facet-option:last-child, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li:last-child {
    border: none; }
  .box-li a, .tx-solr #tx-solr-search-functions #tx-solr-sorting ul li a, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets .facet .facet-option-list .facet-option a, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li a {
    color: #8c8c8c; }
    .box-li a:hover, .tx-solr #tx-solr-search-functions #tx-solr-sorting ul li a:hover, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-available .facets .facet .facet-option-list .facet-option a:hover, .tx-solr #tx-solr-search-functions #tx-solr-faceting #tx-solr-facets-in-use ul li a:hover {
      color: #404040;
      text-decoration: none; }

.new-style form {
  margin: 0 0 18px; }
.new-style fieldset {
  padding: 0;
  margin: 0;
  border: 0; }
.new-style legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee; }
  .new-style legend small {
    font-size: 13.5px;
    color: #999999; }
.new-style label,
.new-style input,
.new-style button,
.new-style select,
.new-style textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px; }
.new-style input,
.new-style button,
.new-style select,
.new-style textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.new-style label {
  display: block;
  margin-bottom: 5px;
  color: #333333; }
.new-style input,
.new-style textarea,
.new-style select,
.new-style .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.new-style .uneditable-textarea {
  width: auto;
  height: auto; }
.new-style label input,
.new-style label textarea,
.new-style label select {
  display: block; }
.new-style input[type="image"],
.new-style input[type="checkbox"],
.new-style input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */ }
.new-style input[type="image"] {
  border: 0; }
.new-style input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: white;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.new-style input[type="button"],
.new-style input[type="reset"],
.new-style input[type="submit"] {
  width: auto;
  height: auto; }
.new-style select,
.new-style input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px; }
.new-style input[type="file"] {
  line-height: 18px \9; }
.new-style select {
  width: 220px;
  background-color: white; }
.new-style select[multiple],
.new-style select[size] {
  height: auto; }
.new-style input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.new-style textarea {
  height: auto; }
.new-style input[type="hidden"] {
  display: none; }
.new-style .radio,
.new-style .checkbox {
  padding-left: 18px; }
.new-style .radio input[type="radio"],
.new-style .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }
.new-style .controls > .radio:first-child,
.new-style .controls > .checkbox:first-child {
  padding-top: 5px; }
.new-style .radio.inline,
.new-style .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }
.new-style .radio.inline + .radio.inline,
.new-style .checkbox.inline + .checkbox.inline {
  margin-left: 10px; }
.new-style input,
.new-style textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.new-style input:focus,
.new-style textarea:focus {
  border-color: rgba(121, 121, 121, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 54, 54, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 54, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 54, 54, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }
.new-style input[type="file"]:focus,
.new-style input[type="radio"]:focus,
.new-style input[type="checkbox"]:focus,
.new-style select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.new-style .input-mini {
  width: 60px; }
.new-style .input-small {
  width: 90px; }
.new-style .input-medium {
  width: 150px; }
.new-style .input-large {
  width: 210px; }
.new-style .input-xlarge {
  width: 270px; }
.new-style .input-xxlarge {
  width: 530px; }
.new-style input[class*="span"],
.new-style select[class*="span"],
.new-style textarea[class*="span"],
.new-style .uneditable-input {
  float: none;
  margin-left: 0; }
.new-style input,
.new-style textarea,
.new-style .uneditable-input {
  margin-left: 0; }
  .new-style input.span1,
  .new-style textarea.span1,
  .new-style .uneditable-input.span1 {
    width: 10px; }
  .new-style input.span2,
  .new-style textarea.span2,
  .new-style .uneditable-input.span2 {
    width: 50px; }
  .new-style input.span3,
  .new-style textarea.span3,
  .new-style .uneditable-input.span3 {
    width: 90px; }
  .new-style input.span4,
  .new-style textarea.span4,
  .new-style .uneditable-input.span4 {
    width: 130px; }
  .new-style input.span5,
  .new-style textarea.span5,
  .new-style .uneditable-input.span5 {
    width: 170px; }
  .new-style input.span6,
  .new-style textarea.span6,
  .new-style .uneditable-input.span6 {
    width: 210px; }
  .new-style input.span7,
  .new-style textarea.span7,
  .new-style .uneditable-input.span7 {
    width: 250px; }
  .new-style input.span8,
  .new-style textarea.span8,
  .new-style .uneditable-input.span8 {
    width: 290px; }
  .new-style input.span9,
  .new-style textarea.span9,
  .new-style .uneditable-input.span9 {
    width: 330px; }
  .new-style input.span10,
  .new-style textarea.span10,
  .new-style .uneditable-input.span10 {
    width: 370px; }
  .new-style input.span11,
  .new-style textarea.span11,
  .new-style .uneditable-input.span11 {
    width: 410px; }
  .new-style input.span12,
  .new-style textarea.span12,
  .new-style .uneditable-input.span12 {
    width: 450px; }
.new-style input[disabled],
.new-style select[disabled],
.new-style textarea[disabled],
.new-style input[readonly],
.new-style select[readonly],
.new-style textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed; }
.new-style .control-group.warning > label,
.new-style .control-group.warning .help-block,
.new-style .control-group.warning .help-inline {
  color: #c09853; }
.new-style .control-group.warning input,
.new-style .control-group.warning select,
.new-style .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853; }
  .new-style .control-group.warning input:focus,
  .new-style .control-group.warning select:focus,
  .new-style .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e; }
.new-style .control-group.warning .input-prepend .add-on,
.new-style .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }
.new-style .control-group.error > label,
.new-style .control-group.error .help-block,
.new-style .control-group.error .help-inline {
  color: #b94a48; }
.new-style .control-group.error input,
.new-style .control-group.error select,
.new-style .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48; }
  .new-style .control-group.error input:focus,
  .new-style .control-group.error select:focus,
  .new-style .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392; }
.new-style .control-group.error .input-prepend .add-on,
.new-style .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }
.new-style .control-group.success > label,
.new-style .control-group.success .help-block,
.new-style .control-group.success .help-inline {
  color: #468847; }
.new-style .control-group.success input,
.new-style .control-group.success select,
.new-style .control-group.success textarea {
  color: #468847;
  border-color: #468847; }
  .new-style .control-group.success input:focus,
  .new-style .control-group.success select:focus,
  .new-style .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b; }
.new-style .control-group.success .input-prepend .add-on,
.new-style .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }
.new-style input:focus:required:invalid,
.new-style textarea:focus:required:invalid,
.new-style select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  .new-style input:focus:required:invalid:focus,
  .new-style textarea:focus:required:invalid:focus,
  .new-style select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }
.new-style .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  *zoom: 1; }
  .new-style .form-actions:before, .new-style .form-actions:after {
    display: table;
    content: ""; }
  .new-style .form-actions:after {
    clear: both; }
.new-style .uneditable-input {
  display: block;
  background-color: white;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }
.new-style :-moz-placeholder {
  color: #999999; }
.new-style ::-webkit-input-placeholder {
  color: #999999; }
.new-style .help-block,
.new-style .help-inline {
  color: #555555; }
.new-style .help-block {
  display: block;
  margin-bottom: 9px; }
.new-style .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }
.new-style .input-prepend,
.new-style .input-append {
  margin-bottom: 5px; }
  .new-style .input-prepend input,
  .new-style .input-prepend select,
  .new-style .input-prepend .uneditable-input,
  .new-style .input-append input,
  .new-style .input-append select,
  .new-style .input-append .uneditable-input {
    *margin-left: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
    .new-style .input-prepend input:focus,
    .new-style .input-prepend select:focus,
    .new-style .input-prepend .uneditable-input:focus,
    .new-style .input-append input:focus,
    .new-style .input-append select:focus,
    .new-style .input-append .uneditable-input:focus {
      position: relative;
      z-index: 2; }
  .new-style .input-prepend .uneditable-input,
  .new-style .input-append .uneditable-input {
    border-left-color: #ccc; }
  .new-style .input-prepend .add-on,
  .new-style .input-append .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
  .new-style .input-prepend .add-on,
  .new-style .input-prepend .btn,
  .new-style .input-append .add-on,
  .new-style .input-append .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .new-style .input-prepend .active,
  .new-style .input-append .active {
    background-color: #a9dba9;
    border-color: #46a546; }
.new-style .input-prepend .add-on,
.new-style .input-prepend .btn {
  margin-right: -1px; }
.new-style .input-append input,
.new-style .input-append select,
.new-style .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
.new-style .input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc; }
.new-style .input-append .add-on,
.new-style .input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
.new-style .input-prepend.input-append input,
.new-style .input-prepend.input-append select,
.new-style .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.new-style .input-prepend.input-append .add-on:first-child,
.new-style .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
.new-style .input-prepend.input-append .add-on:last-child,
.new-style .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
.new-style .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }
.new-style .form-search input,
.new-style .form-search textarea,
.new-style .form-search select,
.new-style .form-search .help-inline,
.new-style .form-search .uneditable-input,
.new-style .form-search .input-prepend,
.new-style .form-search .input-append,
.new-style .form-inline input,
.new-style .form-inline textarea,
.new-style .form-inline select,
.new-style .form-inline .help-inline,
.new-style .form-inline .uneditable-input,
.new-style .form-inline .input-prepend,
.new-style .form-inline .input-append,
.new-style .form-horizontal input,
.new-style .form-horizontal textarea,
.new-style .form-horizontal select,
.new-style .form-horizontal .help-inline,
.new-style .form-horizontal .uneditable-input,
.new-style .form-horizontal .input-prepend,
.new-style .form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0; }
.new-style .form-search .hide,
.new-style .form-inline .hide,
.new-style .form-horizontal .hide {
  display: none; }
.new-style .form-search label,
.new-style .form-inline label {
  display: inline-block; }
.new-style .form-search .input-append,
.new-style .form-inline .input-append,
.new-style .form-search .input-prepend,
.new-style .form-inline .input-prepend {
  margin-bottom: 0; }
.new-style .form-search .radio,
.new-style .form-search .checkbox,
.new-style .form-inline .radio,
.new-style .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }
.new-style .form-search .radio input[type="radio"],
.new-style .form-search .checkbox input[type="checkbox"],
.new-style .form-inline .radio input[type="radio"],
.new-style .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }
.new-style .control-group {
  margin-bottom: 9px; }
.new-style legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate; }
.new-style .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1; }
  .new-style .form-horizontal .control-group:before, .new-style .form-horizontal .control-group:after {
    display: table;
    content: ""; }
  .new-style .form-horizontal .control-group:after {
    clear: both; }
.new-style .form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right; }
.new-style .form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px; }
.new-style .form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0; }
.new-style .form-horizontal .form-actions {
  padding-left: 160px; }
.new-style .row {
  margin: 0 0 10px; }
.new-style .message {
  padding: 0;
  color: #ccc;
  text-transform: uppercase;
  font-size: 10px; }
.new-style #page_body p.message {
  margin: 0; }
.new-style input {
  margin-bottom: 0; }
  .new-style input.f3-form-error {
    background: 0;
    border: 1px solid #FF9F9F; }
.new-style .errorWrap .error {
  color: #FF9F9F; }
.new-style ul.unstyled {
  text-indent: 0 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  list-style-type: none !important; }
.new-style .alert-error {
  color: red; }
.new-style .alert-success {
  color: #999; }
.new-style h1.page-header {
  font-size: 16px;
  margin: 0 0 20px 0; }

body.program h2 {
  border-bottom-color: #65b3d9; }
body.program h2, body.program h3 {
  color: #65b3d9; }
  body.program h2 a, body.program h3 a {
    color: #65b3d9; }
body.program .callout {
  border-color: #65b3d9; }
  body.program .callout h3 {
    color: #65b3d9; }
body.program table.boxed-table th {
  background: #65b3d9; }
body.program h3 {
  color: #0E7AA9; }
  body.program h3 a {
    color: #0E7AA9; }

body.about h2 {
  border-bottom-color: #63ac41; }
body.about h2, body.about h3 {
  color: #63ac41; }
  body.about h2 a, body.about h3 a {
    color: #63ac41; }
body.about .callout {
  border-color: #63ac41; }
  body.about .callout h3 {
    color: #63ac41; }
body.about table.boxed-table th {
  background: #63ac41; }

body.fellowships h2 {
  border-bottom-color: #d95f00; }
body.fellowships h2, body.fellowships h3 {
  color: #d95f00; }
  body.fellowships h2 a, body.fellowships h3 a {
    color: #d95f00; }
body.fellowships .callout {
  border-color: #d95f00; }
  body.fellowships .callout h3 {
    color: #d95f00; }
body.fellowships table.boxed-table th {
  background: #d95f00; }

body.pressroom h2 {
  border-bottom-color: #faab28; }
body.pressroom h2, body.pressroom h3 {
  color: #faab28; }
  body.pressroom h2 a, body.pressroom h3 a {
    color: #faab28; }
body.pressroom .callout {
  border-color: #faab28; }
  body.pressroom .callout h3 {
    color: #faab28; }
body.pressroom table.boxed-table th {
  background: #faab28; }

body.home {
  /*-- Imports --*/
  /*-- End Imports --*/
  /*-- Content styles --*/
  /*-- End Content styles --*/
  /*-- Left Content styles --*/
  /*-- End Left Content styles --*/
  /*-- Right Content styles --*/
  /*-- End Right Content styles --*/ }
  body.home #content {
    background: transparent url(../Images/orig/images/960_redesign/home_bg.png) no-repeat top right;
    padding-top: 20px;
    padding-bottom: 20px; }
  body.home .page_content {
    padding-left: 0;
    padding-right: 0; }
  body.home #page_body {
    background: none; }
  body.home h2 {
    border: 0;
    margin-bottom: 0; }
  body.home #content #left {
    width: 440px;
    float: left;
    padding-left: 13px;
    padding-top: 0;
    margin-bottom: 20px;
    margin-top: -7px; }
  body.home #spotlight {
    background: #d34e01;
    width: 442px; }
  body.home #spotlight p {
    padding: 0px 6px 4px;
    margin: 0;
    color: #ffcc66;
    font: 13px Arial; }
  body.home #spotlight p a {
    color: #FFF; }
  body.home #spotlight h2 {
    width: 442px;
    height: 33px;
    border: 0;
    margin: 0;
    background: #fdb130 url(../Images/orig/images/spotlight.png) no-repeat -1px 0px; }
  body.home #spotlight h2 span {
    display: none; }
  body.home #spotlight img {
    display: block; }
  body.home #svideo_bt a {
    display: block;
    height: 63px;
    width: 68px;
    background: transparent url(../Images/orig/images/playbt.png) no-repeat;
    _background: none; }
  body.home #svideo_bt {
    position: absolute;
    left: 140px;
    bottom: 10px;
    _bottom: 150px; }
  body.home #about {
    margin-top: 20px; }
  body.home #about h2 {
    color: #fda422;
    font: 22px Arial; }
  body.home #about p {
    margin-bottom: 10px; }
  body.home #content #right {
    width: 274px;
    float: right;
    margin-right: 0;
    padding-top: 3px;
    margin-bottom: 20px; }
  body.home #right h2 {
    font: 22px Arial;
    color: #cc3300;
    border: 0;
    background: transparent url(../Images/orig/images/headline_line.png) no-repeat bottom left; }
  body.home #right img {
    display: block; }
  body.home #right ul {
    margin: 10px 14px 20px 0; }
    body.home #right ul li {
      margin-bottom: 10px; }
  body.home #right .news ul {
    border-bottom: 0; }
  body.home #right a {
    text-decoration: underline; }
  body.home #right div img {
    margin: 0 auto; }
  body.home #right .news li.pdf a {
    min-height: auto;
    padding-top: auto;
    padding-left: 0;
    background: none; }
  body.home #media {
    margin-top: 20px;
    font: 10px arial;
    width: 254px;
    padding: 0 10px; }
  body.home #media p, body.home #media .more {
    width: 130px;
    margin: 5px auto; }
  body.home #media .more {
    display: block;
    text-align: right; }
  body.home #twitter {
    float: right;
    background: #EFEFEF;
    border: 1px solid #ccc;
    padding: 10px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-right: 80px;
    margin-top: 40px; }
  body.home #twitter p {
    margin-bottom: 5px; }
  body.home .press_source {
    color: #666;
    font-weight: normal; }
