/* New: Header */
.newTopNav {
    background: url(images/topNav-bg.png) repeat-x;
}

.headNavLeft {
    width: 1276px;
    background: #ffffff url(images/headNav-bg.png) repeat-x;
}

.headNavRight {
    background: #ffffff url(images/headNav-bgr.png) repeat-x;
}

.headNavLogo {
    background: url(images/headLogo.png) no-repeat;
}

.headNavCompany {
    background: url(images/Monicon_Logo.png) no-repeat;
}
/* New: Body */
/*.boxLoginForm {
    background: url(images/loginBox-bg.png) no-repeat;
}
.boxLoginForm .boxLogin {
    background: url(images/loginForm-bg.png) no-repeat;
}*/

/* TAB */
/* TAB: level 1 */
UL.tab LI.tabItem A {
    background: url(images/tab.png) no-repeat top right;
}

    UL.tab LI.tabItem A SPAN {
        background: url(images/tab.png) no-repeat top left;
    }

UL.tab LI.tabItemActive A {
    background: url(images/tabActive.png) no-repeat top right;
}

    UL.tab LI.tabItemActive A SPAN {
        background: url(images/tabActive.png) no-repeat top left;
    }
/* TAB: level 2 */
UL.tab1 LI.tabItem A {
    background: url(images/tab1.png) no-repeat top right;
}

    UL.tab1 LI.tabItem A SPAN {
        background: url(images/tab1.png) no-repeat top left;
    }

UL.tab1 LI.tabItemActive A {
    background: url(images/tab1Active.png) no-repeat top right;
}

    UL.tab1 LI.tabItemActive A SPAN {
        background: url(images/tab1Active.png) no-repeat top left;
    }
/* Navigation */
.navInfoLeft {
    background: url(images/navLeft.png) no-repeat;
}

.navInfoRight {
    background: url(images/navRight.png) no-repeat;
}

.navInfoTitle {
    background: url(images/navMiddle.png) repeat-x;
}

/* BUTTON */
UL.button LI A, UL.buttonFlat LI A {
    background-color: #748eb5;
    color: white;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    margin-bottom: 7px;
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2), 1px 4px 10px 1px rgba(0,0,0,0.19)
}

    UL.button LI A SPAN, UL.buttonFlat LI A SPAN {
    }
/*Printable page*/
@media print {
    .notPrint, .tab, .button, .navInfoTitle {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}

.myButton {
    background-color: white;
    color: #90CAF9;
    border: 2px solid #90CAF9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 4px;
    margin-left: 8px;
}

    .myButton:hover {
        background-color: #90CAF9;
        color: #0D47A1;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

img.notPrint {
    display: none;
}

#boxArgsContent {
	display: inherit;
}

div.bottom > .notPrint:nth-child(1) {
    display: none;
	content: 'Licensed to PT Kereta Api Indonesia';
}

