@import url('fonts/thsarabunnew/thsarabunnew.css');
a { 
	color: #1D7AC9;
	text-decoration: none; 
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}

.head-bar {
	background: rgb(0, 163, 211);
	margin-bottom: 15px;
	padding: 10px 0 0px 0;
}
.head-bar-logo, .head-bar-menu, .head-bar-logo a {
	width: 960px;
	margin: 0 auto 0 auto;
	color: #FFFFFF;
}
.head-bar-logo, .head-bar-logo a {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	font-family: 'THSarabunNew', Arial, Helvetica, sans-serif, Verdana, 'Lucida Grande';
	position: relative;
}

.head-bar-logo-web {
	position: absolute;
	right: 0px;
	top: 5px;
}
.content, .content-full {
	margin: auto;
	max-width: 940px;
	padding: 25px 20px 20px;
	background: url('fb/content_bg.png') repeat-y #FFFFFF;
	text-align: left;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	box-shadow: 0 1px 1px #DDDDDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.content-full {
	background-image: none;
}
.content-menu {
	float: left;
	margin-left: -20px;
	overflow: hidden;
	padding: 0 20px;
	width: 166px;
}
.content-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.content-menu ul li {
	border-bottom: 1px solid #E5E5E5;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}
.content-menu ul li a {
	padding: 6px 6px 6px 10px;
	color: #7C1076;
	cursor: pointer;
	text-decoration: none;
	width: 150px;
	display: block;
}
.content-menu ul li a:hover {
	text-decoration: none;
	color: #333333;
	background: url("fb/menu_bullet.png") no-repeat scroll right center transparent;
}
.content-text {
	float: right;
	width: 732px;
	text-align: left;
}
.form-bg {
	background: #f1f1f1;
	padding: 20px;
}
.form-title {
	border: none;
	border-top: 1px solid #CECECE;
	background-color: #E6E6E6;
	line-height: 22px;
	padding-left: 5px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
}
.clear { clear: both; }
input[type=text], input[type=file] {
	border: 1px solid #B8C5D7;
}
/*
input[type=text] {
	width: 400px;
}
input[type=file] {
	width: 403px;
}
*/
.btn-add {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	cursor: pointer;
	background-color: #5B74A8;
	background-position: -352px -397px;
	background-repeat: no-repeat;
	border-color: #29447E #29447E #1A356E;
	border-width: 1px;
	border-style: solid;
	line-height: 16px;
	margin-bottom: 5px;
}

.btn-add a {
	color: #FFFFFF;
}

.icon_link {
	width: 140px;
	text-align: center;
	font-weight: bold;
}
.icon_link img {
	border: 0px;
}

table.list {
    border-color: #CACACA;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
	border-collapse: collapse;
}

table.list td, table.list th {
    border-color: #CACACA;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-spacing: 0;
    margin: 0;
    padding: 3px;
}
table.list th {
		background-color: #F1F1F1;
		color: #383838;
		font-weight: bold;
		text-align: center
}
td.caption {
	vertical-align: top;
	padding-top: 5px;
}


 .pagelink { margin: 10px 0 10px 0; }
 
 .pagelink a:link,.pagelink a:visited,.pagelink a:active {
	text-decoration:none;
	color:#545454;
	background-color:#f9f9f9;
	border:1px solid #e0e0e0;
	font-size:11px;
	padding:3px 6px;
}

.pagelink a:hover {
	background-color:#BFCAEB;
	color:#fff;
	border-color:#e0e0e0;
}

.pagelink span {
	text-decoration:none;
	background-color:#fff;
	border:1px solid #e0e0e0;
	color:#545454;
	font-size:11px;
	padding:3px 6px 4px 6px;
}


.div_frm {
		margin: 0 auto 0 auto;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius: 5px;
		border: 1px solid #CCCCCC;
		color: #52529d;
		margin-bottom: 5px;
		text-align: left;
}

.div_frm .detail, .div_frm .title-top {
	padding: 5px;
}

.div_frm .title-top {
	background: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px; 
	font-weight: bold;
	font-size: 15px;
	color: #1A44C2;
}

.div_frm_input {
	border-width: 2px;
	background-color: #FFFFFF;
	border-color: #e0e0e0;
	margin-top: 10px;
}

.div_frm_input .title-top {
	border-bottom-width: 2px;
	background-color: #FFFFFF;
	border-color: #e0e0e0;
}

.div_frm_input input[type=submit], .div_frm_input input[type=button] {
	width: 75px;
}

.content-full div.title {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.content-full div.title h1 {
	color: #333;
	margin: 0px;
	font-family: 'THSarabunNew', Arial, Helvetica, sans-serif, Verdana, 'Lucida Grande';
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.footer {
	background: rgb(0, 163, 211);
	padding: 10px;
	width: 960px;
	margin: 15px auto 15px auto;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

/* TOP MENU */
#menu-top ul { margin: 0; padding: 0;}
#menu-top li { margin: 0; padding: 0;}
#menu-top a { margin: 0; padding: 0;}
#menu-top ul {list-style: none;}
#menu-top a {text-decoration: none;}
#menu-top {
	height: 70px; 
	background-color:#28a745;
	/*box-shadow: 0px 2px 3px rgba(0,0,0,.4);*/
}


#menu-top > ul > li {
    float: left;
    margin-left: 15px;
    position: relative;
}

#menu-top > ul > li > a {
    color: rgb(255,255,255);
	font-family: 'THSarabunNew', Arial, Helvetica, sans-serif, Verdana, 'Lucida Grande';
    font-size: 15px;
    line-height: 70px;
    padding: 15px 20px;
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}

#menu-top > ul > li > a:hover {
	color: #000; 
	/* color: rgb(250,250,250); */
}


#menu-top > ul > li > ul {
    opacity: 0;
   visibility: hidden;
   padding: 16px 0 20px 0;
   background-color: rgb(250,250,250);
   border: 4px solid rgb(40 167 69);
   text-align: left;
   position: absolute;
   top: 55px;
   left: 50%;
   margin-left: -90px;
	width: 180px;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

#menu-top > ul > li:hover > ul {
    opacity: 1;
    top: 65px;
    visibility: visible;
	z-index: 9;
}

#menu-top > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

#menu-top > ul ul > li { position: relative;}

#menu-top ul ul a{
    color: rgb(50,50,50);
	font-family: 'THSarabunNew', Arial, Helvetica, sans-serif, Verdana, 'Lucida Grande';
    font-size: 13px;
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
}

#menu-top ul ul a:hover {background-color: rgb(240,240,240);}


#menu-top ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

#menu-top ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}

#menu-top ul ul a:hover{
    background-color: #28a745;
    color: #000;
}

/*
.head-bar-menu {
	margin-top: 10px;
	line-height: 20px;
}
.head-bar-menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;	
	padding: 0px;
}
.head-bar-menu ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.head-bar-menu ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	margin: 0px;
	padding: 6px 7px 0px 7px;
	border: none;
	
}
.head-bar-menu ul li a:HOVER {
	margin: 0px;
	padding: 5px 6px 0px 6px;
	border: 1px solid white;
	border-bottom: 0px;
}
*/
h1.title {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	font-family: 'THSarabunNew', Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 0px;
}

h1.title a {
	font-family: 'THSarabunNew', Arial, Helvetica, sans-serif;
	font-size: 18px;
}
 
hr.shadow {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
	outline: 0;
	overflow: hidden;
	height: 20px;
}

hr.shadow:after {
	content:"";
	margin:0 auto;
	position:relative;
	top:-35px;
	display:block;
	height:16px;
	-webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius:25%;
		-moz-border-radius:25%;
			border-radius:25%;
}
.webboard .answer {
	margin: 10px auto 0 auto;
	width: 650px;
	padding-bottom: 0px;
	border-bottom: 2px dotted #AAAAAA;
}
.webboard .answer .a_title {
	line-height: 30px;
	border-top: 2px solid #CECECE;
	background-color: #E6E6E6;
	padding-left: 5px;
}
.webboard .answer .a_detail {
	text-indent: 30px;
	padding: 10px;
}