﻿.column
{
	width: 50%;
}
.heading-link
{
	color: #189fd7 !important;
}
.subheading
{
	text-align: center;
}
.job-info
{
	float: left;
	padding-right: 15px;
	width: 70%;
}
.job-title, .job-amount, .user-name
{
	font-size: 14px;
	font-weight: bold;
}
.job-amount
{
	float: left;
	text-align: right;
	width: 25%;
}
.job-subtitle
{
	color: #848484;
	font-size: 12px;
}
.job-subtitle a
{
	color: #444444 !important;
}
.user-small-picture
{
	float: left;
	min-height: 80px;
	padding-right: 15px;
	text-align: center;
	width: 80px;
}
.user-info-label
{
	color: #626262;
	float: left;
	font-weight: bold;
	padding-right: 5px;
}
.user-links
{
	text-align: center;
}
#job-seekers, #employers, #job-seekers-text, #employers-text, #job-seekers-button, #employers-button
{
	padding-bottom: 26px;
}
#job-seekers, #employers, #job-seekers-text, #employers-text
{
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 100%;
}
#job-seekers, #employers
{
	height: 24px;
	padding-top: 26px;
}
#job-seekers
{
	background-image: url(../../Static/Images/Default/job-seekers.png);
}
#employers
{
	background-image: url(../../Static/Images/Default/employers.png);
}
#job-seekers-text, #employers-text
{
	height: 35px;
}
#job-seekers-text
{
	background-image: url(../../Static/Images/Default/job-seekers-text.png);
}
#employers-text
{
	background-image: url(../../Static/Images/Default/employers-text.png);
}
#recent-jobs, #for-hire
{
	vertical-align: top;
}
#recent-jobs
{
	padding-right: 15px;
}
#for-hire
{
	padding-left: 15px;
}
