﻿.toolbar {
    height: 20px;
    padding-bottom: 1em;
}

.HeaderTitle
{
    text-align: left;
    padding-top:1em;
    padding-bottom:1em;
}

.header {
   
    font-weight:bold;
    color:black;
    font-size:1.17em;
    font-family:Arial;
}


/*-----------------------------TABLE--------------------------------*/
.TableSet {
    margin: 1px 1px 1px 1px;
    padding-left: 1em;
}

.TableSet-1 {
    margin: 1px 1px 1px 1px;
    padding-left: 2.5em;
}

.TableSet-2 {
    margin: 1px 1px 1px 1px;
    padding-left: 15.5em;
}

.TableTD {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*----------------------VALIDASI TEXTBOX & LABEL-------------------------*/

.pcmCellCaption {
    padding-top: 3px;
    vertical-align: top;
    white-space: nowrap;
}

.pcmCellLookUp {
    padding-left: 8px;
    padding-top: 3px;
    vertical-align: top;
}

.pcmCellDate {
    padding-left: 7px;
    padding-top: 3px;
    vertical-align: top;
}

.pcmCellText {
    padding-left: 10px;
    padding-top: 2px;
}

.pcmCheckBox {
    padding-bottom: 10px;
    padding-left: 6px;
}

.pcmCreateAccount {
    padding-bottom: 4px;
    padding-top: 8px;
    text-align: right;
}

.pcmButton {
    padding-bottom: 0;
    padding-top: 10px;
}

.pcmSideSpacer {
    height: 1px;
    width: 60px;
}

/*----------------------------------------------------------------------------*/

body {
    font: 8pt Tahoma;
    text-decoration: none;
    margin-left: 20px;
}

#mask {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
    background-color: #f4f4f4;
}

.div-header {
    height: 65px;
    float: left;
    width: 100%;
    position: relative;
    background-color: #01809c;
}

.div-header-logo {
    position: relative;
    overflow: hidden;
    float: left;
    width: 330px;
    right: 0px;
    background-color: white;
}

.div-header-right {
    position: relative;
    overflow: hidden;
    float: left;
    background-image: url("../img/header-back.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 65px;
}

.div-header-info {
    position: relative;
    overflow: hidden;
    float: right;
    height: 65px;
    text-align: right;
    vertical-align: middle;
    color: white;
}

.div-below-header {
    position: relative;
    left: 0px;
    top: 1px;
    margin: 4px;
    height: auto;
    min-height: 600px;
}

.div-side {
    width: 200px;
    float: left;
    border: 2px solid #003c82;
    height: auto;
    min-height: 600px;
}

.div-apptitle {
    border-bottom: 2px solid white;
    background-color: #003c82;
    color: white;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    text-wrap: normal;
    font-size: 10pt;
}

.div-changeapps {
    position: relative;
    top: 10px;
    font-size: 8pt;
    vertical-align: bottom;
}

.div-menuHolder {
    width: inherit;
    height: auto;
    min-height: 450px;
}

.div-belowMenuHolder {
    border-top: 3px solid white;
}

.div-content {
    float: left;
    width: auto;
    min-width: 900px;
    padding: 4px;
    min-height: 600px;
    height: auto;
    white-space: nowrap;
}

.div-footer {
    float: left;
    width: 100%;
    background-color: #01809c;
    color: white;
    padding: 4px;
}

.div-sidefooter {
    float: left;
    background-color: #01809c;
    color: white;
    padding: 4px;
}

.span-userinfo {
    font-size: 12pt;
}

.iframe-content {
    width: 100%;
    border: none;
    min-height: 600px;
    height: auto;
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popupWindow {
    background-color: #fff;
    color: #222;
}

.ToolTip {
    border: solid 1px;
    font-family: Tahoma;
    font-size: 8pt;
    background-color: lemonchiffon;
    padding-left: 5px;
    padding-right: 5px;
}

.ColCount {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    min-height: initial;
}
