/*
Modified styles for employer section (blue-ish)
*/

a, a:active, a:visited {
	color: #007575 !important;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.buttons a:hover {
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #007070 !important;
}

h3 {
	font-size: 11.5pt !important;
	font-weight: normal !important;
}

.emphasis {
	background-color: #007575 !important;
}

div.container {
	background: white url(../images/topmenu_bg_wg.gif) repeat-x 0px 85px !important;
}

.notice {
	border: 2px solid #79C6C4 !important;	
}

/*
	Menu - top
*/

div.topmenu {
	background-color: #007575 !important;
}

div.topmenu a {
	color: #FFF !important;
	text-decoration: none !important;
}

div.topmenu a:hover {
	text-decoration: none !important;
}

/*
div.statusmessage {
	height: 24px !important;
	background: #61abab !important;
	font-size: 10pt !important;
	font-weight: bold !important;
	color: #FFF;
	border: 2px solid #00ABAB !important;
	border-top: none !important; 
}
*/

div.statusmessage p {
	margin: 4px 0px 6px 0px !important;
}

div.flags a, div.flags a:hover, div.flags a:active, div.flags a:visited {
	text-decoration: none !important;
}


/*
	Menu - sidebar
*/

ul.sidemenu li {
	background: url(../images/bullet_wg.gif) no-repeat 0px 3px !important;
}

ul.sidemenu li.active {
	font-weight: bold;
}
/*
	Search
*/

div.searchform {
	background: #186666 url(../images/zoek-personeel.gif) no-repeat center top !important;
}

div.searchform h3 {
	color: #D6E6E6 !important;
}

table.searchresults, div.searchresults {
	border: 1px solid #79C6C4 !important;	
}

/*
	Textblocks
*/

div.sidebarblock, div.leftblock, div.rightblock, fieldset, div.border, div.formborder, div.tabscontent {
	border: 1px solid #79C6C4 !important;
}

/*
	Profile
*/

.profile_wrap div {
	border: 1px solid #79C6C4 !important;
}

.profile_wrap .border {
	border: 1px solid #79C6C4 !important;
}

.profile_wrap div div {
	border: none !important;
}

.profile_wrap .noborder {
	border: none !important;
	margin-bottom: 0px !important;
}

div.step-1, div.step-2, div.step-3, div.step-4 {
	border: 1px solid #79C6C4 !important;
}

/* OBTRUSIVE BUTTON */

.buttons a.obtrusive-orange {
    color:#FFF !important;
    background: #990099; /*#E19D65;/* #009595;*/
    height: 45px;
    line-height: 19px;
    font-size: 120%;
    border-color: #007575;
    border-right-color: #005252;
    border-bottom-color: #005252;
    text-decoration: none;
}
.buttons a.obtrusive-orange:hover {
    background-color:#DD40DD;/* #E18538;/*#008080;*/
    border: 1px solid #005252;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
.buttons a.obtrusive-orange:active{
    background: #990099;/*#DD40DD;/*#E19D65;/*#007575;*/
    border: 1px solid #007575;
    color:#FFF !important;
    font-size: 120%;
}


.buttons a.obtrusive-blue {
    color:#FFF !important;
    background: #009595;
    height: 40px;
    line-height: 19px;
    font-size: 120%;
    border-color: #007575;
    border-right-color: #005252;
    border-bottom-color: #005252;
    text-decoration: none;
}
.buttons a.obtrusive-blue:hover {
    background-color: #008080;
    border: 1px solid #005252;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
.buttons a.obtrusive-blue:active{
    background:#007575;
    border: 1px solid #007575;
    color:#FFF !important;
    font-size: 120%;
}

/*

	Tables

*/

tr.results_row {
	background: #FFF;
	cursor: pointer;
}

tr.results_row td a {
	cursor: pointer;
}

tr.results_row td {
	vertical-align: top;
	cursor: pointer;
}
