@CHARSET "UTF-8";

.footer {
	background:black;	
}

.footer .line {
	border-bottom: 1px dotted white;
	height: 19px;
	margin-bottom: 10px;
}

.footer .textbox {
	font-size: 11px;
	height: 300px;
	color: white;
}

.footer .textbox h1 {
	font-size: 11px;
	margin: 0px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
}

.footer .textbox p {
	margin-bottom: 10px;
}

.footer .textbox .container {
	padding: 20px;
}

.footer .textbox .textbox-vacancy {
	background-color: #FFFF00;
}

.footer .textbox-vacancy h1 {
	color: #FFFF00;
	background-color: #666600;
}

.footer .textbox-vacancy {
	background-color: #FFFF00;
	color:black;
}

.footer .textbox-vacancy .position-opening {
	overflow: hidden;
	display:block;
	line-height: 18px;
	height:18px;
}

.footer .textbox-cv {
	background-color: #FF0066;
}

.footer .textbox-cv h1 {
	color: #FF0066;
	background-color: #660033;
}

.footer .textbox-employer {
	background-color: #00A1E9;
}

.textbox-employer h1 {
	color: #00A1E9;
	background-color: #003366;
}

.footer .linkbox
{
	font-size: 11px;
}	

.footer .linkbox h1 {
	height: 20px;
	color: white;
	margin: 0px;
	font-size: 11px;
}

.linkbox a {
	color: white;
	text-decoration: none;
}

.linkbox a:hover {
	color: white;
	text-decoration: none;
}

.linkbox-candidate a:hover {
	border-bottom: 1px solid #FF0066;
}

.linkbox-employer a:hover {
	border-bottom: 1px solid #00A1E9;
}

.linkbox-site a:hover,.linkbox-about a:hover {
	border-bottom: 1px solid #FFFF00;
}

.linkbox-candidate,.linkbox-employer,.linkbox-site,.linkbox-about {
	margin-bottom: 20px;
	color: white;
}

.linkbox-candidate .list {
	color: #FF0066;
}

.linkbox-employer .list {
	color: #00A1E9;
}

.linkbox-site .list,.linkbox-about .list {
	color: #FFFF00;
}