@charset "UTF-8";
/* minimal reset with html5 */
* {
  vertical-align: baseline;
  font-family: inherit;
  /*font-style: inherit; -- this will clobber italics so removed */
  font-size: 100%;
  border: none;
  padding: 0;
  margin: 0; }

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

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

nav li, nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

q:before, q:after {
  content: ""; }

/* BEGIN Surgery Revised */
/* Basic tags */
html, body {
  height: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F7F7F7; /* #F0EFE7 */
/*background-image: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);*/
  /*background-image: -moz-linear-gradient(top, #FFF 0%, #EFEBE0 100%); */
/*background-image: -moz-linear-gradient(top, white, #fcc, #fcf);*/
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edebeb), color-stop(0.9, white));*/
background-repeat: repeat; 
/*background: white url(/img/site_background_10x4000.png) repeat-x top left scroll;*/
height:100%;
}
#overall_wrapper {
height:100%;
position:relative;
}
a {
  color: #0450ac;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

ul, ol {
  padding-left: 40px;
  margin: 13px 0; }

h1 {
  font-size: 16px;
  color: #2d494f;
  font-weight: 700;
  margin: 0 0 5px 0; }

h4 {
  margin: 12px 0 5px 0;
  color: #2d494f; }

h3 {
  margin: 12px 0 5px 0; }

p, .standardText {
  font-size: 12px;
  color: #666666;
  text-align: left; }

.clear {
  clear: both;
  line-height: 0px;
  font-size: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0px; }

form {
  margin: 0;
  padding: 0; }

hr {
  clear: both; }

/* table TR gradient - gradient on each row header with green background - RHM added table_gradient for new Umbraco 4.0 Tiny table dialog */
/* removed table tags as they are unneccesary */
.sg_int_table_tr_gradient td, .table_gradient td {
  background-image: url(/img/sg_table_bg.jpg); }

.sg_int_table_tr_gradient thead, .sg_int_table_tr_gradient th {
  background: #4d6c72 url(/img/sg_menu_atstate2.gif) repeat-x scroll center top;
  color: white;
  text-align: left; }

.table_gradient th, .table_gradient thead {
  background: #4d6c72 url(/img/sg_menu_atstate2.gif) repeat-x scroll center top;
  color: white;
  text-align: left; }

#sg_int_table_tr_gradient {
  background-color: #47656b !important;
  color: white;
  text-align: left; }

.sg_int_table_tr_gradient td, .table_gradient td {
  text-align: left; }

.sg_int_table_tr_gradient td, .sg_int_table_tr_gradient th {
  border: 1px white solid;
  padding: 4px; }

.table_gradient th {
  border: 1px white solid;
  padding: 4px; }

#sg_basicTrialInfo th, .tableGradient th {
  background-color: #2d494f;
  color: white;
  text-align: left; }

.arrow_link {
  display: block;
  clear: both;
  padding: 2px 0 2px 14px;
  background: url(/img/h2-arrow.gif) no-repeat 0 0.5em; }

.required {
  color: #a90101;
  font-size: 12px; }

.legal {
  font-size: 10px; }

#sg_header_bar {
  width: 100%;
  background-color: #a3a2a7; 
  /*background:url(/img/uc_stripe_blue.jpg) scroll center 0 repeat;*/
}

#sg_header {
  width: 960px;
  /*background-color: #7a7a7a;*/
  height: 22px;
  text-align: left;
  margin: 0 auto; 
  /*background:url(/img/uc_stripe_blue.jpg) scroll 0 0 repeat;*/
}
  #sg_header #ucsfLogoStyle {
    vertical-align: middle; }

#sg_header a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700; }
  #sg_header a:link, #sg_header a.visited {
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
  }

  #sg_header a:hover {
    margin-left: 0;
    color: #dddddd;
    text-decoration: none;
    font-weight: 700; }

#sg_header #ucsfHome {
color:white;
font-size:11px;
font-weight:700;
text-decoration:none;
  cursor:pointer;
}
#sg_header #ucsfHome:hover {

    margin-left: 0;
    color: #dddddd;
    text-decoration: none;
    font-weight: 700;
}

#sg_header .ucsfLogoText {
  font-size: 11px;
  font-weight: 700;
  color: white;
  float: left;
  padding-bottom: 6px; }
#sg_header #ucsfLogoText0 {
  color: red; }

.spacerBar {
  vertical-align: middle;
  height: 20px;
  padding-top: 0px; }

#sg_topImageContainer {
  background-color: #a7a6ac; }
  #sg_topImageContainer a {
    display: block;
    margin: 0 auto;
    width: 960px;
    height: 166px;
    overflow: hidden; }

#sg_topImage {
  display: block;
  border: none; }

/* removed #sg_topMenu_bar */
#sg_topMenu {
  background: #d2d2d2 url(../img/sg_menu_bg.gif) repeat-x;
  height: 22px;
  color: white;
  vertical-align: top;
  clear: both;
  font-size: 11px;
  width: 960px;
  margin: 0 auto; }

#sg_mainContent {
  width: 960px;
  clear: both;
  font-size: 12px;
  margin: 0 auto; }

#sg_centerSection {
  float: left;
  width: 960px;
  clear: both;
  font-size: 12px;
  vertical-align: top;
  min-height: 450px; }

/* breadcrumb, email and print buttons area - turned off here */
#sg_breadcrumb_email {
  clear: both;
  background: #7E98C1;
  /*background:url(/img/uc_stripe_blue.jpg) scroll center 0 repeat;*/
background:url("/img/uc_stripe_blue.jpg") repeat scroll center 0 transparent;
  height: 32px; }

#sg_int_heading_top {
  width: 960px;
  margin: 0 auto;
  position: relative; }

#sg_breadcrumbDiv {
  float: left;
  width: 720px;
  padding: 10px 0 0 10px;
  font-size: 10px;
  color: #fff; }
  #sg_breadcrumbDiv a {
    color: #fff; }
    #sg_breadcrumbDiv a:hover {
      color: white; }

#search_container {
  float: right;
  padding: 0px 5px 7px 4px;
  height: 20px; 
  background: #f2f2f2;
  margin-right: 2px;
  margin-top: 2px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
}

#searchPage {
  margin-top: 3px;
  margin-left: 3px;
  width: 100%;
 }
#searchPage input {
background-color:#eee;
border:1px solid #ccc;
margin:0 auto;
 }

.search_button {
  padding: 1px 4px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: #dddddd;
  border: 1px solid #f2fdff;
  border-bottom: 1px solid #445599;
  border-right: 1px solid #445599;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #eeeef2 0%, #bbbbbf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeef2), color-stop(1, #bbbbbf));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeef2', EndColorStr='#bbbbbf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeef2', EndColorStr='#bbbbbf')"; }
  .search_button:hover {
    text-decoration: none;
    background-image: -moz-linear-gradient(top, #fefdf8 0%, #fcf3ba 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefdf8), color-stop(1, #fcf3ba));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefdf8', EndColorStr='#fcf3ba');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefdf8', EndColorStr='#fcf3ba')"; }

#search {
  margin-top: 3px;
  margin-left: 3px;
  width: 150px;
  font-size: 13px;
  height: 16px;
  color: #333333;
  background: white;
  padding: 1px 2px 1px 2px;
  border: 1px inset #bbb;
  /*border-bottom: 2px inset #f2fdff;
  border-right: 2px inset #f2fdff;*/ }

#search_options {
  background-color: #f2f2f2;
  height: 14px;
  padding: 8px;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 190px;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  z-index: 2;
  font-size: 12px;
  color: #000; 
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
  #search_options span {
    margin-right: 5px; }
  #search_options input {
    vertical-align: middle;
    border: 0;
    width: 14px; }

#email_print_container {
  padding: 0px 2px 3px;
  position: absolute;
  top: 40px;
  right: 10px;
  font-size: 12px;
  z-index: 1; }

/* start of dynamic left navigation area */
#sg_leftMenus {
  float: left;
  width: 240px;
  font-size: 12px;
  font-weight: 400;
  color: #565758;
}

#sg_leftMenu ul, #sg_leftMenu li {
  margin: 0;
  padding: 0;
  list-style: none; }

#sg_leftMenu ul {
border-top:2px solid #FAFAFA;
}
#sg_leftMenu ul ul {
padding-left:18px;
border-top:0px solid #FAFAFA;
}
#sg_leftMenu ul ul ul {
padding-left:7px;
border-top:0px solid #FAFAFA;
}

#sg_leftMenu a, #sg_leftMenu div.div_no_link {
  color: #292a3c;
  text-decoration: none;
  display: block;
  padding: 4px 0 4px 11px; }

  #leftMenuGen div.div_no_link {
    border-bottom: 2px solid #fafafa; }
    #leftMenuGen div.div_no_link:hover {
      background-color: #80959F; /* #97959f */
      color: white; }
  #leftMenuGen .activeSection div.div_no_link {
    color: white;
    background-color: #97959f; }

#leftMenuGen {
  background-color: #DFDAC3;
  margin-bottom: 6px;
  padding-bottom: 8px;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  /*-webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;*/
  margin-top: 6px;
  padding-top: 10px; }

  #leftMenuGen li {
    background-color: #efece0;
    /*background-image: -moz-linear-gradient(left, #dfdac3 0%, #efece0 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #dfdac3), color-stop(1, #efece0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dfdac3, EndColorStr=#efece0, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdac3', EndColorStr='#efece0', GradientType=1)";*/ }
    #leftMenuGen li li a {
      padding-left: 0px; }
    #leftMenuGen li li li a {
      padding-left: 0px; }
  #leftMenuGen a {
    border-bottom: 2px solid #fafafa; }
    #leftMenuGen a:hover {
      background-color: #80959F; /* #97959f */
      color: white; }
  #leftMenuGen .activeSection a {
    color: white;
    background-color: #97959f; }
  #leftMenuGen .activeSection ul li a {
    color: #292A3C;
    background-color: transparent;
 }
  #leftMenuGen .activeSection ul li a:hover {
      background-color: #80959F; /* #97959f */
      color: white;
 }

#leftbar_search_finds {
  background-color: #b8bdc3;
  padding: 8px 0;
  margin: 6px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

  #leftbar_search_finds ul {
    border-top: 2px solid #fafafa; }
  #leftbar_search_finds li {
    background-color: #dad9df; }
  #leftbar_search_finds a {
    border-bottom: 2px solid #fafafa;
    padding-left: 26px;
    /* need to fix the image link src so that it's correct and make new icons */
    background-image: url(/img/h2-arrow.gif);
    background-repeat: no-repeat;
    background-position: 10px 0.5em; }
    #leftbar_search_finds a:hover {
      background-color: #97959f;
      color: white; }
  #leftbar_search_finds .activeDiv {
    /* used for Find a Program */
    background-color: #97959f; color: white; 

    }
    #leftbar_search_finds .activeDiv h2 {
      color: white; }

* html #sg_leftMenus li {
  height: 1%; }

#sg_jumpbox {
  border-bottom: 2px solid #fafafa;
  background-color: #dad9df;
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #292a3c;
  padding: 4px 0 4px 26px;
    /* need to fix the image link src so that it's correct and make new icons */
  background-image: url(/img/h2-arrow.gif);
  background-repeat: no-repeat;
  background-position: 10px 0.5em; 
  cursor:pointer;
  }

#sg_jumpbox:hover {
color:#FFF;
background-color: #80959f;
}

#sg_current_subhead {
  /* Colin: uncertain where this is used thus haven't deleted */
  border-bottom: 1px solid #cccccc;
  padding: 0;
  margin: 0; }

/* left bar featured areas */
/* global styles for each of the promo boxes */
#sg_leftBarEditableRegion {
  width: 240px;
  text-align: left;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 6px 0 0; }
  #sg_leftBarEditableRegion a {
    color: #1c3564;
    text-decoration: none;
    font-weight: 700; }
    #sg_leftBarEditableRegion a:hover {
      color: #333333; }
  #sg_leftBarEditableRegion p {
    font-size: 11px;
    line-height: 120%;
    margin: 0 0 5px 0;
    padding: 0 10px; }
  #sg_leftBarEditableRegion > div {
    /*padding-bottom: 8px; */
  }
  #sg_leftBarEditableRegion .inner {
    width: 240px; }
    #sg_leftBarEditableRegion .inner p {
      padding: 0 6px 0 0; }
  #sg_leftBarEditableRegion .link_text {
    padding: 4px 6px 2px 0px;
    clear: both; }
  #sg_leftBarEditableRegion h2 {
    font-size: 11px;
    padding: 5px 10px;
    text-transform: uppercase; }
    #sg_leftBarEditableRegion h2 a {
      text-decoration: none; }

#sg_messagebox, #sg_giftbox, #sg_labbox, #sg_imageonlybox, #sg_altbox, #sg_altboxBY {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 6px;
  width: 240px; 
  clear: both; }

#sg_messagebox p, #sg_altbox p, #sg_labbox p {
  padding: 0 10px; }

#sg_altboxBY {
  background-color: fdfae4;
  /*background:url("/media/517018/chiefbox.gif") repeat scroll 0 0 #FFFFFF;*/
  width: 240px; }

#sg_labbox {
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid white;
  /*background: url("/img/sg_message_bg.jpg");*/
  background-color: #dce3e9;
  moz-background-clip: -moz-initial;
  moz-background-origin: -moz-initial;
  moz-background-inline-policy: -moz-initial;
  clear: both;
  width: 240px;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; }

#sg_messagebox {
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid white;
  background-color: #F0EFE7; /* ded8e6 */
  clear: both;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  float: left; }

#sg_messagebox img {
  float: left;
  margin: 6px 8px 6px 8px;
  padding: 0px;
  border: 1px solid white;
  line-height: 0;
  width: 67px; }
#sg_messagebox .inner img {
  margin: 6px 8px 6px 0px; }

#sg_labbox img {
  margin: 6px 8px 6px 10px;
  padding: 0px;
  border: 1px solid white;
  line-height: 0;
  float: left;
  width: 180px;
  margin: 6px 0 6px 26px;
  padding: 0px;
  border: 1px solid white;
  line-height: 0; }
#sg_labbox .inner img {
  float: none;
  width: 180px;
  margin: 6px 0 6px 6px;
  padding: 0px;
  border: 1px solid white;
  line-height: 0;
  text-align: center; }
#sg_labbox .textArea {
  margin: 6px 2px 0px 0px;
  padding: 0px; }

#sg_altbox img, #sg_altboxBY img {
  float: left;
  width: 180px;
  margin: 6px 8px 6px 8px;
  padding: 0px;
  border: 1px solid white;
  line-height: 0; }

#sg_altbox .inner img, #sg_altboxBY .inner img {
  margin: 6px 8px 6px 0px; }

#sg_giftbox {
  background-color: #F0EFE7; }
  #sg_giftbox img {
    float: left;
    width: 180px;
    margin: 6px 8px 6px 8px;
    padding: 0;
    border: 1px solid white;
    line-height: 0; }
  #sg_giftbox .inner {
    background-color: #d8e5de;
    padding-left: 10px;
    padding-right: 4px;
    width: 226px; }
  #sg_giftbox .inner img {
    margin: 6px 8px 6px 0px; }
  #sg_giftbox p {
    clear: both;
    color: #33542c; }
  #sg_giftbox .textArea {
    margin: 6px 2px 0px 0px;
    padding: 0px; }
  #sg_giftbox h2 {
    color: white; 
    background-color:#507177;
    padding:5px 10px;
    margin:0;
  }

  /* added a rounded bottom div for leftbar boxes */
  .bottomRounded {
    height:10px;
  }
#sg_labbox p, #sg_altbox p, #sg_altboxBY p {
  clear: both; }

#sg_messagebox h2.sg_message_title {
  text-transform: none;
  font-size: 12px;
  color: #383838; }
#sg_messagebox .link_text {
  padding: 4px 6px 8px 0px;
  clear: both; }

#sg_altbox .link_text, #sg_altboxBY .link_text {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 0px;
  clear: both; }

/* image only in the box with link */
#sg_imageonlybox {
  border-bottom: 2px solid white;
  background-color: white;
  /* white */
  width: 240px; }
  #sg_imageonlybox img {
    width: 240px; }

/* added new altbox definition, 8/6/08 */
#sg_altbox, #sg_altboxBY {
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid white;
  background-color: #F0EFE7; /* efeef3 */
  moz-background-clip: -moz-initial;
  moz-background-origin: -moz-initial;
  moz-background-inline-policy: -moz-initial;
  padding: 0;
  clear: both;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  float: left; }
  #sg_altbox h2, #sg_altboxBY h2 {
    color: white;
    padding: 7px 10px;
    text-transform: none; 
   margin:0;
}

#sg_altbox h2 {
  background-color: #959595;
  font-size: 13px;
  padding: 7px 10px; }

#sg_altboxBY h2 {
  background-color: #757520;
  font-size: 12px; }

#sg_messagebox .inner {
  padding-left: 10px;
  padding-right: 4px;
  width: 226px; 
  background-color:#ded8e6;
}

#sg_altbox .inner {
  padding-left: 10px;
  padding-right: 8px;
  width: 222px; 
  background-color:#EFEEF3;
}

#sg_altboxBY .inner {
  padding-left: 10px;
  padding-right: 8px;
  width: 226px; 
  /*background-color:#EFEEF3;*/
float:left;
}

#sg_labbox .inner {
  padding-left: 4px;
  padding-right: 4px;
  width: 232px; }

#sg_giftbox .inner img, #sg_giftbox .inner .imgHolder {
  padding-left: 0px; }

#sg_beigeoptionalbox {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  #sg_beigeoptionalbox img {
    margin: 0px;
    margin: 6px 8px 6px 0px;
    border: 1px solid white;
    line-height: 0;
    width: 234px; }

#sg_messagebox, #sg_giftbox, #sg_labbox, #sg_imageonlybox, #sg_altbox, #sg_altboxBY {
  border-bottom: none; }

#sg_altbox .bottomRounded, #sg_altboxBY .bottomRounded {
    background-color:#efeef3;
    width:100%;
  }
#sg_altboxBY .bottomRounded {
   float:left;
   /* background-color:#757520;*/
background:url("/media/517018/chiefbox.gif") repeat scroll 0 bottom #FFFFFF;

  }

#sg_messagebox .bottomRounded {
    background-color: #ded8e6;;
  }
#sg_giftbox .bottomRounded {
    background-color:#d8e5de; /* DDEEDD */
    height:10px;
  }
#sg_labbox .bottomRounded {
    background-color:#Dce3e9; 
/*background:url("/img/sg_message_bg.jpg") repeat scroll 0 0 transparent;*/
    height:10px;
  }

p a.sg_readmore {
  margin: 12px 0px !important; }

a.sg_readmore {
  font-weight: 700;
  clear: both; }
  a.sg_readmore:hover {
    text-decoration: underline !important; }

#sg_labbox h2 {
  color: white;
  text-transform: none;
  font-size: 13px;
  padding: 5px 10px;
  background-color: #517097; }

#sg_messagebox h2 {
  color: white !important;
  text-transform: none !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
  background-color: #9a95b9;
  margin:0;
 }

/* END left bar featured areas */
#sg_jumplinks {
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid white;
  padding: 10px 10px 0 10px; }
  #sg_jumplinks a {
    font-weight: bold;
    display: block;
    padding: 0 0 4px 14px;
    background: url(/img/h2-arrow-rev.gif) no-repeat 0 0.2em; }
  #sg_jumplinks h2 {
    text-transform: none !important;
    font-size: 14px !important; }

.whiteBarBox {
  margin: 10px 0 6px 0; }

/* end dynamic leftnav area */
/* content area */
#sg_centerContent, #sg_centerContentInt {
  float: left;
  margin: 0;
  font-size: 13px;
  color: #666666;
  text-align: left;
  width: 708px;
  padding: 0;
  background: #fff; 
  margin-left:10px;
  border: 1px solid #e2e2e2;
}

/* sg_centerContentInt - styles added to make frontpages different from internal pages, as center section is very different */
#sg_centerContentInt {
  width: 708px; 
margin-left:10px;
}

#contentTitle {
  width: auto;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0; }
  #contentTitle h2 {
    font-size: 20px;
    color: #e87d1d;
    margin-bottom: 0;
    font-weight: 400;
    clear: both; }

#contentBody {
  font-size: 13px;
  line-height: 120%;
  clear: both; }

#contentLeftBox, #contentRightBox {
  float: left;
  width: 256px;
  vertical-align: top;
  background: url(/img/bg_callouts.gif) repeat-x left top; }

#contentLeftBox {
  margin: 12px 4px 0 0; }

#contentRightBox {
  margin: 12px auto 0; }

#sg_contentHeading {
  width: 659px;
  padding: 28px 24px 20px 25px;
  background-color: #fdfce9;
  border-bottom: 1px solid #a9aeb3; }

#sg_contentHeading h2 {
  font-weight: 700;
  font-size: 14px;
  color: #4f4f4f;
  margin: 0; }

#sg_int_heading {
  height: 26px;
  font-size: 11px;
  background-color: #ded8e6;
  padding: 5px 0px 5px 14px;
  border-bottom: 1px solid #cccccc;
  display: none; }
  #sg_int_heading a {
    color: #5d5761; }

#sg_int_content {
  padding: 14px;
  width: 680px;
  background-color: #FFF;
  display: block;
  zoom: 1;
  margin-left:0px;
  }
  #sg_int_content h2 {
    font-size: 14px;
    color: #513A52;
    margin: 0 0 5px 0;
    font-weight: 700; }
  #sg_int_content h3 {
    text-transform: none;
    font-size: 14px;
    color: #1a3256;
    margin: 12px 0 10px; }

#sg_bio_contact h3 {
  margin-top: 0px; }

#sg_int_content input, #sg_int_content select {

border:1px solid #ccc;
margin:1px auto;
 }

#sg_bio_contact #contactContents {
  clear: both;
  text-align: left;
  font-size: 12px;
  color: #333333;
  width: 360px;
  float: left; }

#sg_int_content h4, #sg_bio_contact h4 {
  text-transform: none;
  font-size: 12px;
  color: #2d494f; }

/* variance in bios Titles */
h2#sg_bioTitle {
  text-transform: none;
  font-size: 14px !important;
  color: #1a3256 !important;
  font-weight: 400 !important;
  width: 380px;
  display: inline; }
  h2#sg_bioTitle p {
    text-transform: none;
    font-size: 14px !important;
    color: #1a3256 !important;
    font-weight: 400 !important;
    margin: 2px 0 4px 0 !important;
    padding: 0; }

#sg_int_content p {
  margin: 0 0 10px 0; }
#sg_int_content ul {
  list-style: none;
  border: 0;
  margin: 0 0 10px 0;
  padding: 0; }

#sg_centerContent ul {
  list-style: none;
  border: 0;
  margin: 0 0 10px 0;
  padding: 0; }

#sg_int_content ul li, #sg_centerContent ul li {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 1px 0 1px 14px;
  background: url(/img/sg_bullet.gif) no-repeat 0 0.5em; }

#sg_int_content ul li li, #sg_centerContent ul li li {background: url(http://surgery.ucsf.edu/media/1951198/bullet-2nd.gif) no-repeat 0 0.5em;}
#sg_int_content ul li li li, #sg_centerContent ul li li li {background: url(http://surgery.ucsf.edu/media/1951198/bullet-3rd.gif) no-repeat 0 0.5em;}

#sg_int_content ul li.bullets {
  background: url(/img/sg_bullet.gif) no-repeat 0 0.5em; }
#sg_int_content ol li {
  font-size: 12px;
  margin: 0;
  padding: 1px 0; }

#sg_biopic, div.sg_trials_image img {
  border: 1px solid #cccccc;
  padding: 2px;
  float: left; }

#sg_biopic {
  margin: 0 20px 4px 0; }

div.sg_trials_image img {
  margin: 0 20px 0 0; }
div.sg_trials_image ul {
  clear: both; }

#sg_bio_contact {
  padding: 10px;
  margin: 10px 0 4px;
  float: left;
  background-color: #f3f3f3;
  width: 370px;
  border: 3px double #e3e3e3; }
  #sg_bio_contact p {
    font-size: 12px;
    color: #333333;
    line-height: 130%;
    margin: 0;
    float: left; }

.sg_2col_1 {
  width: 344px;
  padding: 0 20px 10px 0; }

.sg_2col_2 {
  width: 290px;
  padding: 0 0 10px 0; }

.sg_2col_1, .sg_2col_2 {
  float: left;
  font-size: 12px; }

/* Bio classes (dropped all down a level of specificity; these used to have #sg_int_content in front which I think wasn't needed) */
.bioPersonDetails, .bioBiography, .bioPublications, .bioMediaLinks {
  clear: both;
  width: auto;
  margin: 10px 6px 10px 0;
  padding: 0 0 5px 0; }

.bioPersonDetails .bioWebsiteLinks li a {
  text-decoration:none;
}

.bioResearchSummary {
  clear: both;
  width: auto;
  margin: 10px 6px 10px 0;
  padding: 0 0 5px 0;
  padding-bottom: 12px; }
  .bioResearchSummary ul {
    margin-bottom: 0; }

.bioPersonDetails {
  margin: 0px 6px 10px 0;
  clear: both; }

#bioPersonalInfo {
  clear: both;
  float: left;
  width: 574px;
  padding-bottom: 8px; }

.bioPersonDetails, .sg_trialHeading {
  background: url(../img/sg_bio_border.gif) bottom center repeat-x;
  padding: 0; }

.bioBiography, .bioPublications, .bioResearchSummary {
  border-bottom: 1px solid #cccccc; }

#bioClinicalTrials {
  padding-bottom: 8px; }
  #bioClinicalTrials .bioClinicalTrialsItems {
    padding: 4px 10px 1px 6px;
    background: url(/img/h2-arrow.gif) 3px 6px no-repeat;
    margin: 4px 6px 2px 18px; }
    #bioClinicalTrials .bioClinicalTrialsItems .trialTitle {
      padding: 0 16px 0 10px; }
    #bioClinicalTrials .bioClinicalTrialsItems .trialStudyID {
      padding-left: 10px;
      margin-bottom: 7px;
      font-weight: bold; }
  #bioClinicalTrials .lineEvenColor {
    background-color: white; }
  #bioClinicalTrials .lineOddColor {
    background-color: #f2f5fd; }

#sg_userEditableContent {
  background-color: white;
  /*background: url(../img/sg_callout_bg.jpg) repeat;*/
  background: #fff;
  width: 668px;
  padding: 14px 0 4px 30px;
  border: 0; }

#sg_bottomBoxContainer {
  background-color: white;
  background: url(../img/sg_callout_bg_new.jpg) repeat-x;
  width: 684px;
  padding: 14px 0 4px 24px;
  border: 0;
  border-bottom: 1px solid #aaadb2;
  min-height: 224px;
  overflow: hidden; }

#sg_userEditableContent {
  padding-bottom: 30px;
  padding-right: 10px;
  width: 668px;
  min-height: 150px; }

#sg_bottomBoxContainer ul, #sg_userEditableContent ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0; }

#sg_bottomBoxContainer ul li, #sg_userEditableContent ul li {
  list-style: none;
  margin: 0;
  padding: 2px 0 2px 14px;
  background: url(/img/h2-arrow.gif) no-repeat 0px 0.4em; }

#sg_bottomBoxContainer h2, #sg_userEditableContent h2 {
  color: #1a3256;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 5px 0; }

div.sg_hp_3col {
  width: 172px;
  float: left;
  padding: 0 15px 10px 0;
  font-size: 12px;
  min-height: 190px; }

a.viewall_1 {
  font-weight: 700;
  display: block;
  padding-left: 16px;
  margin-top: 5px; }

hr.sg_clinicalTrialsHR {
  size: 1px;
  line-height: 1px;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  color: #bbbbbb;
  border-top: 1px solid #bbbbbb; }

#sg_int_content .sg_trialHeading, #sg_int_content .sg_trialHeading_2 {
  padding-bottom: 15px; }

#sg_int_content .sg_trialHeading {width:560px;}

#trial_section {
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px; }

#sg_int_content .sg_trialHeading {
  margin-bottom: 10px; }

#sg_clinical_trail_title {
  margin-bottom: 8px; }
  #sg_clinical_trail_title h2 {
    font-size: 16px;
    color: #333333; }

#sg_clinical_trail_intro {
  margin-bottom: 14px;
  font-size: 12px; }

#sg_clinical_trials_list {
  font-size: 12px;
  margin-left: 0px;
  width: 569px; }
  #sg_clinical_trials_list .clinicalTrialsList {
    margin-bottom: 10px;
    padding-bottom: 9px;
    padding-left: 16px;
    background: url(/img/h2-arrow.gif) no-repeat 0 0.25em; }
    #sg_clinical_trials_list .clinicalTrialsList .clinical_trial_pi_name {
      padding-top: 8px; }
  #sg_clinical_trials_list #section_title {
    margin: 6px 0px 2px;
    padding: 1px 0px 1px;
    background-color: #6c9bd3; }
    #sg_clinical_trials_list #section_title h3 {
      font-size: 14px;
      font-weight: bold;
      margin: 2px 6px 2px;
      color: white; }
  #sg_clinical_trials_list .clinicalTrialsItem {
    margin-left: 6px;
    padding: 12px 0 12px 5px;
    background: url(/img/h2-arrow.gif) no-repeat 0 1.25em; }
  #sg_clinical_trials_list .trial_name {
    padding-left: 8px; }
  #sg_clinical_trials_list .clinical_trial_section {
    padding-bottom: 15px;
    clear: both;
    float: left;
    width: 578px; }
    #sg_clinical_trials_list .clinical_trial_section #CheckboxAndSelect {
      border: 1px none #cccccc;
      padding: 10px;
      background-color: #f2f5fd; }
    #sg_clinical_trials_list .clinical_trial_section #recruitingTrialsCB {
      padding-bottom: 10px; }
    #sg_clinical_trials_list .clinical_trial_section #CheckboxAndSelect .recruitingEmphasised {
      font-weight: normal;
      color: green; }
  #sg_clinical_trials_list .ctLine {
    color: #dddddd;
    border-bottom: 1px solid #dddddd;
    height: 1px; }
  #sg_clinical_trials_list .clinicalTrialStatusPre {
    color: #666666; }

#sg_trials .clinicalTrialStatusPre {
  color: #666666; }

#sg_clinical_trials_list .clinicalTrialStatusRed, #sg_trials .clinicalTrialStatusRed {
  color: #910707; }

#sg_clinical_trials_list .clinicalTrialStatusGreen, #sg_trials .clinicalTrialStatusGreen {
  color: green;
  font-weight: 700; }

#sg_clinical_trials_list .clinicalTrialStatusBlack, #sg_trials .clinicalTrialStatusBlack {
  color: #910707;
  /*font-weight: 700;*/ }

#sg_clinical_trials_list .principalInvestigator {
  font-weight: bold; }
  #sg_clinical_trials_list .principalInvestigator a {
    font-weight: bold; }
#sg_clinical_trials_list .clinicalTrialsProtocolID {
  font-weight: bold; }
#sg_clinical_trials_list .clinicalTrialsRulerLine {
  width: 564px;
  font-size: 2px;
  float: left;
  clear: both;
  margin: 0px 10px 0 8px;
  border-bottom: 1px solid #aaaabb; }

.dashToBullet {
  font-weight: bold;
  font-size: 14px;
  color: #f0a034; }

.ctHeading {
  /*font-weight:bold; */
  font-size: 13px; }

.CTStudyDesign {
  padding: 15px 0 10px; }

.ctContentFooter {
  margin-top: 0;
  margin-bottom: 10px;
  margin-top: 28px;
  font-size: 10px; }

/* RHM added table_gradient_full for new Umbraco 4.0 Tiny table dialog */
/* Colin: removed unnecessary table tags */
.sg_int_table, .table_gradient_full {
  background-image: url(/img/sg_table_bg.jpg);
  background-repeat: repeat-x; }

.sg_int_table thead, .sg_int_table th {
  background-color: #2d494f;
  color: white;
  text-align: left; }

.table_gradient_full th {
  background-color: #2d494f;
  color: white;
  text-align: left; }

.sg_int_table td, .table_gradient_full td {
  text-align: left; }

.sg_int_table td, .sg_int_table th {
  border: 1px white solid;
  width: 105px;
  padding: 4px; }

.table_gradient_full td, .table_gradient_full th {
  border: 1px white solid;
  width: 105px;
  padding: 4px; }

#sg_basicTrialInfo td {
  background-image: url(/img/sg_table_bg.jpg);
  text-align: left; }

#sg_basicTrialInfo td, #sg_basicTrialInfo th {
  border: 1px white solid;
  width: 105px;
  padding: 4px; }

/* clinical trials styles */
#clinical_trials_PI {
  clear: both;
  padding-bottom: 2px;
  margin-bottom: 0px;
  float: left; }

#clinical_trial_PI_name {
  font-weight: bold; }

#clinical_trial_PI_info {
  font-weight: 400; }

#clinical_trial_name_info {
  float: left;
  margin: 10px 0px 0px 0px; }

#clinical_trials_PI_img_link {
  float: left;
  margin-right: 14px;
  width: 104px; }

#clinical_trials_bio_link {
  clear: both;
  padding-bottom: 6px;
  float: left; }

#clinical_trial_img {
  width: 100px; }

#sg_footer {
  clear: both;
  float: left;
  text-align: center;
  font-size: 10px;
  margin: 12px auto;
  padding-top: 8px;
  width: 960px;
  border-top: 1px solid #dddddd; }
  #sg_footer #footer_inner {
    padding-bottom: 6px;
    width: 950px;
    text-align: center;
    margin-right: 10px;
    clear: both; }
  #sg_footer #mainFooter {
    clear: both; }
  #sg_footer p {
    text-align: center;
    font-size: 10px;
    margin: 0px; }
  #sg_footer a {
    text-decoration: none;
    font-size: 10px;
    color: #0450ac; }
    #sg_footer a#footer_hyperarts {
      text-decoration: none;
      font-size: 10px;
      color: #6a9f32;
      font-weight: bold; }
  #sg_footer #footer_terms_and_cond {
    margin: 0 auto;
    text-align: center; }
    #sg_footer #footer_terms_and_cond a {
      text-decoration: none;
      font-size: 10px;
      color: #0450ac;
      font-weight: bold; }
  #sg_footer .footerCitation {
    font-style: italic; }

#sg_centerContentInt #content_footer {
  font-size: 10px !important;
  font-size: 10px !important;
  clear: both;
  margin: 26px 20px 24px;
  width: 570px; }
  #sg_centerContentInt #content_footer p {
    font-size: 10px !important; }

#localContentFooter {
  font-size: 10px !important;
  clear: both;
  margin: 26px 0px 24px;
  width: 570px; }
  #localContentFooter p {
    font-size: 10px !important; }

#FindADoctor {
  padding-top: 0px; }
  #FindADoctor #searchResultPre {
    margin-bottom: 16px;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 13px; }
    #FindADoctor #searchResultPre #searchResultPreItem {
      font-weight: bold;
      color: #1a3256; }
  #FindADoctor #FindADoctorList {
    margin-bottom: 16px;
    clear: both;
    float: left;
    width: 560px;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 10px; }
    #FindADoctor #FindADoctorList a {
      text-decoration: underline; }
    #FindADoctor #FindADoctorList img {
      padding-right: 8px; }
  #FindADoctor .FindADoctorSearchTitle {
    color: #1a3256; }
  #FindADoctor #FindADoctorRepeatSearch {
    width: 560px;
    text-align: center; }
  #FindADoctor .empKeyword {
    font-weight: 600;
    color: #663366; }
  #FindADoctor #FindADoctorHeadingText {
    font-weight: bold;
    color: #1a3256; }
  #FindADoctor #hiddenSelectClinical {
    font-family: Verdana, arial, sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    background-color: #f1f1f1; }
  #FindADoctor .subSpecialtySelect {
    font-family: Verdana, arial, sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    background-color: #f1f1f1;
    padding: 10px 0px 4px; }
  #FindADoctor .specialtySelect {
    font-family: Verdana, arial, sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    background-color: #f1f1f1;
    padding: 6px 0px; }
  #FindADoctor .findASurgeonSubmit {
    padding: 2px 10px; }

#sg_bio_contact .requestApptButton a {
  background: url(/img/blue-orange-btn-with-text.gif);
  background-position: 0px 0px;
  background-repeat: repeat;
  background-attachment: scroll;
  background-color: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: white;
  display: block;
  height: 20px;
  width: 153px; }
  #sg_bio_contact .requestApptButton a:link, #sg_bio_contact .requestApptButton a:visited {
    background: url(/img/blue-orange-btn-with-text.gif);
    background-position: 0px 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-color: transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: white;
    display: block;
    height: 20px;
    width: 153px; }
  #sg_bio_contact .requestApptButton a:hover {
    background-position: 0px 20px;
    height: 20px !important;
    color: black;
    padding: 0px; }

#helpBox {
  position: absolute;
  width: 270px;
  height: 250px;
  z-index: 100;
  display: none;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #cccccc;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  background-color: #f2f5fd; }
  #helpBox #topBar {
    height: 28px;
    width: 252px;
    background: transparent url(../img/sg_menu_bg.gif) repeat-x scroll 0%;
    color: red;
    text-align: left;
    padding-right: 0px; }
    #helpBox #topBar img {
      margin-right: 4px; }
  #helpBox #bottomBox {
    padding: 6px; }

.descriptionStyle {
  color: #669966; }

#newsPubName {
  font-style: italic;
  padding-bottom: 3px; }

#facultyList .autoTopBiosChiefList {
  padding-bottom: 10px !important;
  margin-bottom: 10px;
  padding-top: 4px;
  border-bottom: 2px solid #cccccc;
  clear: both;
  width: 570px;
  float: left;
  background-color: #fefcfc !important; }
#facultyList #autoBiosList {
  padding-bottom: 10px !important; }
#facultyList.autoBiosListIndividual {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 8px;
  clear: both;
  width: 570px;
  float: left;
  padding-bottom: 10px; }
#facultyList .autoBiosTitles {
  width: 400px; }

.searchResultTopHeading {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin: 0; }

#search p {
  margin-top: 4px;
  margin-bottom: 2px; }

#searchResultHeader {
  padding-bottom: 2px;
  padding-top: 8px; }
  #searchResultHeader a {
    font-weight: bold;
    font-size: 14px; }

#queryResultName {
  color: #045aac !important;
  font-size: 16px; }

#searchResultBody {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd; }

.umbSearchHighlight {
  color: #663366;
  font-weight: bold; }

.searchArrows {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 560px;
  text-align: center; }

#linkDisabled {
  color: #cccccc !important; }
  #linkDisabled:hover {
    color: #cccccc !important; }

#print_document_header {
  margin: 8px; }
  #print_document_header fieldset {
    padding: 6px;
    color: blue;
    text-align: center; }

#print_header h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 8px 16px 8px;
  text-align: center; }

.email_thankyou {
  margin: 30px;
  font-size: 16px;
  color: #47656b; }

/* left frontpage section */
#middle_left_section {
  float: left;
  width: 200px; 
  margin-right:10px;
}

#middle_left_section_wide {
  float: left;
  width: 230px; }

#middle_left_section_title h2 {
  font-weight: bold; }

#middle_left_section_text {
  padding-right: 6px; }

/* center frontpage section */
#middle_center_section {
  float: left;
  width: 210px; 
  margin-right:10px;
}

#middle_center_section_wide {
  float: left;
  width: 230px; }

#middle_center_section_title h2 {
  font-weight: bold; }

/* right frontpage section news */
#middle_right_section {
  float: left;
  width: 220px; 
}

#middle_right_section_title h2 {
  font-weight: bold; }

.deleteButton {
  font-size: 10px; }

/* email and print boxes */
a.print_email_links {
  color: #0450ac !important; }

#loginWindow {
  position: absolute;
  top: -300px;
  left: -600px;
  display: none;
  background-color: #e3e3e3;
  border: 1px solid #a9a5c7;
  font-size: 10px;
  width: 290px;
  z-index: 200; }
  #loginWindow a.loginStripClose {
    color: white;
    font-weight: bold;
    font-size: 11px; }
    #loginWindow a.loginStripClose:hover {
      color: #ff9900;
      font-weight: bold;
      font-size: 11px; }
  #loginWindow #topStrip {
    background-color: #7a7a7a;
    height: 18px;
    padding: 4px 0;
    color: white;
    margin: 0;
    width: 100%; }
    #loginWindow #topStrip a {
      font-weight: bold; }
    #loginWindow #topStrip h1 {
      color: black;
      font-size: 22px; }

#categoryLine {
  margin-bottom: 18px;
  margin-top: 10px;
  height: 16px;
  background-color: #6c9bd3;
  clear: both;
  padding: 1px 0 6px 6px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  color: white; }

/* faculty page CSS */
#faculty_main {
  margin: 4px;
  float: left;
  width: 560px; }
  #faculty_main #section_title {
    margin-top: 8px;
    padding-top: 12px;
    float: left;
    width: 560px;
    background-color: #6c9bd3;
    margin: 6px 0px 2px;
    padding: 1px 0px 1px; }
  #faculty_main #facultyBioSelect {
    background-color: #f2f5fd;
    border: 1px none #cccccc;
    padding: 10px; }
  #faculty_main #section_title h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 2px 6px 2px;
    color: white; }
  #faculty_main #section_title p {
    margin: 0 0 5px; }
  #faculty_main #bios {
    margin: 0px;
    width: 532px;
    padding: 0px;
    margin-top: 3px;
    vertical-align: top;
    padding-bottom: 6px; }
    #faculty_main #bios .bios_name {
      margin-top: 6px; }
  #faculty_main hr {
    margin: 0 10px 0 0; }
  #faculty_main h3 {
    margin: 2px 0pt 5px; }
  #faculty_main #bios .bios_img {
    width: 90px;
    float: left;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 0; }
    #faculty_main #bios .bios_img img {
      width: 90px;
      padding-bottom: 0px; }
  #faculty_main .separater {
    height: 18px;
    padding: 0;
    margin: 0;
    clear: both; }
  #faculty_main #introText {
    padding-bottom: 2px; }

/* here on down added for Phase IV */
/* added for Bio news list most are to override previous set values */
.bioNewsList {
  list-style: none !important;
  background: white url(/img/h2-arrow.gif) no-repeat 8px 18px !important;
  font-size: 13px !important;
  padding: 4px 14px 4px 25px !important; }

.bioNewsListDivBody {
  font-size: 12px !important; }

#bioNewsListH3 {
  font-size: 12px !important;
  color: #003366 !important; }

.bioNewListBlueBG {
  background: #f2f5fd url(/img/h2-arrow.gif) no-repeat 8px 18px !important; }

.bioNewsListDivLinks .bulletArrow, .bioNewsListDivBody .bulletArrow {
  background: transparent no-repeat scroll 0pt 0.5em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding: 2px 0pt 2px 0px; }

.bioWebsiteLinks li  {
background:transparent url(/img/h2-arrow.gif) no-repeat scroll 0pt 0.5em !important;
list-style-image:none !important;
list-style-position:outside;
list-style-type:none;
margin-top:2px !important;
margin-bottom:2px !important;
padding:2px 0pt 2px 14px;

}


.bioReadMoreLink {
  font-size: 12px !important;
  padding: 0 0 6px 20px;
  font-weight: 700; }
  .bioReadMoreLink .viewAllClassSelected {
    color: #e79d25; }
  .bioReadMoreLink .viewAllClass {
    color: #0450ac; }

/* Close View All */
/* View All */
#bioReadMore {
  background-color: #eeeeee; }

.inTheNews h3 {
  padding-bottom: 8px; }

.inTheNewsBackToTop {
  width: 570px; }
  .inTheNewsBackToTop span {
    font-size: 10px; }
  .inTheNewsBackToTop img {
    vertical-align: middle; }
  .inTheNewsBackToTop div {
    padding-bottom: 6px;
    float: right; }

.bioPublications ol {
  margin-top: 0; }

#bioNavBar {
  height: 28px;
  width: 674px;
  background: transparent url(/img/bioBarBackGrnd.jpg) repeat-x scroll 0pt 0pt;
  clear: both;
  margin: 2px 0 2px 0;
  padding-left: 6px; }
  #bioNavBar div {
    padding: 6px 6px 0 6px;
    float: left; }
    #bioNavBar div a {
      font-weight: 700; }
  #bioNavBar .bioBarBio, #bioNavBar .bioBarResearch, #bioNavBar .bioBarPublications, #bioNavBar .bioBarNews {
    float: left; }

#emailWindow {
  position: absolute;
  top: -300px;
  left: -600px;
  display: none;
  background-color: white;
  border: 3px solid black;
  font-size: 11px;
  width: 430px;
  height: 394px;
  z-index: 200; }
  #emailWindow #closeButton {
    float: right;
    font-size: 14px; }
  #emailWindow #topStrip {
    background-color: black;
    height: 18px;
    padding: 5px 0px;
    padding-bottom: 3px;
    color: white;
    margin: 0;
    width: 424px; }
    #emailWindow #topStrip a {
      color: white !important;
      padding: 1px 4px !important;
      zoom: 1; }
      #emailWindow #topStrip a:hover {
        color: #aaaaaa !important;
        text-decoration: none; }
    #emailWindow #topStrip div {
      border: 0px solid white; }
  #emailWindow #theForm {
    background-color: white;
    width: 428px;
    margin: 0px;
    padding: 0px; }
    #emailWindow #theForm .email_form_fieldset {
      width: 416px;
      text-align: left; }
    #emailWindow #theForm .email_form_div {
      clear: both;
      padding: 6px 2px 14px 2px; }
    #emailWindow #theForm #email_form_top {
      clear: both;
      text-align: center;
      padding: 4px; }
    #emailWindow #theForm .email_form_button {
      width: 100%;
      text-align: center;
      padding-bottom: 15px; }
    #emailWindow #theForm .email_form_input_div {
      float: left;
      clear: both;
      width: 94%;
      clear: both; }
      #emailWindow #theForm .email_form_input_div input {
        padding: 0;
        margin: 0; }

#emailIframeWindow {
  background-color: black;
  margin: 0;
  padding: 0;
  height: 365px !important; }

#emailWindow #theLoginForm {
  width: 278px;
  margin: 6px;
  padding: 0px; }
#emailWindow #emailWindowSubWindow {
  width: 428px;
  margin: 0px;
  padding: 0px;
  height: 392px;
  background-color: black; }

#emailWindowSubWindow {
  border: 1px solid white !important; }

.emailTDLeft {
  font-weight: bold; }

.starSpan {
  color: red;
  font-size: 11px; }

#emailWindowInner {
  width: 428px;
  margin: 0px;
  padding: 0px;
  height: 410px; }

.proceduresHeader h2, .conditionsHeader h2 {
  text-decoration: none;
  font-weight: bold !important;
  width: 100%;
  font-size: 14px !important;
  margin: 0 !important;
  /*padding: 4px 0 2px !important;*/
  border-bottom: 1px solid #dddddd;
  color: /*#1a3256 #2d494f*/ #513a52 !important; }

#conditionsList, #conditionsListNoCategories {
  float: left;
  margin: 10px 0px; }
  #conditionsList dl, #conditionsListNoCategories  dl {
    float: left;
    width: 162px; 
    padding-right:6px;
}
    #conditionsList dl dt,  #conditionsListNoCategories dl dt {
      font-size: 11px;
      color: #a90101;
      clear: both;
      margin: 0px 0 2px;
      padding: 0;
      font-weight: bold; }
    #conditionsList dl dd, #conditionsListNoCategories dl dd {
      font-size: 11px;
      color: #333388;
      padding-bottom: 4px;
      padding-left: 0px;
      padding-right: 4px; }
  #conditionsList .dtEndClass,  #conditionsListNoCategories .dtEndClass {
    padding-top: 5px; }

#proceduresList, #proceduresListNoCategories {
  float: left;
  margin: 10px 0; }
  #proceduresList .dtEndClass, #proceduresListNoCategories .dtEndClass {
    padding-top: 5px; }
  #proceduresList dl, #proceduresListNoCategories dl {
    float: left;
    width: 162px;
    padding-right:6px;
}
    #proceduresList dl dt, #proceduresListNoCategories dl dt {
      font-size: 11px;
      color: #A90101;
      clear: both;
      margin: 0px 0 1px;
      padding: 0;
      font-weight: bold; }
    #proceduresList dl dd, #proceduresListNoCategories dl dd {
      font-size: 11px;
      color: #333388;
      padding-bottom: 4px;
      padding-left: 0px; }


.conditionsProceduresSwap {
margin:0px 0 0px;
/*padding:2px 5px;*/
width:664px;
text-align:center;
}

.conditionsProceduresSwap a {
margin-right: -4px;
border:0px solid #FFF;
outline: none;
}
.conditionsProceduresSwap a:hover #showCategoryForCondProcImg, .conditionsProceduresSwap a:hover #showABCForCondProcImg {

/*background: transparent url(/img/view_cat_abc_hover.png) no-repeat scroll 0px 0px;*/
/*margin: -5px;*/
}

.conditionsProceduresSwap .activeDiv {
padding-right:0px;
border:0px solid #FFF;
}

/* END Surgery Revised */

/* BEGIN Popout Menu */
#menu_popout, #menu_popout ul, #menu_popout li, #menu_popout h2 {
  margin: 0;
  padding: 0; }

#menu_popout_container {
  /*background-image: -moz-linear-gradient(top, #c9dbf7 0%, #adc8f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c9dbf7), color-stop(1, #adc8f5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c9dbf7', EndColorStr='#adc8f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c9dbf7', EndColorStr='#adc8f5')";*/
  background-color: #b4cdf5;
  height: 35px;
  width: 100%;
  border-top: 1px solid #e7f0ff;
  border-bottom: 1px solid #95b0d9; }

#banner {
  width: 960px;
  margin: 0 auto; }

#menu_popout {
  color: #333333;
  height: 35px;
  width: 960px;
  border-left: 1px solid #8ca3c8;
  font-size: 11px; }
  #menu_popout a {
    text-decoration: none; }
    #menu_popout a:hover {
      text-decoration: underline; }
  #menu_popout ul {
    padding-left: 5px;
    padding-right: 6px;
    position: relative;
    list-style-position: outside;
    list-style: none; }
    #menu_popout ul li {
      margin-bottom: 5px;
      line-height: 12px; }
  #menu_popout li {
    list-style: none; }
  #menu_popout h2 {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    height: 35px;
    float: left;
    margin: 0; }
    #menu_popout h2 a {
      color: #333333;
      display: block;
      padding: 11px 10px 10px;
      border-left: 1px solid #e7f0ff;
      border-right: 1px solid #8ca3c8;
      height: 14px; }
      * html #menu_popout h2 a {
        width: 1%;
        white-space: nowrap; }
      #menu_popout h2 a:hover {
        text-decoration: none;
        color: black;
        background-color: #fafafd;
        /*background-image: -moz-linear-gradient(top, white 0%, #fafafd 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #fafafd));*/ }
  #menu_popout .mega {
    float: left;
    position: relative; }

  #menu_popout .activeRoot h2 a {
	background-color:#DFDAC3;  /* C5A66D gold */
  }
  #menu_popout .hovering {
    z-index: 1000; }
    #menu_popout .hovering .dmain {
      display: block; }
    #menu_popout .hovering h2 {
      margin: 0;
      color: black;
      z-index: 100; }
      #menu_popout .hovering h2 a {
        text-decoration: none;
        color: black;
        background-color: #fafafd; /* fix by Colin */
       /* background-image: -moz-linear-gradient(top, white 0%, #fafafd 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #fafafd));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#fafafd');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='#fafafd')";*/ }
  #menu_popout .dmain {
    display: none;
    border: 1px solid #999999;
    border-top: 0px solid #fef5cc;
    position: absolute;
    top: 35px;
    left: -2px;
    margin: 0;
    padding: 15px 10px 10px;
    background: white;
    color: black;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0 0 8px 8px;
   /* -webkit-border-radius: 0 0 8px 8px;*/

  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;

    border-radius: 0 0 8px 8px;
    background-image: -moz-linear-gradient(top, #fafafd 0%, #f2f2f7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafd), color-stop(1, #f2f2f7));
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafd', EndColorStr='#f2f2f7');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafd', EndColorStr='#f2f2f7')";*/
    background-color: #fff;
    line-height: 130%; }
    #menu_popout .dmain ul ul {
      padding-left: 0px;
      margin: 0; }
  #menu_popout .menuBodyHeader {
    color: black;
    font-weight: bold;
    margin-bottom: 15px; }
    #menu_popout .menuBodyHeader span {
      color: #A90101;
      font-size: 11px; }
    #menu_popout .menuBodyHeader ul {
      padding-top: 5px; }
    #menu_popout .menuBodyHeader a {
      font-weight: 700;
      color: #A90101;
      font-size: 11px; }
    #menu_popout .menuBodyHeader .menuBodyItem a {
      font-weight: 400;
      color: #0450ac;
      font-size: 11px; }
  #menu_popout .menuCondProcCategoryItem h3 {
    font-weight: 700;
    font-size: 11px;
    margin:9px 0 5px;
    color: #a90101 }
  #menu_popout .menuCondProcCategoryItem {
    font-weight: 700;
    font-size: 11px;
    margin:9px 0 5px;
    color: #a90101 }

  #menu_popout .menuCondProcHeading, #menu_popout .menuCondProcHeadingFirst, #menu_popout .menuCondProcHeadingTop {
    font-weight: 700;
    color: #1a3256;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    padding-bottom: 3px; 
  }
  #menu_popout .menuCondProcHeading {
    margin-top: 12px;
    padding-bottom: 3px; 
    float:left;
    width:100%;
  }
  #menu_popout .menuCondProcHeadingTop {
    margin-top: 0px;
    padding-bottom: 3px; 
    float:left;
    width:100%;
  }
  #menu_popout .menuCondProcHeadingFirst {
    margin-top: 12px; }

  #menu_popout .procedureClear {
    clear:both;
    padding-top:10px;
}

  #menu_popout .condStart {
   float:left;width:100%;clear:both;
}

#menu_popout .hasChildren {
background: transparent url(/img/subitem-down-arrow.gif) no-repeat 0px 4px scroll;
padding:2px 1px;
}

#sg_header .hasChildren {
background: transparent url(/img/subitem-down-arrow-white.gif) no-repeat 0px 10px scroll;
padding:2px 1px 2px 2px;
}

/* END Popout Menu */

/* BEGIN Slideout Style */
#slideout_programs_labs_panel {
  position: absolute;
  z-index:99;
  top: 0px;
  left: 225px;
  display: none;
  background-color: #f8f8f8;
  border: 1px solid #97959f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 700px;
  height: auto;
  padding: 6px 10px;
  /*background-image: -moz-linear-gradient(top, #fafafd 0%, #f2f2f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafd), color-stop(1, #f2f2f7));
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); 
  behavior: url(border-radius.htc);*/
  zoom: 1; /* For IE6 */

}
  #slideout_programs_labs_panel .findAProgramPopoutUL {
    margin: 0px 5px;
    padding: 0px; }
  #slideout_programs_labs_panel p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc; }
  #slideout_programs_labs_panel a {
    margin: 0;
    padding: 0;
    text-decoration: none; }
    #slideout_programs_labs_panel a:visited {
      margin: 0;
      padding: 0;
      text-decoration: none; }
    #slideout_programs_labs_panel a:hover, #slideout_programs_labs_panel a:visited:hover {
      margin: 0;
      padding: 0;
      text-decoration: none;
      border-bottom: 1px solid #999;
    }
  #slideout_programs_labs_panel .findAProgramPopoutUL {
    width: 150px;
    float: left;
    font-size: 11px;
    padding-bottom: 4px;
    list-style-type: none;
    padding-right: 5px; }
    #slideout_programs_labs_panel .findAProgramPopoutUL li {
      padding-bottom: 4px;
      color: #0450AC; 
      font-weight: 500;
      background: none;
      padding-left: 0;
      font-size:11px;
}
      #slideout_programs_labs_panel .findAProgramPopoutUL li a {
        text-decoration: none; font-weight:400; }
  #slideout_programs_labs_panel .findAProgramHeader, #slideout_programs_labs_panel .findALabHeader {
    float: left;
    width: 340px;
    margin: 10px 5px 0; }
  #slideout_programs_labs_panel .findAProgramColumnDiv {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 8px;
    margin-top: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #cccccc;
    width: 84%;
    color: #a90101; }

#findAProgramCloseButton {
    position:absolute;
    right:6px;
    top:6px;
}
#findAProgramCloseButton a {
    text-decoration:none;
    border-bottom:none;
}

#findAProgramCloseButton a:hover {
    text-decoration:none;
    border-bottom:none !important;
}

#findAProgramDropdownCloseButton {
    position:absolute;
    right:6px;
    top:6px;
z-index:1100;
}
#findAProgramDropdownCloseButton a {
    text-decoration:none;
}

#findAProgramDropdownCloseButton a:hover {
    text-decoration:none;
    border-bottom:none !important;
}

/* begin dropdown programs and labs */
#dropdown_programs_labs_panel {
  position: absolute;
  z-index:99;
  top: 0px;
  left: 225px;
  display: none;
  background-color: #F8F8F8;
  border: 1px solid #97959f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 700px;
  height: auto;
  padding: 6px 10px;
  background-image: -moz-linear-gradient(top, #fafafd 0%, #f2f2f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafd), color-stop(1, #f2f2f7));
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); 
  /*behavior: url(border-radius.htc);*/
  zoom: 1; /* For IE6 */

}
  #dropdown_programs_labs_panel .findAProgramPopoutUL {
    margin: 0px 5px;
    padding: 0px; }
  #dropdown_programs_labs_panel p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc; }
  #dropdown_programs_labs_panel a {
    margin: 0;
    padding: 0;
    text-decoration: none; }
    #dropdown_programs_labs_panel a:visited {
      margin: 0;
      padding: 0;
      text-decoration: none; }
    #dropdown_programs_labs_panel a:hover, #dropdown_programs_labs_panel a:visited:hover {
      margin: 0;
      padding: 0;
      text-decoration: none;
      border-bottom: 1px solid #999; }
  #dropdown_programs_labs_panel .findAProgramPopoutUL {
    width: 150px;
    float: left;
    font-size: 11px;
    padding-bottom: 4px;
    list-style-type: none;
    padding-right: 5px; }
    #dropdown_programs_labs_panel .findAProgramPopoutUL li {
      padding-bottom: 4px;
      color: #0450AC; 
      font-weight: 500;
      background: none;
      padding-left: 0;
      font-size:11px;
}
      #dropdown_programs_labs_panel .findAProgramPopoutUL li a {
        text-decoration: none; font-weight:400; }
  #dropdown_programs_labs_panel .findAProgramHeader, #slideout_programs_labs_panel .findALabHeader {
    float: left;
    width: 340px;
   margin: 10px 5px 0; }
  #dropdown_programs_labs_panel .findAProgramColumnDiv {
    clear: both;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 8px;
    margin-top: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #cccccc;
    width: 88%;
    color: #a90101; }
/* end dropdown programs and labs */




/* Colin: do we use this? */
.left_container {
  width: 240px;
  background-color: white;
  height: 50px;
  position: absolute;
  top: 80px;
  left: 0; }

/* Colin: #sg_leftMenu trigger and hover removed */
/* END Slideout Style */
/* BEGIN Email Page Style */
.starSpan {
  color: red;
  font-size: 11px;
  display: inline; }

#emailWindowIFrame {
  background-color: white;
  color: #333333;
  font-size: 11px;
  width: 428px;
  height: 385px;
  float: left;
  font-family: Arial, Helvetica, sans-serif; }
  #emailWindowIFrame .captchaClass {
    width: 460px;
    margin-top: 15px !important; }
  #emailWindowIFrame .captchaText {
    width: 460px; }

.emailBoxTextItem {
  clear: both;
  margin: 10px 2px 5px 2px;
  float: left; }

.emailBoxButton {
  width: 436px;
  text-align: center;
  float: left;
  clear: both;
  margin: 20px 2px 5px 2px; }

.emailBoxAsterist {
  margin-top: 6px;
  clear: both;
  float: left;
  margin: 6px 2px 5px 2px;
  text-align: left;
  width: 400px;
  display: none; }

.captchaArea {
  /*text-align:center; */
  /*float:left; */
  clear: both;
  margin: 4px 0px 4px 30px; }

.emailBoxIntro {
  float: left;
  clear: both;
  width: 410px;
  text-align: left; }

.emailBoxEmailTo {
  float: left;
  clear: both;
  width: 90%; }

.emailBoxEmailFromLabel {
  float: left;
  clear: both;
  width: 160px;
  text-align: left; }

.emailBoxEmailFrom {
  float: left;
  clear: both;
  width: 90%; }

.emailBoxEmailCommentLabel {
  float: left;
  clear: both;
  width: 210px;
  text-align: left; }

.captchaError {
  clear: both; }

.emailThankYou {
  float: left;
  clear: both;
  width: 100%;
  padding: 0px;
  font-weight: bold; }

/*added 4/13/09 */
#emailCaptcha {
  margin-left: 20px !important;
  size: 30px !important; }

.email_confirmation {
  width: 430px;
  padding: 10px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif; }

/* END Email Page Styles */
/* BEGIN Login Styles */
#umbMemberControlsLogin p {
  margin: 2px;
  padding: 2px 0 2px 10px;
  color: blue;
  text-align: left; }
#umbMemberControlsLogin .loginButton {
  text-align: center; }

/* login window styles */
#signOutButton {
  padding-top: 8px; }
  #signOutButton a {
    font-size: 16px;
    font-weight: bold; }

.logoutName {
  color: blue; }

#loginSurroundDiv {
  border: 1px solid gray;
  margin: auto auto;
  text-align: center; }

/* Free form box */
.leftBarBoxesFreeform {
padding-bottom:5px;
background-color:#fff;
width:230px;
}

.leftBarBoxesFreeform .bottomRounded {

    background-color:#FFF; /* DDEEDD */
    height:10px;

}

div.nonLinkingHeaderDiv {
border-bottom:2px solid #FAFAFA;
}
.nonLinkingHeaderDiv h4.nonLinkingHeader {
margin:0 0 0px 12px;
padding:6px 0 4px;
}

#systemWideList, #localList {
font-size:11px;
color:#0450AC;
clear:both;
cursor:pointer;
padding:8px 7px 2px;
font-weight:500;
background: url(http://vascular.surgery.ucsf.edu/img/h2-arrow.gif) 0px 10px no-repeat;
padding-left: 16px;
}
#systemWideList:hover, #localList:hover {text-decoration:underline}
#localList {
padding-bottom:10px;
}

.findAProgramHeaderSystemWide, .findALabHeaderSystemWide {
   width:350px; float:left;
    margin: 10px 0px 0;
}

#magnifying_glass{
height:26px;
width:34px;
}

.menuNormalItemProc, .menuNormalItemCond {
list-style:none outside none;
}
.menuNormalItemProc a, .menuNormalItemCond a {
color:#0450AC;
margin-left:0px !important;
}
.menuNormalItemProcFirst, .menuNormalItemCondFirst {
}
.menuNormalItemProcFirst a, .menuNormalItemCondFirst a {
	margin-top:9px;
        color:#0450AC;
        margin-left:0px !important;
        display:block;
}
.menuCondProcCategoryItemFirst h3 {
    font-weight: 700;
    font-size: 11px;
    color: #a90101;
    margin:9px 0 0 0;
    display:block;
}
#menu_popout .menuNormalItem a {
font-weight:500;
color: #0450AC;
margin-left:0px !important;
}
#menu_popout .menu_image  {
padding-left:4px;
}
#menu_popout .menu_image a {
height:34px;
margin:0;
padding:0;
display:block;
float:left;
}
#menu_popout .menu_image img {
vertical-align:bottom;
float:left;
}
/* END Login Styles */

/* Start Extra */

#home #email_print_container {visibility:hidden;}































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
