﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    /* color:red; */
}

TEXTAREA, INPUT[type="text"] {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    z-index:1;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    z-index:1;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:1;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index:1;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    z-index:1;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index:1;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.clear2
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* My Own Style
------------------------------------------------------------------------ */
.form_label
{
    width:15%;   
}

.doublepoint
{
    width:5%;
    text-align:center;
    }
    
.form_textbox
{
    width:25%;
    }
    
 .formtitle
 {
     text-align:center;
     font-weight:bold;
     }
     
 .pbold
 {
     font-weight:bold;
     line-height:5px;
     }
     
.bordertbl
{
     width:100%;
     border:1px solid black;
     border-collapse:collapse; }
     
.bordertr
{
    border:1px solid black; }
    
.bordertd
{
     border:1px solid black;
    }
    
 .bordertd_center
 {
     text-align:center;
     border:1px solid black;
     font-weight:bold;
 }

.pa_form_header_center
{
    text-align:center;
    border:1px solid #000;
    font-weight:bold;
    background-color:#405b77;
    color:White;
    }
    
.pa_form_header_right
{
    text-align:right;
    border:1px solid #000;
    font-weight:bold;
    background-color:#405b77;
    color:White;
    }
    
 .pa_form_header
 {
    border:1px solid #000;
    font-weight:bold;
    background-color:#405b77;
    color:White;
 }
 
 .pa_form_history
 {
    border:1px solid #000;
    font-weight:bold;
    background-color:#eff0f0;
 }
 
 .pa_form_history_center
 {
    border:1px solid #000;
    font-weight:bold;
    background-color:#eff0f0;
    text-align:center; }

.pa_form_itemgroup
{
    text-align:center;
    border:1px solid #000;
    font-weight:bold; }
    
.pa_form_itemgroup_x
{
    text-align:center;
    border:1px solid #000;
    font-weight:bold;
    width:5%;
}
     
.pa_form_itemtitle
{
    font-weight:bold;
    width:50%;
    border:1px solid #000; }
   
   
    
.pa_form_col1
{
     width:5%;
      border:1px solid #000;
      text-align:center;
      }

.pa_form_col2
{
    width:45%;
    border:1px solid #000;
}

.pa_form_col3
{
    width:14%;
    border:1px solid #000;
    text-align:center;
}

.pa_form_col4
{
    width:10%;
    border:1px solid #000;
    text-align:center;
}

.pa_form_col5
{
    width:13%;
    border:1px solid #000;
    text-align:center;
}

.pa_form_col6
{
    width:13%;
    border:1px solid #000;
    text-align:center;
}

.pa_form_conversion
{
    width:13%;
    border:1px solid #000;
    text-align:center;
    background-color:#f2f2ee; }

.pa_textbox
{
    text-align:right;}
    

.pa_pass_tbl
{
    border-collapse:collapse;
     width:40%;
      border:1px solid black;
     }

.pa_table_left {
    border-collapse: collapse;
    width: 85%;
    border: 1px solid black;
    background-color: /*#ffffff*/ #fafafa;
    border: 1px solid #eff0f0;
    margin-left: 20px;
}

.pa_column_left {
    width:70%;
    float:left;
    /*background-color:green;*/
}

.pa_column_right{
    width:30%;
    float:right;
    background-color:#eff0f0;
    height:420px;
}
     
.pa_pass_btn
{
    width:40%;
     text-align:right;
     }

.pa_table_btn {
    margin-right: 20px;
    width:100%;
     text-align:right;
}

.pa_table_btn_left
{
    margin-left: 20px;
    width:60%;
     text-align:right;
     float:left;
     margin-top:4px;
     } 

.pa_table_btn_right
{
    margin-right: 20px;
    width:25%;
     text-align:right;
     float:right;
     }  
     
 .pa_pass_col1
 {
     padding:2%;
     width:15%
   }
 
  .pa_pass_col2
 {
     width:1%;
 }
 
  .pa_pass_col3
 {
     padding:2%;
     width:16%;
 }


 .pa_table_col1
 {
     padding:2%;
     width:32%
   }
 
  .pa_table_col2
 {
     width:4%;
 }
 
  .pa_table_col3
 {
     padding:2%;
     width:64%;
 }
 
 .pa_tbl
 {
     border-collapse:collapse;
     width:50%;
     border:1px solid black;}
 
  .pa_col1
 {
     padding:2%;
     width:15%
   }
 
  .pa_col2
 {
     width:1%;
 }
 
  .pa_col3
 {
     padding:2%;
     width:26%;
 }
 
 .pa_btn
 {
     width:50%;
     text-align:right; }

.form_btn
{
   
    float:right;
    width:180px;
    display:inline-block;
}

.form_btn_left
{
    float:left;}
    
.form_btn_right
{
    float:right;}
    
.pa_pass_search
{
    border-collapse:collapse;
     width:25%;
      border:1px solid #297ccf;
      background-color:#5e83a8;
     }
     
     .modalBackground
    {
        background-color: Black;
        -ms-filter: alpha(opacity=90);
        -ms-opacity: 0.8;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding-top: 10px;
        padding-left: 10px;
        width: 300px;
        height: 140px;
        display:none;
    }
    
.training_tr
{
     height:20px;
     line-height:20px;
     vertical-align:top;
     }
     
.signature_header_tr
{
    height:20px;
    font-weight:bold;
    text-align:center;
    }
    
.signature_tr
{
    height:60px;
}

.pa_print_col1
{
     width:5%;
      border:1px solid black;
      text-align:center;
      }

.pa_print_col2
{
    width:28%;
    border:1px solid black;
}

.pa_print_col3
{
    width:33%;
     border:1px solid black;
    text-align:center;
}

.pa_print_col4
{
    width:8%;
     border:1px solid black;
    text-align:center;
}

.pa_print_col5
{
    width:8%;
    text-align:center;
     border:1px solid black;
}

.pa_print_col6
{
    width:8%;
    border:1px solid black;
    text-align:center;
}

.pa_print_merge
{
    width:71%;
    border:1px solid #000;
    }
    
.pa_print_p1_sign
{
    border:1px solid #000;
    width:33%;
}
.pa_print_p2_sign
{
    border:1px solid #000;
    width:33%;
}
.pa_print_p0_sign
{
    border:1px solid #000;
    width:34%;
}


@media print
{
    .print{
        font-size:5pt;
    }
}

.pa_font
{
    font-size:11px;
    background-color:White;
}

.pa_sum
{
    border:1px solid black;
    text-align:center;
    background-color:Yellow;
}

/**** PA form grade 1-8 *****/
.col1
{
    width:5%;
    border:1px solid black;
    text-align:center;
}

.col2
{
    width:28%;
    border:1px solid black;
}

.col3
{
    width:33%;
    border:1px solid black;
}

.col4
{
    width:10%;
    border:1px solid black;
}

.col5
{
    width:8%;
    border:1px solid black;
    text-align:center;
}

.col6
{
    width:8%;
    border:1px solid black;
    text-align:center;
}

.col7
{
    width:8%;
    border:1px solid black;
    text-align:center;
}

/**** PA Form Grade 12 up ****/
.rahasia
{
    background-color:Black;
    color:White;
    width:120px;
    text-align:center;
    float:right;
}

/***** Open Close Appraisal Period ******/
.oc_label
{
    width:15%;
}

.oc_content
{
    width:20%;
}

.oc_btn
{ 
     width:40%;
     text-align:right;
}


/***** IT Hardware Section *****/
.IT_formbtn
{
    width:25%;
     text-align:right;
     float:right;
     }  

.IT_header
{
    width:85%;
    font-weight:bold;
    font-style:italic;
    border:none;
    padding:5px;
}

.IT_title
{
    width:15%;
    padding:5px;
}

.IT_content
{
    width:35%;
    padding:5px;
}

.IT_left_content
{
    width:40%;
    padding:5px;
}

.IT_right_content
{
    width:30%;
    padding:5px;
}
/******************************/

 .accordionHeader {
            background-color: #5D7B9D;
                /*#2E4D7B;*/
            border: 1px solid #2F4F4F;
            color: white;
            cursor: pointer;
            font-family: Arial,Sans-Serif;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
            padding: 5px;
            width: 98%;
        }
        
        
        .href {
            color: White;
            font-weight: bold;
            text-decoration: none;
        }
        
          .accordionHeaderSelected {
            background-color: #5078B3;
            border: 1px solid #2F4F4F;
            color: white;
            cursor: pointer;
            font-family: Arial,Sans-Serif;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
            padding: 5px;
            width: 98%;
        }
        
        .accordionContent
        {
            background-color: #ececec;
            width: 98%;
            padding:5px;
            font-family: Arial,Sans-Serif;
            font-size:12px;
        }
        
        /* #ececec */
        .ddl
        {
            font-family: Arial,Sans-Serif;
            font-size:12px;
            /*font-style:italic;*/
        }
        
        .btn_right
        {
            float:right;
            padding:5px;
        }
      
         .watermarked
         {
             width: 320px;
             color:Gray;
             font-style:italic;
         }

.watermarked2 {
             color:red;
             font-style:italic;
             font-size:small;
}


.jp_title_tbl{
    width:100%;
    border-collapse:collapse;
    background-color:#eff0f0;
    border:1px solid black;
}

.hidden{
    display:none;
}

.hdr {
    width:12%;
    font-weight:bold;
}

.hdrtop{
    width:12%;
    font-weight:bold;
    vertical-align:top;
}

.ralign{
    text-align:right;
}

.calign{
    text-align:center;
}

.sectionhdr {
    background-color:#405B77;
    color: #FFFFFF;
    text-align: left;
    padding-left:5px;
    height: 20px;
    font-weight:bold;
    width:99.5%;
    vertical-align:middle;
    line-height:20px;
}

.txtitalic
{
    font-style:italic;
}