body {
	background: #000 url(../images/mexperience/IGS_bg.png) repeat-y scroll center 0;)
	background-size: 100%;
}

body.startingstrong, body.startingstrongpromo {
	background: #000 url(../images/mexperience/starting_strong_bg.png) repeat-y scroll center 0;)
}


#main_content {
	background: #52544B;
	border-left: none;
	float: left;
	padding: 0;
	min-height: 520px;
	text-align: left;
	width: 100%;
	margin: 28px 0 0;
}
.startingstrong #main_content, body.startingstrongpromo #main_content {background:#716e5b;}
#videogallery {
	position: relative;
	width: 100%;
	float: left;
}
#video-content {
	position: relative;
	float: left;
	padding: 10px 18px 24px;
}
.startingstrong #video-content {padding:24px 18px 24px;}
.startingstrongpromo #video-content {
    padding: 15px 18px 0;
}

#video-wrapper {
	display: none;
	float: left;
	margin:0 0 24px;
}

.startingstrongpromo #video-wrapper {
	margin: 0;
}

.videoplayer {
	float: left;
	height: 514px;
	width: 912px;
	display: none;
	margin: 10px;
	position: relative;
}
.videothumb-wrapper {
	position:relative;
	padding:0 6px;
	float:left;
}
.videothumb {
	position: relative;
	float: left;
	margin: 0 6px 6px 0;
    cursor:pointer;	
}

.videothumb.noplay {
	cursor: default;
}

.hidethumb {
	display:none;
}

.videothumb img {
	float: left;
	height: 250px;
	width: 300px;
}

.videothumb img.newimg {
	height: 48px;
	width: 68px;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 10;
}
.videothumb img.newimg.opacity {
    opacity:0.5;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    -moz-opacity:0.5;
}
.videothumb img.play-btn {
    height: 38px;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.videothumb .play-transparency {
    display:none;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius:3px;
    moz-border-radius:3px;
    webkit-left-radius:3px;
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.videothumb .now-playing {
    font-family: Helvetica, Arial, san-serif;
    display:none;
    z-index: 10;
    position:absolute;
    width:150px;
    height:20px;
    bottom:60px;
    right:10px;
    text-align:right;
    font-size:14px;
    color:#fcd156;
}
.videothumb a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.videothumb .title-bar {
	width: 300px;
	height: 36px;
	z-index: 5;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	padding: 24px 0 0;
	border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    moz-border-bottom-right-radius:3px;
    moz-border-bottom-left-radius:3px;
    webkit-border-bottom-right-radius:3px;
    webkit-border-bottom-left-radius:3px;
}

.videothumb .title-bar.noFlash {
    height: 180px;	
}

.videothumb .title-bar span.slash {color:#ffd530;}
.videothumb .title-bar .transparency {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:#000000;
	background-image: linear-gradient(135deg, black 25%, #1f1f1f 25%, #1f1f1f 50%, black 50%,
		black 75%, #1f1f1f 75%);
	background-image: -webkit-linear-gradient(135deg, black 25%, #1f1f1f 25%, #1f1f1f 50%,
		black 50%, black 75%, #1f1f1f 75%);
	background-image: -moz-linear-gradient(135deg, black 25%, #1f1f1f 25%, #1f1f1f 50%, black
		50%, black 75%, #1f1f1f 75%);
	background-image: -o-linear-gradient(135deg, black 25%, #1f1f1f 25%, #1f1f1f 50%, black
		50%, black 75%, #1f1f1f 75%);
	background-size: 6px 6px;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity = 60);
}
.videothumb .video-title .title-content {
	position: relative;
	z-index: 8;
}
.videothumb .title-bar .title-content .video-category,
.videothumb .title-bar .title-content .video-title,
.videothumb .title-bar .title-content .vid-desc {
	width:90%;
	position:relative;
	float:left;
	padding:0 10px;
}
.videothumb .title-bar .title-content .video-category { font-size:15px;margin:0 0 2px;}
.videothumb .title-bar .title-content .video-title {font-size:13px;}
.videothumb .title-content {
    width:100%;
    height:180px;
    width:100%;
    position:relative;
    float:left;
}
.videothumb .title-content h3, .transcriptTitle h3 {
	font-family: Helvetica, Arial, san-serif;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	position: relative;
	margin: 0;
	color: #fff;
	padding: 0 8px 18px 0;
	float:left;
}

.transcriptTitle h3 {
	float:none;
}

.transcript-line {
    color: white;
    padding: 5px 0;	
}

.transcript {
	padding-left:10px;
	padding-bottom: 20px;
}

.videothumb .title-content .video-title h3{
    line-height:19px;
    padding:0;
}
.videothumb .title-content .arrow {
	background: url(../images/mexperience/IGS_thumb_down_arrow.png) no-repeat 0 0;
    width:14px;
    height:20px;
    position:relative;
    top:-2px;right:0;
    text-indent:-999em;
    float:left;
}
.videothumb .title-bar .title-content .vid-desc p {
	color: white;
	font-size: 13px;
	margin:0;padding:5px 0;
}
.videothumb .title-bar .title-content .play-vid {
    width:300px;
    height:27px;
    background: url(../images/mexperience/IGS_thumb_title_play_vid.png) no-repeat 0 0;
    float:left;
    position:absolute;
    z-index:0;
    bottom:0;left:0;
    text-indent:-999em;
}

.videothumb .title-bar .title-content .play-vid.noplay {
	background: url(../images/mexperience/video_gallery_coming_soon.png) no-repeat 0 0;
}

.videothumb.nomargin {
	margin-right: 0;
}
.stButton .chicklets {
	background: url(../images/share_this_page/icon_share.gif) no-repeat
		!Important;
	padding: 3px 10px 3px 18px !Important;
	font-family: Arial !Important;
	font-size: 11px !Important;
	color: #6c6c67 !Important;
}

/************* VIDEO ********************/
#video-player-wrapper .video-js {
    border-radius:5px;
    moz-border-radius:5px;
    webkit-border-radius:5px;
    border:6px solid #5b5c51;
}
/*#video-player .vjs-default-skin .vjs-controls {
    width:97%;
    left:14px;
}*/
#video-content #video-end-image-wrapper {
	border-radius:5px;
    moz-border-radius:5px;
    webkit-border-radius:5px;
    border:6px solid #5b5c51;
    position:relative;
}
#video-content .video-icons {
    position:absolute;
    width:100%;
    height:72px;
    top:10px;
    z-index:5;
}
#video-content .video-icons a#reload,
#video-content .video-icons a.vid-close,
#video-content .video-icons span#vid-share,
#video-content .video-icons span#vid-end-share,
#video-content a#vid-play-next {
    position:absolute;
    text-indent:-999em;
    z-index:10;
}
#video-content .video-icons a#reload {
	width:105px;
    height:72px;
	background: url(../images/mexperience/video_replay_btn.png) no-repeat 0 0;
	 top:0;left:124px;
}
#video-content .video-icons a.vid-close {
	background: url(../images/mexperience/video_close_btn.png) no-repeat 0 0;
	width:63px;
    height:43px;
    top:0;right:10px; 
}

.startingstrongpromo #video-content .video-icons a.vid-close {
	display:none;
}

#video-content .video-icons span#vid-share,
#video-content .video-icons span#vid-end-share {
	width:105px;
    height:72px;
	background: url(../images/mexperience/video_share_btn.png) no-repeat 0 0;
	top:0;left:10px;
	cursor:pointer;
}
#video-content a#vid-play-next {
	background: url(../images/mexperience/video_play_next_btn.png) no-repeat 0 0;
	width:207px;
    height:53px;
    bottom:0;right:0;
}

body.startingstrong #video-content a#vid-play-next {
    background: url(../images/mexperience/ss_play_next_preview.png) no-repeat 0 0;
    width: 230px;
}

body.startingstrongpromo #video-content a#vid-play-next {
	display:none;
}

/************* SPF'S ********************/
#bottom-spfs {
    width:100%;
    position:relative;
    float:left;
    background:#5b5c51;
    margin:15px 0 0;
    bottom:0;
    padding:10px 0;
}
#bottom-spfs .spf {
	width:320px;
    height:107px;
	background:#000;
	background-image: linear-gradient(135deg, #151515 25%, #262626 25%, #262626 50%, #151515 50%,
        #151515 75%, #262626 75%);
    background-image: -webkit-linear-gradient(135deg, #151515 25%, #262626 25%, #262626 50%,
        #151515 50%, #151515 75%, #262626 75%);
    background-image: -moz-linear-gradient(135deg, #151515 25%, #262626 25%, #262626 50%, #151515
        50%, #151515 75%, #262626 75%);
    background-image: -o-linear-gradient(135deg, #151515 25%, #262626 25%, #262626 50%, #151515
        50%, #151515 75%, #262626 75%);
    background-image: -m-linear-gradient(135deg, #151515 25%, #262626 25%, #262626 50%, #151515
        50%, #151515 75%, #262626 75%);
    background-size: 6px 6px;
    margin:0;
    float:left;
}
#bottom-spfs .spfBox {
    width:293px;
    height:82px;
    position:relative;
    z-index:5;
    margin:6px 0 ;
    padding:12px 0 0 26px;
    float:left;
    border-right:1px solid #5f5f5f;
}
#bottom-spfs .noborder .spfBox {border-right:none;}
#bottom-spfs .spfBox p {
	width:90%;
    padding:0;
    font-size:12px;
    color:#fff;
    line-height:15px;
    margin:9px 0;
}
#bottom-spfs .spfBox .spftitle {
	font-family: Helvetica, Arial, san-serif;
    padding:0;
    color:#fff;
    text-transform:uppercase;
    font-weight: bold;
    font-size:17px;
}
#bottom-spfs .spf a {color:#2B7CAD;}
#bottom-spfs .spfBox .lrnMore a {
    text-decoration:none;
    color:#fcd156;
    font-weight: bold;
    font-size:12px;
}
#bottom-spfs .spfBox .lrnMore a:hover{color:#fcd156;text-decoration:none;}
#bottom-spfs .spfBox .spftitlelong {
    height:37px;
    width:158px;
    padding:9px 16px 0;
    background: url("../images/spf/spf_header_tall_bg.jpg") repeat-x;
    text-align:left;
    color:#4A473E;
    text-transform:uppercase;
    font-weight: bold;
    font-size:12px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0;
    line-height:15px;
}
