﻿/* layout */

body,
textarea
{
	font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;	
}

body
{
    background: #fff url(../images/blue/bg-body-659.png) top left repeat-x;
}

#wrapper
{
	background: url(../images/blue/bg-wrapper.png) top left no-repeat;
}

    body.png8 #wrapper
    {
        background: url(../images/blue/bg-wrapper-png8.png) top left no-repeat;   
    }

/* text & headings */

h1#logo
{
	background: url(../images/blue/hill-Rom-logo.png) top left no-repeat;
}

    h1#logo, h1#logo a 
    {
	    height: 60px;
	    width: 210px;
    }
    
    #slingguidepage h1#logo
    {
	    width: 244px;
	    height: 63px;
	    background: url(../images/se/bg-sling-logo.png) no-repeat;
    }

h4 
{
    font-size: 12px;
    font-weight: bold;
}

    h4 a em.linkarrow,
    #tools li em.linkarrow
    {
	    font-size: 14px;
	    font-style: normal;
    }
    
    dd a em.linkarrow
    {
        display: inline;
    }

/* lists & navigation */

ul#subnav li a:hover
{
	background: url(../images/blue/bg-subnav-sprite.png) repeat-x 0px -36px;
}

ul#subnav li a:active,
ul#subnav li a.active
{
	background: url(../images/blue/bg-subnav-sprite.png) top left repeat-x;
}

ul#tabs li
{
	background: url(../images/blue/bg-tabs-left-sprite.png) top left no-repeat;
}

    ul#tabs li a
    {
	    background: url(../images/blue/bg-tabs-right-sprite.png) no-repeat top right;
    }

    ul#tabs li.active
    {
	    background: url(../images/blue/bg-tabs-left-sprite.png) no-repeat 0 -28px;
    }

        ul#tabs li.active a
        {
	        background: url(../images/blue/bg-tabs-active-right.png) no-repeat top right;
        }

#calendar ul
{
	background: #d1def1 url(../images/blue/bg-calendar-top.png) top left no-repeat;		
}

    #calendar li a:hover
    {
	    background: #e4ecf7;
    }

#calendar div
{
	background: url(../images/blue/bg-calendar-bottom.png) top left no-repeat;
}

div.arrow
{
	background: url(../images/blue/bg-arrow.png) top left no-repeat;
}

/* misc */

.tr-hover
{
	background: #b6c7de;	
}

#bylinePush 
{ 
    background: url(../images/blue/bg-mission.png) no-repeat 0 10px; 
}

dl.small-product-selector dt,
dl.small-product-selector dt span 
{
    background-image: url(../images/blue/bg-miniguide-top.png);
}

a#lightbox-loading-link
{
    background: transparent url(../images/blue/lightbox-ico-loading.gif) center center no-repeat;
    height: 20px;
}

a#lightbox-loading-link img
{
    margin-left: -9999px;
}

a#lightbox-nav-btnNext:hover
{
    background: transparent url(../images/blue/lightbox-btn-next.gif) center right no-repeat !important; 
}

a#lightbox-nav-btnPrev:hover
{
    background: transparent url(../images/blue/lightbox-btn-prev.gif) center left no-repeat !important; 
}

a#lightbox-secNav-btnClose
{
    background: transparent url(../images/blue/lightbox-btn-close.gif) top right no-repeat;
    height: 20px;
    margin-left: 100px;
}

a#lightbox-secNav-btnClose img
{
    margin-left: -9999px;
}

#V-overlay-close-btn
{
    background-image: url(../images/blue/lightbox-btn-close.gif);
}

/* colors */

.white,
div.arrow h4,
div.arrow p,
div.arrow p a,
ul#tabs li.active a,
element.style,
ul#subnav li a:hover,
ul#subnav li a:active,
ul#subnav li a.active
{
    color: #fff;
}

.hillrom-darkblue, 
h3, 
h2,
h4 a,
p a, 
dd a, 
ul li a, 
span.breadcrumb a, 
.linklist-header dt, 
.ui-tabs-nav li.ui-tabs-title, 
#bylinePush a,  
.listing-table td a, 
.content-block a, 
dl.expanding-list dt a, 
.products-subnav ul li ul em a, 
a.filelink, 
.accessories-list a, 
.linklist-header dt a,
div.linklist-header h4, 
div.linklist-header a,
ul#tools li a,
ul#tabs li a:hover,
ul.sharinglinks li a.closebtn,
a.new-search,
ul.sitemap li ul a
{ 
	color: #003f72; 
}

.hillrom-blue,
h3 a:hover, 
h4 a:hover,
p a:hover,
ul li a:hover,
dd a:hover,
ul#tools li a:hover,
ul#subnav li.dropdown-menu ul li a:hover, 
.situation a:hover, 
.situation a:hover strong, 
.product-listing dt a:hover, 
.product-listing ul a:hover, 
.products-subnav ul a:hover, 
#calendar td.date, 
.linklist-header a:hover, 
.featured-item p a:hover, 
.keywords ul a:hover, 
a.show-onhover.show-onhover-visible,
.p-link p a:hover,
.listing-table td a:hover,
.fact-box a:hover,
a.filelink:hover,
.accessories-list a:hover,
.floated-block a:hover strong,
.new-search:hover,
ul.sitemap li ul a:hover
{ 
	color: #6f9ad3;
}

.hillrom-lightblue,
h2 em
{
    color: #6f9ad3;
}

ul#tabs li a
{
    color: #aec6e6;
}

.likored,
h4 a em.linkarrow,
dd a em.linkarrow,
#tools li em.linkarrow
{
	color: #ffa100;	
}

.grey,
div.arrow a:hover
{
    color: #3e3e3e;
}

/* end colors */