﻿/* Webkit browser (Apple & Chrome) specific stylesheet for www.jobzonen.dk */

/* Styles for BtB */
#triggers {
	position: absolute;
	top: 503px;
	left: 35px;
	margin: 0x 0px 0px 0px;
	cursor: pointer;
}

/* Styels for BtC */
/* Frontpage */
.companyProfileSmallPopUpLeft 
{
    position: absolute;
    margin: -12px 0px 0px 0px;
    border-bottom: 2px solid #9EB9C0;
    border-left: 2px solid #9EB9C0;
    border-right: 2px solid #9EB9C0;
    background-color: #ffffff; 
    z-index: 1000; 
    width: 312px; 
    min-height: 60px; 
    display: none;
    background-image: url(../Images/forside/company_small_popup_left.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.companyProfileSmallPopUpMiddle 
{
    position: absolute; 
    margin: -12px 0px 0px -109px;
    border-bottom: 2px solid #9EB9C0;
    border-left: 2px solid #9EB9C0;
    border-right: 2px solid #9EB9C0; 
    background-color: #ffffff; 
    z-index: 1000; 
    width: 312px; 
    min-height: 60px; 
    display: none;
    background-image: url(../Images/forside/company_small_popup_middle.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.companyProfileSmallPopUpRight 
{
    position: absolute; 
    margin: -12px 0px 0px -218px;
    border-bottom: 2px solid #9EB9C0;
    border-left: 2px solid #9EB9C0;
    border-right: 2px solid #9EB9C0;
    background-color: #ffffff; 
    z-index: 1000; 
    width: 312px; 
    min-height: 60px; 
    display: none;
    background-image: url(../Images/forside/company_small_popup_right.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.companyProfileLargePopUp .companyIntroText
{
    padding: 10px 8px 10px 12px;
}
.visFlere
{
color: #003a68;
text-decoration: underline;
font-size: 13px;
float: right;
position: relative;
margin: 0px 50px 0px 00px;
}
.cvProfileStatus 
{
    margin: 0px -10px 0px 0px;
}