/*
UTHealth / Office of Advancement
Author: Web Communications Team
Subject: Top Tier Template Styles Cascading Style Sheet

TopTierTemplateStyles.css

*/

/* global styles
-----------------*/
body {
  font-family: Arial, sans-serif, Tahoma;
  font-size: 100%;
  color: #000;
  border: 0;
  margin: 0;
  padding: 0;
  background: #EAEAEA;
  }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  }
h1 {
  font-size: 2em;
  font-weight: normal;
  color: #BD4F19;
  }
h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #666;
  }
h3 {
  font-size: 1.2em;
  color: #666;
  }
h4 {
  font-size: 1em;
  color: #666;
  }
h5 {
  font-size: .9em;
  }
h6 {
  font-size: .8em;
  }

a:link,
a:visited {
  color: #069;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }

li {
  list-style-position: outside;
  list-style-image: url(/global/gfx/arrow.gif);
  padding: 0 0 3px;
  }
ol li {
  list-style-image: none;
  list-style-type: decimal;
  list-style-position: outside;
  }

blockquote {
  font-style: italic;
  padding: .5em 1em .5em 3em;
  background: url(/dotAsset/3198667.jpg) 0 .7em no-repeat;
  }

/* #header styles
------------------*/
#header {
  margin: 0 auto;
  height: 153px;
  width: 948px;
  background: url(/global/gfx/header.gif) center no-repeat;
  }
#header a img {
  border: 0;
  }

#logo {
  float: left;
  margin-left: 10px;
  }

/* #ToolNav, #Top_Navigation styles (navigation)
-  & #cse-search-box (google custom search)
-------------------------------------------------*/
#ToolNav {
  float: right;
  padding: 5px 22px 0 0;
  height: 31px;
  }
#ToolNav li {
  list-style: none;
  display: inline;
  }
#ToolNav li a {
  font-size: 11px;
  color: #969B9F;
  text-align: center;
  display: block;
  float: left;
  padding: 2px 8px 2px 7px;
  width: auto;
  background: transparent url(/global/gfx/tools/bg-divider.gif) 100% 0 repeat-y ;
  }
#ToolNav li a:hover {
  color: #555F6A;
  }
#ToolNav li.last a {
  background-image: none;
  }
#ToolNav li a.inside {
  padding-left: 21px;
  background: transparent url(/global/gfx/tools/intranet-lock.gif) 6px .1em no-repeat;
  }
#ToolNav li a.inside:hover {
  background: transparent url(/global/gfx/tools/intranet-lock.gif) -144px .1em no-repeat;
  }

#Top_Navigation {
  margin: 0;
  padding: 0;
  clear: both;
  }
#Top_Navigation ul {
  text-align: center;
  margin: 0 0 0 20px;
  padding: 0;
  }
#Top_Navigation li {
  font-size: 0.90em;
  font-weight: bold;
  color: #FFF;
  line-height: 2.8em;
  list-style-type: none;
  list-style-image: none;
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
  }
#Top_Navigation a {
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  line-height: 30px;
  float: left;
  display: block;
  margin: 10px 0 0;
  padding: 0;
  }
#Top_Navigation ul li a:hover {
  text-decoration: underline;
  }

#cse-search-box {
  float: right;
  margin: 13px 0;
  padding: 0;
  width: 250px;
  }
#cse-search-box fieldset {
  border: none;
  margin: 0;
  padding: 2px 0 0 23px;
  }
#cse-search-box input.box {
  font-family: inherit;
  font-size:12px;
  width: 150px;
  }
#cse-search-box input.hidden {
  display: none;
  }
#cse-search-box input.button {
  font-family: inherit;
  font-size: 12px;
  width: 35px;
  }

/* content wrappers and rounded box effects styles
---------------------------------------------------*/
#RoundedBox { /* wrapper */
  margin: 0 auto;
  clear: both;
  width: 1007px;
  }

#middle { /* wrapper */
  margin: 15px 38px 0;
  padding: 0;
  min-height: 100%;
  }

.middle * { /* rounded corners */
  display: block;
  height: 1px;
  overflow: hidden;
  background: #FFF;
  }

.middle1 {
  padding-right: 1px;
  padding-left: 1px;
  margin-left: 3px;
  margin-right: 3px;
  background: #F9F9F9;
  }

.middle2 {
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  margin: 0 1px;
  padding: 0 1px;
  background: #FBFBFB;
  }

.middle3 {
  border-right: 1px solid #FBFBFB;
  border-left: 1px solid #FBFBFB;
  margin: 0 1px;
  }

.middle5 {
  border-right: 1px solid #F9F9F9;
  border-left: 1px solid #F9F9F9;
  }

.middle1,
.middle4 {
  border-right: 1px solid #F3F3F3;
  border-left: 1px solid #F3F3F3;
  }
.middle1,
.middle2,
.middle3,
.middle4,
.middle5 {
  clear: both;
  }

.middle_content { /* wrapper */
  font-size: .75em;
  float: left;
  margin: 0 auto;
  padding: 0 5px;
  min-height: 100%;
  height: 100%;
  width: 921px;
  clear: both;
  background: #FFF;
  }
.middle_content p {
  font-size: 1em;
  }
.middle_content a {
  font-size: 1em;
  }

/* #content styles
-------------------*/
#content { /* wrapper */
  float: right;
  display: block;
  margin: 0 auto;
  padding: 0 .8em 0 0;
  width: 690px;
  }
#content a img {
  border-style: 0;
  }

#content .OneCol { /* wrapper */
  margin: 0 0 20px;
  padding: 0;
  width: 690px;
  }
#content .OneCol p.dateMod,
#content .colLF p.dateMod {
  font-size: .9em;
  }
#content .top {
  width: 690px;
  }
#content .bottom {
  clear: both;
  }
#content .top,
#content .bottom {
  margin: 0 0 20px;
  padding: 0;
  }
#content .colLF {
  float: left;
  margin: 0;
  padding: 0;
  width: 330px;
  }
#content .colLF a img,
#content .colRT a img {
  border-style: 0;
  }
#content .colRT {
  float: right;
  margin: 0;
  padding: 0 10px 0 0;
  width: 330px;
  }

/* #middle_contentBoxes styles (sidebar navigation)
----------------------------------------------------*/
#middle_contentBoxes {
  float: left;
  width: 210px;
  }
#middle_contentBoxes ul {
  margin: 0;
  padding: 0;
  width: 210px;
  }
#middle_contentBoxes li {
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px solid #FFF;
  overflow: hidden;
  margin-bottom: 0;
  padding: 5px;
  height: auto;
  width: 196px;
  background: #7994A9 url(/global/gfx/left-nav-background.gif);
  }
#middle_contentBoxes a {
  font-weight: bold;
  text-decoration: none;
  color: #006;
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  }
#middle_contentBoxes a:hover {
  color: #006;
  text-decoration: underline;
  }
#middle_contentBoxes .active {
  background: #44697D;
  }
#middle_contentBoxes .active a {
  color: #FFF;
  }
#middle_contentBoxes ul li ul {
  width: auto;
  }
#middle_contentBoxes ul li li {
  font-size: .8em;
  border-bottom: 0;
  margin: 0;
  padding: 0 !important;
  display: inline;
  background: none;
  }
#middle_contentBoxes ul li li a {
  display: inline;
  padding: 0;
  }

/* #footer styles
------------------*/
#footer {
  margin: 0 auto;
  padding: 0;
  clear:both;
  height: 100px;
  width: 950px;
  background: url(/global/gfx/footer.gif) center top no-repeat;
  }
#footer p {
  font-size: .7em;
  letter-spacing: .050em;
  text-align: center;
  margin: 0 auto 5px;
  }
#footer p img {
  float: right;
  border: none;
  margin-right: 50px;
  margin-top: 20px; /*Changed from 25 to 20 when updated Top Workplaces Image for 2011 (smsolis) */
  }
#footer #logo a img {
  border-style: none;
  display: inline;
  text-decoration: none;
  float: right;
  }

/* #feedback, #contact, #az, #generic form styles
--------------------------------------------------*/
#feedback,
#contact {
  margin: 10px 0 0;
  padding: 0;
  }
#feedback fieldset,
#contact fieldset {
  border: 1px dashed #CCC;
  padding: 10px;
  }
#feedback label,
#contact label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  display: block;
  margin: 0 0 5px;
  padding: 3px 5px;
  text-align: left;
  width: 135px;
  }
#feedback textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 8px;
  overflow: auto;
  width: 200px;
  }
#feedback input.submit,
#contact input.submit {
  margin: 5px 0 0 148px;
  padding: 1px 3px;
  width: 80px;
  }
#feedback input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 1px 3px;
  width: 200px;
  }
#feedback select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 1px 3px;
  width: auto;
  }
#feedback .row {
  color: #000;
  display: block;
  float: left;
  padding: 2px 3px 5px;
  width: 380px;
  }
#feedback .irow {
  padding: 2px 3px 5px;
  color: #000;
  float: left;
  display: none;
  clear: both;
  visibility: hidden;
  width: 380px;
  }

#contact textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: right;
  margin: 8px 10px 0 0;
  overflow: auto;
  clear: right;
  width: 205px;
  }
#contact input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: right;
  margin: 0 10px 0 0;
  padding: 1px 3px;
  width: 200px;
  }
#contact select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: right;
  margin: 0 10px 0 0;
  padding: 1px 0px;
  width: 210px;
  }
#contact .small {
  font-size: 11px;
  color: #333;
  text-align: left;
  }
#contact input.phone,
#pres input.phone {
  margin: 0;
  padding: 1px 3px;
  width: 45px;
  }

#az {
  width: 450px;
  }
#az fieldset {
  border: 0;
  }

#contact .row,
#submissionk .row,
#az .row {
  color: #000;
  display: block;
  float: left;
  padding: 2px 3px 5px;
  width: 380px;
  clear: both;
  }

#generic {
  margin: 0;
  padding: 0 0 0 10px;
  width: auto;
  }
#generic fieldset {
  border: none;
  }
#generic h2 {
  border-bottom: 1px solid #000;
  }
#generic .row {
  color: #000;
  float: left;
  display: block;
  padding: 2px 3px 5px;
  width: 660px;
  }
#generic label {
  text-align: left;
  float: left;
  display: block;
  margin: 0 0 5px;
  padding: 3px 5px;
  width: 160px;
  }
#generic textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  overflow: auto;
  height: 125px;
  width: 280px;
  }
#generic .submit {
  margin: 0;
  padding: 1px 3px;
  width: auto;
  }
#generic input {
  margin: 0;
  padding: 1px 3px;
  width: 275px;
  }
#generic .radio,
#generic .checkbox {
  margin: 0 10px;
  width: auto;
  }

#submissionk .radiobutton {
  color: #000;
  margin: 0 0 0 10px;
  }

/* #AZlist, #az-container styles
---------------------------------*/
#AZlist ul {
  text-align: left;
  margin: 5px 0;
  padding-left: 0;
  white-space: nowrap;
  }
#AZlist li {
  display: inline;
  list-style-type: none;
  }
#AZlist li a {
  text-align: center;
  text-decoration: none;
  color: #666;
  padding: 3px 8px;
  background: #ECEADD;
  }
#AZlist li a:hover {
  color: #FFF;
  background: #705331;
  }

#az-container ul {
  list-style-type: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  clear: both;
  width: 880px;
  }
#az-container li {
  font-size: 0.7em;
  list-style-image: none;
  display: block;
  float: left;
  margin: 10px 0 0 5px;
  height: 40px;
  }
#az-container a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
  float: left;
  display: block;
  padding: 5px 7px;
  background: #CCC;
  }
#az-container a:hover {
  color: #EAEAEA;
  background: #666;
  }

/* .skip styles
----------------*/
.skip {
  font: bold 10px Arial, Helvetica, sans-serif;
  color: #FFF;
  float: left;
  margin-left:-100px;
  padding: 3px;
  background: #BD4F19;
  }
.skip:hover {
  color:#000;
  background: #CCC;
  }

/* misc styles
---------------*/
.smalltxt {
  font-size: .9em !important;
  }

.dateMod {
  color: #666;
  }

.line {
  border-top: 1px solid #CCC;
  margin: 0;
  padding: 0;
  height: 10px;
  }

.row1 {
  background: #FFF;
  }
.row2 {
  background: #EAEAEA;
  }
.row1,
.row2 {
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 15px 5px;
  width: 670px;
  }

.hide {
  position: absolute;
  left: -999em;
  }

.description_float_right {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  width: 75%;
  }

.error {
  border-top: 2px solid #F00;
  border-bottom: 2px solid #F00;
  display:block;
  padding: 5px;
  width: auto;
  background: #FFEAEA;
  }

.success {
  border-top: 2px solid #096;
  border-bottom: 2px solid #096;
  display: block;
  padding: 5px;
  width: auto;
  background: #D5FFD5;
  }

.toolbar {
  display: none;
  }

/* image selector styles
-------------------------*/
.map_float_right {
  float: right;
  border: 1px solid #BD4F19;
  margin: 5px 50px 5px 5px;
  padding: 5px;
  }

.img_float_right {
  float: right;
  padding: 5px;
  margin: 5px;
  }

.img_float_left {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0 5px 5px 0;
  }

.img_float_right_border {
  border: 1px solid #DDD;
  float: right;
  margin: 5px;
  padding: 5px;
  background-color: #FFF;
  }

.img_captionright {
  float: right;
  }

.img_captionleft {
  float: left;
  }

.img_captionleft,
.img_captionright {
  text-align: left;
  border: 1px solid #DDD;
  margin: 5px;
  padding: 5px;
  background: #FFF;
  }

.img_caption {
  text-align: left;
  border: solid 1px #DDD;
  margin: 5px;
  padding: 5px;
  clear: both;
  background-color: #FFF;
  }

#content div.img_captionright p,
#content div.img_captionleft p,
#content div.img_caption p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666;
  margin: 0;
  padding: 5px;
  }

/* SLIDESHOW IMAGE #gallery & #homeGallery DIV PROPERTIES
----------------------------------------------------------*/
.gallery {
  position: relative;
  top: 0;
  overflow: hidden;
  height: 200px;
  width: 335px;
  }
.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
.gallery ul li {
  position: absolute;
  top: 0;
  width: 335px;
  }
.gallery span {
  font-size: .9em;
  color: #FFF;
  padding: 4px 8px 6px;
  position: absolute;
  bottom: .4em;
  left: 0;
  z-index: 1000;
  width: 320px;
  background: rgb(0, 0, 0);
  background: rgba(000, 000, 000, .4);
  }

/* FANCYBOX JAVASCRIPT IMAGE GALLERY PROPERTIES
------------------------------------------------*/
div#fancy_overlay { position: fixed; top: 0; left: 0; z-index: 30; width: 100%; height: 100%; background-color: #FF0; display: none; }
* html div#fancy_overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
div#fancy_wrap { text-align: left; }
div#fancy_loading { position: absolute; overflow: hidden; z-index: 100; height: 40px; width: 40px; cursor: pointer; display: none; background: transparent; }
div#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background: transparent url('/global/gfx/fancybox/fancy_progress.png') no-repeat; }
div#fancy_loading_overlay { position: absolute; z-index: 30; background-color: #FFF; }
div#fancy_loading_icon { position: absolute; z-index: 35; background: url('/global/gfx/fancybox/fancy_loading.png') no-repeat; width: 16px; height: 16px; }
div#fancy_outer { position: absolute; top: 0; left: 0; z-index: 90; margin: 0; padding: 18px 18px 33px 18px; overflow: hidden; display: none; background: transparent; }
div#fancy_inner { position: relative; width:100%; height:100%; border: 1px solid #BBB; background: #FFF; }
div#fancy_content { position: absolute; z-index: 100; margin: 0; }
div#fancy_div { background: #000; color: #FFF; width: 100%; height: 100%; z-index: 100; }
img#fancy_img { position: absolute; top: 0; left: 0; z-index: 100; margin: 0; padding: 0; border:0; width: 100%; height: 100%; }
div#fancy_close { position: absolute; top: -12px; right: -15px; z-index: 181; width: 30px; height: 30px; background: url('/global/gfx/fancybox/fancy_closebox.png') top left no-repeat; cursor: pointer; display: none; }
#fancy_frame { position: relative; width: 100%; height: 100%; display: none; }
#fancy_ajax { width: 100%; height: 100%; overflow: auto; }
a#fancy_left, a#fancy_right { position: absolute; bottom: 0; z-index: 111;  width: 35%; height: 100%; display: none; cursor: pointer; outline: none; background-image: url(data:image/gif;base64,AAAA); }
a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }
span.fancy_ico { position: absolute; top: 50%; z-index: 112; margin-top: -15px; width: 30px; height: 30px; display: block; cursor: pointer; }
span#fancy_left_ico { left: -9999px; background: transparent url('/global/gfx/fancybox/fancy_left.png') no-repeat; }
span#fancy_right_ico { right: -9999px; background: transparent url('/global/gfx/fancybox/fancy_right.png') no-repeat; }
a#fancy_left:hover { visibility: visible; }
a#fancy_right:hover { visibility: visible; }
a#fancy_left:hover span { left: 20px; }
a#fancy_right:hover span { right: 20px; }
.fancy_bigIframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; }
div#fancy_bg { position: absolute; top: 0; left: 0; z-index: 70; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; }
div.fancy_bg { position: absolute; z-index: 70; display: block; border: 0; margin: 0; padding: 0; }
div.fancy_bg_n { top: -18px; width: 100%; height: 18px; background: transparent url('/global/gfx/fancybox/fancy_shadow_n.png') repeat-x; }
div.fancy_bg_ne { top: -18px; right: -13px; width: 13px; height: 18px; background: transparent url('/global/gfx/fancybox/fancy_shadow_ne.png') no-repeat; }
div.fancy_bg_e { right: -13px; height: 100%; width: 13px; background: transparent url('/global/gfx/fancybox/fancy_shadow_e.png') repeat-y; }
div.fancy_bg_se { bottom: -18px; right: -13px; width: 13px; height: 18px; background: transparent url('/global/gfx/fancybox/fancy_shadow_se.png') no-repeat; }
div.fancy_bg_s { bottom: -18px; width: 100%; height: 18px; background: transparent url('/global/gfx/fancybox/fancy_shadow_s.png') repeat-x; }
div.fancy_bg_sw { bottom: -18px; left: -13px; width: 13px; height: 18px; background: transparent url('/global/gfx/fancybox/fancy_shadow_sw.png') no-repeat; }
div.fancy_bg_w { left: -13px; width: 13px; height: 100%; background: transparent url('/global/gfx/fancybox/fancy_shadow_w.png') repeat-y; }
div.fancy_bg_nw { top: -18px; left: -13px; width: 13px; height: 18px; background: transparent url('/global/gfx/fancybox/fancy_shadow_nw.png') no-repeat; }
div#fancy_title { position: absolute; bottom: -33px; left: 0; z-index: 100; width: 100%; display: none; }
div#fancy_title div { font: bold 12px Arial; color: #FFF; padding-bottom: 3px; }
div#fancy_title table { margin: 0 auto; }
div#fancy_title table td { padding: 0; vertical-align: middle; }
td#fancy_title_left { width: 15px; height: 32px; background: transparent url('/global/gfx/fancybox/fancy_title_left.png') repeat-x; }
td#fancy_title_main { height: 32px; background: transparent url('/global/gfx/fancybox/fancy_title_main.png') repeat-x; }
td#fancy_title_right { height: 32px; width: 15px; background: transparent url('/global/gfx/fancybox/fancy_title_right.png') repeat-x; }

/* unaccounted styles ?
========================*/
#stemcellexperts {
  color: #6F6F57;
  border: 1px solid #CCC;
  margin: 0 0 10px;
  padding: 8px;
  overflow: auto;
  width: 94%;
  background-color: #EFEFEF;
  }
#stemcellexperts .expert {
  font-size: 11px; 
  font-weight: bold;
  text-align: left;
  float: left;
  margin: 3px;
  padding: 5px;
  height: 125px;
  width: 54px;
  clear: none;
  }

#middle .middle_content .searchResult {
  display: block;
  margin: 20px 0;
  padding: 0;
  clear: both;
  width: 100%;
  }
#middle .middle_content a.searchTitle {
  font-size: 1.3em;
  color: #069;
  text-decoration: underline;
  }
#middle .middle_content a.searchURL {
  text-decoration: none;
  color: #666;
  background-color: transparent;
  }
#middle .middle_content a.searchURL:hover {
  text-decoration: underline;
  color: #666;
  background-color: transparent;
  }
#middle .middle_content .searchSnippet {
  display: block;
  clear: both;
  }
