/*
UTHealth / Office of Advancement
Author: Web Communications Team
Subject: Top Tier Print Cascading Style Sheet

TopTierPrint.css

*/

/* resets
----------*/
* {
  margin: 8px 3px;
  padding: 0;
  border: none;
  outline: none;
  list-style-position: inside;
  }

/* link styles
---------------*/
a:after {
  font-size: 90%;
  content: " (" attr(href) ") ";
  }
a[href^="/"]:after {
  content: " (http://www.uthouston.edu" attr(href) ") ";
  }
a:link {
  color: #069;
  }

/* global styles
-----------------*/
body {
  font-size: 1em !important;
  font-family: Times, 'Times New Roman', san-serif !important;
  }
body, h1, h2, h3, h4, h5, h6, p, ul, li {
  color: rgb(0, 0, 0) !important;
  font-family: Times, serif !important;
  margin: 5px 0 !important;
  padding: 0 !important;
  line-height: 150% !important;
  }
h1 { font-size: 2em !important; }
h2 { font-size: 1.5em !important; }
h3 { font-size: 1.2em !important; }
h4 { font-size: 1em !important; }
h5 { font-size: 0.9em !important; }
h6 { font-size: 0.8em !important; }

img {
  display: block !important;
  float: none !important;
  }

table {
  font-size: 1em !important;
  color: rgb(0, 0, 0) !important;
  width: 100% !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  }
table tr, table th, table td {
  text-align: left !important;
  background: none !important;
  color: inherit !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgb(0, 0, 0) !important;
  }
table div {
  text-align: left !important;
  }

/* id and class resets
-----------------------*/
body,
#header,
#RoundedBox,
#middle,
#middle_content,
#content,
.top,
.colLF,
.colRT,
.OneCol,
.img_float_right {
  float: none !important;
  width: auto !important;
  margin: 3px !important;
  padding: 0 !important;
  font-family: "Times New Roman", Times, serif;
  font-size: medium;
  background: none !important;
  }

#content,
.OneCol {
  width: auto;
  margin: 0;
  padding: 0;
  }

table#playlist {
  border-collapse: collapse;
  width: auto;
  }
table#playlist td {
  width: auto; }
#playlist {
  border: none;
  }
#playlist tbody tr td {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  border-left: none;
  }

#content .row1,
#content .row2 {
  width: 100%;
  float: none;
  border-bottom: 0;
  padding: 0;
  display: inline-block;
  background: #FFF;
  }
#content .row1 img,
#content .row2 img {
  float: none;
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 0;
  }
#content .row2 .info,
#content .row1 .info {
  float: none;
  width: 100%;
  margin: 0;
  }

.swinertbox {
  position: absolute;
  left: -999em;
  }

.line {
  position: absolute;
  left: -999em;
  }

/* hidden styles
-----------------*/
#az-container ul li,
#fancy_wrap,
#footer,
#header,
#header #search,
#header #ToolNav,
#LeftNav,
#middle_contentBoxes,
#Top_Navigation,
.right_contentBoxes,
.middle_contentBoxes,
.skip,
.hide,
a[id="skip"] {
  display: none !important;
  }

.OneCol a[href *="youtube.com/watch?"],
.OneCol a[href *="flickr.com/photos/"],
.OneCol a[href *="http://"],
.OneCol a[href$='.doc'],
.OneCol a[href$='.rtf'],
.OneCol a[href$='.txt'],
.OneCol a[href$='.pub'],
.OneCol a[href$='.psd'],
.OneCol a[href$='.ai'],
.OneCol a[href$='.xls'],
.OneCol a[href$='.rss'],
.OneCol a[href$='.atom'],
.OneCol a[href$='.vcard'],
.OneCol a[href$='.pps'],
a[href$='.ppt'],
.OneCol a[href$='.pdf'],
.OneCol a[href$='.fla'],
.OneCol a[href$='.swf'],
.OneCol a[href$='.zip'],
.OneCol a[href$='.rar'],
.OneCol a[href$='.gzip'],
.OneCol a[href$='.bzip'],
.OneCol a[href$='.ical'],
.OneCol a[href$='.css'],
.OneCol a[href$='.ttf'],
.OneCol a[href$='.jpg'],
.OneCol a[href$='.png'],
.OneCol a[href$='.png'],
.OneCol a[href$='.bmp'],
.OneCol a[href$='.jpeg'],
.OneCol a[href$='.mov'],
.OneCol a[href$='.wmv'],
.OneCol a[href$='.mp4'],
.OneCol a[href$='.avi'],
.OneCol a[href$='.mpg'],
.OneCol a[href$='.mp3'],
.OneCol a[href$='.wav'],
.OneCol a[href$='.ogg'],
.OneCol a[href$='.wma'],
.OneCol a[href$='.m4a'],
.OneCol a[href ^="mailfto:"] {
  padding: 0;
  background: none;
  }
