/*
Description: Whitepaper Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Whitepapers Page
2. Whitepaper Categories

*/


/* 1. Whitepapers Page
--------------------------------------------------*/

#ContentLeft h2.RecentWhitepapers
{
	background: no-repeat url(../images/our_most_recent_whitepapers.gif);
	display: block;
	height: 31px;
	margin: 30px 0 24px 0;
	text-indent: -5000px;
	width: 613px;
}

#LatestWhitepapers
{
	min-height: 133px;
	overflow: hidden;
}

	#LatestWhitepapers a.WhitepaperLeft
	{
		background: no-repeat top left url(../images/whitepapers/012010_thumb.gif);
		color: #363636;
		display: block;
		float: left;
		font-size: 14px;
		line-height: 18px;
		margin: 0 19px 34px 0;
		min-height: 99px;
		padding: 12px 0 0 97px;
		text-decoration: none;
		width: 200px;
	}
	
	#LatestWhitepapers a:hover.WhitepaperLeft
	{
		color: #C22000;
	}
	
	#LatestWhitepapers a.WhitepaperRight
	{
		background: no-repeat top left url(../images/whitepapers/012010_thumb.gif);
		color: #363636;
		display: block;
		float: left;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 34px;
		min-height: 99px;
		padding: 12px 0 0 97px;
		text-decoration: none;
		width: 200px;
	}
	
	#LatestWhitepapers a:hover.WhitepaperRight
	{
		color: #C22000;
	}
	
#ContentLeft h2.WhitepaperCategories
{
	background: no-repeat url(../images/whitepaper_categories.gif);
	display: block;
	height: 31px;
	margin-bottom: 24px;
	text-indent: -5000px;
	width: 613px;
}

	ul.CategoryButtons
	{
		list-style: none;
		overflow: hidden;
	}
	
		.CategoryButtons li
		{
			float: left;
		}
		
		.CategoryButtons a.Deliverability
		{
			background: no-repeat top url(../images/btn_deliverability.gif);
			display: block;
			height: 40px;
			margin: 0 18px 4px 0;
			text-indent: -5000px;
			width: 297px;
		}
		
		.CategoryButtons a:hover.Deliverability {background: no-repeat bottom url(../images/btn_deliverability.gif);}
		
		.CategoryButtons a.EngagementStrategies
		{
			background: no-repeat top url(../images/btn_engagement_strategies.gif);
			display: block;
			height: 40px;
			margin-bottom: 4px;
			text-indent: -5000px;
			width: 297px;
		}
		
		.CategoryButtons a:hover.EngagementStrategies {background: no-repeat bottom url(../images/btn_engagement_strategies.gif);}
		
		.CategoryButtons a.Personalization
		{
			background: no-repeat top url(../images/btn_personalization.gif);
			display: block;
			height: 40px;
			margin: 0 18px 4px 0;
			text-indent: -5000px;
			width: 297px;
		}
		
		.CategoryButtons a:hover.Personalization {background: no-repeat bottom url(../images/btn_personalization.gif);}
		
		.CategoryButtons a.RulesAndBestPractices
		{
			background: no-repeat top url(../images/btn_rules_and_best_practices.gif);
			display: block;
			height: 40px;
			margin-bottom: 4px;
			text-indent: -5000px;
			width: 297px;
		}
		
		.CategoryButtons a:hover.RulesAndBestPractices {background: no-repeat bottom url(../images/btn_rules_and_best_practices.gif);}
		
		.CategoryButtons a.ReportingAndMetrics
		{
			background: no-repeat top url(../images/btn_reporting_and_metrics.gif);
			display: block;
			height: 40px;
			margin: 0 18px 4px 0;
			text-indent: -5000px;
			width: 297px;
		}
		
		.CategoryButtons a:hover.ReportingAndMetrics {background: no-repeat bottom url(../images/btn_reporting_and_metrics.gif);}
		
		.CategoryButtons a.TransactionalAndTriggeredEmail
		{
			background: no-repeat top url(../images/btn_transactional_and_triggered_email.gif);
			display: block;
			height: 40px;
			margin-bottom: 4px;
			text-indent: -5000px;
			width: 297px;
		}
		
		.CategoryButtons a:hover.TransactionalAndTriggeredEmail {background: no-repeat bottom url(../images/btn_transactional_and_triggered_email.gif);}


/* 2. Whitepaper Categories
--------------------------------------------------*/

#ContentLeft h2.Deliverability
{
	background: no-repeat url(../images/deliverability.gif);
	display: block;
	height: 31px;
	margin-bottom: 5px;
	text-indent: -5000px;
	width: 613px;
}

#ContentLeft h2.Personalization
{
	background: no-repeat url(../images/personalization.gif);
	display: block;
	height: 31px;
	margin-bottom: 5px;
	text-indent: -5000px;
	width: 613px;
}

#ContentLeft h2.ReportingandMetrics
{
	background: no-repeat url(../images/reporting_metrics.gif);
	display: block;
	height: 31px;
	margin-bottom: 5px;
	text-indent: -5000px;
	width: 613px;
}

#ContentLeft h2.EngagementStrategies
{
	background: no-repeat url(../images/engagement_series.gif);
	display: block;
	height: 31px;
	margin-bottom: 5px;
	text-indent: -5000px;
	width: 613px;
}

#ContentLeft h2.RulesandBestPractices
{
	background: no-repeat url(../images/rules_best_practices.gif);
	display: block;
	height: 31px;
	margin-bottom: 5px;
	text-indent: -5000px;
	width: 613px;
}

#ContentLeft h2.TriggeredandTransactional
{
	background: no-repeat url(../images/transactional_triggered.gif);
	display: block;
	height: 31px;
	margin-bottom: 5px;
	text-indent: -5000px;
	width: 613px;
}


.feature-matrix td {
	clear:both;
	padding: 4px;
	margin: 2px;
	border: solid 1px #f5f5f5;
}

.caption {
	color:#666;
	font-size:11px;
	line-height: 12px; 
	margin:5px 0;
}

.fullwidth {
	text-align:center;
	width:613px;	
}

sup {
	font-size:xx-small; 
	vertical-align:top;
}


.image1 {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
}


.tooltip {
	background-color:#e3eef4;
	border:1px solid #5b92c5;
	color:#303030;
	display:none;
	font-family:sans-serif;
	font-size:12px;
	line-height:18px;
	padding:10px 13px;
	position:absolute;
	top:300px;
	right:-30px;
	text-align:center;
	width:175px;
	z-index:2;
}

#factorgraph { 
	margin:0px 0px 25px 0px; 
	position:relative;
}
