﻿#solutionselectortable
{
	width: 100%;
}

.solutionselector_youneeds, .solutionselector_col2
{
	width: 50%;
}

.solutionselector_youneeds
{
	border-right: dotted 1px #C4DBF2;
}

#youneeds
{
	padding-right: 10px;
}

#yourdepartmentorindustry, #demandedtechnology
{
	padding-left: 10px;
}

.solutionCategoryHeader
{
	background-color: #FFFCDF;
	border: dotted 1px #FFD767;
	padding-left: 10px;
}

.solutionCategoryHeader h3
{
	font-size:small;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.solutionCategoryContainer a
{
	color: Black;
	
	display: block;
	width: 98%;
	
	font-weight: normal;
	
	border: solid 1px White;
}

.solutionCategoryContainer a:link 
{
	text-decoration:none;
}

.solutionCategoryContainer a:visited 
{
	text-decoration:none;
}

.solutionCategoryContainer a:active
{
	text-decoration:none;
}

.solutionCategoryContainer a:hover
{
	text-decoration: none;
	
	border: solid 1px #FF9C31;
}

.solutionCategoryContainer a span
{
	margin-left: 2px;
	margin-right: 2px;
}