body{margin:0px !important; padding:0px !important; font-size: 13px;}
.body_container{float:left; width:100%; min-height: 600px;}
.footer_container{float:left; width:100%; height:52px;}

.left_100{height: 193px;}
.right_100{height: 193px;}



/*===== Title Formation =======*/
.zero{
    margin: 0;
    padding: 0;
}


/*FOR GENERATE AUTO CENTER DIV (NO NEED TO DELLETE)*/

.inner{display: table;margin: 0px auto;border:0px solid red}
#container > br { display: none; }

.whole_body_center_ctn{margin:0 auto; width:1160px;}

#borker1{width: 5em; /* gives "layout"
                        and sets width smaller than the container */
                background: #ddd;
   }
#borker2{
                height: 2em; /* gives "layout" but width is auto */
                background: #ddd;
        }
/*END FOR GENERATE AUTO CENTER DIV (NO NEED TO DELLETE)*/



.en{
    /*font-family: 'Open Sans', Roboto;    */
	font-family: 'arial';
}
.kh{
    font-family: 'Hanuman', Open Sans, Battambang;
    word-break: break-all;
}

.menu_font{
    font-family: 'Open Sans', Roboto;
}

label{
    font-weight: normal;
}

.font_normal{
    font-weight: normal;
}

/*=== fontsize ===*/
.size9{
    font-size: 9px;
}
.size10{
    font-size: 10px;
}
.size11{
    font-size: 11px;
}
.size12{
    font-size: 12px;
}
.size13{
    font-size: 13px;
}
.size14{
    font-size: 14px;
}
.size15{
    font-size: 15px;
}
.size16{
    font-size: 16px;
}
.size17{
    font-size: 17px;
}
.size18{
    font-size: 18px;
}
.size19{
    font-size: 19px;
}
.size20{
    font-size: 20px;
}
.size21{
    font-size: 21px;
}
.size22{
    font-size: 22px;
}
.size23{
    font-size: 23px;
}

.size30{
    font-size: 30px;
}
/*=== fontsize ===*/

/*style*/
.bold{font-weight:bold}
.italic{font-style:italic;}


/*color*/
.date_color{color:#2c2c2d;}
.blue{color:#0037b4;}
.white{color:#ffffff;}
.dark{color:#3f4041;}
.cyan{color:#800101;}
.black{color:#000000;}
.red{color:#F00;}
.yellow{color:#F90;}
.dark_gray{color:#838383;}
/*blog*/
.dspblock{display:block;}
.clrboth{clear:both;}
.uppercase{text-transform: uppercase;}

/*===== obj ====*/
.left{
    float: left;
}
.right{
    float: right;
}
.w100{
    width: 100%;
}
.boxsizing{
    box-sizing: border-box;
}
/* for table record list */
.border{border:1px solid red}

.text_center{
    text-align: center;
}

.text_right{
    text-align: right;
}

/*=== Round ===*/

.round_left_5px{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.round_left_10px{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.round_top_8{
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.round_top_5{
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.round_bottom_5{
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.round_x3{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.round_x4{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.round_x5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.round_x10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.df_link:link, a.df_link:visited{color:#ffffff;TEXT-DECORATION: none;}
a.df_link:active, a.df_link:hover  {color:#ffffff;TEXT-DECORATION: underline;}

a.df_link1:link, a.df_link1:visited{color:#0044dd;TEXT-DECORATION: none;}
a.df_link1:active, a.df_link1:hover  {color:#1641a1;TEXT-DECORATION: underline}

a.df_link2:link, a.df_link2:visited{color:#ddd;TEXT-DECORATION: none;}
a.df_link2:active, a.df_link2:hover  {color:#FCA941;TEXT-DECORATION: none}

