/*
 * Sports Home Page CSS
 */
.yui-b.first {
	padding-left: 2.4em;
}

blockquote.single {
	background-color: #f3f8dd;
	border: 2px solid #b7c677;
	-webkit-border-radius: 8px; /* Safari prototype */
	-moz-border-radius: 8px; /* Gecko browsers */
	border-radius: 8px; /* Everything else - limited support at the moment */
	text-style: normal;	
}

	blockquote.single p {
		background-color: #f3f8dd;	
	}
	
	blockquote.single cite {
		background-color: #f3f8dd;
	}

div#tagLine {
	position: relative;
    height: 107px;
    background: transparent url(../../images/sports/tagline-sportsdashboards.gif) no-repeat left top;	
}
			
div#callToAction {
	position: relative;
	padding-bottom: 0;
	height: 220px;
	background-color: #ffffff;
    background-image: url("../../images/sports/actionBackground.gif");
    background-repeat: repeat-x;
	background-position: bottom left;
}

	div#callToAction div#ctaText {
		position: absolute;
		top: 16px;
		left: 22px;
		vertical-align: middle;
		width: 620px;
		height: 180px;
	}

		div#callToAction div#ctaText h3 {
			padding: 0 0 4px 0;
			color: #445544;
			font-size: 200%;
			margin-bottom: 8px;
			line-height: 1.2em;
		}

		div#callToAction div#ctaText p {
			line-height: 1.1em;
			font-size: 140%;
		}

		div#callToAction div#ctaText ul li {
			line-height: 1.4em;
			font-size: 125%;
		}
		
	div#callToAction div#ctaImage {
		position: absolute;
		top: 12px;
		right: 40px;
		height: 180px;
		width: 206px;
		vertical-align: middle;
	}
	
	div#callToAction div#ctaImage p#ctaImageDescription {
		font-size: 95%;
		color: #666666;
		text-align: center;
	}
	
	div#callToAction div#ctaImage a {
		display: block;
	    background: transparent url(../../images/sports/dashboard-screenshot.gif) no-repeat left top;
		height: 180px;
		width: 206px;
		padding: 0;
	}

		div#callToAction div#ctaImage a:hover {
		    background: transparent url(../../images/sports/dashboard-screenshot.gif) no-repeat left -200px;
			text-decoration: none;
		}

		div#callToAction div#ctaSignUpNowButton {
			position: absolute;
			top: 160px;
			left: 30px;
			height: 42px;
			overflow: hidden;
		}

			div#callToAction div#ctaSignUpNowButton a {
				display: block;
				height: 42px;
				width: 243px;
			    background: url(../../images/sports/free-trial-button.png) no-repeat left top;
			}

			div#callToAction div#ctaSignUpNowButton a:hover {
				background: url(../../images/sports/free-trial-button.png) no-repeat left -50px;
			}

.yui-content div.tabScreenshot {
	float: right;
	padding: 5px;
	font-size: 80%;
	text-align: center;
}

	.yui-content div.tabScreenshot img {
		border: 2px solid #aabbaa;
	}
	
	.yui-content div.tabScreenshot a:hover {
		background-color: transparent;	
	}

	.yui-content div.tabScreenshot a > span {
		display: block;
	}
	
div#poweredByButton {
	padding-top: 30px;	
/*	position: absolute;
	bottom: 25px;
	right: 18px; */
}

	div#poweredByButton a {
		display: block;
		height: 36px;
		width: 220px;
	    background: url(/images/sports/buttons.gif) no-repeat left -500px;
		margin: 0 14px;
		padding: 0;
	}

div#satisfaction {
	text-align: center;
	width: 253px;
	height: 84px;
    background: url(/images/sports/satisfaction.png) no-repeat left top;
}

div#sports-stories {
	text-align: center;
}
	div#sports-stories a {
		display: block;
		width: 247px;
		height: 98px;
	    background: url(/images/sports/visit-sports-stories-button.png) no-repeat left top;
	}

	div#sports-stories a:hover {
	    background: url(/images/sports/visit-sports-stories-button.png) no-repeat left -101px;
	}

div#emailBoard {
	text-align: center;
}
	div#emailBoard a {
		display: block;
		width: 242px;
		height: 40px;
		margin-left: 12px;
	    background: url(/images/sports/email-this-page.png) no-repeat left top;
	}
	
	div#emailBoard a:hover {
	}

div#dashboardScreenshots {
	display: none;
}

.yui-navset .yui-content div.section {
	margin-top: 12px;
}	

	.yui-navset li em {
		font-weight: normal;
	}
	
.photoViewer-title {
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, sans-serif;
	background-color: #eeeeee;
}

a.iconLink.movie {
	background: #ffffff url(/images/movie-icon-lite.gif) no-repeat scroll 0% 50%;
	color: #4d92eb;
	text-decoration: underline;
}	

	a.iconLink.movie:hover {
		color: #0066eb;
	}

div#testimonialBlock {
	height: 400px;
}
	