@font-face{
    font-family: khmer_f;
    src: url(Fasthand-Regular.ttf);
}
.content1{
    margin: 0px;
    font-family: 'domine', serif;
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.content2{
    font-family: 'roboto', serif;
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin: 5px;
    text-decoration: none;
}
.content3{
    
}
.content4{
    
}
.content5{
    
}

.nav{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    border:  1px blueviolet solid; 
}
.title {
	color: #0033FF;
	font-weight: bold;
	font-size: 18px;
}

.nav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 900;
  
    
}
.nav ul li{
    float: left;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 1px;
    padding-top:  1px;
    border: 1px transparent solid;
    font-family: khmer_f;
    font-size:14px;
    color: rgb(0,51,255);

    /*font-weight: bold; */
    
}
.nav a{
    text-decoration: none;
    font-family: sans-serif;
    font-size:12px;
    color: rgb(0,91,187);
    font-weight: bold;
}

.nav ul li:hover{
    background: rgb(255, 255, 255);
    border-radius: 20px;
    border:  1px #828CD2 solid;
    
}
.nav > ul > li:hover > a,
.nav > ul > li > a:hover,
.nav > ul > li.active > a,
.nav ul li:hover > ul{
    display:block;
    z-index: 1002;
}
.nav li ul{
    display: none;
    position: absolute;
    vertical-align: top;
    border: 1px solid rgb(165, 200, 239);
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari and Chrome */
    border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
   behavior: url(css\ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

    min-width: 200px;
    _width:  200px;
    
    padding-bottom: 10px;
    padding-top: 10px;
    
    margin-top: 1px;
    margin-left: -10px;
    _margin-top: 0px;
    _margin-left: -60px;
    
    
    background: rgb(255, 255, 255);
    abox-shadow: 0px 2px 5px rgb(190, 190, 190);
    
}
.nav ul ul li{
    float: left;
    padding:5px;
    position: relative;
    border-bottom: 1px #CBCCD8 solid;
    min-width: 200px;
    _width: 200px;
}
.nav ul ul li:hover{
    background: #dadaff;
    border-radius: 0px;
    border:  0px;
    border-bottom: 1px #CBCCD8 solid;
}
.nav ul ul li:hover > ul{
    display: block;
}
.nav ul ul ul{
    display:  none;
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    left: 100%;
    top: -10px;
    min-width:200px;
}



fieldset{    
    display: inline-table;
    border: 1px rgb(0,91,187) solid;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari and Chrome */
    border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url(css\ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
    box-shadow: 0px 2px 5px rgb(190, 190, 190);
    text-align: left;
    margin: 5px;
    background: none repeat scroll 0% 0% rgb(242, 242, 242);
}

legend{
    font-family: 'cantata';
    font-size: 20px;
    font-weight: bold;
    color: rgb(0,91,187);
}

.entry_block{
    font-size:12px;
	font-weight:normal;
	margin-bottom:4px;
    color:#039;
}
.entry_block label{
    font-family: 'cantata';
    font-size: 14px;
}
.display_block{
    font-size:12px;
	font-family:Arial;
	font-weight:normal;
	margin-bottom:4px;
    color:#039;
}
.display_block td{
    padding: 3px;
}



.text_box{
    font-size:14px;
	font-family:'roboto';
	font-weight:normal;
	margin-bottom:4px;
    color: black;
    
    width: 400px;
    height: 35px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 2px;
    
    -webkit-appearance: none; 
    box-shadow: none !important;
    border: 1px solid rgb(0,91,187);
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url(css\ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.text_box:hover{
    box-shadow: 0px 2px 5px rgb(190, 190, 190);
    
}

.combo_box{
    font-size:14px;
	font-family:'roboto';
	font-weight:normal;
	margin-bottom:4px;
    color: black;
    
    width: 400px;
    height: 35px;
    padding-top: 6px;
    padding-left: 2px;
    padding-right: 0px;
    margin: 2px;
    
    -webkit-appearance: none; 
    box-shadow: none !important;
    border: 1px solid rgb(0,91,187);
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px;
}

.text_area{
    font-size:14px;
	font-family:'roboto';
	font-weight:normal;
	margin-bottom:4px;
    color: black;
    
    width: 90%;
    height: 100px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 2px;
    
    -webkit-appearance: none; 
    box-shadow: none !important;
    border: 1px solid rgb(0,91,187);
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari and Chrome */
    border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url(css\ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.button1{

background: #ffd7b7; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd7b7 0%, #ffc58e 52%, #ff9742 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd7b7), color-stop(52%,#ffc58e), color-stop(100%,#ff9742)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd7b7 0%,#ffc58e 52%,#ff9742 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd7b7 0%,#ffc58e 52%,#ff9742 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd7b7 0%,#ffc58e 52%,#ff9742 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd7b7 0%,#ffc58e 52%,#ff9742 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7b7', endColorstr='#ff9742',GradientType=0 ); /* IE6-9 */


    
    border: 1px #988A27 solid;
    border-radius: 6px;
    padding: 10px;
    
    font-family: 'roboto';
    font-size: 14px;
    cursor: pointer;
}
.button1:hover{
    box-shadow: 0px 4px 10px rgb(190, 190, 190);
    font-weight: bold;
    color: #115B80;
}
.button2{
    font-family: 'roboto', serif;
    font-size: 16px;
    color: #031656;
    
    border: 1px darkorange solid;
    border-radius: 6px;
    text-align: center;
    opacity: 0.8;
    padding: 5px;
    margin: 5px;
    
    background: #f1e767;     
    
    cursor: pointer;
}
.button2:hover{
    opacity: 1;
    font-weight: bold;
    color: #1605E4;
    box-shadow: 0px 2px 5px rgb(190, 190, 190);
}
.button3{
    font-family: 'roboto', serif;
    font-size: 14px;
    color: #031656;
    border: 1px darkorange solid;
    border-radius: 6px;
    text-align: center;
    opacity: 0.8;
    padding: 2px;
    width: 150px;
    background: #e5e696;   
    
    cursor: pointer;
}
.button3:hover{
    opacity: 1;
    font-weight: bold;
    acolor: #1605E4;
    box-shadow: 0px 2px 5px rgb(190, 190, 190);
}

.button4{
    cursor: pointer;
}
.button4:hover{
    color: #064386;
    font-weight: bold;
}

.save_icon{
    cursor: pointer;
}
.edit_icon{
    cursor: pointer;
   width: 15px;
   position: relative;
   display: block;
}
.edit_icon:hover{
    width: 20px;
}
.delete_icon{
    cursor: pointer;
    position: relative;
    display: block;
    width: 15px;
}
.delete_icon:hover{
   width: 20px;
}
.update_icon{
    
}

.print_icon{
    cursor: pointer;
    height: 20px;
    width: auto;
    margin-right: 10px;
}
.send_icon{
    position: absolute;
    cursor: pointer;
    height: 15px;
    width: auto;
    margin-right: 10px;
}
.send_icon:hover{
    width: 20px;
}
.close_icon{
    cursor: pointer;
    height: 20px;
    width: auto;
}
.home_icon{
	cursor: pointer;
	height:20px;
	width:auto;	
}
.info{
	width:325px;
	height:300px;
	border-radius:6px;
	
	
    abackground: none repeat scroll 0% 0% rgb(242, 242, 242);
    box-shadow: 0px 2px 5px rgb(190, 190, 190);
    border: 1px #988A27 solid;
}


.frame{
	width:1000px;

	border-radius:20px;
	box-shadow: 0px 2px 5px rgb(190, 190, 190);
    border: 1px #988A27 solid;
/*	background-image:url(../photos/bg1168.gif); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	


}

.frame1{
	width:1000px;

	border-radius:20px;
	box-shadow: 0px 2px 5px rgb(190, 190, 190);
    border: 1px #988A27 solid;
	background-image:url(../photos/bg1168.gif);
    background-repeat: no-repeat;

    background-position: center;
}

.frame2{
	width:1000px;
	height:420px;
	border-radius:20px;
	
    abackground: none repeat scroll 0% 0% rgb(242, 242, 242);
    box-shadow: 0px 2px 5px rgb(190, 190, 190);
    border: 1px #988A27 solid;
}

.frame3{
	width:1000px;

	border-radius:20px;
	box-shadow: 0px 2px 5px rgb(190, 190, 190);
    border: 1px #988A27 solid;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	


}
.info img{
    border-radius: 6px;
    border: 1px orange solid;
    margin: 5px;
    cursor: pointer;
}
.info a{
    text-align: left;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}
.info a:hover{
    color: #355586;
}
.info_text{
    text-align: left;
    margin: 10px;
    color:#0066FF;
    font-size: 14px;
}
.info_top{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    
    padding: 5px;
    padding-left: 6%;
    border-radius:6px;
	
    background: #fff0d3; /* Old browsers */
    background: -moz-linear-gradient(left,  #fff0d3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff0d3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fff0d3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fff0d3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fff0d3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #fff0d3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0d3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.info_top img{
    border-radius: 6px;
    border: 1px orange solid;
    margin: 5px;
    cursor: pointer;
}
.info_top a{
    text-align: left;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}
.info_top a:hover{
    color: #355586;
}

.partner_block{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    
    padding: 5px;
    border-radius:6px;
	
    background: #fff0d3; /* Old browsers */
    background: -moz-linear-gradient(left,  #fff0d3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff0d3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fff0d3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fff0d3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fff0d3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #fff0d3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0d3', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.block{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    
    padding: 5px;
    border-radius:6px;
	
    background: #fff0d3; /* Old browsers */
    box-shadow: 0px 2px 5px rgb(190, 190, 190);    
}

.partner_block img{
    border-radius: 6px;
    height: 180px;
    border: 1px orange solid;
    margin: 10px;
}
.partner_block a{
    display: block;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}
.partner_block a:hover{
    color: #355586;
}
.normal_text{
    font-family: 'khmer_f';
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
    word-spacing: 5px;
    color: black;
    padding: 10px;
}
.missage_title{
    font-family: 'roboto';
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
    margin: 0px;
    border-bottom: 1px #C2750C solid;
}
.missage_body{
    color: black;
    font-size: 14px;
}
div.picture1 {
 /**  width:100px; /*width of your image*/
 /*  height:100px; /*height of your image*/
   background-image:url('/photos/agri.jpg');
 /*  margin:0; /* If you want no margin */
 /*  padding:0; /*if your want to padding */
}

/* Menu style ------------------------------------------------------------------------------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #39b1cc;
  background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
  background: transparent;
  
  margin-top: 3px;
  margin-bottom: 3px;
}
#cssmenu > ul {
  background: url('images/bg.png');
  
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 15px 21px 25px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 14px;
  color: blue;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: rgba(73,155,234,1);
background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
border-radius: 18px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 15px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 0px;
  
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 240px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: blue;
  background: #D2CFFA;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
