.content-container {
    background-color:#000;
    background-image:url("../img/bg/employee.jpg");
    background-repeat:no-repeat;
    background-position:center top;
}

.topMargin {
    width:auto;
    height: 212px;
    margin:0;
    padding:0;
    clear:both;
}

.content-container.employee-bg {
    background:#000 url("../img/bg/employee-bg.jpg") no-repeat center top;
}

.right-info-container .print_page {
    clear:both;
    width:auto;
    padding:0 5px 10px 5px;
    margin:12px 0 0 50px !important;
    background:transparent url("../img/hr-angled-dash-darker.gif") repeat-x left bottom;
}

.right-info-container .print_page,
.print_page_inner {
    font-size: 13px;
    text-align:right;
    font-weight:600;
    line-height:20px;
}

.print_page_inner {
    display:block;
    float:right;
}

.right-info-container .print_page a,
.right-info-container .print_page a:visited,
.print_page_inner a,
.print_page_inner a:visited {
    color:#2ab99d;
    text-decoration:none;
}

.right-info-container .print_page a:hover,
.print_page_inner a:hover {
    text-decoration:underline;
}

.printer-icon {
    border:0;
    margin-right:2px;
    margin-bottom:-3px;
}

.right-info-container div.hr-dashed {
    clear:both;
    background:transparent url("../img/hr-angled-dash-darker.gif") repeat-x !important;
    width:auto !important;
    height:4px !important;
    padding:0;
    margin:10px auto 30px auto !important;
}

.content-area .Actions {
    background:transparent url("../img/hr-angled-dash.gif") repeat-x;
    margin-top:20px;
    padding-top:20px;
}

.content-area .Actions .action {
    background:#2ab99d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    border-color: transparent;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px 10px;
}

div#Password.field.confirmedpassword {
    margin-bottom: 9px;
}

div#Password.field.confirmedpassword div.middleColumn div.showOnClick a {
    clear:both;
    margin-bottom:9px;
}

div#Password.field.confirmedpassword div.middleColumn div.showOnClick div.showOnClickContainer {
    clear:both;
    margin-top:9px;
}

fieldset label {
    padding-top:10px;
    font-weight:bold;
    font-style:normal;
}

.readonly.text {
    font-style: italic;
    padding-bottom:10px;
}

input.checkbox.nolabel {
    display:none;
}

input[readonly],
select[readonly],
textarea[readonly] {
    display:none;
}

#Form_ProfileForm div#FirstName,
#Form_ProfileForm div#Surname,
#Form_ProfileForm div#EmployeeNumber,
#Form_ProfileForm div#Position,
#Form_ProfileForm div#City,
#Form_ProfileForm div#Province,
#Form_ProfileForm div#Username {
    display:none;
}

.line-label {
    display:inline-block;
    width:125px;
    font-weight:bold;
}

h1.content.bottom-dashed {
    margin-top:0;
}

.content {
    margin-top:40px;
}

#Form_ProfileForm #Password {
}