﻿
/************** FONTS **************/

@font-face {
    font-family: 'Univers-Light';
    src: url('assets/fonts/UniversLTStd-Light.otf');
    src: url('assets/fonts/UniversLTStd-Light.otf') format('embedded-opentype'),
font-weight:lighter;
    font-style:normal;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto 0;
	padding: 0;
	padding-top: 12px;
    color:#404040;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
    margin-bottom:10px;
	
}

.book {
	border: 1px solid #DBDBDB;
	height: 580px;
	left: 41px;
	margin-top: 4px;
	padding-top: 0;
	position: relative;
	width: 940px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
}
.bookpage {
	height: 580px;
	margin-top: 0;
	padding: 0 0 50px;
	width: 938px;	
}
.leftpage {
	width:470px;
	height:580px;
	float:left;
    padding-left: 34px;
    padding-top: 28px;
    padding-right: 20px;
}

.rightpage {
    width: 468px;
    height: 590px;
    float: left;
    padding-top: 25px;
    padding-right: 22px;
    padding-left: 33px;
}

#toolbarTitle {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    font-size: 15px;
    color: #7f7f7f;
    float: left;
}

.pagedevider {
	background-image: url("assets/page_divider.png");
	background-repeat: repeat-y;
	height: 597px;
	left: 443px;
	position: absolute;
	top: -5px;
	width: 27px;
	z-index: 200;
}
.mainContainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}
#topNav {
	position:relative;
	left:41px;
	width:940px;
	padding:0px;
	top:-4px;
	margin-top:5px;
    display: inline-block;
}
.leftTitle {
	padding:0px;
	margin:0px;
    margin-left: 28px;
    margin-top: -3px;
	display:inline-block;
    width: 136px;
    float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	display:inline-block;
}
.rightTitle {
	display:inline-block;
	padding-right:0px;
	 padding-top: 2px;
	position:relative;
	text-align:right;
	float:right;
    font-weight: bold;
}
.toolBar {
	position:relative;
	left:41px;
	height:44px;
	width:940px;
	padding:0px;
	border:1px solid #DBDBDB;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
}

#frontcover {
	padding:0px;
	position:relative;
	top:0px;
}
#backcover {
	padding-top:0px;
	position:relative;
	top:0px;
	margin-left:0px;
}

p {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	margin-bottom:17px;
}
div, h1, h2, h3, h4, h5 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

H3 {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: bold;
}
H3.hbv {padding-top:0px;}

H4 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

a {
	color:#26609d;
	cursor:pointer;
}
a:link {
	text-decoration:none;
	color:#26609d;
}
a:visited {
	color:#26609d;
}
a:hover {
	color:#26609d;
	text-decoration:underline
}
a:active {
	color:#26609d;
}
li a {
	color:#26609d;
	cursor:pointer;
}
.trad-asset a{
    float: left;
}
.bjqs li {
	background:none;
	list-style: none outside none;
}
.header {
    width: 470px !important;
    height: 100px;
    margin-bottom: 25px;
    margin-top: -28px;
    margin-left: -34px;
}

.leftButton a {
	position:absolute;
	left: -33px;
	top:305px;
	width:22px;
	height:28px;
	background-image:url(assets/arrow_left_sprite.png);
	background-repeat:no-repeat;
	background-position:0px top;
}

.leftButton a:hover, .leftButton a:active {
	background-image:url(assets/arrow_left_sprite.png);
	background-position:0px bottom;
}
.chap_intro{
    font-style: italic;
    color:#7f7f7f;
}

.rightButton a {
	position:absolute;
	right:-52px;
	top:305px;
	width:22px;
	height:28px;
	background-image:url(assets/arrow_right_sprite.png);
	background-repeat:no-repeat;
	background-position:0px top;
}


.rightButton a:hover,.rightButton a:active  {
	background-image:url(assets/arrow_right_sprite.png);
	background-position:0px bottom;
}

.resource-subheader {
	font-size: 12px;
	font-weight: bold;
    margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.bold_blue{
    font-weight: bold;
    color:#46575e ;
}

#popbg_12 .bold_blue.top_blue{
    margin-left: 26px;
    line-height: 20px;
    margin-bottom: 49px;
}
.tocHeader {
	color:#7f7f7f;
	margin-top:25px;
	margin-bottom:25px;
	font-size:15px;
	font-weight:bold
}
.tocItem {
    color:#1f4f82;
	font-size:12px;
	padding-bottom:11px;
	margin-top:11px;
	border-bottom:inset;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	cursor:pointer;
}
.tocItem:hover {
	text-decoration: underline;
}
.chap {
	font-weight:normal;
}
.pageNumL {
	font-size:13px;
	color:#7a7a7a;
	position:absolute;
	bottom:4px;
	left:22px;
}
.pageNumR {
    font-size: 13px;
    color: #7a7a7a;
    position: absolute;
    bottom: 4px;
    right: 22px
}
.super {
	vertical-align:top;
	font-size:75%;
	line-height:10px;
}
.first{
    color: #7f7f7f;
}

.lfootnote {
    position: absolute;
    bottom: 0px;
    width: 398px;
    left: 34px;
}
.lfootnote p {
    width: 403px;
    color: #7a7a7a;
    font-size: 8px;
    line-height: 10px;
}
.pimg {
	width:88px;
	height:50px;
	float:left;
	position:relative;
	border:solid;
	border-width:1px;
	border-color:#ccc;
	margin-right:6px;
	z-index:242;
}
.pimglg {
    width: 192px;
    height: 108px;
    float: left;
    position: relative;
    border: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-right: 15px;
    z-index: 242;
}
.vidbtn {
	width:89px;
	height:50px;
    background-image: url(assets/video_arrow.png);
    background-size: contain;
	position:absolute;
	border:none;
	cursor:pointer;
	top:1px;
	z-index:1000;
}
.vidbtnlg {
    border: medium none;
    cursor: pointer;
    height: 108px;
    position: absolute;
    width: 192px;
    z-index: 1000;
    left: -208px;
    top: 1px;
    background-image: url(assets/video_arrow.png);
}
.vidbtnlg:hover {
   opacity:.8;
}

.tocNumber {
	color:#999;
	width:28px;
	float:right;
	text-align:right
}
.pictureQuote {
    height: 50px;
    width: 205px;
    margin-bottom: 40px;
    position: relative;
}
.pictureQuote img{
    position: absolute;
}
.popup_right{
    width:49%;
    float:left;
}
.pictureQuotelg {
    min-height: 108px;
    width: 416px;
    margin-bottom: 17px;
    display: inline-block;
}
.pictureQuote .icon{
    margin-left: 90px;
    margin-right: 5px;
}

.pqtextbox {
	float: left;
	position: relative;
	width: 200px;
	margin-bottom: 10px;
	text-align:left;
}
.pqtextboxsm {
    position: absolute;
    width: 114px;
    margin-bottom: 10px;
    left: 98px;
    padding-right: 10px;
    margin-top: -5px;
}
.pqtextboxsm.cheat{
    width: 120px;
    padding-right: 0px;
}
.pqtextboxsm a p{
    line-height: 16px;
}
.pqtextbox .lnk-popup {
	margin-left: -3px;
	line-height:21px;
}
.pqtextbox .lnk-pdf {
	margin-left: -4px;
}
.pqtextbox .lnk-podcast {
	line-height: 21px;
	margin-left: -3px;
}
.pqtextbox .lnk-successstory {
	line-height: 21px;
	margin-left: -3px;
}
.pqtextbox a {
	margin-top:0px;
    float:left;
}
.pqtextbox .lnk-webcast, .pqtextbox .lnk-webcast2, .pqtextbox .lnk-vid, .lnk-yt {
	margin-left:-5px;
}
.pqtext {
	font-size:12px;
	top:0px;
	width:100%;
	margin-top:-2px;
	line-height: 16.5px;
}

.pqtextbox .lnk-vid,.pqtextbox .lnk-yt, .standalone_trad_asset .lnk-vid {
    background-size: 36px 25px;
    width: 36px;
    height: 25px;
}
.standalone_trad_asset .lnk-website{
    width:36px;
    height:28px;
    background-size:  36px 28px;
}
.standalone_trad_asset .lnk-website-sm{
    background-image: url("assets/icon_website.png");
    width:22px;
    height:17px;
    background-size: contain;
}

p .lnk-website-sm{
    background-image: url("assets/icon_website.png");
    height: 22px;
    width: 21px;
    padding-left: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: -10px;
    padding-bottom: 4px;
}
.pqcaller {
    font-size: 12px;
    width: 154px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #7f7f7f;
    margin-left: 42px;
}
.red {
	color:#FF0000
}
a.vid, a.vid2 {
	margin-left:-7px;
	cursor:pointer;
}
.quote {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
   padding-bottom: 20px;
    margin-bottom: 20px;
	width: 414px;
    background-color: #ededed;

}
.quote2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 414px;
    background-color: #ededed;
}

.quote-logo{
    float: left;
    margin: 0px 20px 0px 3px;
}
.quote-logo2  {
    float: left;
    margin: -10px 20px 0px 3px;
}
.quote-text { 
	font-size: 12px;
	line-height: 19px;
    color: #5f5f5f;
}
.quote-caller {
	font-size:12px;
	font-weight:normal;
	padding-top:9px;
    color: #5f5f5f;
}
.toc_ul li a {
	line-height: 21px;
}
.mtoc-item {
	height:31px;
	padding-left:9px;
	padding-right:15px;
	padding-top:7px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor:pointer;
	background-color: white;
	margin-right: -5px;
}
.mtoc-item:hover {
	color:#ff0000;
	background-color: white;
}
.mtoc-item-down {
	height:31px;
	padding-left:9px;
	padding-right:15px;
	padding-top:7px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor:pointer;
	color:#FF0000;
	background-color: white;
	margin-right: -5px;
}
.mtocnum {
	float: right;
	margin-right:-5px;
	color:#9C9C9C;
}
.dialog {
    color: #000000;
    left: 582px;
    position: absolute;
    top: -12px;
    width: 38%;
    z-index: 2000;
}
.dialog .hd .c, .dialog .ft .c {
	font-size:1px;
	height:60px;
	margin-right: -9px;
}
.dialog .ft .c {
	height:21px;
	margin-top: -14px;
}
.dialog .hd {
	background:transparent url(assets/toc-tl.png) no-repeat 0px 0px;
	margin-right:10px;
}
.dialog .hd .c {
	background:transparent url(assets/toc-tr.png) no-repeat right 0px;
	margin-right:-19px;
}
.dialog .bd {
	background:transparent url(assets/toc-ml.png) repeat-y 0px 0px;
	margin-right: -9px;
}
.dialog .bd .c {
	background:transparent url(assets/toc-mr.png) repeat-y right 0px;
}
.dialog .bd .c .s {
	margin:0px 8px 0px 3px;
	padding:1em;
}
.dialog .ft {
	background:transparent url(assets/toc-bl.png) no-repeat 0px 0px;
	margin-right:10px;
}
.dialog .ft .c {
	background:transparent url(assets/toc-br.png) no-repeat right 0px;
	margin-right:-19px;
}
.dialog h1 {
	font-size:2em;
	padding-top: 31px;
	padding-left: 23px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color:#FFF
}
#toc-0 {
	margin-top:-12px;
}
#toc-10 {
	/*margin-bottom:-10px;*/ padding-bottom:22px;
}
#toc-tr h1 {
	margin-top:0px;
}

#toc-close-btn {
	position:relative;
	left:220px;
	top:-360px;
	width:43px;
	height:57px;
	z-index:150;
}
#toc-wrapper {
	position:relative;
	left:10px;
}

#overlay-container {
	z-index:1001;
	display:none;
	text-align:center;
	opacity:1!important;
}
#overlay-content {
	opacity:0;
	background-color:#ffffff;
	-moz-box-shadow:2px 3px 3px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:2px 3px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow:2px 2px 3px 3px rgba(0, 0, 0, 0.15);
	height:100%;
	overflow: hidden;
}
.overlay-fill {
	width:100%;
	height:100%;
	color:#ffffff;
	background-color:#666666;
	display:block;
	position:absolute;
	top:21px;
	opacity:1;
}

#toverlay-container {
	z-index:1001;
	display:none;
	height:509px;
	width:832px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	overflow:hidden;
}

#toverlay-close {
	width:100%;
	padding:0px;
	text-align:right;
	color:#ffffff;
}
.button.b-close, .button.bClose {
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	top: -24px;
}
.button.b-close:hover {
	color: #CCCCCC;
}
#p-close {
	top: 0px;
	position: relative;
	width:100%;
	text-align:right;
}
#vid-close {
	top: 0px;
	position: relative;
}
#tvid-close {
	top: 0px;
	position: relative;
}
#popvid-close {
	top: 0px;
	position: relative;
}
#toverlay-container {
	z-index:1001;
	display:none;
	height:509px;
	width:832px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:right;
}
#toverlay-close {
	width:100%;
	padding:0px;
	text-align:right;
	color:#ffffff;
}
#toverlay-close img {
	cursor:pointer;
}
#toverlay-content {
	width:832px;
	height:489px;
	color:#ffffff;
	background-color:#666666;
	-moz-box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.15);
}
#voverlay-container {
	z-index:1001;
	display:none;
	height:509px;
	width:832px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:right;
}
#voverlay-close {
	width:100%;
	padding:0px;
	text-align:right;
	color:#ffffff;
}
#voverlay-close img {
	cursor:pointer;
}
#voverlay-content {
	width:832px;
	height:489px;
	color:#ffffff;
	background-color:#666666;
	-moz-box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.15);
}
.resource-header {
	height:70px;
	width:108px;
	padding-top:40px;
	font-weight:bold;
	font-size:15px;
	padding-left:12px;
	border-bottom:none;
}
.resources-tabs {
    background-color: #FFFFFF;
}
.resource-tab {
	background-color:#ececec;
	color: #1f4f82;
	cursor: pointer;
	font-size: 12px;
	margin-top: -1px;
	padding-left: 10px;
	padding-top: 10px;
    padding-bottom:10px;
    margin-bottom:2px;
    padding-right: 20px;
}
#rc4{
    padding-right: 16px;
}

.select-resource-tab {
    background-color: #1f4f82;
	color:#ececec;
}

.resources-left {
	display:inline-block;
	vertical-align:top;
}
.resources-right {
	margin:0px;
	padding:0px;
	display:inline-block;
	width: 294px;
	height:507px;
	margin-top:0px;
	overflow-x:hidden;
    overflow-y: auto;
    ms-overflow-x:hidden;
}
.resources-right ul {
	list-style-type: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 17px 15px 16px;
}
.resources-right li {
    color: #7f7f7f;
	font-size: 12px;
	margin: 0 0 10px -19px;
}
.resources-right li a {
	margin-top:-1px;
    float: left;
    margin-bottom: 8px;
}
.resource_cont {
	padding-top:5px;
}
.resource_cont2 {
	padding-top:13px;
}
.copyright {
    color: #666666;
    font-size: 11px;
    left: 507px;
    position: absolute;
	bottom:11px;
    width: 391px;
	text-align:justify;
	line-height:12px;
}

.mtocnum {
	float: right;
	margin-right:-5px;
	color:#9C9C9C;
}
th {
	text-align:left;
	padding-left:11px;
}
tr td {
	text-align:left;
	padding-left:11px;
	font-size:12px;
}

.arrow {
	float:left;
	margin-top:1px;
}

.tiny_video_table{
    margin-left: 13px;
    width: 100%;
}
.popupTitle {
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
    padding-bottom: 24px;
}
.popupTable {
    border-style: none;
    color: #000000;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
#popbg_12 .popupTitle{
    width: 50%;
    float: left;
}

.popupTable h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
}
.popupTable h4{
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
}
.popupTable p {
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 9px;
}
.popupTable a p{
    color: #26609d;
    cursor: pointer;
    font-weight: normal;
    font-size: 11px;
}
.popupTable p.fast{
    font-size: 11px;
    color:#46575e;
}
.popupTable .arrow_text_group{
    margin-top: 25px;
}
#popbg_12 .popupTable .arrow_text_group{
    margin-top: 12px;
}
.popupTable .arrowtext{
    padding-left: 25px;
    background-image: url("assets/arrow_white.png");
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-bottom: 8px;
    color: #5f5f5f;
    line-height: 20px;
    font-size: 15px;
}
.popupTable .arrowtext.blue{
    color: #46575e;
    font-size: 12px;
    line-height: 14px;
}
.popupTable .arrowtext.white{
    color:#ffffff;
}
.cta_arrow_text{
    padding-left: 25px;
    background-image: url("assets/arrow_cta.png");
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-bottom: 8px;
    color: #1f4f82;
    min-height: 16px;
    line-height: 20px;
    font-size: 15px;
}
.top-ten{
    margin-top: 10px;
}
.top-thirty{
    margin-top: 30px;
}
.popup .pictureQuotelg {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    padding: 0;
}

.popupTable .internalul {
	margin: 0 0 16px -4px;
	padding: 0;
}
.popupTable .quote .lnk-webcast {
    margin-left: -5px;
	margin-top:5px;
}
.popupTable .quote{
    color: #46575e;
    background-color: #dce3e4;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    width: 414px;
}
.popupTable .quote-caller{
    color: #7f7f7f;
    margin-bottom: 17px;
}
.popupTable tr td {
    border-style: none;
    vertical-align: top;
}
.td_left{
    padding-right: 31px;
    width: 400px;
    padding-left: 0px;
}

.td_right{
    width: 410px;
}.cta{
    background-image: url("assets/chapter10_image1.png");
    width:400px;
    height:200px;
 }

.lgImage {
	margin-bottom:17px;
}

#top {
	margin-top:0px
}

.extra_banner{
    margin-left: -34px;
    margin-bottom: 17px;
}
.fact {
    color: #404040;
    border-top: solid 10px #46575e;
    border-bottom: solid 10px #46575e;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.fact-text {
	margin: 0 auto;
	position: relative;
	width: 374px;
}
.fact-text p{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    color: #46575e;
    font-weight: normal;
}
.fact_text_open p{
     line-height: 23px;
     margin-bottom: 0px;
 }
.fact-caller {
	color: black;
	font-size: 12px;
	font-weight: normal;
	left: 0;
	margin: 10px auto 11px 20px;
	padding-top: 0;
	position: relative;
}
.caller {
    font-size: 12px;
    width: 329px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #7f7f7f;
    margin-left: 42px;
}
.listicons_res .caller{
    width: 210px;
    margin-left: 29px;
}
.tall{
    padding-bottom: 61px;
}
.inline_caller{
    margin-left: 0px;
}
.report_caller{
    margin-left: 48px;
    width: 338px;
}

.arrowlist{
    margin-bottom: 23px;
}
.arrowtext{
    padding-left: 25px;
    background-image: url("assets/arrow_blue.png");
    background-repeat: no-repeat;
    background-position: left 0px;
    margin-bottom: 8px;
    color: #7f7f7f;
    min-height: 16px;
    line-height: 15px;
}
.internalul2{
    color: #7f7f7f;
    list-style: disc;
}
.internalul2 li{
    list-style: disc;
}

.arrow_text_group{
    margin-bottom: 25px;
}
.quote2 .lnk-pdf {
	margin-bottom:12px;
}
.quote .lnk-webcast {
	 margin-left: -5px;
}

.standalone_trad_asset{
    margin-bottom: 17px;
    min-height: 27px;
    display: inline-block;
}
.trad-asset p{

    display: table-cell;
}
.pqtextbox p{
    display: table-cell;
    line-height: 15px;
}
.resources-right .trad-asset p{
    line-height: 14px;
}
.icon{
    margin-right: 11px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 24px;
}
#youtube-overlay-container .b-close{
    left:620px;
}
.resources-right .lnk-website{
    width:22px;
    height:18px;
}
.lnk-website {
    background-image: url("assets/icon_website.png");
    height: 15px;
    margin-top: 1px;
}
.resources-right .lnk-demo{
  width:22px;
    height:15px;
}
.lnk-demo {
    background-image: url("assets/icon_demo.png");
    height: 29px;
    margin-top: 1px;
}
.pictureQuotelg .lnk-demo{
    background-size: contain;
    margin-left: -5px;
    width: 36px;
    height: 24px;
}
.lnk-podcast{
    background-image: url("assets/icon_podcast.png");
    width:26px;
    height:30px;
}

.lnk-vid, .lnk-yt {
    background-image: url("assets/icon_video.png");
    background-size: 21px 14px;
    background-repeat: no-repeat;
    height: 15px;
    margin-top: 1px;
}
.lnk-webinar, .lnk-webcast{
    background-image: url("assets/icon-webcast.png");
    width:40px;
    height:29px;

}
.listicons_res .lnk-webinar, .listicons_res .lnk-webcast, .resource_cont2 .lnk-webcast, .resource_cont2 .lnk-webinar{
    width:22px;
    height: 18px;
}
.lnk-successstory{
    background-image: url("assets/icon-success-story.png");
    height:28px;
}
.lnk-pdf{
    background-image: url("assets/icon_pdf.png");
    width: 30px;
    height: 39px;
}
.listicons_res .lnk-pdf, .resource_cont2 .lnk-pdf{
    width: 18px;
    height: 22px;
    }
.lnk-article, a.lnk-pressrelease{
    background-image: url("assets/icon-article.png");
    height: 39px;
    width: 39px;
}

.listicons_res .lnk-article, a.lnk-pressrelease, .resource_cont2 .lnk-article{
    width: 22px;
    height: 25px;
}

.lnk-whitepaper {
    background-image: url("assets/icon-white-paper.png");
    height: 40px;
    width:31px;
}
.lnk-datasheet {
    background-image: url("assets/icon-datasheet.png");
    height: 39px;
    width: 31px;
}
.listicons_res .lnk-datasheet, .resource_cont2 .lnk-datasheet{
    width:19px;
    height:13px;
}
.lnk-report {
    background-image: url("assets/icon-report.png");
    height: 39px;
    width: 38px;
}
.lnk-popup {
    background-image: url("assets/icon_popup.png");
    height: 19px;
    width:23px;
    background-repeat: no-repeat;
}
#cvl15 .lnk-vid{
    height: 40px;
}
.arrowtext .lnk-popup{
  background-size: 18px 14px;
    background-position: right bottom;
    height:14px

}
.resources-right .lnk-infographic{
    background-size: 22px 26px;
}
.lnk-infographic {
    background-image: url("assets/icon_infographic.png");
    height: 41px;
    width: 36px;
    margin-right: 5px;
}

a.vid, a.vid2 {
	background-position: -334px -64px !important;
	margin-left:-5px;
}


ul.scl-icons {
	margin-top: 6px;
}
.scl-icons li {
	background:none
}
.scl-icons li a {
	margin-left: -7px;
	padding-left: 24px;
	padding-bottom: 2px;
}

.btn_toc {
	cursor: pointer;
	float: right;
	margin-right: 13px;
	margin-top: -47px;
	z-index: 2001;
    background-image: url("assets/burger.png");
    width:50px;
    height:40px;
}

#chart1 {
	height: 425px;
	margin-top: 2px;
    width: 134px;

}

#chart2 {
    height: 425px;
    margin-top: 2px;
    width: 134px;

}

#wrapper2 {
    overflow-y: auto;
    width: 277px;
    height: 416px;
    margin-top: 74px;
}
#wrapper {
    overflow-y:hidden;
    width: 277px;
    height: 406px;
}
.resources-right ul {
	list-style-type: disc;
	margin-right: 5px;
	margin-top: -7px;
	padding-bottom: 0;
    margin-bottom: 17px;
}

.resources-right ul li {
	background-image: none;
	margin-bottom: 10px;
	margin-left: 0;
}
.resources-right ul li:last-child a{
    padding-bottom: 20px;
}
#backcover{
    background-image: url("assets/back_cover.jpg");
}
.backCoverText {
	color: #383737;
	font-size: 12px;
	left: 38px;
	position: absolute;
	top: 415px;
	width: 500px;
}
.backCoverHeader {
	font-weight: bold;
	margin-top: 17px;
}
.backCoverText p {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
}
.backCoverText a {
	color: #383737;
}
.frontCoverText {

	font-size: 12px;
    left: 35px;
    position: absolute;
    top: 65px;
    width: 260px;
}
.frontCoverText p {
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
    margin-bottom: 12px;
    line-height: 15px;
}
.frontCoverText a {
    color: #FFFFFF;
}
a#frontLink2 {display:block; }
a#frontLink3 {display:block; }

.tabbed_content {
	margin-bottom: 60px;
	width: 885px;
	margin-top: 8px;
}
.tabs {
	height: 47px;
	position: relative;
	width: 885px;
	border:1px solid #DBDBDB;
	background-image:url(assets/top_header_bar.png);
	background-repeat:repeat-x;
}
.tabs .moving_bg {
	background-image: url("assets/tab_popup_2lines.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	left: -1px;
	padding: 28px 15px 29px;
	position: absolute;
	width: 148px;
	z-index: 190;
	margin-left: -1px;
}
.tabs .tab_item {
	cursor: pointer;
	display: block;
	float: left;
	margin-bottom: 5px;
	padding-left: 0;
	padding-right: 15px;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 148px;
	z-index: 200;
}
.tabs .tab_item:hover {
	color: #26609D;
}
.tabbed_content .slide_content {
    overflow: hidden;
    padding: 20px 0 0;
    position: relative;
    width: 925px;
}
.tabslider {
	width: 5000px;
}
.tabslider ul {
	background: none repeat scroll 0 0 transparent;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.tabslider ul a {
	text-decoration: none;
}
.tabslider ul a:hover {
	text-decoration:underline;
}
.tabslider ul li {
	list-style: none outside none;
	background:none;
	padding: 0 0 7px;
}
.tabslider ul li span {
	margin: 100px 0;
}
.tabslider .popupTable {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.tabslider .popupTable tr td {
	padding-right:0px;
	 width: 460px;
}


.lg_pop{ margin-bottom: 16px;}

.popbg{
    padding-top: 42px;
    padding-left: 36px;
    padding-right: 20px;
    width: 920px;
    padding-bottom: 30px;
    height: 507px;
    background-size: cover;
    background-repeat: no-repeat;
}

#popbg_1{
  background-image:url("assets/popup_01.png");
}
#popbg_2{
    background-image:url("assets/popup_02.png");
}
#popbg_3{
    background-image:url("assets/popup_02.png");
}
#popbg_4{
    background-image:url("assets/popup_04.png");
}
#popbg_5{
    background-image:url("assets/popup_05.png");
}
#popbg_6{
    background-image:url("assets/popup_06.png");
}
#popbg_7{
    background-image:url("assets/popup_07.png");
}
#popbg_8{
    background-image:url("assets/popup_08.png");
}
#popbg_9{
    background-image:url("assets/popup_09.png");
}
#popbg_10{
    background-image:url("assets/popup_10.png");
}
#popbg_11{
    background-image:url("assets/popup_11.png");
}
#popbg_12{
    background-image:url("assets/popup_12.png");
}
#popbg_13{
    background-image:url("assets/popup_13.png");
}
#popbg_14{
    background-image:url("assets/popup_14.png");
}
#popbg_15{
    background-image: url("assets/build_vs_buy.jpg");
    width:699px;
    height:1540px;
    overflow: scroll;
}
#bclo13{
    width:300px;
}
#p15 .leftpage .pqtextbox{
    width: 206px;
}
.no_float{
    float: none!important;
}
.popup_slider_holder{
    position: relative;
    top: 171px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-left:-320px;
}
sup{
    line-height: 8px;
}
.popup_slider{
    height:220px;
    background-color: rgba(70, 87, 94, 0.95);
    width:320px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 15px;

}
.popup_slider_holder.open{
    margin-left: 0px;
}
.bold_white{
    font-weight: bold;
    font-size: 17px;
}
.popup_slider p{
    color:#ffffff;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
}
.popup_slider_tab{
    height:220px;
    width: 30px;
    float: left;
    background-color:rgba(176, 195, 200, 0.9);
}
.popup_slider_tab img{
    margin-top: 98px;
}

.popupTable .lnk-website{
    width:36px;
    height:28px;
    background-size:  36px 28px;
}
.popupTable .fact {
    color: #FFFFFF;
    border-top: solid 10px #FFFFFF;
    border-bottom: solid 10px #FFFFFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
}
.popupTable .fact-text {
    margin: 0 auto;
    position: relative;
    width: 374px;
}
.popupTable .fact-text p{
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    color: #FFFFFF;
    font-weight: normal;
}
.popupTable ul{
    padding-left: 20px;
    margin-bottom: 17px;
}
.popupTable ul li{
    color: #ffffff;
    list-style: disc;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 20px;
}
.blue_bg{
    padding-top: 20px;
    padding-left: 19px;
    width: 419px;
    padding-right: 20px;
}

/***cheats***/
.nospace{
    margin-bottom:0px ;
}
.page_8_cheat{
    margin-bottom: 4px;
}
.cheat_up_ten{
    margin-top: -10px;
}
.pop_9_cheat{
    position:absolute;
    bottom:60px;
}
/****Page background***/
.rightpage, .leftpage{
    background-position: center center;
    background-repeat: no-repeat;
}

#p2 .rightpage{
    background-image: url("assets/chapter1_bg1.png");
}
#p4 .rightpage{
    background-image: url("assets/chapter2_bg1.png");
}
#p6 .rightpage{
    background-image: url("assets/chapter3_bg1.png");
}
#p9 .rightpage{
    background-image: url("assets/chapter4_bg1.png");
}
#p11 .rightpage{
    background-image: url("assets/chapter5_bg1.png");
}
#p16 .rightpage{
    background-image: url("assets/chapter8_bg1.png");
}
#p24 .rightpage{
    background-image: url("assets/chapter10_bg2.png");
}

@media print {
	.leftButton a, .rightButton a { display:none; }
}