/* main */
* {
	font-family: Thonburi, Waree, Loma, Tahoma;
	margin: 0;
	padding: 0;
}
body {
	background: #8DCFF4 url(skin/blue/pic/page-bg.jpg) repeat-x fixed;
	font-size: 12pt;
	margin: 0 auto;
	width: 780px;
}
#header_wrapper {
	background: white url(skin/blue/pic/zhongtai-logo.jpg) no-repeat 50% 0%;
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 780px;
}
#header_wrapper h1.logo {
	height: 0;
	overflow: hidden;
	width: 0;
}
#footer {
	background: white url(skin/blue/pic/footer-bg.gif) repeat-x 0% 50%;
	border-top: 1px dashed #CCC;
	color: #999;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: right;
	width: 760px;
}
#nav {
	font-size: 0.8em;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#nav ul li {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	display: inline;
}
#nav a {
	color: #36F;
	text-decoration: none;
}
#nav a:hover {
	color: #F00;
}
#nav .link_active {
	color: #393;
	font-weight: bold;
}
#nav .link_na {
	color: #999;
}
#content_body_wrapper {
	background-color: #FFF;
	border-top: 3px solid #F3F3F3;
	margin: 0 auto;
	padding: 5px 10px;
	width: 760px;
}
#main_content {
}
#main_content_2col {
	border-right: 1px dashed #DDE;
	float: left;
	position: relative;
	width: 560px;
}
#right_panel_2col {
	float: right;
	position: relative;
	width: 199px;
}
#signin {
	color: #999;
	float: right;
	font-size: 0.8em;
	padding: 5px 10px;
}
#signin input {
	color: #999;
}
#signin a {
	color: #999;
	text-decoration: none;
}
#signin a:hover {
	color: #F00;
	text-decoration: underline;
}
.hilight {
	background-color: #FF9;
	color: #F00;
	font-size: 1em;
}
.green {
	color: #3C3;
}
.clear {
	clear: both;
}
.footer_description {
	border: 1px solid #ddd;
	color: #999;
	margin: 0 20px;
	padding: 10px 20px 5px 20px;
	font-size: 10pt;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.footer_description p {
	margin-bottom: 0.5em;
	text-indent: 2em;
}
.seo {
	height: 0;
	overflow: hidden;
	width: 0;
}

/* module */
.module1 {
	font-size: 0.8em;
	overflow: hidden;
	margin: 5px;
}
.module1 .mod_head {
	background: #36C url(skin/blue/pic/mod-head-bg.jpg) repeat-x 0% 50%;
	color: #F0F0FF;
	font-weight: bold;
	height: 20px;
	padding: 1px 9px;
	text-align: right;
}
.module1 .mod_body {
	background-color: #EEF;
	border: 1px solid #CCF;
	color: #336;
	padding: 1px 5px 9px 5px;
}
.module1 .mod_body a {
	color: #06F;
	text-decoration: none;
}
.module1 .mod_body a:hover {
	color: #F00;
}
/* search vocab and result */
#form_search_vocab {
	background-color: #EEF;
	border: 1px outset #CCF;
	color: #339;
	padding: 5px;
	text-align: center;
/*	float: none;*/
	position: relative;
/*	width: 440px;*/
}
#show_page {
	background-color: #EEF;
	border: 1px solid #DDE;
	font-size: 0.8em;
	margin: 10px auto;
	text-align: center;
}
#show_page a {
	color: #06F;
	text-decoration: none;
}
#show_page a:hover {
	color: #F00;
	font-weight: bold;
}
.sch_voc {
	border: 1px solid #CCF;
	font-size: 12pt;
	margin: 5px auto;
	padding: 5px;
	width: 490px;
}
.voc_t {
/*	background: #EEF url(skin/blue/pic/sc_hover.gif) repeat-x bottom;*/
	background: #EEF url(skin/blue/pic/zh-tw.gif) no-repeat center left;
	background-color: #EEF;
	border: 1px solid #DDF;
	font-family: SimSun, MingLiU;
	font-size: 1.5em;
	padding: 1px 1px 1px 50px;
}
.voc_s {
/*	background: #EFE url(skin/blue/pic/sc_rest.gif) repeat bottom;*/
	background: #EFE url(skin/blue/pic/zh-cn.gif) no-repeat center left;
	background-color: #EFE;
	border-left: 1px solid #DED;
	border-right: 1px solid #DED;
	border-bottom: 1px solid #DED;
	font-family: SimSun, MingLiU;
	font-size: 1.5em;
	padding: 1px 1px 1px 50px;
}
.voc_ex {
	color: #AAA;
	font-family: Tahoma;
	font-size: 8pt;
	padding-left: 10px;
}
/* hilight for chinese vocab */
.hlc {
	color: #F00;
	font-family: SimSun, MingLiU;
	font-size: 1em;
}
.voc_report {
	font-size: 0.8em;
	position: absolute;
	right: 5px;
}
.voc_report a {
	color: #0C6;
	text-decoration: none;
}
.voc_report a:hover {
	color: #F00;
	text-decoration: none;
}
.sch_detail {
	color: #669;
	font-size: 0.8em;
	margin: 0;
	padding: 0 10px;
	position: relative;
}
.sch_detail p {
	text-indent: 30px;
	margin: 0;
	padding: 0;
}
.sch_detail p.e {
	color: #66F;
}
.sch_zhuyin {
/*	font-family: Batang, SimHei, MingLiU, SimSun;*/
	color: #36F;
}
/* search vocab thai */
.voc_th {
	background-color: #EEF;
	color: #63F;
	font-size: 1.2em;
	padding: 1px 1px 1px 20px;
}
.sch_detail p.c {
	color: #666;
	font-family: SimSun, MingLiU, Tahoma;
	font-size: 1.2em;
	padding: 5px;
}
/* วิธีใช้งาน */
#how_use {
	background-color: #F9F9FF;
	text-indent: 30px;
	font-size: 0.8em;
	padding: 1em;
	margin: 2em;
	color: #669;
}
#how_use a {
	color: #06F;
	text-decoration: none;
}
#how_use a:hover {
	color: #F00;
}
.news_msg {
	background: #FFF url(pic/textedit.gif) no-repeat top left;
	margin: 2em;
	padding: 0.5em;
}
.news_msg a {
	color: #06F;
	text-decoration: none;
}
.news_msg a:hover {
	color: #F00;
}
.news_pin {
	background-image: url(pic/pin.gif);
	width: 24px;
	height: 34px;
	float: left;
	margin-left: 0.5em;
}
.news_header h3 {
	color: #66C;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 4.5em;
	padding-bottom: 1em;
}
.news_body {
	color: #336;
	font-size: 0.8em;
}
.news_body p {
	margin-bottom: 0.5em;
	text-indent: 3em;
}
#news_body {
	color: #336;
	font-size: 0.8em;
}
#news_body p {
	margin-bottom: 0.5em;
	text-indent: 3em;
}
.news_refer {
	border: 1px solid #CCF;
	color: #99C;
	margin-top: 10px;
	padding: 1px 10px;
}
/* tag ของบทความแต่ละบทความ */
.news_tag {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 0.8em;
	margin-top: 1em;
}
.news_footer {
	color: #999;
	font-size: 0.8em;
	margin-top: 1px;
/*	padding-top: 0.2em;*/
	text-align: right;
}
/* หมวดหมู่ของบทความทั้งหมดด้านล่างหน้า */
#news_tag_all {
	border: 1px dotted #CCC;
	font-size: 10pt;
	margin: 10px;
	padding: 1px 5px;
}
#news_tag_all a {
	color: #06F;
	text-decoration: none;
}
#news_tag_all a:hover {
	color: #F00;
}

