@charset "utf-8";
/* CSS Document */
*{
	font-family:"Phetsarath OT";
}

body {
	margin:0;
	padding:0;
	font-family:Saysettha OT;
	font-size:12pt;
}
#barner {
	height:143px;
	width:auto;
	background-color:#01608C;
	box-shadow: 0 1px 10px 1px rgba(0,0,0,1);
}
a {
    color: #024260;
    text-decoration: none;
	font-weight:bold;
}
a:hover {
    text-decoration: underline;
}
#logo {
    float: left;
    margin: 10px 0 0 40px;    
    height: 96px;
	width: 110px;	
}
#name {
    color: white;
    float: left;
    margin: 15px 0 0 10px;
}
#name span {
	font-weight: bold;
	display:block;
}
#name span#text1 {
	font-size:36px;
}
#bar_bg {
    background: url("../images/barner.png") no-repeat 20px 5px;
    left: 370px;
    position: relative;
    height: 117px;
    width: 565px;
}
#contain {
	margin-top: 15px;
	padding-left:50px;
	padding-bottom: 25px;	
    background: url(../images/lelf_bg.png) repeat-y 0 -20px;		
}
#left_bg {
    background: url(../images/lelf_bg.png) repeat-y 0 -20px;
    position: absolute;
    width: 50px;	
	margin-top:15px;
}
#footer {
	position:relative;
	box-shadow: 0 -1px 10px 1px rgba(0,0,0,1);
	height:35px;
	background-color:#01608C;
}
#footer_bg {
	z-index:-1;
    height: 237px;
    position: absolute;
    right: 0;
    top: -202px;
    width: 181px;
	background:url(../images/footer_bg.png) 65px 10px no-repeat;
}

#ft_detail {
    height: 35px;
}

#ft_detail > span {
    color: #FFFFFF;
    line-height: 35px;
    padding-left: 30px;
}
#ft_detail > span + span {
	float:right;
	padding-right:30px;
}
h4 {
	margin:0;
}
.justify {
	text-align:justify;
	width: 980px;
}
a {
	cursor:pointer;
}
#pagetotal {
    padding-top: 20px;
}
#pagetotal a {
    background-color: #E0DCDB;
    border: 1px solid #CCCCCC;
    display: inline-block;
	font-size: 11pt;
    margin-bottom: 5px;
    text-align: center;
    width: 25px;
}
#pagetotal > a[title="next"] {
    width: 44px;
}
#pagetotal > a[title="prev"] {
    width: 64px;
}
#pagetotal > span {
    background-color: #01608C;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
	font-size: 11pt;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    width: 25px;	
}
#pagetotal h4 {
    padding-bottom: 10px;
}