
/* ================================================
   Block Styles
   ================================================ */

.icon-calendar {
	color:#666;
	padding-left: 35px;
	background: url(../images/icon-calendar.png) no-repeat;
	border-bottom:1px solid #4D148C;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.icon-question {
	display: block;
	min-height: 21px;
	padding: 0 0 0 30px;
	background: url(../images/icon_info.png) no-repeat left center;
	line-height: 21px;
}  
.view-Slideshow .field-content {
	float: left;
	width: 930px;
	height: 200px;
	padding: 20px 30px;
	position: relative;
}
.gallerySlideshow {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
}
.gallerySlideshow .field-content {
	float: none;
	width:100%;
	padding: 0;
	height: auto;
}
.gallerySlideshow .views-field-field-gallery-image-slides {
	float: left;
	width:357px;
	margin-right: 20px;
}
.gallerySlideshow .views-field-body {
	float: left;
	width:343px;
}
.view-Slideshow .slide-copy {
	float: left;
	width: 296px;
	padding-left: 10px;
	position: relative;
}

.black, .black h2 {
	color: #231F20;
}

.white, .white h2 {
	color: #FFFFFF;
}

.purple, .purple h2 {
	color: #4D148C;
}

.view-Slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
	height: 240px;
}
.gallerySlideshow img {
	width:357px;
	height:268px;
}
.view-Slideshow h2 {
	font-size: 45px;
	font-family: "Univers LT W01 55 Roman", Arial, sans-serif;
	line-height: .88em;
	margin-bottom: 15px;
}

.view-Slideshow .slide-copy p {
	padding-bottom: 5px;
	font-size: 1.5em;
	line-height: 1.22em;
}

.view-Slideshow .caption {
	display:none;
}

.view-Slideshow .caption p {
	margin:0;
}

.view-Slideshow .caption a {
	color: white;
	background: url(../images/bg-white-link-arrow.png) no-repeat right center;
	padding-right: 18px;
}

.views-slideshow-controls-bottom {
	position: absolute;
	top: 0;
	width: 990px;
	height: 240px;
}
.gallerySlideshow .field-slideshow-controls {
	position: absolute;
	top:0;
	width:357px;
	height: 268px;
}
.views-slideshow-controls-text-pause {
	display: none;
}

.view-Slideshow .views-slideshow-controls-text-next, 
.view-Slideshow .views-slideshow-controls-text-previous,
.gallerySlideshow .prev,
.gallerySlideshow .next {
	position: absolute;
	top: 75px;
	left: 0;
	width: 19px;
	height: 78px;
	border: 1px solid #CCC;
	outline: 0;
	background:#FFF url(../images/scrolltab-left.png) no-repeat center center;
	z-index:10;
	text-indent: -9999em;
	overflow: hidden;
	outline: none;
}
.gallerySlideshow .next,
.gallerySlideshow .prev {
	top:94px;
}
.view-Slideshow .views-slideshow-controls-text-next,
.gallerySlideshow .next {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 0;
	left: auto;
	right: 0;
	background:#FFF url(../images/scrolltab-right.png) no-repeat center center;
}

.views-slideshow-controls-text-previous,
.gallerySlideshow .prev {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 0;
}

.show-hide .title, .show-hide .pane-title {
	padding: 0 0 3px;
	border-bottom: 2px solid #666;
	font-size: 1.67em;
	font-family: "Univers LT W01 55 Roman", Arial, sans-serif;
	cursor: pointer;
	color:#666;
	font-weight: normal;
	margin-bottom:10px;
}

.show-hide .title span, .show-hide .pane-title span {
	float: right;
	padding: 8px 15px 0 0;
	background: url(http://images.fedex.com/images/global/nexgen09/icon-hide.gif) no-repeat 100% 100%;
	font-size: .55em;
	font-family: "Univers LT W01 55 Roman", Arial, sans-serif;
}

.show-hide .title span.toggler-closed, .show-hide .pane-title span.toggler-closed {
	background: url(http://images.fedex.com/images/global/nexgen09/icon-show.gif) no-repeat 100% 100%;
}



/* ===============================================
	IE STYLES
================================================*/

.lt-ie8 #container {
	background-color: #FFF;
}
.ie .node-story .content .story-media, 
.ie .node-article .content .story-media {
	height:210px;
	overflow:hidden;
}
.ie .node-story .content .story-media img, 
.ie .node-article .content .story-media img {
	height:auto;
	width:100%;
	min-width:100%;
	min-height:210px;
	max-height:none;
	vertical-align: middle;
}
.ie .node-story .content .story-media .fx-play-icon img, 
.ie .node-article .content .story-media .fx-play-icon img {
	min-height: 0px;
}
