
body {
    font-family: "Courier";
    font-size: 11pt;
}
input, textarea {
    font-family: "Courier";
    font-size: 11pt;
    margin: 5px;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
    background: none repeat scroll 0 0 #217B1F;
    border: 1px none #070707;
    color: #FEFEFE;
    cursor: pointer;
    min-height: 23px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    background-color: #000000;
    color: #66FF66;
}
input.disabled[type="button"], input.disabled[type="submit"], input.disabled[type="reset"], button.disabled {
    background-color: #CCCCCC;
    color: #999999;
}
input[type="button"][disabled="disabled"]:hover, input[type="submit"][disabled="disabled"]:hover, input[type="reset"][disabled="disabled"]:hover, button[disabled="disabled"]:hover {
    background-color: #CCCCCC;
    color: #999999;
}
#login-header {
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    margin: auto;
    text-shadow: 5px 5px 5px #0000FF;
    width: 96px;
}
#o2wmaskloading {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10001;
}
#ci {
    border: 1px solid;
}
#login-form input[type=reset]{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #428AEF;
    border: 1px solid #CCCCCC;
}

#login-form input[type=submit]{
    background: none repeat scroll 0 0 #428AEF;
    color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

#login-form input[type=button]{
    background: none repeat scroll 0 0 rgb(28, 184, 65);

}

#login-form-header {
    margin: 80px auto auto auto; 
    width:715px;height:50px; 
}
#login-form {
    color:#FFFFFF;
    padding: 20px;
    margin: 50px auto auto auto;
    width:715px;height:445px;
    background: #DCE0E6;
    border-radius : 30px 30px 30px 30px;
    /* For mozilla family */
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    /* For chrome family */
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;	
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    /* For internet explorer family */

}

#login-form-left {
    border: 2px solid #FFFFFF;
    padding: 5px 5px 5px 5px;
    float:left;
    color:#000000;
    width:320px;height:430px;
    background: #FFFFFF;
    border-radius : 20px 20px 20px 20px;

    /* For mozilla family */
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    /* For chrome family */
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;	
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    /* For internet explorer family */

}

#login-form-right {
    float:right;
    border: 2px solid #428AEF;
    padding: 5px;
    width:320px;height:430px;
    background: #428AEF;
    border-radius : 20px 20px 20px 20px;
    /* For mozilla family */
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    /* For chrome family */
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;	
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    /* For internet explorer family */

}


#login-error {
    float: left;
    color: #FF0000;
    margin: 5px auto auto auto;
    width: 320px;
}
#container {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 100%;
}
#header {
    background: none repeat scroll 0 0 #FFFD6A;
    color: #0589CA;
    height: 12px;
    padding: 5px;
}
#header h1 {
    margin: 0;
}
#navigation {
    background: none repeat scroll 0 0 #008000;
    float: left;
    width: 100%;
}
#navigation ul {
    margin: 0;
    padding: 0;
}
#navigation ul li {
    display: inline;
    list-style-type: none;
}
#navigation li a {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
}
#navigation li a:hover {
    background: none repeat scroll 0 0 #00CC33;
}
.content-navigation {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 100%;
}
.content-navigation ul {
    margin: 0;
    padding: 0;
}
.content-navigation ul li {
    display: inline;
    list-style-type: none;
}
.content-navigation li a {
    border-right: 1px solid #000000;
    color: #000000;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
}
.content-navigation li a:hover {
    background: none repeat scroll 0 0 #00CC33;
}
.selectedLink {
    background: none repeat scroll 0 0 #7FBD34;
    color: #FFFFFF !important;
}
#content-container1 {
    background: url("m/llb1.g") repeat-y scroll 21% 0 #FFFFFF;
    float: left;
    width: 100%;
}
#content-container2 {
    background: url("m/llb2.g") repeat-y scroll 80% 0 transparent;
    float: left;
    width: 100%;
}
#section-navigation {
    display: inline;
    float: left;
    margin: 0 1%;
    padding: 5px 0;
    width: 12%;
}
#section-navigation ul {
    margin: 0;
    padding: 0;
}
#section-navigation ul li {
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0;
}
#section-navigation li a {
    color: #000000;
    display: block;
    padding: 5px;
    text-decoration: none;
}
#section-navigation li a:hover {
    background: none repeat scroll 0 0 #00CC33;
}
#content {
    float: left;
    margin: 0 0 0 2%;
    padding: 5px 0;
    width: 62%;
}
#content h2 {
    margin: 0;
}
#aside {
    background-color: #CCFF99;
    color: #00783B;
    display: inline;
    float: right;
    margin: 0 1% 0 0;
    padding: 5px 0;
    width: 18%;
}
#isi-data {
    overflow: auto;
}
#aside h3 {
    margin: 0;
}
#footer {
    background: none repeat scroll 0 0 #428AEF;
    border-top: 1px solid #FFFFFF;
    clear: both;
    height: 20px;
    padding: 5px;
}
#footer-content-left {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    width: 65%;
}
#ad-nav {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    width: 20%;
}
.box-nav {
    background: none repeat scroll 0 0 transparent;
    float: right;
}
#ad-content {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 80%;
}
#adv-msg {
    color: #FF3300;
}
#footer-content-right {
    background: none repeat scroll 0 0 transparent;
    float: right;
    height: 20px;
    overflow: hidden;
    text-align: right;
    width: 35%;
}
#info-container {
    font-size: 10pt;
    min-height: 200px;
}
#info-content {
    height: 100%;
    overflow: auto;
    width: 100%;
}
#slider-container {
    font-size: 10pt;
    height: 150px;
}
#slider-content {
    color: #3300FF;
    height: 90%;
    overflow: auto;
    width: 100%;
}
#content-navigation {
    padding: 5px 0;
}
#module-content {
    padding: 5px 0;
}
.module-content {
    padding: 5px 0;
}
.label {
    float: left;
    margin-top: 5px;
    min-width: 120px;
    padding-right: 5px;
}
#wModal {
    background-color: #666666;
    color: #333333;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
}
#mContent {
    height: 90%;
    overflow: auto;
    width: 98%;
}
#wModal #mHeader {
    background-color: #000000;
    padding: 4px;
}
#wModal #mHeader .mTitle {
    color: #FFFFFF;
    font-family: "Courier";
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
#wModal #mHeader a {
    color: #FFFF00;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#wModal #mContent {
    background-color: #CCCCCC;
    border-bottom: 1pt solid #006600;
    border-left: 1pt solid #006600;
    border-right: 1pt solid #006600;
    padding: 4px;
}
#wModal #mContent form {
    margin: 0;
    padding: 0;
}
#wModal #mContent td {
    padding: 2px;
}
#wModal .note {
    color: #666666;
    font-size: 11px;
    font-style: italic;
}
#wModal #mContent .wAction {
    padding-top: 15px;
}
#wModal .button {
    background-color: #990000;
    border: 1px solid;
    border-radius: 11px 11px 11px 11px;
    color: #FF9900;
    cursor: pointer;
    font-style: italic;
    margin-top: -3px;
    padding: 2px 6px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#wModal .button:hover {
    background-color: #FF6600;
    color: #FFFF00;
}
#mask, #maskmodal {
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.modal_window {
    color: white;
    display: none;
    position: fixed;
    z-index: 9999;
}
#modal_window {
    background: none repeat scroll 0 0 #246493;
    border: 1px solid gray;
    color: black;
}
#wModal .cImage img {
}
#wModal .wNav {
    background-color: #CCCCCC;
}
#wModal .wNav a {
    color: #006600;
    font-weight: bold;
    text-decoration: none;
}
#wModal .wNav a:hover {
    color: #00CC00;
}
a.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}
.clDark {
    background-color: #F1F1F3;
}
.clDark01 {
    background-color: #CCCCCC;
}
.clFailed {
    background-color: #FF9900;
}
.tabel01, .tabel01 input {
    font-size: 13px;
}
.tabel01 th, table th {
    background-color: #009933;
}
.tabel01 td, .tabel01 th {
    padding: 4px 1px;
}
td img {
    padding: 0 3px;
}
[onclick] {
    cursor: pointer;
}
.tcalInput {
    background: url("m/c.g") no-repeat scroll 100% 50% transparent;
    cursor: pointer;
    padding-right: 20px;
}
.tcalActive {
    background-image: url("m/nc.g");
}
#tcal {
    background-color: white;
    border: 1px solid silver;
    box-shadow: 3px 3px 4px silver;
    margin-top: 2px;
    padding: 0 2px 2px;
    position: absolute;
    visibility: hidden;
    width: 170px;
    z-index: 100;
}
#tcalControls {
    border: 0 none;
    border-collapse: collapse;
    width: 100%;
}
#tcalControls td {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0 none;
    border-collapse: collapse;
    cursor: pointer;
    padding: 0;
    width: 16px;
}
#tcalControls th {
    border: 0 none;
    border-collapse: collapse;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 25px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
#tcalPrevYear {
    background-image: url("m/py.g");
}
#tcalPrevMonth {
    background-image: url("m/pm.g");
}
#tcalNextMonth {
    background-image: url("m/nm.g");
}
#tcalNextYear {
    background-image: url("m/ny.g");
}
#tcalGrid {
    border: 1px solid silver;
    border-collapse: collapse;
    width: 100%;
}
#tcalGrid th {
    background-color: gray;
    border: 1px solid silver;
    border-collapse: collapse;
    color: white;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    padding: 3px 0;
    text-align: center;
}
#tcalGrid td {
    border: 0 none;
    border-collapse: collapse;
    cursor: pointer;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    padding: 2px 0;
    text-align: center;
    width: 14%;
}
#tcalGrid td.tcalOtherMonth {
    color: silver;
}
#tcalGrid td.tcalWeekend {
    background-color: #ACD6F5;
}
#tcalGrid td.tcalToday {
    border: 1px solid red;
}
#tcalGrid td.tcalSelected {
    background-color: #FFB3BE;
}
.numeric {
    text-align: right;
}
.smallItalic {
    font-size: 10pt;
    font-style: italic;
}
.txtTitle {
    font-weight: bold;
}
.autocomplete ul {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    list-style-type: none;
    position: absolute;
}
.autocomplete ul li {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 0 -40px;
    padding: 5px;
}
.autocomplete li a {
    text-decoration: none;
}
hr {
    background-color: #8ADD59;
    border: 1px solid #8ADD59;
}

.field-icon-pwd {
    float: right;
    margin-left: 64px;
    margin-top: -24px;
    margin-right: -7px;
    position: relative;
    z-index: 2;
}

.showpwd64 {
    background-image: url("m/showpwd.p");
    height: 32px;
    width: 48px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-size: 50%;
    background-position: right top;
}

.hidepwd64 {
    background-image: url("m/hidepwd.p");
    height: 32px;
    width: 48px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-size: 50%;
    background-position: right top;
}