﻿.filterContent
{
	width: 100%;
	padding: 10px 10px 10px 10px;
}

.filterRow
{
	clear: both;
	width: 100%;
}

.filterApplyBtn
{
	clear: both;
	width: 100%;
	text-align: right;
}

.filterName
{
	float: left;
	width: 15%;
}

.filterSelect
{
	float: right;
	width: 55%;
	text-align: left;
}

.listContent
{
	width: 100%;
	padding: 10px 10px 10px 10px;
}

.listTable
{
	width: 100%;
	height: 250px;
}

.tableHeaderView
{
	width: 5%;
	text-align: center;
	text-decoration: underline;
}

.tableView
{
	width: 5%;
	text-align: center;
}

.tableHeaderEdit
{
	width: 5%;
	text-align: center;
	text-decoration: underline;
}

.tableEdit
{
	width: 5%;
	text-align: center;
}

.tableHeaderJobTitle
{
	width: 25%;
	text-decoration: underline;
}

.tableJobTitle
{
	width: 25%;
}

.tableHeaderCompanyType
{
	width: 40%;
	text-decoration: underline;
}

.tableCompanyType
{
	width: 40%;
}

.tableHeaderRegion
{
	width: 30%;
	text-decoration: underline;
}

.tableRegion
{
	width: 30%;
}

.positionInfo
{
	padding: 5px 5px 5px 5px;
	margin: 10px 0 10px 0;
	border: solid 1px #000000;
	width: 100%;
	height: 68px;
}

.positionInfoLeft
{
	width: 49%;
	float: left;
}

.positionInfoRight
{
	width: 49%;
	float: right;
}

.positionDesc
{
	float: left;
	border: solid 1px #000000;
	width: 100%;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
}

.positionContact
{
	float: left;
	border: solid 1px #000000;
	width: 100%;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
}

.positionContactForm
{
	margin-left: 25px;
	width: 50%;
	float: left;
}

.positionEmployee
{
	width: 40%;
	float: right;
}

.positionFriend
{
	width: 40%;
	float: right;
	clear: right;
}