/*
UTHealth / Office of Advancement
Author: Web Communications Team
Subject: Standardized Template Master Cascading Style Sheet

standardized_master.css

*/

/* ----------------------------------------------------------------------
  This stylesheet controls the OVERALL look of the Standardized Template
  There are 4 options, 2-column and 3-column, and either of those can be
  light (meaning white left nav) or dark (meaning non-white left nav) 
  To accomplish this, we need to include 1-3 of the stylesheets, which 
  contain the proper overrides for the styles. 
  
  Include just this stylesheet to get light, 2-col
  Include this and thr_col to get light, 3-col
  Include this and _dark to get dark 2-col
  Include this and _dark and thr_col to get dark, 3-col
  
  This will also make creating different colored templates easier 
-----------------------------------------------------------------------*/

@import url('http://www.uthouston.edu/dotAsset/1018772.css') screen;

/* global styles
-----------------*/
body {
  font-size: 100%;
  font-family: Arial, Tahoma, sans-serif;
  color: #000;
  border: 0;
  margin: 0;
  padding: 0;
  background: #EAEAEA;
  }
 
h1 {
  font-size: 2em;
  font-weight: normal;
  color: #BD4F19;
  }
h2 {
  font-size: 1.5em;
  }
h3 {
  font-size: 1.2em;
  font-weight: bold;
  }
h4 {
  font-size: 1em;
  }
h5 {
  font-size: 0.9em;
  }
h6 {
  font-size: 0.8em;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  }
h2,
h3,
h4 {
  color: #666;
  }
 
a:link,
a:visited {
  color: #069;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
 
li {
  list-style: none outside url(/global/gfx/arrow.gif);
  padding: 0 0 3px;
  }
ol li {
  list-style: decimal none outside;
  }
 
dl {
  margin: 0 0 1em;
  }
 
em, i {
  font-style: italic;
  }
 
strong, b { 
  font-weight: bold;
  }
 
blockquote {
  font-style: italic;
  padding: .5em 1em  .5em 3em;
  background: url(/dotAsset/3198667.jpg) 0 .7em no-repeat;
  }

table  {
  border-bottom: 1px solid #CCC;
  margin: 10px;
  width: 90%;
  }
table th {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #CCC;
  margin: 0;
  padding: 10px;
  background: #EAEAEA;
  }
table th + th {
  border-left: 0;
  }
table td {
  font-size: 90%;
  border: 1px solid #CCC;
  padding: 5px;
  }
table td + td {
  border-left: 0;
  }
table a {
  text-decoration: underline;
  color: #333;
  }
table a:hover {
  text-decoration: none;
  }
table.noborder  {
  border-bottom: 0;
  margin: 10px;
  width: 90%;
  }
th.noborder {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 10px;
  background: #EAEAEA;
  }
td.noborder {
  font-size: 90%;
  text-decoration: none;
  padding: 5px;
  border: 0;
  }
table th,
table td,
table a:hover {
  border-bottom: 0;
  }
 
/* #header styles
------------------*/
#header {
  margin: 0 auto;
  height: 153px;
  width: 948px;
  background: url(/global/gfx/header.gif) center no-repeat;
  }
#header a img {
  border-style: 0;
  }

#logo {
  float: left;
  margin-left: 10px;
  }
 
/* #ToolNav, #Top_Navigation styles (navigation)
-  & #cse-search-box (google custom search)
-------------------------------------------------*/
#ToolNav {
  float: right;
  padding: 21px 22px 0 0;
  height: 31px;
  }
#ToolNav li {
  list-style: none;
  display: inline;
  }
#ToolNav li a {
  font-size: 11px;
  text-align: center;
  color: #969B9F;
  display: block;
  padding: 2px 8px 2px 7px;
  float: left;
  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: 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 ul li {
  font-size: .9em;
  font-weight: bold;
  color: #FFF;
  margin: 0 40px 0 0;
  padding: 0;
  line-height: 2.8em;
  list-style: none;
  float: left;
  }
#Top_Navigation ul li a {
  font-size: 90%;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  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 */
  clear: both;
  width: 1007px;
  margin: 0 auto 15px;
  }

#middle { /* wrapper */
  margin: 15px 38px 0;
  padding: 0;
  }
.middle * { /* rounded corners */
  display: block;
  height: 1px;
  overflow: hidden;
  background: #FFF;
  }

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

.middle2 {
  border-right: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  padding: 0 1px;
  margin: 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;
  padding: 0 5px;
  float: left;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  width: 921px;
  clear: both;
  background: #FFF;
  }
 
.middle_content p,
.middle_content a {
  font-size: 1em;
  }
 
/* .middle_contentBoxes styles (sidebar navigation)
----------------------------------------------------*/
.middle_contentBoxes {
  float: left;
  width: 210px;
  }
.middle_contentBoxes ul {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 210px;
  }
.middle_contentBoxes ul li {
  font-size: 100%;
  text-decoration: none;
  list-style: none;
  border-bottom: 1px solid #FFF;
  float:left;
  display: block;
  margin: 0;
  padding: 0;
  width: 210px;
  background: #FFF;
  }
.middle_contentBoxes ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #006;
  border-bottom: 1px solid #CCC;
  display: block;
  margin: 0;
  padding: 10px 0;
  width: 197px;
  }
.middle_contentBoxes ul ul li {
  font-size: 11px;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  }
.middle_contentBoxes ul ul ul li {
  font-size: 11px;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  }
.middle_contentBoxes ul ul ul {
  margin: 0 0 0 20px;
  padding: 0;
  width: 190px;
  }
.middle_contentBoxes ul ul ul ul {
  margin: 0 0 0 20px;
  padding: 0;
  width: 170px;
  }
.middle_contentBoxes ul li ul li a,
#presidents-excellence-society-and-deans-circle a {
  font-weight: normal;
  text-decoration: none;
  border-left: 4px solid #A6BCC6;
  display: block;
  margin: 0 0 0 5px;
  padding: 10px 0 10px 6px;
  width: 185px;
  background: #F0F4F5;
  }
.middle_contentBoxes ul li ul li ul li {
  border-left: 1px solid #A6BCC6;
  margin: 0;
  width: 170px;
  }
.middle_contentBoxes ul li ul li ul li a {
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 10px 0 10px 5px;
  width: 170px;
  background: #FFF;
  }
.middle_contentBoxes ul li ul li ul li ul li a {
  font-style: italic;
  font-weight: normal;
  letter-spacing: .2em;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 10px 0 10px 5px;
  width: 155px;
  }
.middle_contentBoxes a:hover {
  color: #006;
  text-decoration: underline;
  }
.middle_contentBoxes h4,
.right_contentBoxes h3,
.right_contentBoxes h4 {
  font-size: 1em;
  font-weight: bold;
  border-left: 5px solid #7994A9;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 5px;
 }
.middle_contentBoxes .HL {
  font-size: 11px;
  }
.middle_contentBoxes .HLlink a {
  font-size: 11px;
  color: #006;
  }
 
/* #content styles
-------------------*/
#content {
  float: left;
  display: block;
  padding: .8em;
  width: 690px;
  }
#content h1 {
  font-size: 30px;
  }
#content h2 {
  font-size: 24px;
  color: #BD4F19;
  }
#content h3 {
  font-size: 18px;
  }
#content h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  }
#content h1,
#content h2,
#content h3 {
  font-weight: normal;
  line-height: normal;
  }
#content h2,
#content h3,
#content h4 {
  margin: 10px 0;
  }

#content a {
  text-decoration: none;
  }
#content a:hover {
  text-decoration: underline;
  }

#content img {
  border: 1px solid #CCC;
  float: right;
  margin: 5px;
  padding: 3px;
  background: #FFF;
  }
#content a img {
  border-style: 0;
  }

#content p {
  line-height: 16px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  }
 
#content li {
  margin-left: 30px;
  }
 
#content th {
  padding: 5px
  }

#content .top {
  float: left;
  margin: 10px 0 20px;
  padding: 0;
  width: 690px;
  }

#content .bottom {
  margin: 0 0 20px;
  padding: 0;
  clear: both;
  }

.masthead {
  margin: 0;
  padding: 5px;
  clear: both;
  background: #A6BCC6;
  }
.masthead h1 {
  font: italic normal 36px "Times New Roman", Times, serif;
  letter-spacing: -1px;
  text-align: left;
  color: #000;
  border: none;
  margin: 0 10px 5px;
  padding: 0;
  }
.masthead h1 img {
  float: right;
  margin: 5px 0 10px 5px;
  }

/* #AZlist, #az-container styles
---------------------------------*/
#AZcol {
  margin: 0;
  }
#AZcol li {
  border-bottom: 1px solid #D2D2D2;
  }
#AZcol li a {
  margin: 0;
  background: none;
  }

#AZcolB {
  margin: 0 0 20px;
  }
#AZcolB li {
  font-size: 12px;
  border-bottom: 0;
  }
#AZcolB li a {
  font-size: 12px;
  }
#AZcolB li.last {
  border-bottom: 0;
  }

#AZcol,
#AZcolB {
  font-size: 12px;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 200px;
  }
#AZcol li,
#AZcolB li {
  text-align: center;
  border-right: 1px solid #D2D2D2;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 14px;
  }
#AZcol li a,
#AZcolB li a {
  text-decoration: none;
  color: #086EA4;
  display: block;
  margin: 0;
  padding: 2px 0;
  width: 14px;
  background: none;
  }
#AZcol li a:hover,
#AZcolB li a:hover {
  color: #FFF;
  background: #7691A6 !important;
  }
#AZcol li.last,
#AZcolB li.last {
  border-right: 0;
 }

#az-container ul {
  clear: both;
  display: block;
  list-style: none;
  overflow: auto;
  margin: 0 auto;
  padding: 0;
  width: 895px;
  }
#az-container li {
  font-size: 0.7em;
  list-style: none;
  display: block;
  float: left;
  margin: 10px 0 0 5px;
  height: 40px;
  }
#az-container a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
  line-height: normal;
  padding: 5px 7px;
  display: block;
  float: left;
  background: #CCC;
  }
#az-container a:hover {
  color: #EAEAEA;
  background: #666;
  }
 
/* #footer styles
------------------*/
#footer {
  margin: 0 auto;
  padding: 0;
  height: 100px;
  width: 950px;
  clear:both;
  background: url(/global/gfx/footer.gif) center top no-repeat;
  }
#footer p {
  font-size: .7em;
  text-align: center;
  letter-spacing: .050em;
  margin: 0 auto 5px;
  }
#footer p img {
  border: 0;
  float: right;
  margin-right: 50px;
  margin-top: 20px; /*Changed from 25 to 20 when updated Top Workplaces Image for 2011 (smsolis) */
  }
#footer #logo a img {
  text-decoration: none;
  border: 0;
  display: inline;
  float: right;
  }

/* image selector styles
-------------------------*/
.map_float_right {
  border: 1px solid #930;
  float: right;
  margin: 5px 50px 5px 5px;
  padding: 5px;
  }
 
.img_float_right {
  float: right;
  margin: 5px;
  padding: 5px;
  }
 
.img_float_left {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0 5px 5px 0;
  }
 
.img_float_right_border {
  float: right;
  border: 1px solid #DDD;
  margin: 5px;
  padding: 5px;
  background: #FFF;
  }

.img_captionright {
  float: right;
  }

.img_captionright img {
  float: none;
  }
 
.img_caption {
  clear: both;
  } 

.img_captionleft {
  float: left;
  }

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

.img_captionright p,
.img_captionleft p,
.img_caption p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 16px;
  margin: 0;
  padding: 5px;
  }
 
/* socialmedia box styles
--------------------------*/
#socialmedia {
  border: 1px solid #CCC;
  overflow: auto;
  padding: 5px;
  background: #FFF;
  }
#socialmedia a img {
  margin-right: 1px;
  padding-right: 0;
  }
 
/* SBMI INFORMatics Newsletter styles
--------------------------------------*/
.informatics-topics {
  font-size: .9em;
  display: table;
  margin: 0 0 1em;
  padding: 1em 0 0;
  overflow: auto;
  clear: both;
  }
.informatics-topics li {
  list-style: none;
  float: left;
  display: table;
  margin: 0 0 1em;
  padding: 0;
  overflow: hidden;
  height: 11.5em;
  width: 40%;
  }

/* SBMI Calendar-News Widget styles
--------------------------------------*/
.rssTitle {
  float: left;
  position: relative;
  padding-right: 10px;
  width: 94%;
  }
 
.rssTitle img {
  position: absolute;
  top:.5em;
  right: 0;
  }
 
.rssCalEventList{
  padding: 2px 2px 0 10px;
  }
 
/* misc styles
---------------*/
.smalltxt {
  font-size: .9em;
  }
 
.dateMod {
  color: #666;
  }

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

.button-floats {
  float: right;
  margin: .8em 0 .8em .8em;
  width: 200px;
  }
 
.ulDefaults, .dlDefaults {
  padding-bottom: 1em;
  }
.ulDefaults li {
  list-style: none;
  margin-left: 0 !important;
  padding: .3em 0;
  }
 
.float-left {
  float: left;
  margin: .5em;
  }
 
.dlDefaults {
  width: 31%;
  }
.dlDefaults dt {
  margin-top: 1em;
  }
.dlDefaults dd {
  font-style: italic;
  }

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

/* unnaccounted styles ?
=========================*/
.middle_content ul.campusNewsList li.campusNewsListItem {
  border-bottom: 1px dashed #CCC;
  float: left;
  display: block;
  margin: 5px 5px 0 !important;
  padding: 10px 0;
  width: 100%;
  }
.middle_content ul.campusNewsList span.headline {
  display: block;
  }
.middle_content ul.campusNewsList span.subheadline {
  display: block;
  }
.middle_content #content ul.campusNewsList span.headline {
  font-size: 18px;
  display: block;
  }
.middle_content #content ul.campusNewsList span.subheadline {
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin: 5px 0;
  }
.middle_content #content ul.campusNewsList span.publishedDate {
  font-size: 11px;
  color: #999;
  display: block;
  margin: 5px 0;
  }

#content .OneCol {
  width: 670px;
  margin: 0 0 20px;
  padding: 0;
  }

#content .colLF {
  float: left;
  padding: 0;
  }
#content .colRT {
  float: right;
  padding: 0 10px 0 0;
  }
#content .colLF,
#content .colRT {
  margin: 0;
  width: 310px;
  }
#content .colLF a img,
#content .colRT a img {
  border-style: 0;
  }

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

.calendar {
  font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #616B76;
  text-align: center;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  margin: 0;
  padding: 0;
  width: 200px;
  clear: both;
  background: #FFF;
  }
.calendar tr {
  text-align: center;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  height: 20px;
  width: 20px;
  }
.calendar .title {
  background: #527996;
  }
.calendar .nav,
.Column3 .calendar .nav a {
  font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: none;
  }    
.calendar th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #EAEAEA;
  border: 1px solid #D6D6D6;
  border-left: 0;
  line-height: 20px;
  background: #789BB6;
  }  
.Column3 .calendar .today,
.Column3 .calendar td.today a,
.Column3 .calendar td.today a:link,
.Column3 .calendar td.today a:visited {
  font-weight: bold;
  color: #F6F4DA;
  border: none;
  background: #903200;
  }
.calendar td.today a:hover {
  background: #C84A06;
  }
.Column3 .calendar td {
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
  }
.calendar td a {
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  display: block;
  }
.calendar td a {  
  color: #608194;
  background: #B1CCE7;
  }
.calendar td a:hover {
  color: #6AA3AE;
  background: #C3D8ED; 
  }

.devmembers {
  float: left; 
  padding-left: 10px;
  width: 200px;
  }

<!---Custom Styles for iModules login links-->
#iModulesTopNav {
    padding:10px 10px 0px 0px;
  }
#iModulesTopNav li {
  list-style: none;
  display: inline;
  }
#iModulesTopNav li a {
  font-size: 11px !important;
  text-align: center;
  color: #bd4f19;
  display: block;
  padding: 2px 8px 2px 7px;
  float: left;
  width: auto;
  }
#iModulesTopNav li a:hover {
  color: #555F6A;
  }

