@charset "UTF-8";

html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

a
{
	text-decoration: none;
	color:black;
}

a:hover
{
	text-decoration: underline;
	color:black;
}

.main-header {
	height: 100px;
	background-image: url('../images/header_default.png');
}

.candidate .main-header {
	background-image: url('../images/header_candidate.png');
	height:100px;
}

.employer .main-header {
	background-image: url('../images/header_employer.png');
	height:100px;
}

.main-header-menu {
	background-color: black; 
	height:35px;
	line-height: 35px;
	color:white;
	font-size: 12px;
	padding-left:10px;
	
}

.main-header-menu .menu-item {
	float:left;
}

.main-header-menu .menu-item-split {
	width:2px;
	height:35px;
	background-image:url("../images/main_menu_split.gif");
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.main-header-menu .menu-item a {
	color:white;
	text-decoration: none;
}

.main-header-menu .menu-item a:hover {
	color:yellow;
}

.menu-header {
	height: 40px;
	line-height: 40px;
}

.menu-header .employer {
	height:40px;
	line-height:40px;
}

.h-spacer {
	height: 20px;
}

.hidden {
	display: none;
}

.padding_10 {
	padding: 10px;
}

.error {
	color: red;
}

.bold {
	font-weight: bold;
}

.unbold {
	font-weight: normal !important;
}

.text-trim {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.noticebox {
    padding:6px;
    border:1px solid red;
    background-color: #FFD2D2;
    font-weight: bold;
    margin:4px 0;
}

.giro555 {
	position:absolute;
	left:675px;
	top:133px;
	z-index:999;
}