/* standard base css rules */
html, body {
   padding:0;
   margin:0;
   border:0;
   text-align:center;
   color:#333;
   background:#fff;
}

html, body, td {
   font: 13px/1.23em 'Helvetica', arial, sans-serif;
}

@media print {
   html, body {
      color: #333; background:#fff;
   }
}

p.small {
   font-size: 10px !important;
   font-family: 'arial', san-serif !important;
   line-height: 1.25em !important;
}

p.small a, p.small a:link, p.small a:visited, p.small a:active, p.small a:hover {
   font-size: 10px !important;
   font-family: 'arial', san-serif !important;
   line-height: 1.25em !important;
}

p.small sup {
   font-size: .9em !important;
   font-family: 'arial', san-serif !important;
   line-height: .9em !important;
}

#pgTitle {
   font:bold 24px 'Helvetica', arial, sans-serif;
   color: #0b2a48;
}

#footer {
   margin: 0 0 20px 0;
}

   #footer * {
      font: 11px/1.458em 'Helvetica', arial, sans-serif;
      color: #464646;
   }

   #footer a,
   #footer a:link,
   #footer a:visited,
   #footer a:active,
   #footer a:hover {
      color: #212d64;
   }

/* ---------------- Landing Page Styles -------------- */
.landing-divider {
   height: 3px;
   background-color: #b38806;
}

.divider-line {
   height: 2px;
   background-color: #dfe7f3;
}

.divider-line-bottom {
   height: 3px;
   background-color: #212d64;
}

#blurb-landing-top {
   height: 8px;
   background: url('../img/blurb_landing_top.gif') no-repeat 0 0;
}

#blurb-landing-top2 {
   height: 8px;
   background: url('../img/blurb_landing_top2.gif') no-repeat 0 0;
   width: 580px;
}

#blurb-landing-middle {
   background: url('../img/blurb_landing_middle.gif') repeat-y 0 0;
}

   #blurb-landing-middle table td.left {
      background: url('../img/blurb_hcc_arrow.gif') no-repeat 0 0;
   }

      #blurb-landing-middle table td.left span,
      #blurb-landing-middle table td.left span a {
         font:bold 17px 'Helvetica', arial, sans-serif;
         color: #212d64;
      }

   #blurb-landing-middle table td.right {
      background: url('../img/blurb_landing_arrow_big.gif') no-repeat 0 -4px;
   }

      #blurb-landing-middle table td.right span,
      #blurb-landing-middle table td.right span a {
         font:bold 17px 'Helvetica', arial, sans-serif;
         color: #83530c;
      }

   #blurb-landing-middle a.go,
   #blurb-landing-middle a.go:link,
   #blurb-landing-middle a.go:visited,
   #blurb-landing-middle a.go:active,
   #blurb-landing-middle a.go:hover {
      font:bold 13px/1.23em 'Helvetica', arial, sans-serif;
      color: #4f7fbf;
      background: url('../img/caret_blue.gif') no-repeat 0 2px;
      padding: 0 0 0 13px !important;
   }

   #blurb-landing-middle a.big-go,
   #blurb-landing-middle a.big-go:link,
   #blurb-landing-middle a.big-go:visited,
   #blurb-landing-middle a.big-go:active,
   #blurb-landing-middle a.big-go:hover {
      height: 25px;
      background: url('../img/btn_hcp_blurb_go.gif') no-repeat 75px 3px;
   }

.landing-middle2 {
	width: 580px;
}
   
#blurb-landing-bottom {
   height: 8px;
   background: url('../img/blurb_landing_bottom.gif') no-repeat 0 0;
}

#blurb-landing-bottom2 {
   height: 8px;
   background: url('../img/blurb_landing_bottom2.gif') no-repeat 0 0;
   width: 580px;
}

.dottedDivider {
   height: 1px;
   line-height: 1px;
   background: url('../img/div_dotted.gif') repeat-x 0 0;
   margin: 16px 0 16px 0;
}

td.middle-blurb-top {
   height: 10px;
   background: url('../img/blue_landing_top.gif') no-repeat 0 0;
}

td.middle-blurb-middle {
   background: url('../img/blue_landing_middle.gif') repeat-y 0 0;
}

   td.middle-blurb-middle span {
      font:bold 13px 'Helvetica', arial, sans-serif;
      color: #212d64;
   }

      td.middle-blurb-middle span sup {
         font-size: 10px;
      }

td.middle-blurb-bottom {
   height: 10px;
   background: url('../img/blue_landing_bottom.gif') no-repeat 0 0;
}

#clinical-trials-top, .framed-box-top {
   height: 11px;
   background: url('../img/hcc_top.gif') no-repeat 0 0;
}

#clinical-trials-middle, .framed-box-middle {
   background: url('../img/hcc_middle.gif') repeat-y 0 0;
}

#clinical-trials-middle td.text, .framed-box-middle td.text {
font: 12px 'Helvetica', arial, sans-serif;
color: #464646;
}

#clinical-trials-middle td.text span, .framed-box-middle, td.text span {
 font:bold 17px 'Helvetica', arial, sans-serif;
 color: #83530c;
}

#clinical-trials-bottom, .framed-box-bottom {
   height: 11px;
   background: url('../img/hcc_bottom.gif') no-repeat 0 0;
}

.framed-box-image {
	margin: 0 0 0 15px;
	position: relative;
	bottom: -13px;
}

#safety-info {
   font: 12px/1.2em 'Helvetica', arial, sans-serif;
   color: #ad7612;
}

/* ---------------- EOF - Landing Page Styles -------------- */

#blurb-top {
   height: 8px;
   background: url('../img/blurb_hcc_top.gif') no-repeat 0 0;
   margin: 20px 0 0 0;
}

#blurb-bottom {
   height: 8px;
   background: url('../img/blurb_hcc_bottom.gif') no-repeat 0 0;
   margin: 0 0 20px 0;
}

#hcp-blurb-top {
   height: 8px;
   background: url('../img/blurb_hcp_top.gif') no-repeat 0 0;
   margin: 20px 0 0 0;
}

#hcp-blurb-bottom {
   height: 8px;
   background: url('../img/blurb_hcp_bottom.gif') no-repeat 0 0;
   margin: 0 0 20px 0;
}

/* link specificity: link, visited, hover, active */

a, a:link, a:visited {
   color:#4f7fbf;
   background-color:inherit;
   text-decoration:none;
   text-transform:none;
}

a, a:active, a:hover {
}

a.actionable, a.actionable:link, a.actionable:visited {
   display: block;
   margin: 5px 0 0 0;
   padding: 0 0 0 12px;
   background:url('../img/caret.gif') no-repeat 0 2px;
   font-weight:normal;
   font-size: 13px;
   line-height: normal;
}

a.actionablelt, a.actionablelt:link, a.actionablelt:visited {
   margin: 5px 0 0 0;
   padding: 0 0 0 12px;
   background:url('../img/caret.gif') no-repeat 0 2px;
   font-weight:normal;
   font-size: 13px;
   line-height: normal;
}

a.actionablenc, a.actionablenc:link, a.actionablenc:visited {
   margin: 5px 0 0 0;
   padding: 0 0 0 15px;
   background:url('../img/caret_nexconnect.gif') no-repeat 0 2px;
   font-weight:normal;
   font-size: 13px;
   line-height: normal;
}

a.next_link, a.next_link:link, a.next_link:visited, a.next_link:active, a.next_link:hover {
   background:url('../img/bullet_arrow_blue.gif') no-repeat 0 5px;
   font-weight:bold;
   font-size: 13px;
   color: #214685;
   padding: 0 0 0 10px;
}

a.next_link em { font-weight: bold; }

.header {
   color: #ad7612 !important;
   font-weight: bold !important;
   font-size: 14px !important;
   line-height: 1em !important;
}

a.resource {
   font-size: 14px !important;
   line-height: 1.17em !important;
}

ul {
   list-style: none;
   margin: 15px 5px 15px 25px !important;
}

   ul li {
      list-style: none;
      list-style-image: none;
      background: url('../img/bullet_dot.gif') no-repeat 0 8px;
      margin: 5px 0;
      padding: 0 0 0 10px;
      font-size: 13px !important;
      line-height: 1.3em;
   }

      ul li a.bigger {
         font-size:13px !important;
         line-height: 1.5em !important;
      }

ol {
   margin: 15px 5px 15px 45px !important;
}

   ol li {
      list-style-type: decimal;
      margin: 5px 0;
      font-size:13px !important;
      line-height: 1.5em;
   }

      ol li ul {
      }

         ol li ul li {
            list-style-type: none;
         }

#content #content-right #content-right-text a,
#content #content-right #content-right-text a:link,
#content #content-right #content-right-text a:visited,
#content #content-right #content-right-text a:active,
#content #content-right #content-right-text a:hover {
   font-size: 13px;
   line-height: inherit;
}

#content #content-right #content-right-text a:active,
#content #content-right #content-right-text a:hover {
   text-decoration: underline;
}

img {
   border:0;
}

form {
   display:inline;
}

select {
   min-width:1.5em; /* firefox! */
   font: 11px/1.33em helvetica, Geneva, sans-serif;
}

option {
   font: 11px/1.33em helvetica, Geneva, sans-serif;
}

.clr {
   clear:both;
}

b, strong, .bold {
   font-weight:bold !important;
}

.normal {
   font-weight:normal !important;
}

.error {
   color:red !important;
}


a.gloss_item,
a.gloss_item:link,
a.gloss_item:visited,
a.gloss_item:active,
a.gloss_item:hover {
   cursor: help;
   border-bottom: 1px solid #aac;
   z-index: 1;
   position: relative;
   voice-family: "\"}\"";
   /* hide from IE 5 */
   voice-family: inherit;
   border-bottom-style: dotted;
   text-decoration: none !important;
   margin: 0 !important;
   padding: 0 !important;
   line-height: normal;
}


.gloss_def {
   display: none;
   position: absolute;
   padding: 5px 1em;
   background: #ece4d0;
   width: 20em;
   height: 10em;
   color: #000 !important;
   font-size: .95em;
   line-height: 1.1em;
   font-family: 'Helvetica', arial, sans-serif;
   text-decoration: none;
   overflow: auto;
   opacity: .92;
   filter: alpha(opacity=92);
   border: 1px solid #ad7612;
   z-index: 500;
}

.gloss_def .defclose {
   background: url('../img/gloss_close.gif') no-repeat 0 0 !important;
   margin: 0 0 0 16em;
}

.gloss_def .term {
   text-transform: uppercase;
   margin: 0 0 5px 0;
   display: block;
   font-weight: bold;
}


/* standard base css rules EOF */

#rcc_diag, #hcc_diag, #hcc_stay {
   width: 232px;
   background-color: #688abb;
   border-bottom: 1px solid #fff;
}

/* jobs_resumes.php support */
.jobsubhead {
   font-weight: bold;
}

.deptsubhead {
   font-weight: bold;
   padding-top: 0px;
   margin-top: 10px;
   margin-bottom: 5px;
   padding-bottom: 0px;
}

.joblist {
   padding-top: 0;
   margin-top: 0;
}


/*htdig support */
.search_hilite {
   font-weight: bold;
}

/* print template support */
.noprint {

}

.noshowtitle {
   display: none;
}

.noshow {
   display: none;
}




.widget {
	margin-top: 5px;
	overflow: hidden;
	padding: 0;
}

.widget .imagetop, .image {
	margin: 0;
	padding: 0;
}

.widget .imagetop {
	margin-bottom: 4px;
}

.widget .image img {
}

h1.imagereplacement { 
    text-indent:       -999em;
    padding:           0 !important;
    margin:            0 !important;
    background-repeat: no-repeat;
}

.image_default {
}

.image_right {
	margin: 0 0 10px 10px;
	float: right;
}

.image_left {
	margin: 10px;
	float: left;
}

#content-right {
	min-height: 350px;
	width: 580px;
	margin: 6px auto 0;
	clear: right;
}

#content #content-right #content-right-text p,
#content #content-right #content-right-text p a {
	line-height: 1.38em !important;
}

#contactContainer iframe{
	margin-top: 3px;
/*	border: 4px #888 indent; */
}

/* WEBCAST */

.speakerbox h3 {
	color: #5987c6;
	font-weight: bold;
	margin-bottom: 4px;
}

.speakerbox img {
	margin: 4px 0;
}

p.noscript {
	width: 236px;
	color: #800;
	font-weight: bold;
}

/* END WEBCAST */
