﻿/* CSS for Intermountain Healthcare 
	Function: Layout and local formatting for all elements in symtom pages
	Scope: All symtom pages on intermountainhealthcare.org
*/

/* LAYOUT */
.ih-tabPanel {margin-top:0;}
.ih-imgR {margin-bottom:0;}
.ih-container {clear:both}

/* SYMPTOM CALL TRIAGE */
li.Call911, li.Calldoctornow, li.Calldoctorwithin24hours, li.Callduringweekdayofficehours, li.Providecareathome  {list-style-type:none; padding: 0 0 15px 65px; background-position:0 0; background-repeat:no-repeat;}
li.Call911, li.Calldoctornow {background-image:url(/images/lyt/ih-bg-callRed.gif);}
li.Calldoctorwithin24hours {background-image:url(/images/lyt/ih-bg-callYellow.gif);}
li.Callduringweekdayofficehours {background-image:url(/images/lyt/ih-bg-callGreen.gif);}
li.Providecareathome {background-image:url(/images/lyt/ih-bg-callHome.gif);}
.ih-symptom-des-red1, span.ih-symptom-des-red2, span.ih-symptom-des-yellow, span.ih-symptom-des-green, span.ih-symptom-des-maroon {font-weight:bold !important;}
.ih-symptomAction {border:solid #88303A; border-width:1px 1px 1px 5px; padding:15px;}
.ih-symptomDescribe {padding-bottom:15px; margin-bottom: 15px; background:transparent url(/images/lyt/bg-h.gif) no-repeat 0 100%;}

/* IMAGE GALLERY */

.ih-sympImgGallery {float:right; width:242px; margin:25px 0 15px 15px;}
.ih-sympImgGallery li {list-style-type:none; margin:0 0 15px; background: transparent url(/images/lyt/bg-ih-symtom-thumb.gif) no-repeat 0 100%; padding:0 !important; width:242px;}
.ih-sympImgGallery dl {background: transparent url(/images/lyt/bg-ih-symtom-thumb-wrap.gif) no-repeat 0 0; padding:15px 15px 0; margin:0;}
.ih-sympImgGallery dl:after {content:"."; display:block; height:1%; clear:both; visibility:hidden;}
.ih-sympImgGallery dl dt {float:left; width:75px; margin:0 15px 0 0; padding:0;}
.ih-sympImgGallery dl dt img {width:75px; height:75px; padding-bottom:15px; margin:0;}
.ih-sympImgGallery dl dd {padding:0 0 15px; margin:0; background:transparent; float:right; width:120px;}
.ih-sympImgGallery dl dd p {font-size:.8em; line-height:normal !important;}
.ih-sympImgGallery dl dd p:first-line {font-weight:bold;}
.ih-sympImgGallery dl dd a {display:block; height:11px; background: transparent url(/images/lyt/bg-ih-symtom-thumb-Lnk.gif) no-repeat 0 0;}
.ih-sympImgGallery dl dd a:hover {background-position: 0 100%}
h2 img {margin:-15px 7px -5px 0;}
h2 {margin-bottom:50px;}

/* SYMPTOM SEARCH */
.ih-symptomSrch {width:436px; margin-bottom:7px; padding:0 0 7px; background:url('/images/lyt/bg-symptomSrch.gif') no-repeat 0 100%; float:left;}
.ih-symptomSrch div {padding:7px 0 0 15px; background:url('/images/lyt/bg-symptomSrch-top.gif') no-repeat 0 0;}
.ih-symptomSrch input {float: left; border:1px solid; display: block; border-color:#c0bcb4 #efeae2 #efeae2; width:230px;  margin:3px 5px 0 0;}
.ih-symptomSrch a { float:left; display:block; background:url('/images/nav/btn-srch.gif') no-repeat; background-position: 0 100%; width:25px; height:25px;}
.ih-symptomSrch a:hover {background-position:0 0;}
.ih-symptomContentPanel .ih-links {list-style-type:none;}

