body {
    /*color: #6B6A6A;*/
    font: 80%/180% Helvetica,Arial,Verdana,Genev,sans-serif, khmer OS System;
    font-size:12px;
    font-family: Helvetica,Arial,Verdana,Genev,sans-serif, khmer OS System;
}


.f24{
	font-size:24px;
	text-align:center;
	}
.f9{
	font-size:9px;
	}
.f8{
	font-size:8px;
	}
.upper{ 
	text-transform:uppercase;
	}
.border{
	border:#CCC thin solid;	
}
.bold{
	font-weight:700;
}

.font-KM {
    font-family: 'Khmer OS Muol Light';
}

.font-KC {
    font-family: 'Khmer OS Metal Chrieng';
}

.font-KBB {
    font-family: 'Khmer OS Battambang';
}

	
.radius{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}	
	
.shadow{
	-moz-box-shadow:inset 1px 2px 5px #ddd;
	-webkit-box-shadow:inset 1px 2px 5px #ddd;
	box-shadow:inset 1px 2px 5px #ddd;
	
}

.scrolediv{
	width:100%;
	/*float:left;*/
	/*background-color:#D6E8F6;*/
	height:400px;
	text-align:left;
	/*margin:10px; */
/*	line-height:25px; 
*/	
	border:1px solid #CCC; 
	padding:5px;
	overflow-y:auto;
	overflow-x:hidden;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	}

.clear{ 
	clear:both;
	height:10px;
	}

/** Table **/

table.list {
    margin:auto;
	table-layout:fixed;
    width:100%;
/*	border:1px solid #F03;*/
}
table.listheight {
    margin-top: 5px;
    /*width: 100%;*/
    height:auto;
    vertical-align: 0px;
    border-bottom: 1px;
       
}

table.list thead tr{
    background: #ededed;
    font-weight: bold;
    text-align: center;
}

table.list tbody tr{
    height:auto;
    vertical-align: top;
}
table.list tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.list tbody tr:nth-child(2n +1) {
    background: #fcfcfc;
}
table.list tbody tr:hover {
    background: #FCFBBA;
}
table.list tbody tr td{
    padding: 5px 10px 5px 10px;
	word-break: break-all;
}

/*table tbody tr td{
	border:1px solid #F33;
	}*/

/*table ind*/
table.ind {
    margin-top: 5px;
	/*table-layout:fixed;*/
	width:100%;
	/* font-size:14px; */
}
table.ind thead {
	border-bottom:#CCC thin solid;
}

table.ind thead tr{
    background: #ededed;
    font-weight: bold;
    text-align: center;
}

table.ind thead tr th{
	border:#CCC thin solid;
	text-align:center;
}
table.ind tbody tr{
    height:auto;
    vertical-align:middle;
	border-bottom:#333 thin solid;
}
table.ind tbody tr td{
    padding: 5px 5px 5px 5px;
	border:#CCC thin solid;
	word-break: break-all;
	/*text-align:left;*/
}

/*table indp for printing*/

table.indp {
    /*margin-top: 5px;*/
	/*table-layout:fixed;*/
	width:100%;
}
table.indp thead {
	border-bottom:#000 solid;
	border-bottom-width:2px;
	border-top:#ccc solid thin;
	
}

table.indp thead tr{
    background: #ededed;
    font-weight: bold;
    text-align: center;
}

table.indp thead tr th{
	/*border:#CCC thin solid;*/
	text-align:center;
	padding:5px 0px 5px 0px
}

table.indp tbody tr{
    height:auto;
    vertical-align:middle;
	border-bottom:#CCC thin solid;
}
table.indp tbody tr td{
    padding: 5px 5px 5px 5px;
	/*border:#CCC thin solid;*/
	word-break: break-all;
}
table.indp thead th{
	/*border:#CCC thin solid;*/
	/* text-align:center; */
	padding:5px 0px 5px 0px
}

table.indp tbody tr td{
  padding: 5px 5px 5px 5px;
	/*border:#CCC thin solid;*/
	word-break: break-all;
}


/* frame */
table.frame {
	margin-top: 5px;
	/*table-layout:fixed;*/
	width:100%;
/* font-size:14px; */
}
table.frame thead {
border-bottom:#060606 thin solid;
}

table.frame thead tr{
	background: #ededed;
	font-weight: bold;
	/* text-align: center; */
}

table.frame tbody tr{
	height:auto;
	vertical-align:middle;
	/* border-bottom:#333 thin solid; */
}
table.frame tbody tr td{
	padding: 5px 5px 5px 5px;
/* border:#CCC thin solid; */
	word-break: break-all;
/*text-align:left;*/
}



/* no border */	
table.noborder{
	table-layout:fixed;
	width:100%;
	border:none;
}
table.noborder th{ 
font-weight:bold;
vertical-align:middle;
height:42px;
border-bottom:#999 solid thin;
}

table.noborder tr{ 
	border:none;
}
table.noborder td{ 
	padding: 5px 10px 5px 10px;
	vertical-align:middle;
	}

/*------------------user---------------------*/

/*table act*/
table.act {
	width:100%;
	/*font-size:12px;*/
	table-layout:fixed;
}

table.act tbody tr{
    height:auto;
    vertical-align: top;
	/*border-bottom:#333 thin solid;*/
	border-top:#333 thin solid;
}
table.act tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.act tbody tr:nth-child(2n +1) {
    background: #fcfcfc;
}
table.act tbody tr:hover {
    background: #FCFBBA;
}
table.act tbody tr td{
 	text-align:left;
	word-break: break-all;
}

/*table bud*/
table.bud {
	width:98%;
	font-size:12px;
	margin-left:10px;
	font-style:italic;
	table-layout:fixed;

}

table.bud tbody tr{
    height:auto;
    vertical-align: top;
/*	border-bottom:#333 thin solid;*/
}
table.bud tbody tr td{
 	text-align:left;
	word-break: break-all;
}

table.bud thead{
	border-bottom:#999 solid thin;
	}


/* table title */
table.title {
    margin-top: 5px;
    width: 100%;
	font-size:16px;
	background-color:#CCC;
}

table.title tbody tr{
    height:auto;
    vertical-align: top;
}
table.title tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.title tbody tr:nth-child(2n +1) {
    background: #fcfcfc;
}
table.title tbody tr:hover {
    background: #FCFBBA;
}
table.title tbody tr td{
    padding: 1px 1px 1px 20px;
}

.bordergray{ 
	border:#CCC thin solid;
	border-radius:5px;
}

.tcenter{
text-align:center !important;
}

.tright{
text-align:right !important;
}

.tleft{
text-align:left !important;
}
.w50{
	width:50px;
	}	

.w100{
	width:100px;
	}
.w150{
	width:150px;
	}	
	

.w200{
	width:200px;
	}	

.w250{
	width:250px;
	}
.w300{
	width:300px;
	}
.w350{
	width:350px;
	}
.w400{
	width:400px;
	}
.w450{
	width:450px;
	}	
.w500{
	width:500px;
	}
.w600{
	width:600px;
	}
.w700{
	width:700px;
	}
.w800{
	width:800px;
	}
.w900{
	width:900px;
	}
.w_button {
	margin:15px 0;
	text-align:center;
}
.min-h-50{
	min-height:50px !important
}

.min-h-100{
	min-height:100px !important
}
 
 
/*table bor*/
table.bor {
    margin-top: 5px;
	width:100%;
	font-size:12px;
}
table.bor thead {
	border-bottom:#CCC thin solid;
}

table.bor thead tr{
    background: #ededed;
    /*font-weight: bold;*/
    text-align: center;
}

table.bor thead tr th{
	border:#CCC thin solid;
	text-align:center;
	
}
table.bor tbody tr{
    height:auto;
    vertical-align: top;
	border-bottom:#333 thin solid;
}
table.bor tbody tr td{
    padding: 5px 5px 5px 5px;
	border:#CCC thin solid;
	text-align:left;
}

/*table label*/

table.label {
    margin-top: 5px;
	font-size:12px;
}

table.label thead tr{
    text-align: center;
}

table.label thead tr th{
	text-align:center;
	
}
table.label tbody tr{
    height:auto;
    vertical-align: top;
}
table.label tbody tr td{
    padding: 5px 5px 5px 5px;
	text-align:center;
}



