html, body {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

form {
    margin: 0;
    padding: 0;
}

#printPrintTitle {
    margin: 15px 0 20px 33px;
    font-family: Arial Black, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #4E4E4E;
    float: left;
    max-width: 326px;
    line-height: 25px;
}

.fb_follow {
    position: absolute;
    border: none;
    overflow: hidden;
    width: 450px;
    color: #fff;
    height: 30px;
    top: 5px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

select, input, textarea, .InputBorder {
    font-size: 12px;
    color: #330000;
    vertical-align: middle;
    border: 1px solid #dddddd;
    margin: 2px 0px 2px 0px;
    padding: 2px;
}

.CheckBox {
    border: 0px !important;
    margin: -2px !important;
    padding: 0px !important;
}

fieldset {
    border: 1px solid #dddddd;
    color: #444444;
    padding: 5px;
}

fieldset legend {
    font-size: 12px;
    color: #990000;
}

fieldset label {
    font-size: 12px;
    color: #444444;
}

fieldset table {
    font-size: 12px;
    color: #444444;
}

.status {
    text-align: center;
    color: red;
    font-weight: bold;
    padding: 5px;
    border: solid 1px #CCCCCC;
    margin-top: 5px;
    margin-bottom: 5px;
}

.InpVal {
    color: #440000;
    font-size: 12px;
}

hr {
    height: 1px;
    border: none;
    color: #DDDDDD;
}

.page {
    width: 975px;
    padding-left: 3px;
    padding-bottom: 30px;
    margin: 0 auto;
    /*margin-top: 40px;*/
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background: url('../images/header_gradient.gif') no-repeat;
    background-color: #FFFFFF;
}

.page .header {

}

.page #header_image {
    background-repeat: no-repeat;
    float: left;
}

.page #login_up {
    float: right;
    margin: 15px 0 0 0;
}

.page #login_up input {
    border: solid 1px #DDDDDD;
    font-size: 11px;
    margin-top: 2px;
    height: 16px;
}

.page #login_up .button {
    background-image: url('../images/submit_btn.gif');
    background-repeat: no-repeat;
    width: 41px;
    height: 22px;
    border: none;
    color: #444444;
    font-weight: bold;
}

.page #login_up .buttonOver {
    background-image: url('../images/submit_btn_over.gif');
    background-repeat: no-repeat;
    width: 41px;
    height: 22px;
    border: none;
    color: #444444;
    font-weight: bold;
}

.page #login_up #loginTitle {
    float: left;
    background-image: url('../images/tu_l.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 10px;
    text-align: center;
    padding-top: 4px;
    height: 25px;
    color: #FFFFFF;
}

.page #login_up #loginFormBox {
    float: left;
    padding-left: 10px;
    background-image: url('../images/tu_r.gif');
    height: 29px;
}

.page #header_menu {
    text-align: center;
}

.page #modTitle {
    background-color: #B00000;
    height: 24px;
    width: 788px;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 7px;
    padding-top: 3px;
}

.clear {
    clear: both;
}

.page #body {
    width: 795px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    text-align: left;
    background-color: #fff;
    font-size: 13px;
    padding-bottom: 3px;
}

.page #innerbody {
    padding: 5px;
    border: 1px solid #CCCCCC;
    width: 615px;
    float: left;
    margin-top: 3px;
    background-color: #F8F8F9;
}

.page #body .req {
    font-size: 12px;
    color: #FF0000;
}

.page #body .formstatus {
    color: #B00000;
    padding: 10px;
    border: solid 1px #F8A86A;
    background-color: #FFFCF6;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page .footer {
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    width: 610px;
}

.page .footer a {
    color: #003399;
    font-size: 11px;
    text-decoration: none;
}

.page .footer a:hover {
    text-decoration: underline;
}

.page .footer #sbb {
    background-color: #D4D0C8;
    border: solid 1px #DDDDDD;
    font-size: 11px;
}

.page .footer #sbi {
    background-color: #FFFFFF;
    border: solid 1px #DDDDDD;
    font-size: 11px;
}

.page #leftmenu {
    float: left;
    width: 180px;
}

.page #rightmenu {
    float: right;
    width: 165px;
}

.button {
    color: #ffffff;
    font-size: 12px;
    background-image: url('../images/btnBg.gif');
    cursor: pointer;
}

.button:hover {
    background: #b70101;
}

.styled-button {
    color: #ffffff;
    font-size: 12px;
    background-image: url('../images/btnBg.gif');
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
}

.styled-button:hover {
    background: #b70101;
    color: #fff;
    text-decoration: none;
}

.newsLetter {
    float: left;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 4px;
    background-image: url('../images/TopGRB.gif');
    background-position: bottom;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.rightZone {
    width: 160px;
    border: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-top: 3px;
}

.rightZone a {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.rightZone a:hover {
    color: #333333;
    text-decoration: none;
}

.listMenu {
    float: left;
    margin-top: 1px;
    margin-bottom: 3px;
    padding: 0px 0px 5px 0px;
    background-image: url('../images/TopGRT.gif');
    background-repeat: no-repeat;
}

.newsLetter dd {
    background-image: url('../images/TopGRT.gif');
    margin: 0px;
    margin-top: 1px;
    cursor: pointer;
    height: 20px;
    text-align: left;
    padding-left: 10px;
    padding-top: 8px;
    width: 168px;
    background-repeat: no-repeat;
}

.newsLetter dd a {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.listMenu dd {
    font-size: 10px;
    margin: 0px;
    margin-top: 1px;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 1px;
    text-align: left;
    padding-top: 1px;
    width: 168px;
    padding-left: 10px;
}

.bannerMenu {
    margin: 0;
    margin-left: 3px;
    float: left;
}

.listMenu dd a {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}

.listMenu dd a:hover {
    color: #333333;
    text-decoration: underline;
}

.listMenu dd div {
    background-image: url('../images/ya.gif');
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
}

.listMenu .boxtitle {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.input {
    border: solid 1px #DDDDDD;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #330000;
}

.select {
    border: solid 1px #DDDDDD;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #330000;
    padding: 2px;
}

a {
    color: #FF6600;
    text-decoration: none;
}

a:hover {
    color: #ff9900;
    text-decoration: underline;
}

.formstatus {
    font-size: 10px;
    color: #B00000;
}

h3 {
    font-size: 100%;
    color: #567FD3
}

.title {
    margin: 0px;
    padding: 0px;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
}

small {
    font-family: Arial;
    font-size: 10px;
    color: #999999;
    margin: 0;
    padding: 0;
}

#survey {
    padding: 5px;
    font-size: 13px;
    margin-left: 2px;
}

.radio {
    border: none;
    background: none;
}

#survey .survey_title {
    background-position: 4px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: #990000;
    font-weight: bold;
}

#survey p {
    line-height: 16px;
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 11px;
}

#survey input {
    margin-right: 3px;
}

.cell {
    padding-top: 4px;
    padding-bottom: 9px;
}

.cell2 {
    padding-bottom: 9px;
}

.greenBox {
    background-image: url('../images/greenBox.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 2px;
    text-indent: 4px;
    width: 298px;
}

.greenBoxTitle {
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.greenList {
    font-size: 12px;
    color: #555555;
    line-height: 18px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    list-style: none outside !important;
}

.greenList LI {
    background-image: url('../images/greenTick.gif');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 0px 0px 0px 20px;
    color: #F17E06;
}

.greenList a {
    color: #F17E06;
    text-decoration: none;
}

.greenList a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

.greenBox_b {
    width: 297px;
    background-image: url('../images/greenBox_b.gif');
    background-repeat: no-repeat;
    background-position: 0px 100%;
    overflow: hidden;
    font-size: 1px;
    text-indent: +5px;
}

.btngl_n, .btngl_a {
    background-image: url('../images/btng_l_n.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    display: block;
    padding: 0px 0px 0px 3px;
    margin: 0px 2px 0px 1px;
    font-size: 11px;
    color: #4c4c4c;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
}

.btngl_n:HOVER, .btngl_a {
    background-image: url('../images/btng_l_a.gif');
    background-repeat: no-repeat !important;
    background-position: 0px 0px;
    color: #990000 !important;
}

.btngl_n span, .btngl_a span {
    background-image: url('../images/btng_r_n.gif');
    background-repeat: no-repeat !important;
    background-position: 100% 0px;
    overflow: hidden;
    display: block;
    padding: 0px 12px 0px 3px;
}

.btngl_n:HOVER SPAN, .btngl_a SPAN {
    background-image: url('../images/btng_r_a.gif');
    background-repeat: no-repeat !important;
    background-position: 100% 100%;
}

.grBtn {
    background-image: url('../images/grBtn_l.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 12px;
    color: #444444 !important;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 0px 4px 4px !important;
    /*line-height:23px !important;
     height:23px !important;*/
    white-space: nowrap;
    cursor: pointer;
}

.grBtn INPUT {
    font-size: 12px;
    color: #444444;
    font-weight: bold;
}

.grBtn span, .grBtn input {
    background-image: url('../images/grBtn_r.gif');
    background-repeat: no-repeat;
    background-position: 100% 0px;
    padding: 4px 4px 4px 0px;
    border: 0px;
}

.grBtn a {
    font-size: 12px !important;
    color: #444444 !important;
    font-weight: bold;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 4px;
    color: #990000;
}

.Grid {
    font-size: 11px !important;
    color: #000000;
}

.Grid td {
    padding: 2px;
}

.Grid a {
    color: Navy !important;
    font-size: 11px !important;
    text-decoration: none;
}

.Grid a:hover {
    color: #FF0000;
    text-decoration: underline;
}

.Grid thead {
    font-weight: bold;
}

.Grid thead td {
    border-bottom: 1px solid #cccccc;
}

.Grid tbody td {
    border-bottom: 1px solid #dddddd;
}

.GridAdmin {
    font-size: 11px !important;
    color: #000000;
}

.GridAdmin td {
    padding: 4px;
}

.GridAdmin a {
    color: Navy !important;
    font-size: 11px !important;
}

.GridAdmin a:hover {
    color: #FF0000;
    text-decoration: none;
}

.GridAdmin thead {
    font-weight: bold;
}

.GridAdmin thead td {
    border-bottom: 1px solid #cccccc;
}

.GridAdmin tbody td {
    border-bottom: 1px solid #dddddd;
}

.job_categories {
    list-style: none inside;
    margin: 0px;
    padding: 0px;
}

.payment_option {
    border: 1px solid gray;
    padding: 4px;
}

/*TopJobs*/
#TopJobsT {
    clear: both;
    background-image: url('../images/TopJobsT.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 1px 10px 0px 10px;
}

#TopJobsB {
    background-image: url('../images/TopJobsB.gif');
    background-repeat: no-repeat;
    background-position: 0px 100%;
    padding: 0px 0px 6px 0px;
    width: 178px;
    margin-left: -1px;
}

#TopJobsTitle {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    padding: 0px 0px 0px 0px;
}

#TopJobsList {
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style: none outside !important;
    vertical-align: top;
}

#TopJobsList a {
    background-image: url('../images/ya.gif');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-position: left top;
    padding: 0px 0px 0px 10px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: top;
}

#TopJobsList a:hover {
    text-decoration: underline;
}

/*TopR*/
#TopRT {
    background-image: url('../images/TopRT.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 1px 10px 0px 10px;
}

#TopRB {
    float: left;
    background-image: url('../images/TopRB.gif');
    background-repeat: no-repeat;
    background-position: 0px 100%;
    padding: 0px 0px 6px 0px;
    width: 178px;
    margin-left: -1px;
}

#TopRTitle {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
}

#TopRList {
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style: none outside !important;
}

#TopRList a {
    background-image: url('../images/ya.gif');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding: 0px 0px 0px 10px;
    color: #ffffff;
    text-decoration: none;
}

#TopRList A:HOVER {
    text-decoration: underline;
}

#available_langs {
    display: none;
    list-style: none;
    position: absolute;
    color: #000000;
    font-size: 14px;
    z-index: 1000;
    width: 350px;
    height: 350px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 10px;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -175px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.39);
}

#available_langs .lang_title {
    text-align: center;
    font-weight: bold;
}

#available_langs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    white-space: nowrap;
}

#available_langs ul li {
    float: left;
}

#available_langs ul li a {
    color: #333333;
    font-size: 14px;
    display: inline-block;
    padding-left: 60px;
    width: 110px;
    height: 50px;
    line-height: 50px;
}

#available_langs ul li a:hover {
    font-weight: bold;
    text-decoration: none;
}

#available_langs li a.bg {
    background: url(../images/flags/bg.png) no-repeat;
}

#available_langs li a.en {
    background: url(../images/flags/us.png) no-repeat;
}

#available_langs li a.ro {
    background: url(../images/flags/ro.png) no-repeat;
}

#available_langs li a.uk {
    background: url(../images/flags/ua.png) no-repeat;
}

#available_langs li a.zh {
    background: url(../images/flags/cn.png) no-repeat;
}

#available_langs li a.fr {
    background: url(../images/flags/fr.png) no-repeat;
}

#available_langs li a.ru {
    background: url(../images/flags/ru.png) no-repeat;
}

#available_langs li a.vi {
    background: url(../images/flags/vn.png) no-repeat;
}

#available_langs li a.cs {
    background: url(../images/flags/cz.png) no-repeat;
}

#available_langs li a.de {
    background: url(../images/flags/de.png) no-repeat;
}

#available_langs li a.es {
    background: url(../images/flags/es.png) no-repeat;
}

.lang.active {
    overflow: hidden;
    margin-top: -30px;
    line-height: 30px;
}

.lang.active label, .lang.active a {
    cursor: pointer;
}

.lang.active label, .lang.active a {
    font-size: 11px;
}

.lang.active a:hover {
    text-decoration: none;
}

.comp_logo {
    width: 580px;
    height: 210px;
    overflow: auto;
    border: 1px dashed #cccccc;
    padding: 5px;
    margin: 5px;
}

.TabBar {
    height: 26px;
    font-size: 1px;
    font-weight: bold;
    clear: both;
}

.TabBar a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 26px;
}

.tbL_a, .tbL_n {
    font-size: 12px;
    margin-right: 2px;
}

.tbL_n {
    background-image: url('../images/tbL_n.gif');
    background-repeat: no-repeat;
    background-position: -3px 100%;
    padding: 0px 0px 0px 3px;
    font-size: 12px;
}

.tbL_n SPAN {
    background-image: url('../images/tbR_n.gif');
    background-repeat: no-repeat;
    background-position: 99% 100%;
    display: block;
    padding: 0px 10px 0px 6px;
    font-size: 12px;
}

.tbL_a, .tbL_n:hover {
    background-image: url('../images/tbL_a.gif');
    background-repeat: no-repeat;
    background-position: -3px 100%;
    padding: 0px 0px 0px 3px;
    font-size: 12px;
    text-decoration: none;
}

.tbL_a span, .tbL_n:hover span {
    background-image: url('../images/tbR_a.gif');
    background-repeat: no-repeat;
    background-position: 99% 100%;
    display: block;
    padding: 0px 10px 0px 6px;
    font-size: 12px;
    color: #FF9900;
}

.tbL_n span img, .tbL_a span img {
    vertical-align: middle;
    font-size: 14px;
}

.rightBanner .allBannerCode {
    margin-top: 3px;
    margin-right: 3px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
    white-space: normal;
    width: 160px;
}

.rightBanner .allBannerCode .banner_text {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.rightBanner .allBannerCode .banner_text:hover {
    color: #333333;
    text-decoration: none;
}

.leftBanner .allBannerCode {
    margin-top: 3px;
    margin-right: 3px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
    white-space: normal;
}

.leftBanner .allBannerCode .banner_text {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.leftBanner .allBannerCode .banner_text:hover {
    color: #333333;
    text-decoration: none;
}

.centerBanner {
    text-align: center;
}

.centerBanner .allBannerCode {
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.centerBanner .allBannerCode .banner_text {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.centerBanner .allBannerCode .banner_text:hover {
    color: #333333;
    text-decoration: none;
}

.checkradio_class {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

#codeconfirm {
    text-align: center;
    text-transform: uppercase;
}

.pagedescr {
    display: none;
}

#static_content_contents {
    padding: 5px;
}

.smallgraytext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 9px;
    margin: 0px;
    padding: 0px;
}

#tagCloud {
    padding: 2px;
    padding-top: 0;
    line-height: 17px;
}

#tagCloud a {
    color: #666;
}

.selectedTags {
    margin-top: 5px;
}

.selectedTags a {
    text-align: left;
    display: block;
    text-decoration: none;
}

.facebook {
    margin-top: 5px;
}

.addthis_share {
    margin-top: 20px;
    text-align: left;
    height: 48px;
    width: 300px;
}

.inline {
    float: left;
}

.top25 {
    margin-top: 25px
}

.slides_container {
    height: 340px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.slides_container li {
    border: medium none;
    color: #000000;
    display: none;
    float: left;
    height: 150px;
    margin: 20px 0 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: bottom;
    width: 140px;
    /*	overflow: hidden;*/
}

.slide.listItem {
    display: inline;
}

.janrain {
    display: block;
    text-align: right;
}

.slide_job_title {
    font-weight: bold;
}

.janrainEngage {
    margin-right: 5px;
}

.trainings .training-pdf-download {
    display: inline-block;
    background: url('../images/pdf_icon.png') no-repeat;
    width: 20px;
    height: 26px;
}

.trainings td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.trainings-view h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.trainings-view .training-pdf-download {
    display: inline-block;
    background: url('../images/pdf_icon.png') no-repeat;
    height: 26px;
    padding-left: 30px;
    line-height: 30px;
}

.trainings-view .top-bar, .trainings-view .bottom-bar {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hide {
    display: none;
}

.form-status {
    color: #BB0000;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px;
}

/**
Air date picker
 */

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

.datepicker--cell.-focus- {
    background: #f0f0f0;
}

.datepicker--cell.-current- {
    color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6;
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}

.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #FF9A19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--years {
    height: 170px;
}

.datepicker--cells-years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    z-index: 100;
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px;
}

.-only-timepicker- .datepicker--content {
    display: none;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}

.datepicker--body.active {
    display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker--nav-action:hover {
    background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
    visibility: hidden;
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}

.datepicker--nav-title:hover {
    background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none;
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px;
}

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
    margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
    display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
    outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
    background: transparent;
}

.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute;
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/**
Staff exchange
 */

.staff-exchange-button a {
    color: #ca6f71 !important;
}

.staff-exchange .body {
    padding: 5px;
}

.staff-exchange .header img {
    width: 100%;
}

.staff-exchange .home {
    text-align: center;
}

.staff-exchange .home .navi-buttons {
    width: 400px;
    margin: 0 auto;
}

.staff-exchange .home .separator {
    width: 100%;
    border: 0;
    background: #B00000;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.staff-exchange .home .navi-buttons .styled-button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.staff-exchange .publish-form table {
    width: 100%;
}

.staff-exchange .publish-form table td {
    padding: 5px;
}

.staff-exchange .publish-form table td.info-col {
    width: 45%;
}

.staff-exchange .publish-form table td .full-w {
    width: 100%;
}

.staff-exchange .publish-form table td.period .lbl {
    font-size: 10px;
}

.staff-exchange .publish-form table td.period .date-picker {
    width: 130px;
}

.staff-exchange .publish-form .footer {
    margin: 0 auto;
    text-align: center;
}

.staff-exchange .publish-form input[type=submit] {
    padding: 10px !important;
}

.staff-exchange .publish-form input.input {
    width: 100%;
}

.staff-exchange .no-results {
    padding: 20px;
    text-align: center;
}

.staff-exchange .search-results {
    background-color: #F8F8F9;
}

.staff-exchange .search-results #jobcat {
    width: 300px;
    height: 300px;
}

.staff-exchange .search-results #q {
    width: 100%;
}

.staff-exchange .filter-table input[type=submit] {
    display: block;
    padding: 10px;
    font-size: 24px;
    margin-bottom: 30px;
}

.staff-exchange .submission-view fieldset {
    padding: 10px;
}

.staff-exchange .submission-view .submission-info table {
    width: 100%;
}

.staff-exchange .submission-view .submission-info table td {
    width: 50%;
}

.staff-exchange .submission-view .submission-info .val {
    font-weight: bold;
}

.staff-exchange .back-button {
    margin-bottom: 20px;
    padding: 10px;
}

.staff-exchange .field-info {
    font-size: 9px;
    color: #666;
}

/**
Printing
 */
@media print {
    .datepickers-container {
        display: none;
    }

    #leftmenu {
        display: none;
    }

    #rightmenu {
        display: none;
    }

    #login_up {
        display: none;
    }

    #body .menu {
        display: none;
    }

    #body .lang {
        display: none;
    }

    .page .footer {
        display: none;
    }

    .page {
        width: inherit;
        background: none;
    }

    .fb_follow {
        display: none;
    }

    #bg {
        display: none;
    }

    #available_langs {
        display: none;
    }

    #body {
        width: inherit;
    }

    #modTitle {
        width: inherit;
    }

    #header_image, #printPrintTitle {
        float: none;
    }

    .pagedescr {
        display: none;
    }

    input[type=button] {
        display: none;
    }

    input[type=submit] {
        display: none;
    }

    button {
        display: none;
    }
}