﻿.tabFinder
{
	width: 900px;
	background: url(../Images/TabFinder/900background.png) no-repeat;
	margin: 0 auto;
}

.tabFinder .leftColumn
{
	float: left;
	width: 599px;
	border-right: 1px solid lightGrey;
}

.tabFinder .rightColumn
{
	float: left;
	width: 300px;
	border-left: 1px solid lightGrey;
	margin-left: -1px;	
}

.tabFinder .inner
{
	margin: 15px 30px 0 30px;
}

.tabFinder .viewPanel
{
	border-bottom: 1px solid lightgrey;
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.tabFinder .viewPanel a
{
	color: #969696;
	font-weight: bold;
	text-align: center;
}

.tabFinder .viewPanel a:hover, .tabFinder .viewPanel a.selected
{
	color: #009cff;
}

.tabFinder .searchAllTabsPlace
{
	border: 1px solid lightGrey;
	margin-bottom: 15px;
}

.tabFinder .topicPlace
{
	background-color: #ebebeb;
	padding: 5px 15px 15px 15px;
}

.tabFinder .adText
{
	font-size: 13px;
	color: #8e8e8e;
	text-align: left;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid lightGrey;
}

.tabFinder .tabRow
{
	margin-top: 30px;
}

.tabFinder .tabRow .tabImagePlace
{
	float: left;
}

.tabFinder .tabRow .tabInformationPlace
{
	float: left;
	margin-left: 15px;
	width: 370px;	
}

.tabFinder .tabRow .tabName
{
	font-size: 14px;
	font-weight: bold;
	color: #009cff;
}
.tabFinder .tabRow .tabName:hover
{
	color: #2d2d2d;
}

.tabFinder .tabRow .description
{
	color: #000000;
	font-size: 12px;
	height: 35px;
	overflow: hidden;
	margin-top: 5px;
}
.tabFinder .tabRow .headerImage
{
	width: 150px;
	height: 100px;
	background-repeat: repeat-x;
	border: 1px solid lightgray;
	display: block;
}

.tabFinder .tabRow .minorIcon
{
	position: relative;
	top: 3px;
}

.tabFinder .tabRow .minor
{
	font-size: 14px;
	color: #c2c2c2;
}

.tabFinder .tabRow .score
{
	color: #ffffff;
	width: 40px;
	height: 20px;
	background: #a6ce39;
	margin-left: 15px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.tabFinder .searchResultsContent .resultItem .subject
{
	color: #009cff;
}
.tabFinder .searchResultsContent .resultItem .subject:hover
{
	color: #2d2d2d;
}


.tabFinder .pagingPanel
{
	margin-top: 210px;
	border-top: 1px solid lightgrey;
	text-align: center;
}

.tabFinder .pagingPanel a
{
	color: #2d2d2d;
}
.tabFinder .pagingPanel a:hover
{
	color: #009cff;
}
.tabFinder .pagingPanel a.inactive, .tabFinder .pagingPanel a.inactive:hover
{
	color: #969696;
}

