﻿/*
	CSS for Intermountain Healthcare 
	Function: Element formatting for global calendar 
	Scope: Global Calendar Page
*/

/* General Formatting */
.ih-eventBrowser h3 {width:auto; border:none; margin:0 !important; background:none !important; padding-bottom:0;}
.ih-eventBrowser h3 a {display:block; width:13.5em; padding:0 15px 0 0; font-weight:normal; margin-top:15px; background:url(/images/lyt/ih-h3-arrowDown.gif) no-repeat 100% .7em; outline:none;}
.ih-eventBrowser h3 a:active {outline:none;}
.ih-eventBrowser h3 a:hover {text-decoration:none; cursor:pointer;}
.ih-eventBrowser h3:hover {background:transparent; outline:none;}
.ih-collPanel {border:0; margin-bottom:15px;}
.CollapsiblePanelContent {border:dotted #BDB7AD; border-width:1px 0 0; background:url(/images/lyt/bg-collapsePanel.gif) repeat-x 0 0; font-size:.95em; color:#666;}
.CollapsiblePanelContentWrap {border:dotted #BDB7AD; border-width:0 0 1px 0; background:url(/images/lyt/bg-collapsePanel-cont.jpg) no-repeat 100% 0; margin:0; padding:0;}
.CollapsiblePanelContentWrap ul {float:left; width:160px; margin:0 15px 0 0; padding:15px 0 0;}
.CollapsiblePanelContentWrap ul li {list-style:none; margin:0 0 5px; padding:0 0 0 10px;}
.CollapsiblePanelContentWrap ul a[disabled] {color:#B7B0A5;}
.CollapsiblePanelContentWrap ul a[disabled]:hover {cursor:default; text-decoration:none !important; color:#B7B0A5;}
.ih-clear {clear:both; font-size:0; visibility:hidden;}
.ih-topicPanelBtm {text-align:right; clear:both;}
.ih-topicPanelBtm a {display:block; float:right; text-decoration:none; width:8em; background:url(/images/lyt/ih-arrowUp.gif) no-repeat 0 .2em; font:normal 1em/normal Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#8F877A;}
.ih-topicPanelBtm a:hover {text-decoration:none;}

/* Table */
.ih-tbl-func {border-collapse:collapse;}
.ih-tbl-func td {border-bottom:1px solid #fff; font-size:.95em; color:#666;}
.ih-tbl-func-thead1 {background:#7f92a5 url(/images/lyt/bg-ih-thead-func.gif) repeat-x top; color:#fff;}
.ih-tbl-func-thead1 td {padding:5px; border:1px; border-bottom:1px solid #fff;}
.ih-tbl-func-thead2 td {background:#D3DBE2; padding:5px; border-right: 1px solid #fff;}
.ih-tbl-func-thead2 td a {display:block; background:url(/images/lyt/ih-arrowDown-blue.gif) no-repeat 100% 50%; padding-right:15px;}
tr.item td {border:1px solid #fff !important;}
h3.ih-nobg {padding-bottom:0 !important; margin-bottom:5px !important;}
.ih-tbl-funcData table {border-bottom:1px solid #7f92a5;}
.ih-eventDataGrid td {padding:5px;}
tr.even td {background:#eaeef1; border:1px solid #fff;}
.ih-eventPaging {background:#D3DBE2; padding:5px; border-right: 1px solid #fff;}
.ih-frmDateTime {border:1px; width:75px; padding-left:5px;}

/* Details */
.ih-leftCol {float:left; width:240px; margin:0 0 15px 0;}
.ih-eventDetails {background:#fff url(/images/lyt/bg-eventDetails.gif) repeat-x 0 0; border:solid #ece7d4; border-width:1px 1px 0; margin-bottom:30px; margin-right:10px; padding:15px 15px 0;}
.ih-eventDetails dt {border-top:1px dotted #B1A78A; padding-top:15px; font:normal 1.3em/normal Georgia, "Times New Roman", Times, serif; color:#8F877A;}
.ih-eventDetails dd {padding-bottom:8px; font-size:.85em;}
dt.ih-firstListing {border-top:0; padding-top:0;}
.ih-eventDetails dd em {font-style:italic;}
.ih-eventDescription {margin-left:245px;}
.ih-feeAmt {font-weight:600; line-height:170%;}

/* Paging */
.ih-paging {float:right; height: 1%; background: #D3DBE2; margin: 0 2px; border: 1px solid #A2B3C4; font-size: 0.8em;  font-family: Tahoma, Arial, Helvetica, Sans-serif;}
.ih-paging a, .ih-paging span {display: block; float: left; padding: 0.3em 0.5em; margin-right: 0.1em; text-decoration: none; background: #D3DBE2; color: #ffffff;}
.ih-paging .currentPage {background: #6D87A1;}
.ih-paging a:hover {background: #577088;}

/* SEARCH BOX */
.ih-resultsSrch {width:470px; padding:0 0 0px; float:left;}
.ih-resultsSrch input {border:1px solid; border-color:#c0bcb4 #efeae2 #efeae2; width:300px; float:left; margin:3px 5px 0 0;}
.ih-resultsSrch a { float:left; display:block; background:url('/images/nav/btn-srch.gif') no-repeat; background-position: 0 100%; width:25px; height:25px;}
.ih-resultsSrch a:hover {background-position:0 0;}

/* Adjust for Web Parts */
.ms-WPBody .ih-eventDetails, .ms-WPBody .ih-eventDescription, .ms-WPBody .ih-eventBrowser {font-size:1.2em;}
.ms-WPBody .ih-tbl-func td {font-size:1.1em;}
.ms-WPBody .CollapsiblePanelContent tr td {font-size:1.1em;}


