@charset "utf-8";
/* CSS Document */

#TE_outerDiv {
	text-align:left;
}

a:link {
	color : #005588;
	text-decoration : none;
}
a:visited {
	color : #005588;
	text-decoration : none;
}
a:active, a:hover {
	color:#f78932;
}

#breadcrumb { font-size:8pt; clear:left; padding:10px; }

	#breadcrumb a:hover { text-decoration:underline; }

#breadcrumb span.current {
	color:#555;
	font-weight: bold;
}
/* Webinar Landing Page Layout */

/** MAIN content **/
/*** 1 Column Layout ***/
#te-WebFade.passives {
	background: #ffffff url(../images/power_webinar_mainImage.jpg) no-repeat top;
}

#te-WebFade #ArticleHeader {
	padding:10px 290px 80px 20px;
}
	#te-WebFade #ArticleHeader h1#ArticleTitle {
		color:#FFFFFF;
		font-size:16pt;
		text-transform:uppercase;
	}	
	#te-WebFade #ArticleHeader h2#ArticleSubTitle {
		font-size:17px;
		color:#FFFFFF;
		margin:10px 0 5px 0;
	}
	#te-WebFade #ArticleHeader span {
		font-size:14px;
		color:#FFFFFF;
	}
	#te-WebFade #ArticleHeader h3#ArticleSubTitle {
		font-size:14px;
		color:#FFFFFF;
		margin-top:20px;
	}	
		
			#te-WebFade #Article {
				margin:10px 20px 0;
				float:left;
				clear:both;
			}
				#te-WebFade #Article #mainLeftSide {
					color:#555555;
					float:left;
					font-size:9pt;
					line-height:20px;
					margin-right:40px;
					width:520px;
				}
					#te-WebFade #Article #mainLeftSide h4#hello {
						font-weight:bold;
						padding-top:3px;
						margin:0;
						font-size:9pt;
					}		
					#te-WebFade #Article #mainLeftSide p#firstParagraph {
						margin:0;
					}		
					#te-WebFade #Article #mainLeftSide h5#callToAction {
						font-size:9pt;
						font-weight:bold;
						margin:15px 0;
						background:url('../images/MainCallToAction.gif') no-repeat left;
						padding:0 0 0 20px;
						line-height:15px;
					}		
					#te-WebFade #Article #mainLeftSide h5#callToAction a {
						color:#F78932;
					}	
					#te-WebFade #Article #mainLeftSide p#paragraph {
						font-weight:bold;
						margin:30px 0 0;
						border-top:solid 1px #cccccc;
						padding:15px 0 0 10px;
						background:url('../images/te-global-bg-arrow-link-marker.png') no-repeat left;
						line-height:14px;
					}		
				#te-WebFade #Article #mainRightSide {
					float:right;
					background:url('../images/rightCol_roundedEdges.gif') no-repeat top left;
					color:#555555;
					font-size:7.5pt;
					line-height:14px;
					margin-top:0;
					width:300px;
				}
					#te-WebFade #Article #mainRightSide #topCap {
						background:url('../images/webinar_rightReflectBox_topRounded.gif') no-repeat top right;
						padding:15px 15px 0 15px;
						height:20px;
					}
						#te-WebFade #Article #mainRightSide #topCap h4 {
							font-size:11pt;
							font-weight:bold;
							margin:0 0 10px;
						}
					#te-WebFade #Article #mainRightSide #bottomBox {
						background:url('../images/webinar_rightReflectBox_bottomRounded.gif') no-repeat bottom right;
						padding:10px 15px 45px 15px;
					}
						#te-WebFade #Article #mainRightSide #bottomBox img {
							float: left;
							padding-right: 10px;
						}										
						#te-WebFade #Article #mainRightSide #bottomBox p {
							margin:8px 0;
						}

/*** Orange Buttons ***/
a.te-global-orange-btn, #te-RightColWrapper a.te-global-orange-btn {
background:transparent url(/_TEincludes/TEimages/leapfrog/te-global-buttons-orange.png) no-repeat scroll 0 0;
color:#FFFFFF;
cursor:pointer;
display:inline-block;
font-size:8pt;
left:50px;
padding:0 0 0 10px;
margin-top:15px;
}
	a.te-global-orange-btn span, #te-RightColWrapper a.te-global-orange-btn span {
	background:transparent url(/_TEincludes/TEimages/leapfrog/te-global-buttons-orange.png) no-repeat scroll right -44px;
	cursor:pointer;
	display:inline-block;
	padding:0 10px 0 0;
	}
		a.te-global-orange-btn span b, #te-RightColWrapper a.te-global-orange-btn span b {
		background:transparent url(/_TEincludes/TEimages/leapfrog/te-global-buttons-orange.png) repeat-x scroll 0 -22px;
		cursor:pointer;
		display:inline-block;
		height:22px;
		line-height:22px;
		padding:0 5px;
		}
a.te-global-orange-btn:hover, #te-RightColWrapper a.te-global-orange-btn:hover {
background:transparent url(/_TEincludes/TEimages/leapfrog/te-global-buttons-orange.png) no-repeat scroll 0 -132px;
text-decoration:none;
}
	a.te-global-orange-btn:hover span, #te-RightColWrapper a.te-global-orange-btn:hover span {
	background:transparent url(/_TEincludes/TEimages/leapfrog/te-global-buttons-orange.png) no-repeat scroll right -176px;
	text-decoration:none;
	}
		a.te-global-orange-btn:hover span b, #te-RightColWrapper a.te-global-orange-btn:hover span b {
		background:transparent url(/_TEincludes/TEimages/leapfrog/te-global-buttons-orange.png) repeat-x scroll 0 -154px;
		text-decoration:none;
		}

/*** Arrowed list item links ***/
.te-hp-section-content ul {
list-style-image:url(/_TEincludes/TEimages/leapfrog/te-global-bg-product-links.png);
list-style-position:inside;
}


