﻿#centerColumnWide table.commonTwoColumn
{
	margin-bottom: 15px;
}
#centerColumnWide table.commonTwoColumn thead th
{
	padding: 5px 0 5px 5px;
	border-top: 1px dotted #DDD;
	border-bottom: 1px dotted #DDD;
	font-size: 12px;
	color: #74891D;
	text-align: left;
}
#centerColumnWide table.commonTwoColumn thead th#searchtype
{
	width: 145px;
	font-weight: normal;
}
#centerColumnWide table.commonTwoColumn thead th#searchcriteria
{
	width: 345px;
}
#centerColumnWide table.commonTwoColumn tbody th
{
	width: 150px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #DDD;
}
#centerColumnWide table.commonTwoColumn tbody.customerStory th
{
	border-top: 1px dotted #DDD;
}
#centerColumnWide table.commonTwoColumn tbody th p.blog, #centerColumnWide table.commonTwoColumn tbody th p.podcast
{
	width: 100px;
	padding-left: 38px;
	font-size: 11px;
	font-weight: normal;
	color: #555;
	text-align: left;
}
#centerColumnWide table.commonTwoColumn tbody th p.blog strong, #centerColumnWide table.commonTwoColumn tbody th p.podcast strong
{
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
#centerColumnWide table.commonTwoColumn tbody th p.blog
{
	background: transparent url(/images/icon_news_blog.gif) no-repeat 0 0;
}
#centerColumnWide table.commonTwoColumn tbody th p.podcast
{
	background: transparent url(/images/icon_news_podcast.gif) no-repeat 0 0;
}
#centerColumnWide table.commonTwoColumn tbody td
{
	width: 350px;
	padding: 8px 0 12px 0;
	border-bottom: 1px dotted #DDD;
}
#centerColumnWide table.commonTwoColumn tbody.customerStory td
{
	border-top: 1px dotted #DDD;
}

#centerColumnWide table.commonTwoColumn tbody td h1, #centerColumnWide table.commonTwoColumn tbody td p, #centerColumnWide table.commonTwoColumn tbody td a
{
	font-size: 11px;
	line-height: 16px;
}
#centerColumnWide table.commonTwoColumn tbody td h1
{
	font-weight: bold;
	color: #74891D;
	margin-bottom: 5px;
}
#centerColumnWide table.commonTwoColumn tbody td p
{
	margin-bottom: 5px;
	color: #000;
}
#centerColumnWide table.commonTwoColumn tbody td a
{
	color: #555;
	text-decoration: underline;
}
#centerColumnWide table.commonTwoColumn tbody td a:hover
{
	color: #000;
}

